Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx771 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 DStaticSet.cxx69 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 DWrappedResultSet.cxx163 void WrappedResultSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow() function in WrappedResultSet
166 OCacheSet::fillValueRow(_rRow,_nPosition); in fillValueRow()
H A DBookmarkSet.cxx179 void OBookmarkSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow() function in OBookmarkSet
182 OCacheSet::fillValueRow(_rRow,_nPosition); in fillValueRow()
H A DBookmarkSet.hxx51 virtual void fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition);
H A DWrappedResultSet.hxx52 virtual void fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition);
H A DStaticSet.hxx50 virtual void fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition);
H A DCacheSet.hxx87 virtual void fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition);
H A DCacheSet.cxx466 void OCacheSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow() function in OCacheSet

Completed in 45 milliseconds