Searched refs:rLastPos (Results 1 – 2 of 2) sorted by relevance
325 VoidPtr pPtr, sal_uInt16 &rLastPos ) in FastGetPos() argument330 if( rLastPos > 16 ) in FastGetPos()333 if (rLastPos > nPtrArrayLen - 2) in FastGetPos()336 nEnd = rLastPos + 2; in FastGetPos()338 for( sal_uInt16 nIdx = rLastPos - 2; nIdx < nEnd; nIdx++ ) in FastGetPos()342 rLastPos = nIdx; in FastGetPos()350 return rLastPos = nIdx; in FastGetPos()
98 void getSelectedCells( CellPos& rFirstPos, CellPos& rLastPos );99 void setSelectedCells( const CellPos& rFirstPos, const CellPos& rLastPos );
Completed in 22 milliseconds