Home
last modified time | relevance | path

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

/aoo42x/main/svtools/source/contnr/
H A Dimivctl1.cxx131 eSelectionMode = MULTIPLE_SELECTION; in SvxIconChoiceCtrl_Impl()
246 eSelectionMode = NO_SELECTION; in SetStyle()
466 if( eSelectionMode == NO_SELECTION ) in SelectEntry()
509 eSelectionMode == SINGLE_SELECTION && in EntrySelected()
937 if( eSelectionMode == MULTIPLE_SELECTION ) in MouseButtonDown()
989 else if( eSelectionMode == NO_SELECTION ) in MouseButtonDown()
1147 if( eSelectionMode != SINGLE_SELECTION ) in SetCursor_Impl()
1213 if( eSelectionMode == SINGLE_SELECTION || eSelectionMode == NO_SELECTION) in KeyInput()
1222 if( eSelectionMode != SINGLE_SELECTION ) in KeyInput()
1951 if( eSelectionMode != NO_SELECTION ) in PaintEntry()
[all …]
H A Dimivctl.hxx209 SelectionMode eSelectionMode; member in SvxIconChoiceCtrl_Impl
490 void SetSelectionMode( SelectionMode eMode ) { eSelectionMode=eMode; } in SetSelectionMode()
491 SelectionMode GetSelectionMode() const { return eSelectionMode; } in GetSelectionMode()
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx272 void SetSelectionMode (const SelectionMode eSelectionMode);
1732 void MultiSelectionModeHandler::SetSelectionMode (const SelectionMode eSelectionMode) in SetSelectionMode() argument
1734 if (meSelectionMode != eSelectionMode) in SetSelectionMode()
1736 meSelectionMode = eSelectionMode; in SetSelectionMode()
/aoo42x/main/editeng/source/editeng/
H A Dimpedit.cxx88 eSelectionMode = EE_SELMODE_TXTONLY; in ImpEditView()
438 if ( eSelectionMode != eNewMode ) in SetSelectionMode()
441 eSelectionMode = eNewMode; in SetSelectionMode()
H A Dimpedit.hxx247 EESelectionMode eSelectionMode; member in ImpEditView
317 EESelectionMode GetSelectionMode() const { return eSelectionMode; } in GetSelectionMode()

Completed in 2299 milliseconds