Searched refs:fillValueRow (Results 1 – 9 of 9) sorted by relevance
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 771 m_pCacheSet->fillValueRow(*aIter,i); in fillMatrix() 800 m_pCacheSet->fillValueRow(*aIter,nPos++); in fillMatrix() 937 m_pCacheSet->fillValueRow(*aIter,i+1); in moveWindow() 960 m_pCacheSet->fillValueRow(*m_aMatrixIter,m_nPosition); in moveWindow() 1047 m_pCacheSet->fillValueRow(*aIter,++nPos); in moveWindow() 1250 m_pCacheSet->fillValueRow(*m_aMatrixIter,m_nPosition); in refreshRow() 1392 m_pCacheSet->fillValueRow(*m_aMatrixIter,m_nPosition); in cancelRowUpdates() 1679 m_pCacheSet->fillValueRow(*_aIter++,++_nPos); in fill()
|
H A D | StaticSet.cxx | 69 void OStaticSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 /*_nPosition*/) in fillValueRow() function in OStaticSet 128 OCacheSet::fillValueRow(*m_aSetIter,((*m_aSetIter)->get())[0]); in fetchRow() 147 OCacheSet::fillValueRow(pRow,(pRow->get())[0]); in fillAllRows()
|
H A D | WrappedResultSet.cxx | 163 void WrappedResultSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow() function in WrappedResultSet 166 OCacheSet::fillValueRow(_rRow,_nPosition); in fillValueRow()
|
H A D | BookmarkSet.cxx | 179 void OBookmarkSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow() function in OBookmarkSet 182 OCacheSet::fillValueRow(_rRow,_nPosition); in fillValueRow()
|
H A D | BookmarkSet.hxx | 51 virtual void fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition);
|
H A D | WrappedResultSet.hxx | 52 virtual void fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition);
|
H A D | StaticSet.hxx | 50 virtual void fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition);
|
H A D | CacheSet.hxx | 87 virtual void fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition);
|
H A D | CacheSet.cxx | 466 void OCacheSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow() function in OCacheSet
|
Completed in 51 milliseconds