Searched refs:TypeIterator (Results 1 – 4 of 4) sorted by relevance
126 class TypeIterator;127 friend class ODsnTypeCollection::TypeIterator;183 TypeIterator begin() const;185 TypeIterator end() const;201 class OOO_DLLPUBLIC_DBA ODsnTypeCollection::TypeIterator class in dbaccess::ODsnTypeCollection205 friend bool OOO_DLLPUBLIC_DBA operator==(const TypeIterator& lhs, const TypeIterator& rhs);206 …friend bool OOO_DLLPUBLIC_DBA operator!=(const TypeIterator& lhs, const TypeIterator& rhs) { retur… in operator !=()213 TypeIterator(const TypeIterator& _rSource);214 ~TypeIterator();220 const TypeIterator& operator++();[all …]
336 ODsnTypeCollection::TypeIterator ODsnTypeCollection::begin() const in begin()338 return TypeIterator(this, 0); in begin()342 ODsnTypeCollection::TypeIterator ODsnTypeCollection::end() const in end()344 return TypeIterator(this, m_aDsnTypesDisplayNames.size()); in end()559 ODsnTypeCollection::TypeIterator::TypeIterator(const ODsnTypeCollection* _pContainer, sal_Int32 _nI… in TypeIterator() function in dbaccess::ODsnTypeCollection::TypeIterator570 ODsnTypeCollection::TypeIterator::TypeIterator(const TypeIterator& _rSource) in TypeIterator() function in dbaccess::ODsnTypeCollection::TypeIterator580 ODsnTypeCollection::TypeIterator::~TypeIterator() in ~TypeIterator()588 String ODsnTypeCollection::TypeIterator::getDisplayName() const in getDisplayName()594 ::rtl::OUString ODsnTypeCollection::TypeIterator::getURLPrefix() const in getURLPrefix()600 const ODsnTypeCollection::TypeIterator& ODsnTypeCollection::TypeIterator::operator++() in operator ++()[all …]
187 ::dbaccess::ODsnTypeCollection::TypeIterator aEnd = m_pCollection->end(); in initializeTypeList()188 … for ( ::dbaccess::ODsnTypeCollection::TypeIterator aTypeLoop = m_pCollection->begin(); in initializeTypeList()
257 ::dbaccess::ODsnTypeCollection::TypeIterator aIter = m_pCollection->begin(); in DBG_NAME()258 ::dbaccess::ODsnTypeCollection::TypeIterator aEnd = m_pCollection->end(); in DBG_NAME()