/aoo4110/main/sfx2/source/control/ |
H A D | statcach.cxx | 209 pDispatch( 0 ), in SfxStateCache() 237 if ( pDispatch ) in ~SfxStateCache() 239 pDispatch->Release(); in ~SfxStateCache() 240 pDispatch = NULL; in ~SfxStateCache() 253 if ( pDispatch ) in Invalidate() 255 pDispatch->Release(); in Invalidate() 256 pDispatch = NULL; in Invalidate() 331 pDispatch->acquire(); in GetSlotServer() 555 if ( pDispatch ) in GetDispatch() 556 return pDispatch->xDisp; in GetDispatch() [all …]
|
H A D | unoctitm.cxx | 500 , pDispatch( pDisp ) in SfxDispatchController_Impl() 530 if ( pDispatch ) in ~SfxDispatchController_Impl() 533 pDispatch->pControllerItem = NULL; in ~SfxDispatchController_Impl() 537 aObject.Source = (::cppu::OWeakObject*) pDispatch; in ~SfxDispatchController_Impl() 538 pDispatch->GetListeners().disposeAndClear( aObject ); in ~SfxDispatchController_Impl() 559 pDispatch = NULL; in UnBindController() 668 pDispatch && in dispatch() 871 if ( !pDispatch ) in addStatusListener() 897 aEvent.Source = (::com::sun::star::frame::XDispatch*) pDispatch; in addStatusListener() 920 if ( !pDispatch ) in StateChanged() [all …]
|
H A D | bindings.cxx | 2407 SfxOfficeDispatch* pDispatch = bMasterCommand ? in GetDispatch() local 2411 pDispatch->SetMasterUnoCommand( bMasterCommand ); in GetDispatch() 2412 xRet = uno::Reference < frame::XDispatch >( pDispatch ); in GetDispatch()
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | CommandDispatchContainer.cxx | 100 CommandDispatch * pDispatch = new UndoCommandDispatch( m_xContext, xModel ); in getDispatchForURL() local 101 xResult.set( pDispatch ); in getDispatchForURL() 102 pDispatch->initialize(); in getDispatchForURL() 111 … CommandDispatch * pDispatch = new StatusBarCommandDispatch( m_xContext, xModel, xSelSupp ); in getDispatchForURL() local 112 xResult.set( pDispatch ); in getDispatchForURL() 113 pDispatch->initialize(); in getDispatchForURL() 194 void CommandDispatchContainer::setDrawCommandDispatch( DrawCommandDispatch* pDispatch ) in setDrawCommandDispatch() argument 196 m_pDrawCommandDispatch = pDispatch; in setDrawCommandDispatch() 197 m_aToBeDisposedDispatches.push_back( Reference< frame::XDispatch >( pDispatch ) ); in setDrawCommandDispatch()
|
H A D | ChartController.cxx | 573 …ControllerCommandDispatch * pDispatch = new ControllerCommandDispatch( m_xCC, this, &m_aDispatchCo… in attachModel() local 574 pDispatch->initialize(); in attachModel() 579 m_aDispatchContainer.setChartDispatch( pDispatch, impl_getAvailableCommands() ); in attachModel()
|
H A D | CommandDispatchContainer.hxx | 117 void setDrawCommandDispatch( DrawCommandDispatch* pDispatch );
|
/aoo4110/main/sc/source/ui/cctrl/ |
H A D | tbinsert.cxx | 141 SfxDispatcher* pDispatch( 0 ); in Select() local 147 pDispatch = pViewFrame->GetDispatcher(); in Select() 150 if ( pDispatch ) in Select() 151 pDispatch->Execute(nLastSlotId); in Select()
|
/aoo4110/main/cui/source/options/ |
H A D | treeopt.cxx | 1529 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in CreateItemSet() local 1582 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in CreateItemSet() local 1583 if(SFX_ITEM_AVAILABLE <= pDispatch->QueryState(SID_ATTR_LANGUAGE, pItem)) in CreateItemSet() 1591 if(SFX_ITEM_AVAILABLE <= pDispatch->QueryState(SID_AUTOSPELL_CHECK, pItem)) in CreateItemSet() 1677 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in ApplyItemSet() local 1764 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in ApplyLanguageOptions() local 1768 pDispatch->Execute(pItem->Which(), SFX_CALLMODE_ASYNCHRON, pItem, 0L); in ApplyLanguageOptions() 1773 pDispatch->Execute(pItem->Which(), SFX_CALLMODE_ASYNCHRON, pItem, 0L); in ApplyLanguageOptions() 1778 pDispatch->Execute(pItem->Which(), SFX_CALLMODE_ASYNCHRON, pItem, 0L); in ApplyLanguageOptions() 1785 pDispatch->Execute(SID_AUTOSPELL_CHECK, in ApplyLanguageOptions() [all …]
|
/aoo4110/main/sw/source/ui/ribbar/ |
H A D | tbxanchr.cxx | 111 SfxDispatcher* pDispatch( 0 ); in Click() local 118 pDispatch = pViewFrame->GetDispatcher(); in Click() 161 pDispatch->Execute(nSlotId, SFX_CALLMODE_ASYNCHRON|SFX_CALLMODE_RECORD); in Click()
|
H A D | workctrl.cxx | 195 SfxDispatcher* pDispatch( 0 ); in Select() local 201 pDispatch = pViewFrame->GetDispatcher(); in Select() 204 if ( pDispatch ) in Select() 205 pDispatch->Execute(nLastSlotId); in Select()
|
H A D | inputwin.cxx | 662 pDispatch = pBindings->GetDispatcher(); in SwInputChild() 671 if(pDispatch) in ~SwInputChild() 672 pDispatch->Lock(sal_False); in ~SwInputChild()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldtdlg.cxx | 366 SfxDispatcher* pDispatch = m_pBindings->GetDispatcher(); in PageCreated() local 367 SfxViewFrame* pViewFrame = pDispatch ? pDispatch->GetFrame() : 0; in PageCreated()
|
/aoo4110/main/framework/source/services/ |
H A D | backingwindow.cxx | 1016 struct ImplDelayedDispatch* pDispatch = reinterpret_cast<ImplDelayedDispatch*>(pArg); in implDispatchDelayed() local 1019 pDispatch->xDispatch->dispatch( pDispatch->aDispatchURL, pDispatch->aArgs ); in implDispatchDelayed() 1026 delete pDispatch; in implDispatchDelayed()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | hltpbase.cxx | 56 SfxDispatcher* pDispatch ) in SvxFramesComboBox() argument 60 SfxViewFrame* pViewFrame = pDispatch ? pDispatch->GetFrame() : 0; in SvxFramesComboBox()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterProtocolHandler.cxx | 389 ::rtl::Reference<Dispatch> pDispatch (new Dispatch (rsURLPath, rpPresenterController)); in Create() 390 if (pDispatch->mpCommand.get() != NULL) in Create() 391 return Reference<frame::XDispatch>(pDispatch.get()); in Create()
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | SwSpellDialogChildWindow.cxx | 684 SfxDispatcher* pDispatch = GetBindings().GetDispatcher(); in GetWrtShell_Impl() local 686 if(pDispatch) in GetWrtShell_Impl() 690 while(0 != (pShell = pDispatch->GetShell(nShellIdx++))) in GetWrtShell_Impl()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewdraw.cxx | 419 SfxDispatcher* pDispatch = GetViewFrame()->GetDispatcher(); in ExitDraw() local 424 pTest = pDispatch->GetShell(nIdx++); in ExitDraw()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | inputwin.hxx | 111 SfxDispatcher* pDispatch; member in SwInputChild
|
/aoo4110/main/cui/source/inc/ |
H A D | hltpbase.hxx | 66 SvxFramesComboBox (Window* pParent, const ResId& rResId, SfxDispatcher* pDispatch);
|
/aoo4110/main/sfx2/source/inc/ |
H A D | statcach.hxx | 79 BindDispatch_Impl* pDispatch; member in SfxStateCache
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | unoctitm.hxx | 171 SfxOfficeDispatch* pDispatch; member in SfxDispatchController_Impl
|
/aoo4110/main/sfx2/source/appl/ |
H A D | appuno.cxx | 2006 SfxOfficeDispatch* pDispatch = new SfxOfficeDispatch( pAppDisp, pSlot, aURL ) ; in queryDispatch() local 2007 pDispatch->SetFrame(m_xFrame); in queryDispatch() 2008 pDispatch->SetMasterUnoCommand( bMasterCommand ); in queryDispatch() 2009 xDisp = pDispatch; in queryDispatch()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 1471 SfxDispatcher* pDispatch = pViewShell->GetDispatcher(); in Execute() local 1472 pDispatch->Execute( in Execute()
|