Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/table/
H A Dtablecontroller.cxx161 maCursorLastPos = maCursorFirstPos; in SvxTableController()
367 maCursorLastPos = maCursorFirstPos; in onSelectionHasChanged()
1531 maCursorLastPos = rPos; in gotoCell()
1570 checkCell( maCursorLastPos ); in getSelectionEnd()
1571 return maCursorLastPos; in getSelectionEnd()
1707 maCursorLastPos = maCursorFirstPos = rPos; in EditCell()
1787 checkCell( maCursorLastPos ); in getSelectedCells()
1789 rFirst.mnCol = std::min( maCursorFirstPos.mnCol, maCursorLastPos.mnCol ); in getSelectedCells()
1790 rFirst.mnRow = std::min( maCursorFirstPos.mnRow, maCursorLastPos.mnRow ); in getSelectedCells()
1791 rLast.mnCol = std::max( maCursorFirstPos.mnCol, maCursorLastPos.mnCol ); in getSelectedCells()
[all …]
/AOO41X/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx162 CellPos maCursorLastPos; member in sdr::table::SvxTableController