Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/table/
H A Dtablecontroller.cxx200 const sal_uInt16 ACTION_GOTO_LEFT_CELL = 4; variable
1348 nAction = ACTION_GOTO_LEFT_CELL; in getKeyboardAction()
1381 nAction = ACTION_GOTO_LEFT_CELL; in getKeyboardAction()
1426 case ACTION_GOTO_LEFT_CELL: in executeAction()
1731 nAction = ACTION_GOTO_LEFT_CELL; in EditCell()
1741 …if( ((nAction == ACTION_GOTO_LEFT_CELL) || (nAction == ACTION_GOTO_RIGHT_CELL)) && (eMode != Writi… in EditCell()
1743 const bool bLast = ((nAction == ACTION_GOTO_LEFT_CELL) && (eMode == WritingMode_LR_TB)) || in EditCell()

Completed in 42 milliseconds