Home
last modified time | relevance | path

Searched refs:xDispatch (Results 1 – 25 of 98) sorted by path

1234

/trunk/main/basctl/source/basicide/
H A Dscriptdocument.cxx870 Reference< XDispatch > xDispatch( in saveDocument() local
874 xDispatch->dispatch( aURL, aArgs ); in saveDocument()
/trunk/main/chart2/source/controller/main/
H A DChartController_Tools.cxx907 Reference< frame::XDispatch > xDispatch( m_aDispatchContainer.getShapeController() ); in impl_ShapeControllerDispatch() local
908 if ( xDispatch.is() ) in impl_ShapeControllerDispatch()
910 xDispatch->dispatch( rURL, rArgs ); in impl_ShapeControllerDispatch()
/trunk/main/cui/source/options/
H A Doptupdt.cxx374 uno::Reference< frame::XDispatch > xDispatch; in IMPL_LINK() local
376 xDispatch = xDispatchProvider->queryDispatch(aURL, rtl::OUString(), 0); in IMPL_LINK()
378 if( xDispatch.is() ) in IMPL_LINK()
379 xDispatch->dispatch(aURL, uno::Sequence< beans::PropertyValue > ()); in IMPL_LINK()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumenteventexecutor.cxx117 … Reference< XDispatch > xDispatch( xDispProv->queryDispatch( aScriptURL, ::rtl::OUString(), 0 ) ); in lcl_dispatchScriptURL_throw() local
118 if ( !xDispatch.is() ) in lcl_dispatchScriptURL_throw()
127 xDispatch->dispatch( aScriptURL, aDispatchArgs ); in lcl_dispatchScriptURL_throw()
H A Dintercept.cxx173 Reference< XDispatch > xDispatch = m_xSlaveDispatchProvider->queryDispatch( in dispatch() local
175 if ( xDispatch.is() ) in dispatch()
176 xDispatch->dispatch( _URL, aNewArgs ); in dispatch()
201 Reference< XDispatch > xDispatch = m_xSlaveDispatchProvider->queryDispatch( in IMPL_LINK() local
203 if ( xDispatch.is() ) in IMPL_LINK()
210 xDispatch->dispatch( pHelper->aURL,pHelper->aArguments); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx204 Reference< XDispatch > xDispatch( xDispatchProvider->queryDispatch( in execute() local
210 if ( xDispatch == xController ) in execute()
213 xDispatch.clear(); in execute()
216 if ( xDispatch.is() ) in execute()
217 xDispatch->dispatch( _rFeatureURL, _rArgs ); in execute()
H A Dunodatbr.cxx2002 Reference< XDispatch > xDispatch( m_aExternalFeatures[ nId ].xDispatcher ); in Execute() local
2003 if (xDispatch.is()) in Execute()
2066 xDispatch->dispatch(aParentUrl, aDescriptor.createPropertyValueSequence()); in Execute()
/trunk/main/dbaccess/source/ui/control/
H A Dtoolboxcontroller.cxx296 Reference<XDispatch> xDispatch = m_aListenerMap.find(m_aCommandURL)->second; in createPopupWindow() local
297 if ( xDispatch.is() ) in createPopupWindow()
305 xDispatch->dispatch(aUrl,aArgs); in createPopupWindow()
/trunk/main/desktop/source/app/
H A Dapp.cxx3510 …css::uno::Reference< css::frame::XDispatch > xDispatch = xDesktop->queryDispatch(aCommand, rtl::OU… in HandleAppEvent() local
3511 if (xDispatch.is()) in HandleAppEvent()
3512xDispatch->dispatch(aCommand, css::uno::Sequence< css::beans::PropertyValue >()); in HandleAppEvent()
H A Ddispatchwatcher.cxx72 aURL( rURL ), xDispatch( rDispatch ) {} in DispatchHolder()
76 Reference< XDispatch > xDispatch; member
418 Reference< XDispatch > xDispatch = aDispatches[n].xDispatch; in executeDispatchRequests() local
419 Reference < XNotifyingDispatch > xDisp( xDispatch, UNO_QUERY ); in executeDispatchRequests()
427 xDispatch->dispatch( aDispatches[n].aURL, aArgs ); in executeDispatchRequests()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx924 …uno::Reference< frame::XDispatch > xDispatch = xDispatchProvider->queryDispatch(aURL, rtl::OUStrin… in createNotifyJob() local
926 if( xDispatch.is() ) in createNotifyJob()
936 xDispatch->dispatch(aURL, aPropList ); in createNotifyJob()
/trunk/main/embeddedobj/source/general/
H A Dintercept.cxx186 uno::Reference< frame::XDispatch > xDispatch = m_xSlaveDispatchProvider->queryDispatch( in dispatch() local
188 if ( xDispatch.is() ) in dispatch()
189 xDispatch->dispatch( URL, aNewArgs ); in dispatch()
/trunk/main/embedserv/source/embed/
H A Dintercept.cxx226 uno::Reference< frame::XDispatch > xDispatch = m_xSlaveDispatchProvider->queryDispatch( in dispatch() local
228 if ( xDispatch.is() ) in dispatch()
229 xDispatch->dispatch( URL, aNewArgs ); in dispatch()
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx712 …amer* pBibBeamer, ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch) in BibInterceptorHelper() argument
720 if( xDispatch.is() ) in BibInterceptorHelper()
721 xFormDispatch = xDispatch; in BibInterceptorHelper()
H A Ddatman.hxx68 …mer* pBibBeamer, ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch);
/trunk/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx294 …Reference< XDispatch > xDispatch( xDispProv->queryDispatch( aURL, ::rtl::OUString(), 0 ), UNO_QUER… in impl_dispatch_throw() local
300 xDispatch->dispatch( aURL, aDispatchArgs ); in impl_dispatch_throw()
H A Dsqlcommanddesign.cxx348 …Reference< XDispatch > xDispatch( xProvider->queryDispatch( aCloseURL, ::rtl::OUString( RTL_CONSTA… in impl_closeDesigner_nothrow() local
349 …OSL_ENSURE( xDispatch.is(), "SQLCommandDesigner::impl_closeDesigner_nothrow: no dispatcher for the… in impl_closeDesigner_nothrow()
350 if ( xDispatch.is() ) in impl_closeDesigner_nothrow()
352 xDispatch->dispatch( aCloseURL, Sequence< PropertyValue >( ) ); in impl_closeDesigner_nothrow()
/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java826 XDispatch xDispatch = m_document.getCurrentView().getDispatcher( slotURL ); in executeSlot() local
835 xDispatch.dispatch( url[0], aArgs ); in executeSlot()
/trunk/main/framework/inc/uielement/
H A Dcomplextoolbarcontroller.hxx45 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch;
87 … const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& xDispatch,
H A Dmacrosmenucontroller.hxx53 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch;
H A Dnewmenucontroller.hxx68 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch;
H A Drecentfilesmenucontroller.hxx36 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch;
H A Dtoolbarsmenucontroller.hxx92 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch;
/trunk/main/framework/qa/complex/framework/autosave/
H A DAutoSave.java298 XDispatch xDispatch = xProvider.queryDispatch(aURL[0], "_self", 0); in saveDoc() local
311 xDispatch.dispatch(aURL[0], lArgs); in saveDoc()
/trunk/main/framework/source/accelerators/
H A Dacceleratorexecute.cxx363 …css::uno::Reference< css::frame::XDispatch > xDispatch = xProvider->queryDispatch(aURL, ::rtl::OUS… in IMPL_LINK() local
365 if (xDispatch.is()) in IMPL_LINK()
373 xDispatch->dispatch(aURL, css::uno::Sequence< css::beans::PropertyValue >()); in IMPL_LINK()

Completed in 182 milliseconds

1234