Home
last modified time | relevance | path

Searched refs:FuSelection (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfusel.cxx93 TYPEINIT1( FuSelection, FuDraw );
101 FuSelection::FuSelection ( in FuSelection() function in sd::FuSelection
131 void FuSelection::DoExecute( SfxRequest& rReq ) in DoExecute()
145 FuSelection::~FuSelection() in ~FuSelection()
945 sal_Bool FuSelection::KeyInput(const KeyEvent& rKEvt) in KeyInput()
953 bReturn = FuSelection::cancel(); in KeyInput()
1064 void FuSelection::Activate() in Activate()
1211 void FuSelection::Deactivate() in Deactivate()
1223 void FuSelection::SelectionHasChanged() in SelectionHasChanged()
1248 void FuSelection::SetEditMode(sal_uInt16 nMode) in SetEditMode()
[all …]
H A Dfudraw.cxx688 else if (eHit == SDRHIT_TEXTEDITOBJ && this->ISA(FuSelection)) in ForcePointer()
703 if (pObj && pMEvt && !pMEvt->IsMod2() && this->ISA(FuSelection)) in ForcePointer()
H A Dfupoor.cxx1233 if ( !this->ISA(FuSelection) ) in cancel()
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel.cxx80 FuSelection::FuSelection(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuSelection() function in FuSelection
93 FuSelection::~FuSelection() in ~FuSelection()
97 sal_uInt8 FuSelection::Command(const CommandEvent& rCEvt) in Command()
110 sal_Bool __EXPORT FuSelection::MouseButtonDown(const MouseEvent& rMEvt) in MouseButtonDown()
339 sal_Bool __EXPORT FuSelection::MouseMove(const MouseEvent& rMEvt) in MouseMove()
386 sal_Bool __EXPORT FuSelection::MouseButtonUp(const MouseEvent& rMEvt) in MouseButtonUp()
624 sal_Bool FuSelection::KeyInput(const KeyEvent& rKEvt) in KeyInput()
643 void FuSelection::Activate() in Activate()
672 void FuSelection::Deactivate() in Deactivate()
H A Dfusel2.cxx62 sal_Bool FuSelection::TestDetective( SdrPageView* pPV, const Point& rPos ) in TestDetective()
121 bool FuSelection::IsNoteCaptionMarked() const in IsNoteCaptionMarked()
135 bool FuSelection::IsNoteCaptionClicked( const Point& rPos ) const in IsNoteCaptionClicked()
167 void FuSelection::ActivateNoteHandles(SdrObject* pObject) in ActivateNoteHandles()
/trunk/main/sd/source/ui/view/
H A Ddrbezob.cxx130 if(xFunc->ISA(FuSelection)) in GetAttrState()
132 sal_uInt16 nEditMode = static_cast<FuSelection*>(xFunc.get())->GetEditMode(); in GetAttrState()
339 if(xFunc->ISA(FuSelection)) in Execute()
341 static_cast<FuSelection*>(xFunc.get())->SetEditMode(rReq.GetSlot()); in Execute()
H A Ddrviewse.cxx400 SetCurrentFunction( FuSelection::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rReq) ); in FuPermanent()
733 …if( dynamic_cast< FuSelection* >( GetCurrentFunction().get() ) || dynamic_cast< FuConstructBezierP… in FuSupport()
H A Ddrviewsc.cxx542 if( (dynamic_cast<FuSelection*>( GetOldFunction().get() ) != 0) && in FuTemp03()
H A Ddrviewsa.cxx837 if(GetDocSh()->IsReadOnly() && dynamic_cast< FuSelection* >( GetCurrentFunction().get() ) ) in Notify()
/trunk/main/sc/source/ui/inc/
H A Dfusel.hxx43 class FuSelection : public FuDraw class
46 FuSelection(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
49 virtual ~FuSelection();
/trunk/main/sd/source/ui/inc/
H A Dfusel.hxx38 class FuSelection class
74 FuSelection (ViewShell* pViewSh,
80 virtual ~FuSelection();
/trunk/main/sc/source/ui/view/
H A Dviewfun6.cxx180 static_cast< FuSelection* >( pDraw )->ActivateNoteHandles( pCaption ); in EditNote()
H A Dtabvwsh2.cxx274 pTabView->SetDrawFuncPtr(new FuSelection(this, pWin, pView, pDoc, aNewReq)); in ExecDraw()
H A Dtabview5.cxx233 SetDrawFuncPtr(new FuSelection( aViewData.GetViewShell(), GetActiveWin(), pDrawView, in MakeDrawView()

Completed in 71 milliseconds