Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dtablecontroller.cxx147 : mbCellSelectionMode(false) in SvxTableController()
338 if( mbCellSelectionMode ) in onMouseMove()
348 else if( mbCellSelectionMode ) in onMouseMove()
368 mbCellSelectionMode = false; in onSelectionHasChanged()
1123 if( mbCellSelectionMode ) in DeleteMarked()
1249 if( mbCellSelectionMode ) in getKeyboardAction()
1276 else if( mbCellSelectionMode ) in getKeyboardAction()
1292 if( (bMod1 || bMod2) && (bTextEdit || mbCellSelectionMode) ) in getKeyboardAction()
1310 if( (bMod1 || bMod2) && (bTextEdit || mbCellSelectionMode) ) in getKeyboardAction()
1328 if( bTextEdit || mbCellSelectionMode ) in getKeyboardAction()
[all …]
/trunk/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx96 …SVX_DLLPRIVATE bool hasSelectedCells() const { return mbCellSelectionMode || mpView->IsTextEdit();… in hasSelectedCells()
163 bool mbCellSelectionMode; member in sdr::table::SvxTableController