/aoo41x/main/toolkit/inc/toolkit/helper/ |
H A D | macros.hxx | 180 #define DISPLAY_EXCEPTION( ClassName, MethodName, e ) \ argument 181 ::rtl::OString sMessage( #ClassName "::" #MethodName ": caught an exception!\n" ); \ 185 #define DISPLAY_EXCEPTION( ClassName, MethodName, e ) argument 188 #define IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY( ClassName, InterfaceName, MethodName, EventTy… argument 199 xListener->MethodName( aMulti ); \ 209 DISPLAY_EXCEPTION( ClassName, MethodName, e ) \ 215 void ClassName::MethodName( const EventType& evt ) throw(::com::sun::star::uno::RuntimeException, E… 216 IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY( ClassName, InterfaceName, MethodName, EventType ) 218 #define IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD( ClassName, InterfaceName, MethodName, EventType ) \ argument 219 void ClassName::MethodName( const EventType& evt ) throw(::com::sun::star::uno::RuntimeException) \ [all …]
|
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | WikiPropDialog.java | 255 public boolean callHandlerMethod( XDialog xDialog, Object EventObject, String MethodName ) in callHandlerMethod() argument 257 if ( MethodName.equals( sSendMethod ) ) in callHandlerMethod() 353 else if ( MethodName.equals( sWikiListMethod ) ) in callHandlerMethod() 359 else if ( MethodName.equals( sArticleTextMethod ) ) in callHandlerMethod() 364 else if ( MethodName.equals( sAddWikiMethod ) ) in callHandlerMethod()
|
H A D | WikiEditSettingDialog.java | 354 public boolean callHandlerMethod( XDialog xDialog, Object EventObject, String MethodName ) in callHandlerMethod() argument 356 if ( MethodName.equals( sOKMethod ) ) in callHandlerMethod()
|
H A D | WikiDialog.java | 120 public boolean callHandlerMethod( XDialog xDialog, Object EventObject, String MethodName ) in callHandlerMethod() argument
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XDialogEventHandler.idl | 54 which it is not prepared to handle. Similarly this applies for the MethodName 71 @param MethodName 78 if the implementation of the method, which is determined by the argument MethodName, 86 [in] string MethodName)
|
H A D | XContainerWindowEventHandler.idl | 54 which it is not prepared to handle. Similarly this applies for the MethodName 72 @param MethodName 79 if the implementation of the method, which is determined by the argument MethodName, 87 [in] string MethodName)
|
H A D | XContainerWindowProvider.idl | 95 callHandlerMethod except for MethodName itself that isn't needed
|
H A D | XDialogProvider2.idl | 86 callHandlerMethod except for MethodName itself that isn't needed
|
/aoo41x/main/odk/examples/DevelopersGuide/Components/dialogcomponent/ |
H A D | DialogComponent.java | 168 …ean callHandlerMethod( /*IN*/XDialog xDialog, /*IN*/Object EventObject, /*IN*/String MethodName ) { in callHandlerMethod() argument 169 if ( MethodName.equals( aHandlerMethod1 ) ) in callHandlerMethod() 174 else if ( MethodName.equals( aHandlerMethod2 ) ) in callHandlerMethod() 179 else if ( MethodName.equals( aHandlerMethod3 ) ) in callHandlerMethod()
|
/aoo41x/main/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 235 aScriptEvent.MethodName = Event.MethodName; in firing() 301 aScriptEvent.MethodName = Event.MethodName; in approveFiring() 317 Reference< XIdlMethod > xMeth = xListenerType->getMethod( Event.MethodName ); in approveFiring() 368 Reference< XIdlMethod > xMeth = xListenerType->getMethod( Event.MethodName ); in approveFiring()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 562 #define SETONALLFONTS( MethodName, Value ) \ in MakeFonts() argument 563 rFont.MethodName( Value ); rCJKFont.MethodName( Value ); rCTLFont.MethodName( Value ); in MakeFonts()
|
/aoo41x/main/eventattacher/source/ |
H A D | eventattacher.cxx | 168 aAllEvent.MethodName = FunctionName; in invoke() 472 if( Event.MethodName == m_EventMethod && m_AllListener.is() ) in firing() 528 if( Event.MethodName == m_EventMethod && m_AllListener.is() ) in approveFiring() 537 Reference< XIdlMethod > xMeth = xListenerType->getMethod( Event.MethodName ); in approveFiring()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 644 #define SETONALLFONTS( MethodName, Value ) \ argument 645 rFont.MethodName( Value ); \ 646 rCJKFont.MethodName( Value ); \ 647 rCTLFont.MethodName( Value );
|
/aoo41x/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 162 … const ::rtl::OUString& MethodName ) throw (lang::WrappedTargetException, uno::RuntimeException) in callHandlerMethod() 164 (void)MethodName; in callHandlerMethod() 165 OSL_ENSURE( MethodName.compareToAscii("SelectionChanged") == 0, in callHandlerMethod()
|
/aoo41x/main/scripting/source/dlgprov/ |
H A D | dlgevtatt.cxx | 376 aScriptEvent.MethodName = Event.MethodName; in firing_impl()
|
/aoo41x/main/udkapi/com/sun/star/script/ |
H A D | AllEventObject.idl | 64 string MethodName;
|
/aoo41x/main/scripting/source/vbaevents/ |
H A D | eventhelper.cxx | 156 rtl::OUStringToOString( evt.MethodName, 906 EventInfoHash::const_iterator eventInfo_it = infos.find( evt.MethodName ); in firing_Impl()
|
/aoo41x/main/svx/source/form/ |
H A D | fmscriptingenv.cxx | 243 …f ( !impl_allowAsynchronousCall_nothrow( _rEvent.ListenerType.getTypeName(), _rEvent.MethodName ) ) in firing()
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/editor/ |
H A D | OOo.jcb | 3 …m.sun.star.scanner.ScanErrorgetDefaultcom.sun.star.scanner.ScanErrorMethodNamejava.lang.String…
|
/aoo41x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 3980 aMethodName = aMethodName + Event.MethodName; in firing_impl() 4158 aAllEvent.MethodName = FunctionName; in invoke()
|