Home
last modified time | relevance | path

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

/aoo4110/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx873 if( GTK_FILE_CHOOSER_ACTION_SAVE == eAction ) in getSelectedFiles()
1658 eAction = GTK_FILE_CHOOSER_ACTION_OPEN; in initialize()
1663 eAction = GTK_FILE_CHOOSER_ACTION_SAVE; in initialize()
1668 eAction = GTK_FILE_CHOOSER_ACTION_SAVE; in initialize()
1675 eAction = GTK_FILE_CHOOSER_ACTION_SAVE; in initialize()
1690 eAction = GTK_FILE_CHOOSER_ACTION_SAVE; in initialize()
1697 eAction = GTK_FILE_CHOOSER_ACTION_OPEN; in initialize()
1705 eAction = GTK_FILE_CHOOSER_ACTION_OPEN; in initialize()
1711 eAction = GTK_FILE_CHOOSER_ACTION_OPEN; in initialize()
1717 eAction = GTK_FILE_CHOOSER_ACTION_OPEN; in initialize()
[all …]
/aoo4110/main/editeng/source/misc/
H A Dhangulhanja.cxx793 HHC::ReplacementAction eAction( HHC::eExchange ); in implChange() local
802 case HHC::eSimpleConversion: eAction = HHC::eExchange; break; in implChange()
803 …case HHC::eHangulBracketed: eAction = bOriginalIsHangul ? HHC::eOriginalBracketed : HHC::eReplace… in implChange()
804 …case HHC::eHanjaBracketed: eAction = bOriginalIsHangul ? HHC::eReplacementBracketed : HHC::eOrig… in implChange()
805 …case HHC::eRubyHanjaAbove: eAction = bOriginalIsHangul ? HHC::eReplacementAbove : HHC::eOriginal… in implChange()
806 …case HHC::eRubyHanjaBelow: eAction = bOriginalIsHangul ? HHC::eReplacementBelow : HHC::eOriginal… in implChange()
807 …case HHC::eRubyHangulAbove: eAction = bOriginalIsHangul ? HHC::eOriginalAbove : HHC::eReplacement… in implChange()
808 …case HHC::eRubyHangulBelow: eAction = bOriginalIsHangul ? HHC::eOriginalBelow : HHC::eReplacement… in implChange()
870 _rChangeInto, aOffsets, eAction, pNewUnitLang ); in implChange()
/aoo4110/main/sw/source/core/access/
H A Dacccontext.cxx184 Action eAction = NONE; in ChildrenScrolled() local
189 eAction = SCROLLED_WITHIN; in ChildrenScrolled()
196 eAction = SCROLLED_IN; in ChildrenScrolled()
200 eAction = SCROLLED; in ChildrenScrolled()
209 eAction = SCROLLED_OUT; in ChildrenScrolled()
213 eAction = SCROLLED; in ChildrenScrolled()
221 eAction = SCROLLED; in ChildrenScrolled()
223 if( NONE != eAction ) in ChildrenScrolled()
236 switch( eAction ) in ChildrenScrolled()
273 switch( eAction ) in ChildrenScrolled()
/aoo4110/main/svtools/source/table/
H A Ddefaultinputhandler.cxx155 TableControlAction eAction; in KeyInput() member
180 for ( ; pActions->eAction != invalidTableControlAction; ++pActions ) in KeyInput()
184 bHandled = _rControl.dispatchAction( pActions->eAction ); in KeyInput()
/aoo4110/main/vcl/source/control/
H A Dcombobox.cxx334 AutocompleteAction eAction = pEdit->GetAutocompleteAction(); in IMPL_LINK() local
340 ((eAction != AUTOCOMPLETE_TABFORWARD) && (eAction != AUTOCOMPLETE_TABBACKWARD)) ) in IMPL_LINK()
350 if ( eAction == AUTOCOMPLETE_TABFORWARD ) in IMPL_LINK()
352 else if ( eAction == AUTOCOMPLETE_TABBACKWARD ) in IMPL_LINK()
/aoo4110/main/xmloff/source/draw/
H A Dshapeexport.cxx552 presentation::ClickAction eAction = presentation::ClickAction_NONE; in exportShape() local
553 xSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("OnClick"))) >>= eAction; in exportShape()
555 if( (eAction == presentation::ClickAction_DOCUMENT) || in exportShape()
556 (eAction == presentation::ClickAction_BOOKMARK) ) in exportShape()
/aoo4110/main/editeng/source/editeng/
H A Dtextconv.cxx368 ReplacementAction eAction, in ReplaceUnit() argument
385 switch (eAction) in ReplaceUnit()
H A Dtextconv.hxx92 ReplacementAction eAction,
/aoo4110/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx418 ReplacementAction eAction, in ReplaceUnit() argument
442 switch (eAction) in ReplaceUnit()
/aoo4110/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx684 ContextMenuInterceptorAction eAction = xInterceptor->notifyContextMenuExecute( aEvent ); in CreateContextMenu() local
685 switch ( eAction ) in CreateContextMenu()
/aoo4110/main/sw/inc/
H A Dhhcwrp.hxx96 ReplacementAction eAction,
/aoo4110/main/sfx2/source/view/
H A Dviewsh.cxx2154 ui::ContextMenuInterceptorAction eAction = in TryContextMenuInterception() local
2156 switch ( eAction ) in TryContextMenuInterception()
/aoo4110/main/sd/source/filter/eppt/
H A Deppt.hxx809 …void ImplWriteClickAction( SvStream& rSt, ::com::sun::star::presentation::ClickAction eAction, …

Completed in 146 milliseconds