Home
last modified time | relevance | path

Searched refs:ORowSetCacheIterator (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/dbaccess/source/core/api/
H A DRowSetCacheIterator.cxx38 ORowSetCacheIterator::ORowSetCacheIterator(const ORowSetCacheIterator& _rRH) in ORowSetCacheIterator() function in ORowSetCacheIterator
46 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 …]
H A DRowSetCacheIterator.hxx46 class ORowSetCacheIterator class
53ORowSetCacheIterator(const ORowSetCacheMap::iterator& _rIter,ORowSetCache* _pCache,ORowSetBase* _p… in ORowSetCacheIterator() function in dbaccess::ORowSetCacheIterator
60 ORowSetCacheIterator() :m_aIter(),m_pCache(NULL),m_pRowSet(NULL){} in ORowSetCacheIterator() function in dbaccess::ORowSetCacheIterator
61 ORowSetCacheIterator(const ORowSetCacheIterator& _rRH);
62 ORowSetCacheIterator& operator =(const ORowSetCacheIterator&);
65 ORowSetCacheIterator& operator =(const ORowSetMatrix::iterator&);
H A DCRowSetDataColumn.hxx44 ORowSetCacheIterator m_aColumnValue;
60 const ORowSetCacheIterator& _rColumnValue);
H A DRowSetCache.hxx114 friend class ORowSetCacheIterator;
208 ORowSetCacheIterator createIterator(ORowSetBase* _pRowSet);
H A DCRowSetColumn.hxx53 ORowSetCacheIterator& _rColumnValue);
H A DRowSetBase.hxx117 class ORowSetCacheIterator;
133 ORowSetCacheIterator m_aCurrentRow; // contains the actual fetched row
H A DCRowSetColumn.cxx49 …t ::rtl::OUString& _rDescription, const ::rtl::OUString& i_sLabel,ORowSetCacheIterator& _rColumnVa… in ORowSetColumn()
H A DCRowSetDataColumn.cxx71 const ORowSetCacheIterator& _rColumnValue) in DBG_NAME()
H A DRowSetCache.cxx1421 ORowSetCacheIterator ORowSetCache::createIterator(ORowSetBase* _pRowSet) in createIterator()
1427 …return ORowSetCacheIterator(m_aCacheIterators.insert(m_aCacheIterators.begin(),ORowSetCacheMap::va… in createIterator()

Completed in 43 milliseconds