Lines Matching refs:gotoCell

705 			gotoCell( aStart, true, 0 );  in onSelect()
1422 gotoCell( pTableObj->getFirstCell(), bSelect, pWindow, nAction ); in executeAction()
1428 gotoCell( pTableObj->getLeftCell( getSelectionEnd(), !bSelect ), bSelect, pWindow, nAction ); in executeAction()
1434 gotoCell( pTableObj->getRightCell( getSelectionEnd(), !bSelect ), bSelect, pWindow, nAction); in executeAction()
1440 gotoCell( pTableObj->getLastCell(), bSelect, pWindow, nAction ); in executeAction()
1447 gotoCell( aPos, bSelect, pWindow, nAction ); in executeAction()
1454 gotoCell( aPos, bSelect, pWindow, nAction ); in executeAction()
1461 gotoCell( aPos, bSelect, pWindow, nAction ); in executeAction()
1467 gotoCell( pTableObj->getUpCell(getSelectionEnd(), !bSelect), bSelect, pWindow, nAction ); in executeAction()
1473 gotoCell( pTableObj->getDownCell(getSelectionEnd(), !bSelect), bSelect, pWindow, nAction ); in executeAction()
1480 gotoCell( aPos, bSelect, pWindow, nAction ); in executeAction()
1503 gotoCell( pTableObj->getPreviousCell( getSelectionEnd(), true ), false, pWindow, nAction ); in executeAction()
1513 gotoCell( aNextCell, false, pWindow, nAction ); in executeAction()
1524 void SvxTableController::gotoCell( const CellPos& rPos, bool bSelect, Window* pWindow, sal_uInt16 n… in gotoCell() function in sdr::table::SvxTableController
2621 gotoCell( aStart, true, 0 ); in selectRow()
2630 gotoCell( aStart, true, 0 ); in selectColumn()
2639 gotoCell( aStart, false, 0 ); in deselectRow()
2648 gotoCell( aStart, false, 0 ); in deselectColumn()