Lines Matching refs:aTargetURL
152 URL aTargetURL; in SfxToolBoxControllerFactory() local
153 aTargetURL.Complete = aCommandURL; in SfxToolBoxControllerFactory()
155 xTrans->parseStrict( aTargetURL ); in SfxToolBoxControllerFactory()
156 if ( aTargetURL.Arguments.getLength() ) in SfxToolBoxControllerFactory()
190 const SfxSlot* pSlot = pSlotPool->GetUnoSlot( aTargetURL.Path ); in SfxToolBoxControllerFactory()
448 ::com::sun::star::util::URL aTargetURL; in Dispatch()
449 aTargetURL.Complete = rCommand; in Dispatch()
453 xTrans->parseStrict( aTargetURL ); in Dispatch()
455 … Reference < XDispatch > xDispatch = rProvider->queryDispatch( aTargetURL, ::rtl::OUString(), 0 ); in Dispatch()
457 xDispatch->dispatch( aTargetURL, aArgs ); in Dispatch()
472 ::com::sun::star::util::URL aTargetURL; in Dispatch()
473 aTargetURL.Complete = aCommand; in Dispatch()
474 getURLTransformer()->parseStrict( aTargetURL ); in Dispatch()
476 … Reference < XDispatch > xDispatch = xProvider->queryDispatch( aTargetURL, ::rtl::OUString(), 0 ); in Dispatch()
496 ::comphelper::UiEventsLogger::logDispatch(aTargetURL, source); in Dispatch()
498 xDispatch->dispatch( aTargetURL, aArgs ); in Dispatch()