Home
last modified time | relevance | path

Searched refs:aDispatchURL (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dunoctitm.cxx495 : aDispatchURL( rURL ) in SfxDispatchController_Impl()
505 if ( aDispatchURL.Protocol.equalsAscii("slot:") && pUnoName ) in SfxDispatchController_Impl()
509 aDispatchURL.Complete = ::rtl::OUString::createFromAscii( aTmp.GetBuffer() ); in SfxDispatchController_Impl()
511 xTrans->parseStrict( aDispatchURL ); in SfxDispatchController_Impl()
670 (aURL.Protocol.equalsAsciiL( ".uno:", 5 ) && aURL.Path == aDispatchURL.Path) || in dispatch()
778 … lNewArgs[nIndex].Value = makeAny( SfxDispatchController_Impl::getSlaveCommand( aDispatchURL )); in dispatch()
949 …terfaceContainerHelper* pContnr = pDispatch->GetListeners().getContainer ( aDispatchURL.Complete ); in StateChanged()
985 aEvent.FeatureURL = aDispatchURL; in StateChanged()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx1000 com::sun::star::util::URL aDispatchURL; member
1007 aDispatchURL( i_rURL ), in ImplDelayedDispatch()
1019 pDispatch->xDispatch->dispatch( pDispatch->aDispatchURL, pDispatch->aArgs ); in implDispatchDelayed()
1044 com::sun::star::util::URL aDispatchURL; in dispatchURL() local
1045 aDispatchURL.Complete = i_rURL; in dispatchURL()
1055 xURLTransformer->parseStrict( aDispatchURL ); in dispatchURL()
1058 xProvider->queryDispatch( aDispatchURL, rTarget, 0 ) in dispatchURL()
1063 … ImplDelayedDispatch* pDisp = new ImplDelayedDispatch( xDispatch, aDispatchURL, i_rArgs ); in dispatchURL()
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx280 com::sun::star::util::URL aDispatchURL; in OpenURL() local
281 aDispatchURL.Complete = aURL; in OpenURL()
292 xURLTransformer->parseStrict( aDispatchURL ); in OpenURL()
293 xDispatch = xDispatchProvider->queryDispatch( aDispatchURL, rTarget, 0 ); in OpenURL()
295 xDispatch->dispatch( aDispatchURL, aArgs ); in OpenURL()
/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx166 ::com::sun::star::util::URL aDispatchURL;

Completed in 63 milliseconds