Searched refs:eAction (Results 1 – 13 of 13) sorted by relevance
822 if( GTK_FILE_CHOOSER_ACTION_SAVE == eAction ) in setDefaultName()1659 eAction = GTK_FILE_CHOOSER_ACTION_OPEN; in initialize()1664 eAction = GTK_FILE_CHOOSER_ACTION_SAVE; in initialize()1669 eAction = GTK_FILE_CHOOSER_ACTION_SAVE; in initialize()1676 eAction = GTK_FILE_CHOOSER_ACTION_SAVE; in initialize()1691 eAction = GTK_FILE_CHOOSER_ACTION_SAVE; in initialize()1698 eAction = GTK_FILE_CHOOSER_ACTION_OPEN; in initialize()1706 eAction = GTK_FILE_CHOOSER_ACTION_OPEN; in initialize()1712 eAction = GTK_FILE_CHOOSER_ACTION_OPEN; in initialize()1718 eAction = GTK_FILE_CHOOSER_ACTION_OPEN; in initialize()[all …]
793 HHC::ReplacementAction eAction( HHC::eExchange ); in implChange() local802 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()
184 Action eAction = NONE; in ChildrenScrolled() local189 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()
155 TableControlAction eAction; in KeyInput() member180 for ( ; pActions->eAction != invalidTableControlAction; ++pActions ) in KeyInput()184 bHandled = _rControl.dispatchAction( pActions->eAction ); in KeyInput()
334 AutocompleteAction eAction = pEdit->GetAutocompleteAction(); in IMPL_LINK() local340 ((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()
552 presentation::ClickAction eAction = presentation::ClickAction_NONE; in exportShape() local553 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()
368 ReplacementAction eAction, in ReplaceUnit() argument385 switch (eAction) in ReplaceUnit()
92 ReplacementAction eAction,
684 ContextMenuInterceptorAction eAction = xInterceptor->notifyContextMenuExecute( aEvent ); in CreateContextMenu() local685 switch ( eAction ) in CreateContextMenu()
418 ReplacementAction eAction, in ReplaceUnit() argument442 switch (eAction) in ReplaceUnit()
96 ReplacementAction eAction,
2154 ui::ContextMenuInterceptorAction eAction = in TryContextMenuInterception() local2156 switch ( eAction ) in TryContextMenuInterception()
809 …void ImplWriteClickAction( SvStream& rSt, ::com::sun::star::presentation::ClickAction eAction, …
Completed in 213 milliseconds