Home
last modified time | relevance | path

Searched refs:_nNewStartPos (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/dbaccess/source/core/api/
H A DRowSetCache.cxx745 sal_Bool ORowSetCache::fillMatrix(sal_Int32& _nNewStartPos,sal_Int32 _nNewEndPos) in fillMatrix() argument
747 …OSL_ENSURE(_nNewStartPos != _nNewEndPos,"ORowSetCache::fillMatrix: StartPos and EndPos can not be … in fillMatrix()
752 if ( _nNewStartPos == -1 ) in fillMatrix()
760 i = _nNewStartPos; in fillMatrix()
791 _nNewStartPos = nPos; in fillMatrix()
792 bCheck = m_pCacheSet->absolute(_nNewStartPos); in fillMatrix()
1648 sal_Bool ORowSetCache::reFillMatrix(sal_Int32 _nNewStartPos,sal_Int32 _nNewEndPos) in reFillMatrix() argument
1656 sal_Int32 nNewSt = _nNewStartPos; in reFillMatrix()
H A DRowSetCache.hxx157 sal_Bool reFillMatrix(sal_Int32 _nNewStartPos,sal_Int32 nNewEndPos);
158 sal_Bool fillMatrix(sal_Int32 &_nNewStartPos,sal_Int32 _nNewEndPos);

Completed in 25 milliseconds