Searched refs:_nNewStartPos (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()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() argument1656 sal_Int32 nNewSt = _nNewStartPos; in reFillMatrix()
157 sal_Bool reFillMatrix(sal_Int32 _nNewStartPos,sal_Int32 nNewEndPos);158 sal_Bool fillMatrix(sal_Int32 &_nNewStartPos,sal_Int32 _nNewEndPos);
Completed in 129 milliseconds