Home
last modified time | relevance | path

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

/aoo4110/main/editeng/source/editeng/
H A Deditdoc2.cxx325 VoidPtr pPtr, sal_uInt16 &rLastPos ) in FastGetPos() argument
330 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()
/aoo4110/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx98 void getSelectedCells( CellPos& rFirstPos, CellPos& rLastPos );
99 void setSelectedCells( const CellPos& rFirstPos, const CellPos& rLastPos );

Completed in 11 milliseconds