/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XContainerWindowProvider.idl | 82 … If XContainerWindowEventHandler is supported XContainerWindowEventHandler.callHandlerMethod() 84 handled by XContainerWindowEventHandler (callHandlerMethod() then has to return 95 callHandlerMethod except for MethodName itself that isn't needed
|
H A D | XDialogProvider2.idl | 73 If XDialogEventHandler is supported XDialogEventHandler.callHandlerMethod() 75 handled by XDialogEventHandler (callHandlerMethod() then has to return 86 callHandlerMethod except for MethodName itself that isn't needed
|
H A D | XDialogEventHandler.idl | 83 boolean callHandlerMethod( 93 all method names that will be accepted in calls to callHandlerMethod.
|
H A D | XContainerWindowEventHandler.idl | 84 boolean callHandlerMethod( 94 all method names that will be accepted in calls to callHandlerMethod.
|
/aoo4110/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | WikiOptionsEventHandlerImpl.java | 222 public boolean callHandlerMethod( XWindow xWindow, Object aEventObject, String sMethod ) in callHandlerMethod() method in WikiOptionsEventHandlerImpl 286 public boolean callHandlerMethod( XDialog xDialog, Object aEventObject, String sMethod ) in callHandlerMethod() method in WikiOptionsEventHandlerImpl
|
H A D | WikiDialog.java | 120 public boolean callHandlerMethod( XDialog xDialog, Object EventObject, String MethodName ) in callHandlerMethod() method in WikiDialog
|
H A D | WikiPropDialog.java | 255 public boolean callHandlerMethod( XDialog xDialog, Object EventObject, String MethodName ) in callHandlerMethod() method in WikiPropDialog
|
H A D | WikiEditSettingDialog.java | 354 public boolean callHandlerMethod( XDialog xDialog, Object EventObject, String MethodName ) in callHandlerMethod() method in WikiEditSettingDialog
|
/aoo4110/main/scripting/source/dlgprov/ |
H A D | dlgevtatt.cxx | 548 bHandled = xDialogEventHandler->callHandlerMethod( xDialog, aEventObject, aMethodName ); in firing_impl() 557 … bHandled = xContainerWindowEventHandler->callHandlerMethod( xWindow, aEventObject, aMethodName ); in firing_impl()
|
/aoo4110/main/odk/examples/DevelopersGuide/Components/dialogcomponent/ |
H A D | DialogComponent.java | 168 …public boolean callHandlerMethod( /*IN*/XDialog xDialog, /*IN*/Object EventObject, /*IN*/String Me… in callHandlerMethod() method in DialogComponent._DialogComponent
|
/aoo4110/main/framework/source/classes/ |
H A D | fwktabwindow.cxx | 152 … bRet = m_xEventHdl->callHandlerMethod( m_xPage, uno::makeAny( rMethod ), EXTERNAL_EVENT ); in CallMethod()
|
/aoo4110/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/ |
H A D | OptionsEventHandler.java | 156 public boolean callHandlerMethod(com.sun.star.awt.XWindow aWindow, in callHandlerMethod() method in OptionsEventHandler._OptionsEventHandler
|
/aoo4110/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 160 virtual ::sal_Bool SAL_CALL callHandlerMethod( const uno::Reference< awt::XDialog >& /*xDialog*/, in callHandlerMethod() function in pdfi::__anonca36e0fe0111::ChooserDialogHandler
|
/aoo4110/main/cui/source/options/ |
H A D | treeopt.cxx | 2738 … bRet = m_xEventHdl->callHandlerMethod( m_xPage, makeAny( rAction ), C2U("external_event") ); in DispatchAction()
|