/aoo41x/main/sfx2/source/control/ |
H A D | statcach.cxx | 77 : xDisp( rDisp ) in DBG_NAME() 88 if ( xDisp.is() ) in disposing() 91 xDisp = ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > (); in disposing() 175 if ( xDisp.is() ) in Release() 178 xDisp = ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > (); in Release() 192 if ( xDisp.is() && aStatus.IsEnabled ) in Dispatch() 198 xDisp->dispatch( aURL, aProps ); in Dispatch() 303 if ( xDisp.is() ) in GetSlotServer() 330 pDispatch = new BindDispatch_Impl( xDisp, aURL, this, pSlot ); in GetSlotServer() 336 xDisp->addStatusListener( pDispatch, aURL ); in GetSlotServer() [all …]
|
H A D | bindings.cxx | 110 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDisp; 117 , xDisp( rDisp ) in SfxAsyncExec_Impl() 133 xDisp->dispatch( aCommand, aSeq ); in IMPL_LINK() 2094 xDisp = pCache->GetDispatch(); in QueryState() 2095 if ( xDisp.is() || !pCache ) in QueryState() 2109 if ( !xDisp.is() ) in QueryState() 2112 if ( xDisp.is() ) in QueryState() 2136 xDisp->addStatusListener( pBind, aURL ); in QueryState() 2174 xDisp->removeStatusListener( pBind, aURL ); in QueryState() 2352 if ( xDisp.is() ) in ExecuteCommand_Impl() [all …]
|
H A D | unoctitm.cxx | 239 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDisp; in TryGetDispatch() 243 xDisp = TryGetDispatch( pParent ); in TryGetDispatch() 246 if ( !xDisp.is() && pFrame->HasComponent() ) in TryGetDispatch() 252 xDisp = xProv->queryDispatch( aCommand, ::rtl::OUString(), 0 ); in TryGetDispatch() 255 return xDisp; in TryGetDispatch()
|
/aoo41x/main/desktop/source/app/ |
H A D | dispatchwatcher.cxx | 279 Reference < XNotifyingDispatch > xDisp( xDispatcher, UNO_QUERY ); in executeDispatchRequests() local 280 if ( xDisp.is() ) in executeDispatchRequests() 281 xDisp->dispatchWithNotification( aURL, aArgs2, DispatchWatcher::GetDispatchWatcher() ); in executeDispatchRequests() 419 Reference < XNotifyingDispatch > xDisp( xDispatch, UNO_QUERY ); in executeDispatchRequests() local 420 if ( xDisp.is() ) in executeDispatchRequests() 421 xDisp->dispatchWithNotification( aDispatches[n].aURL, aArgs, this ); in executeDispatchRequests()
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | toolbar.cxx | 277 uno::Reference< frame::XDispatch > xDisp(xController,UNO_QUERY); in InitListener() local 286 xDisp->addStatusListener(uno::Reference< frame::XStatusListener > (pQuery),aQueryURL); in InitListener() 318 xDisp->addStatusListener(uno::Reference< frame::XStatusListener > (pListener),aURL); in InitListener() 371 …uno::Reference< frame::XDispatch > xDisp = xDSP->queryDispatch( aURL, rtl::OUString(), frame::Fram… in SendDispatch() local 373 if ( xDisp.is() ) in SendDispatch() 374 xDisp->dispatch( aURL, rArgs); in SendDispatch()
|
/aoo41x/main/forms/source/component/ |
H A D | clickableimage.cxx | 309 …Reference< XDispatch > xDisp = Reference< XDispatchProvider > (xFrame,UNO_QUERY)->queryDispatch( … in actionPerformed_Impl() local 318 if (xDisp.is()) in actionPerformed_Impl() 319 xDisp->dispatch( aURL, aArgs ); in actionPerformed_Impl() 325 …Reference< XDispatch > xDisp = Reference< XDispatchProvider > (xFrame,UNO_QUERY)->queryDispatch(a… in actionPerformed_Impl() local 327 if ( xDisp.is() ) in actionPerformed_Impl() 339 xDisp->dispatch( aHyperLink, aProps ); in actionPerformed_Impl()
|
H A D | DatabaseForm.cxx | 2177 …Reference< XDispatch > xDisp = Reference< XDispatchProvider > (xFrame,UNO_QUERY)->queryDispatch(a… in lcl_dispatch() local 2181 if (xDisp.is()) in lcl_dispatch() 2196 xDisp->dispatch(aURL, aArgs); in lcl_dispatch() 2274 …Reference< XDispatch > xDisp = Reference< XDispatchProvider > (xFrame,UNO_QUERY)->queryDispatch(a… in submit_impl() local 2278 if (xDisp.is()) in submit_impl() 2283 xDisp->dispatch(aURL, aArgs); in submit_impl() 2298 …Reference< XDispatch > xDisp = Reference< XDispatchProvider > (xFrame,UNO_QUERY)->queryDispatch(a… in submit_impl() local 2302 if (xDisp.is()) in submit_impl() 2325 xDisp->dispatch(aURL, aArgs); in submit_impl()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdownicon.cxx | 338 Reference < ::com::sun::star::frame::XDispatch > xDisp; in FromTemplate() local 342 xDisp = xProv->queryDispatch( aTargetURL, ::rtl::OUString(), 0 ); in FromTemplate() 344 … xDisp = xProv->queryDispatch( aTargetURL, ::rtl::OUString::createFromAscii("_blank"), 0 ); in FromTemplate() 346 if ( xDisp.is() ) in FromTemplate() 352 Reference< ::com::sun::star::frame::XNotifyingDispatch > xNotifyer( xDisp, UNO_QUERY ); in FromTemplate() 359 xDisp->dispatch( aTargetURL, aArgs ); in FromTemplate()
|
H A D | appopen.cxx | 1282 …Reference < XDispatch > xDisp = xProv.is() ? xProv->queryDispatch( aURL, aTarget, FrameSearchFlag:… in OpenDocExec_Impl() local 1284 if ( xDisp.is() ) in OpenDocExec_Impl() 1285 xDisp->dispatch( aURL, aArgs ); in OpenDocExec_Impl()
|
H A D | newhelp.cxx | 2624 Reference < XDispatch > xDisp = xProv.is() ? in PreNotify() local 2626 if(xDisp.is()) in PreNotify() 2630 new HelpStatusListener_Impl(xDisp, aURL ); in PreNotify() 3364 Reference < XDispatch > xDisp = xProv->queryDispatch( aURL, String(), 0 ); in DoAction() local 3365 if ( xDisp.is() ) in DoAction() 3366 xDisp->dispatch( aURL, Sequence < PropertyValue >() ); in DoAction()
|
/aoo41x/main/sfx2/source/menu/ |
H A D | mnuitem.cxx | 603 Reference < XDispatch > xDisp; in Select_Impl() local 607 xDisp = xProv->queryDispatch( aTargetURL, ::rtl::OUString(), 0 ); in Select_Impl() 617 xDisp = xProv->queryDispatch( aTargetURL, aTargetFrame , 0 ); in Select_Impl() 621 if ( xDisp.is() ) in Select_Impl() 624 pExecuteInfo->xDispatch = xDisp; in Select_Impl()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | sbagrid.cxx | 376 Reference< ::com::sun::star::frame::XDispatch > xDisp(getPeer(), UNO_QUERY); in createPeer() local 382 xDisp->addStatusListener((*aIter).second, (*aIter).first); in createPeer() 390 Reference< ::com::sun::star::frame::XDispatch > xDisp(getPeer(), UNO_QUERY); in dispatch() local 391 if (xDisp.is()) in dispatch() 392 xDisp->dispatch(aURL, aArgs); in dispatch() 412 Reference< XDispatch > xDisp( getPeer(), UNO_QUERY ); in addStatusListener() local 413 xDisp->addStatusListener( pMultiplexer, _rURL ); in addStatusListener() 437 Reference< ::com::sun::star::frame::XDispatch > xDisp(getPeer(), UNO_QUERY); in removeStatusListener() local 438 xDisp->removeStatusListener(pMultiplexer, _rURL); in removeStatusListener()
|
/aoo41x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XDispatchRecorderSupplier.java | 194 XDispatch xDisp = xDispProv.queryDispatch(dispURL,"",0); in _dispatchAndRecord() local 202 oObj.dispatchAndRecord(dispURL, args, xDisp); in _dispatchAndRecord() 224 oObj.dispatchAndRecord(dispURL, args, xDisp); in _dispatchAndRecord()
|
H A D | _XDispatchRecorder.java | 92 XDispatch xDisp = xDispProv.queryDispatch(dispURL, "", 0); in _getRecordedMacro() local 93 xDisp.dispatch(dispURL, dispArgs); in _getRecordedMacro()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | templwin.cxx | 954 Reference < XDispatch > xDisp = xProv.is() ? in OpenFile() local 957 if ( xDisp.is() ) in OpenFile() 985 xDisp->dispatch( aURL, aArgs ); in OpenFile() 1012 xDisp->dispatch( aURL, aArgs ); in OpenFile() 1025 xDisp->dispatch( aURL, aArgs ); in OpenFile() 1924 Reference < XDispatch > xDisp; in IMPL_LINK() local 1925 xDisp = xProv->queryDispatch( aTargetURL, ::rtl::OUString(), 0 ); in IMPL_LINK() 1927 if ( xDisp.is() ) in IMPL_LINK() 1933 xDisp->dispatch( aTargetURL, aArgs ); in IMPL_LINK()
|
/aoo41x/main/UnoControls/source/controls/ |
H A D | framecontrol.cxx | 527 … Reference< XDispatch > xDisp = xDSP->queryDispatch ( aURL, OUString (), FrameSearchFlag::SELF ) ; in impl_createFrame() local 528 if (xDisp.is()) in impl_createFrame() 530 xDisp->dispatch ( aURL, rArguments ) ; in impl_createFrame()
|
/aoo41x/main/sfx2/source/toolbox/ |
H A D | tbxitem.cxx | 543 …Reference < XDispatch > xDisp = xProvider->queryDispatch( rEvent.FeatureURL, ::rtl::OUString(), 0 … in statusChanged() local 544 if ( xDisp.is() ) in statusChanged() 546 Reference< XUnoTunnel > xTunnel( xDisp, UNO_QUERY ); in statusChanged() 1116 …Reference < XDispatch > xDisp = xProvider->queryDispatch( rEvent.FeatureURL, ::rtl::OUString(), 0 … in statusChanged() local 1117 if ( xDisp.is() ) in statusChanged() 1119 Reference< XUnoTunnel > xTunnel( xDisp, UNO_QUERY ); in statusChanged()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | iframe.cxx | 180 …uno::Reference < frame::XDispatch > xDisp = xProv->queryDispatch( aTargetURL, ::rtl::OUString::cre… in load() local 181 if ( xDisp.is() ) in load() 182 xDisp->dispatch( aTargetURL, aProps ); in load()
|
/aoo41x/main/sfx2/source/statbar/ |
H A D | stbitem.cxx | 234 …uno::Reference < frame::XDispatch > xDisp = xProvider->queryDispatch( rEvent.FeatureURL, ::rtl::OU… in statusChanged() local 235 if ( xDisp.is() ) in statusChanged() 237 uno::Reference< lang::XUnoTunnel > xTunnel( xDisp, uno::UNO_QUERY ); in statusChanged()
|
/aoo41x/main/sfx2/source/notify/ |
H A D | eventsupplier.cxx | 280 ::com::sun::star::uno::Reference < ::com::sun::star::frame::XDispatch > xDisp; in Execute() 282 xDisp = xProv->queryDispatch( aURL, ::rtl::OUString(), 0 ); in Execute() 284 if ( xDisp.is() ) in Execute() 294 xDisp->dispatch( aURL, aDispatchArgs ); in Execute()
|
/aoo41x/main/framework/source/uielement/ |
H A D | toolbarmanager.cxx | 1768 Reference< XDispatch > xDisp; in GetToolBarCustomMeun() local 1776 xDisp = xProv->queryDispatch( aURL, ::rtl::OUString(), 0 ); in GetToolBarCustomMeun() 1778 if ( !xDisp.is() || IsPluginMode() ) in GetToolBarCustomMeun() 1938 Reference< XDispatch > xDisp; in IMPL_LINK() local 1946 xDisp = xProv->queryDispatch( aURL, ::rtl::OUString(), 0 ); in IMPL_LINK() 1949 if ( xDisp.is() ) in IMPL_LINK() 1957 xDisp->dispatch( aURL, aPropSeq ); in IMPL_LINK()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | querycontroller.cxx | 1293 Reference< XDispatch> xDisp; in executeQuery() local 1299 xDisp = xProv->queryDispatch(aWantToDispatch, sFrameName, nSearchFlags); in executeQuery() 1303 xDisp = xProv->queryDispatch(aWantToDispatch, sFrameName, FrameSearchFlag::SELF); in executeQuery() 1305 if (xDisp.is()) in executeQuery() 1335 xDisp->dispatch(aWantToDispatch, aProps); in executeQuery()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | uitool.cxx | 762 … uno::Reference< frame::XDispatch > xDisp = xProv->queryDispatch( aURL, ::rtl::OUString(), 0 ); in ExecuteMenuCommand() local 763 if( xDisp.is() ) in ExecuteMenuCommand() 766 xDisp->dispatch( aURL, aSeq ); in ExecuteMenuCommand()
|
/aoo41x/main/chart2/qa/ |
H A D | TestCaseOldAPI.java | 254 X3DDisplay xDisp = (X3DDisplay) UnoRuntime.queryInterface( in testDiagram() local 256 assure( "X3DDisplay not supported", xDisp != null ); in testDiagram() 259 XPropertySet xProp = xDisp.getWall(); in testDiagram()
|
/aoo41x/main/sfx2/source/inc/ |
H A D | statcach.hxx | 54 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDisp;
|