Home
last modified time | relevance | path

Searched refs:GetCurrentFunction (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx168 FunctionReference xFunc( GetCurrentFunction() ); in FuPermanent()
204 SetOldFunction( GetCurrentFunction() ); in FuPermanent()
208 if(GetOldFunction() == GetCurrentFunction()) in FuPermanent()
224 nOldSId = GetCurrentFunction()->GetSlotID(); in FuPermanent()
235 GetCurrentFunction()->Deactivate(); in FuPermanent()
257 GetCurrentFunction()->DoExecute(rReq); in FuPermanent()
571 GetCurrentFunction()->Activate(); in FuPermanent()
572 SetOldFunction( GetCurrentFunction() ); in FuPermanent()
779 GetCurrentFunction()->DoCut(); in FuSupport()
801 GetCurrentFunction()->DoCopy(); in FuSupport()
[all …]
H A Dviewshel.cxx368 GetCurrentFunction()->Activate(); in Activate()
435 GetCurrentFunction()->Deactivate(); in Deactivate()
503 bReturn = GetCurrentFunction()->KeyInput(rKEvt); in KeyInput()
574 GetCurrentFunction()->MouseButtonDown(rMEvt); in MouseButtonDown()
614 GetCurrentFunction()->MouseMove(rMEvt); in MouseMove()
642 GetCurrentFunction()->MouseButtonUp(rMEvt); in MouseButtonUp()
684 GetCurrentFunction()->Command(rCEvt); in Command()
1354 FunctionReference xFunc( GetCurrentFunction() ); in ExecReq()
H A Doutlnvsh.cxx292 GetCurrentFunction()->Paint(rRect, pWin); in Paint()
534 GetCurrentFunction()->DoCut(); in FuSupport()
549 GetCurrentFunction()->DoCopy(); in FuSupport()
566 GetCurrentFunction()->DoPaste(); in FuSupport()
590 FunctionReference xFunc( GetCurrentFunction() ); in FuSupport()
770 GetCurrentFunction()->Activate(); in FuPermanent()
771 SetOldFunction(GetCurrentFunction()); in FuPermanent()
1539 bReturn = GetCurrentFunction()->KeyInput(rKEvt); in KeyInput()
H A Ddrbezob.cxx126 FunctionReference xFunc( mpViewSh->GetCurrentFunction() ); in GetAttrState()
335 FunctionReference xFunc( mpViewSh->GetCurrentFunction() ); in Execute()
H A Doutlnvs2.cxx311 GetCurrentFunction()->Activate(); in FuTemporary()
631 GetCurrentFunction()->Activate(); in FuTemporaryModify()
H A Ddrviews7.cxx264 sal_uInt16 nSId = GetCurrentFunction()->GetSlotID(); in GetMenuState()
518 if(dynamic_cast<FuEditGluePoints*>( GetCurrentFunction().get())) in GetMenuState()
1034 nCurrentSId = GetCurrentFunction()->GetSlotID(); in GetMenuState()
1576 nCurrentSId = GetCurrentFunction()->GetSlotID(); in GetMenuState()
H A Dviewshe2.cxx749 GetCurrentFunction()->SetWindow(pWin); in SetActiveWindow()
772 bReturn = GetCurrentFunction()->RequestHelp(rHEvt); in RequestHelp()
H A Dpresvish.cxx160 GetCurrentFunction()->Activate(); in Activate()
H A Ddrviews1.cxx289 GetCurrentFunction()->SelectionHasChanged(); in SelectionHasChanged()
352 sal_uInt16 nID = GetCurrentFunction()->GetSlotID(); in PrepareClose()
H A Ddrviews5.cxx499 GetCurrentFunction()->Paint( rRect, pWin ); in Paint()
H A Ddrviewsa.cxx837 if(GetDocSh()->IsReadOnly() && dynamic_cast< FuSelection* >( GetCurrentFunction().get() ) ) in Notify()
H A Ddrviews2.cxx892 GetCurrentFunction()->Activate(); in FuTemporary()
H A Dsdview2.cxx410 FunctionReference xFunction( pDrawViewShell->GetCurrentFunction() ); in StartDrag()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx285 if(pShell->GetCurrentFunction().is()) in FuPermanent()
288 if (pShell->GetOldFunction() == pShell->GetCurrentFunction()) in FuPermanent()
291 pShell->GetCurrentFunction()->Deactivate(); in FuPermanent()
313 if(pShell->GetCurrentFunction().is()) in FuPermanent()
315 pShell->GetCurrentFunction()->Activate(); in FuPermanent()
316 pShell->SetOldFunction(pShell->GetCurrentFunction()); in FuPermanent()
523 if (pShell!=NULL && pShell->GetCurrentFunction().is()) in GetMenuState()
525 sal_uInt16 nSId = pShell->GetCurrentFunction()->GetSlotID(); in GetMenuState()
H A DSlsClipboard.cxx193 xFunc = pViewShell->GetCurrentFunction(); in HandleSlotCall()
747 mrSlideSorter.GetViewShell()->GetCurrentFunction().get()); in AcceptDrop()
H A DSlideSorterController.cxx884 FunctionReference pFunction (mrSlideSorter.GetViewShell()->GetCurrentFunction()); in GetCurrentSelectionFunction()
/trunk/main/sd/source/ui/inc/
H A DViewShell.hxx271 FunctionReference GetCurrentFunction() const { return mxCurrentFunction; } in GetCurrentFunction() function in sd::ViewShell
/trunk/main/sd/source/ui/docshell/
H A Ddocshel2.cxx378 FunctionReference xFunc( mpViewShell->GetCurrentFunction() ); in CheckPageName()

Completed in 95 milliseconds