Searched refs:_nNewEndPos (Results 1 – 2 of 2) sorted by relevance
745 sal_Bool ORowSetCache::fillMatrix(sal_Int32& _nNewStartPos,sal_Int32 _nNewEndPos) in fillMatrix() argument747 …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() argument1657 sal_Bool bRet = fillMatrix(nNewSt,_nNewEndPos); in reFillMatrix()
158 sal_Bool fillMatrix(sal_Int32 &_nNewStartPos,sal_Int32 _nNewEndPos);
Completed in 20 milliseconds