Searched refs:ORowSetCacheIterator (Results 1 – 9 of 9) sorted by relevance
38 ORowSetCacheIterator::ORowSetCacheIterator(const ORowSetCacheIterator& _rRH) in ORowSetCacheIterator() function in ORowSetCacheIterator46 ORowSetCacheIterator::operator ORowSetMatrix::iterator() in operator ORowSetMatrix::iterator()51 ORowSetCacheIterator& ORowSetCacheIterator::operator =(const ORowSetCacheIterator& _rRH) in operator =()63 ORowSetCacheIterator& ORowSetCacheIterator::operator =(const ORowSetMatrix::iterator& _rIter) in operator =()69 ORowSetRow& ORowSetCacheIterator::operator *() in operator *()74 const ORowSetRow& ORowSetCacheIterator::operator *() const in operator *()85 ORowSetMatrix::iterator& ORowSetCacheIterator::operator ->() in operator ->()90 const ORowSetMatrix::iterator& ORowSetCacheIterator::operator ->() const in operator ->()106 bool ORowSetCacheIterator::operator <(const ORowSetMatrix::iterator& _rRH) const in operator <()127 sal_Bool ORowSetCacheIterator::isNull() const in isNull()[all …]
46 class ORowSetCacheIterator class53 …ORowSetCacheIterator(const ORowSetCacheMap::iterator& _rIter,ORowSetCache* _pCache,ORowSetBase* _p… in ORowSetCacheIterator() function in dbaccess::ORowSetCacheIterator60 ORowSetCacheIterator() :m_aIter(),m_pCache(NULL),m_pRowSet(NULL){} in ORowSetCacheIterator() function in dbaccess::ORowSetCacheIterator61 ORowSetCacheIterator(const ORowSetCacheIterator& _rRH);62 ORowSetCacheIterator& operator =(const ORowSetCacheIterator&);65 ORowSetCacheIterator& operator =(const ORowSetMatrix::iterator&);
44 ORowSetCacheIterator m_aColumnValue;60 const ORowSetCacheIterator& _rColumnValue);
114 friend class ORowSetCacheIterator;208 ORowSetCacheIterator createIterator(ORowSetBase* _pRowSet);
53 ORowSetCacheIterator& _rColumnValue);
117 class ORowSetCacheIterator;133 ORowSetCacheIterator m_aCurrentRow; // contains the actual fetched row
49 …t ::rtl::OUString& _rDescription, const ::rtl::OUString& i_sLabel,ORowSetCacheIterator& _rColumnVa… in ORowSetColumn()
71 const ORowSetCacheIterator& _rColumnValue) in DBG_NAME()
1421 ORowSetCacheIterator ORowSetCache::createIterator(ORowSetBase* _pRowSet) in createIterator()1427 …return ORowSetCacheIterator(m_aCacheIterators.insert(m_aCacheIterators.begin(),ORowSetCacheMap::va… in createIterator()
Completed in 28 milliseconds