Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dtablecontroller.cxx160 static_cast< const SdrTableObj* >( pObj )->getActiveCellPos( maCursorFirstPos ); in SvxTableController()
161 maCursorLastPos = maCursorFirstPos; in SvxTableController()
366 pTableObj->getActiveCellPos( maCursorFirstPos ); in onSelectionHasChanged()
367 maCursorLastPos = maCursorFirstPos; in onSelectionHasChanged()
1537 setSelectedCells( maCursorFirstPos, rPos ); in gotoCell()
1555 checkCell( maCursorFirstPos ); in getSelectionStart()
1556 return maCursorFirstPos; in getSelectionStart()
1563 maCursorFirstPos = rPos; in setSelectionStart()
1707 maCursorLastPos = maCursorFirstPos = rPos; in EditCell()
1786 checkCell( maCursorFirstPos ); in getSelectedCells()
[all …]
/trunk/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx161 CellPos maCursorFirstPos; member in sdr::table::SvxTableController