Home
last modified time | relevance | path

Searched refs:_pRowSet (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A DRowSetCacheIterator.hxx53 …CacheIterator(const ORowSetCacheMap::iterator& _rIter,ORowSetCache* _pCache,ORowSetBase* _pRowSet) in ORowSetCacheIterator() argument
56 ,m_pRowSet(_pRowSet) in ORowSetCacheIterator()
H A DRowSetCache.cxx1421 ORowSetCacheIterator ORowSetCache::createIterator(ORowSetBase* _pRowSet) in createIterator() argument
1426 aHelper.pRowSet = _pRowSet; in createIterator()
1427 …eIterators.begin(),ORowSetCacheMap::value_type(m_aCacheIterators.size()+1,aHelper)),this,_pRowSet); in createIterator()
1430 void ORowSetCache::deleteIterator(const ORowSetBase* _pRowSet) in deleteIterator() argument
1435 if ( aCacheIter->second.pRowSet == _pRowSet ) in deleteIterator()
H A DRowSetCache.hxx208 ORowSetCacheIterator createIterator(ORowSetBase* _pRowSet);
209 void deleteIterator(const ORowSetBase* _pRowSet);
H A DRowSetBase.cxx1494 ORowSetNotifier::ORowSetNotifier( ORowSetBase* _pRowSet ) in DBG_NAME()
1495 :m_pRowSet( _pRowSet ) in DBG_NAME()
1515 ORowSetNotifier::ORowSetNotifier( ORowSetBase* _pRowSet,const ORowSetValueVector::Vector& i_aRow ) in ORowSetNotifier() argument
1517 ,m_pRowSet( _pRowSet ) in ORowSetNotifier()

Completed in 28 milliseconds