Searched refs:TypeIterator (Results 1 – 4 of 4) sorted by relevance
125 class TypeIterator;182 TypeIterator begin() const;184 TypeIterator end() const;204 friend bool OOO_DLLPUBLIC_DBA operator==(const TypeIterator& lhs, const TypeIterator& rhs);205 …friend bool OOO_DLLPUBLIC_DBA operator!=(const TypeIterator& lhs, const TypeIterator& rhs) { retur… in operator !=()212 TypeIterator(const TypeIterator& _rSource);213 ~TypeIterator();219 const TypeIterator& operator++();221 const TypeIterator operator++(int) { TypeIterator hold(*this); ++*this; return hold; } in operator ++()224 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()558 ODsnTypeCollection::TypeIterator::TypeIterator(const ODsnTypeCollection* _pContainer, sal_Int32 _nI… in TypeIterator() function in dbaccess::ODsnTypeCollection::TypeIterator569 ODsnTypeCollection::TypeIterator::TypeIterator(const TypeIterator& _rSource) in TypeIterator() function in dbaccess::ODsnTypeCollection::TypeIterator579 ODsnTypeCollection::TypeIterator::~TypeIterator() in ~TypeIterator()587 String ODsnTypeCollection::TypeIterator::getDisplayName() const in getDisplayName()599 const ODsnTypeCollection::TypeIterator& ODsnTypeCollection::TypeIterator::operator++() in operator ++()608 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()
299 ::dbaccess::ODsnTypeCollection::TypeIterator aIter = m_pCollection->begin(); in DBG_NAME()300 ::dbaccess::ODsnTypeCollection::TypeIterator aEnd = m_pCollection->end(); in DBG_NAME()
Completed in 20 milliseconds