Home
last modified time | relevance | path

Searched refs:SfxDispatcher (Results 1 – 25 of 110) sorted by relevance

12345

/trunk/main/sfx2/source/control/
H A Ddispatch.cxx335 void SfxDispatcher::Construct_Impl( SfxDispatcher* pParent ) in Construct_Impl()
376 SfxDispatcher::SfxDispatcher( SfxDispatcher* pParent ) in SfxDispatcher() function in SfxDispatcher
382 SfxDispatcher::SfxDispatcher( SfxViewFrame *pViewFrame ) in SfxDispatcher() function in SfxDispatcher
406 SfxDispatcher::~SfxDispatcher() in ~SfxDispatcher()
455 void SfxDispatcher::Pop in Pop()
1000 void SfxDispatcher::_Execute in _Execute()
1026 SfxDispatcher *pDispat = this; in _Execute()
1646 SfxDispatcher *pDisp = this; in Update_Impl()
1705 SfxDispatcher *pDispat = this; in Update_Impl()
1749 SfxDispatcher *pDispat = this; in _Update_Impl()
[all …]
H A Dshell.cxx245 SfxDispatcher* SfxShell::GetDispatcher() const in GetDispatcher()
373 SfxDispatcher *pDispat = GetDispatcher(); in RemoveItem()
429 SfxDispatcher *pDispat = GetDispatcher(); in PutItem()
1240 ((SfxDispatcher*) pArg)->Update_Impl( sal_True ); in DispatcherUpdate_Impl()
1241 ((SfxDispatcher*) pArg)->GetBindings()->InvalidateAll(sal_False); in DispatcherUpdate_Impl()
H A Dunoctitm.cxx360 SfxOfficeDispatch::SfxOfficeDispatch( SfxBindings& rBindings, SfxDispatcher* pDispat, const SfxSlot… in SfxOfficeDispatch()
368 SfxOfficeDispatch::SfxOfficeDispatch( SfxDispatcher* pDispat, const SfxSlot* pSlot, const ::com::su… in SfxOfficeDispatch()
442 SfxDispatcher* SfxOfficeDispatch::GetDispatcher_Impl() in GetDispatcher_Impl()
492 SfxDispatcher* pDispat, in SfxDispatchController_Impl()
824 SfxDispatcher* pAppDispat = SFX_APP()->GetAppDispatcher_Impl(); in dispatch()
861 SfxDispatcher* SfxDispatchController_Impl::GetDispatcher() in GetDispatcher()
/trunk/main/sfx2/inc/sfx2/
H A Ddispatch.hxx103 class SFX2_DLLPUBLIC SfxDispatcher class
147 SfxDispatcher( SfxDispatcher* pParent );
148 SfxDispatcher( SfxViewFrame *pFrame = 0 );
150 SAL_DLLPRIVATE void Construct_Impl( SfxDispatcher* pParent );
152 virtual ~SfxDispatcher();
259 inline sal_Bool SfxDispatcher::IsFlushed() const in IsFlushed()
274 inline void SfxDispatcher::Flush() in Flush()
291 inline void SfxDispatcher::Push( SfxShell& rShell ) in Push()
309 inline sal_Bool SfxDispatcher::IsActive( const SfxShell& rShell ) in IsActive()
333 inline sal_Bool SfxDispatcher::IsOnTop( const SfxShell& rShell ) in IsOnTop()
H A Dunoctitm.hxx49 class SfxDispatcher;
127 SfxDispatcher* pDispat,
130 SfxOfficeDispatch( SfxDispatcher* pDispat,
160 SfxDispatcher* GetDispatcher_Impl();
167 SfxDispatcher* pDispatcher;
185 SfxDispatcher* pDispat,
201 SfxDispatcher* GetDispatcher();
H A Dbindings.hxx53 class SfxDispatcher;
113 SfxDispatcher* pDispatcher; // zu verwendender Dispatcher
143 void SetDispatcher(SfxDispatcher *pDisp);
187 SfxDispatcher* GetDispatcher() const in GetDispatcher()
197 SAL_DLLPRIVATE SfxDispatcher* GetDispatcher_Impl() { return pDispatcher; } in GetDispatcher_Impl()
H A Dapp.hxx61 class SfxDispatcher;
255 SAL_DLLPRIVATE SfxDispatcher* GetAppDispatcher_Impl();
256 SAL_DLLPRIVATE SfxDispatcher* GetDispatcher_Impl();
H A Dviewfrm.hxx43 class SfxDispatcher;
77 SfxDispatcher* pDispatcher;
122 SfxDispatcher* GetDispatcher() { return pDispatcher; } in GetDispatcher()
/trunk/main/sd/source/ui/view/
H A Dtabcontr.cxx121 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in Select()
146 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in MouseButtonDown()
188 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in DoubleClick()
285 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in ExecuteDrop()
318 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in ExecuteDrop()
359 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in Command()
431 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in ActivatePage()
/trunk/main/sd/source/ui/dlg/
H A DLayerTabBar.cxx101 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in Select()
120 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in MouseButtonDown()
150 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in DoubleClick()
209 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in Command()
356 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in ActivatePage()
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx135 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in EditedEntry()
369 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in NotifyCopyingMoving()
503 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in OrganizeDialog()
696 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK()
844 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in NewDialog()
903 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in DeleteCurrent()
1005 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in createModImpl()
H A Dmacrodlg.cxx127 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in DECLARE_LIST()
309 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in DeleteMacro()
742 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK()
754 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK()
787 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK()
H A Dbrkdlg.cxx211 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK()
238 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK()
/trunk/main/sfx2/source/inc/
H A Dstatcach.hxx47 class SfxDispatcher;
101 …const SfxSlotServer* GetSlotServer( SfxDispatcher &rDispat, const ::com::sun::star::uno::Reference…
102 const SfxSlotServer* GetSlotServer( SfxDispatcher &rDispat ) in GetSlotServer()
H A Dappdata.hxx73 class SfxDispatcher;
149 SfxDispatcher* pAppDispat; // Dispatcher falls kein Doc
/trunk/main/sw/inc/
H A Dswwait.hxx32 class SfxDispatcher;
50 std::unordered_set< SfxDispatcher* > mpLockedDispatchers;
/trunk/main/sw/source/ui/docvw/
H A Dromenu.hxx36 class SfxDispatcher;
56 void Check( sal_uInt16 nMID, sal_uInt16 nSID, SfxDispatcher &rDis );
H A Dromenu.cxx89 void SwReadOnlyPopup::Check( sal_uInt16 nMID, sal_uInt16 nSID, SfxDispatcher &rDis ) in Check()
180 SfxDispatcher &rDis = *pVFrame->GetDispatcher(); in SwReadOnlyPopup()
271 SfxDispatcher &rDis = *rView.GetViewFrame()->GetDispatcher(); in Execute()
/trunk/main/sw/source/ui/app/
H A Dswwait.cxx59 SfxDispatcher* pDispatcher = pFrame->GetDispatcher(); in EnterWaitAndLockDispatcher()
80 SfxDispatcher* pDispatcher = pFrame->GetDispatcher(); in LeaveWaitAndUnlockDispatcher()
/trunk/main/sw/source/ui/inc/
H A Dinputwin.hxx35 class SfxDispatcher;
111 SfxDispatcher* pDispatch;
/trunk/main/sfx2/source/appl/
H A Dapp.cxx197 SfxDispatcher* pDispatcher=0; in Property()
451 SfxDispatcher* SfxApplication::GetDispatcher_Impl() in GetDispatcher_Impl()
517 SfxDispatcher* pDisp = pAppData_Impl->pViewFrame->GetDispatcher(); in SetViewFrame_Impl()
H A Dappinit.cxx273 pAppData_Impl->pAppDispat = new SfxDispatcher((SfxDispatcher*)0); in Initialize_Impl()
/trunk/main/cui/source/inc/
H A Dhltpbase.hxx66 SvxFramesComboBox (Window* pParent, const ResId& rResId, SfxDispatcher* pDispatch);
195 SfxDispatcher* GetDispatcher() const;
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx154 inline SfxDispatcher &SwView::GetDispatcher() in DBG_NAME()
195 const SfxDispatcher& rDispatcher = const_cast< SwView* >( this )->GetDispatcher(); in GotFocus()
232 const SfxDispatcher& rDispatcher = GetDispatcher(); in IMPL_LINK()
285 SfxDispatcher &rDispatcher = GetDispatcher(); in SelectShell()
583 SfxDispatcher &rDis = GetDispatcher(); in _CheckReadonlyState()
672 SfxDispatcher &rDis = GetDispatcher(); in _CheckReadonlySelection()
/trunk/main/sc/source/ui/view/
H A Dtabcont.cxx177 SfxDispatcher* pDispatcher = pViewData->GetViewShell()->GetViewFrame()->GetDispatcher(); in MouseButtonUp()
187 SfxDispatcher* pDispatcher = pViewData->GetViewShell()->GetViewFrame()->GetDispatcher(); in MouseButtonUp()
245 SfxDispatcher& rDisp = pViewData->GetDispatcher(); in Select()

Completed in 142 milliseconds

12345