Home
last modified time | relevance | path

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

/trunk/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()
765 for(;i<_nNewEndPos;++i,++aIter) in fillMatrix()
809 if ( i < (_nNewEndPos-1) ) in fillMatrix()
1648 sal_Bool ORowSetCache::reFillMatrix(sal_Int32 _nNewStartPos,sal_Int32 _nNewEndPos) in reFillMatrix() argument
1657 sal_Bool bRet = fillMatrix(nNewSt,_nNewEndPos); in reFillMatrix()
H A DRowSetCache.hxx158 sal_Bool fillMatrix(sal_Int32 &_nNewStartPos,sal_Int32 _nNewEndPos);

Completed in 25 milliseconds