Home
last modified time | relevance | path

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

/trunk/main/svx/inc/svx/
H A Dsvddrgmt.hxx81 …imitive2d::Primitive2DSequence createPrimitive2DSequenceInCurrentState(SdrDragMethod& rDragMethod);
100 void prepareCurrentState(SdrDragMethod& rDragMethod);
120 …imitive2d::Primitive2DSequence createPrimitive2DSequenceInCurrentState(SdrDragMethod& rDragMethod);
135 …imitive2d::Primitive2DSequence createPrimitive2DSequenceInCurrentState(SdrDragMethod& rDragMethod);
140 class SVX_DLLPUBLIC SdrDragMethod class
209 SdrDragMethod(SdrDragView& rNewView);
212 virtual ~SdrDragMethod();
235 inline const Rectangle& SdrDragMethod::GetMarkedRect() const in GetMarkedRect()
245 class SVX_DLLPUBLIC SdrDragMove : public SdrDragMethod
275 class SVX_DLLPUBLIC SdrDragResize : public SdrDragMethod
[all …]
H A Dsvddrag.hxx41 class SdrDragMethod;
93 SdrDragMethod* pDragMethod;
177 SdrDragMethod* GetDragMethod() const { return pDragMethod; } in GetDragMethod()
178 void SetDragMethod(SdrDragMethod* pMth) { pDragMethod=pMth; } in SetDragMethod()
H A Dsvddrgv.hxx55 friend class SdrDragMethod;
59 SdrDragMethod* mpCurrentSdrDragMethod;
131 …& rPnt, OutputDevice* pOut=NULL, SdrHdl* pHdl=NULL, short nMinMov=-3, SdrDragMethod* pForcedMeth=N…
137 SdrDragMethod* GetDragMethod() const { return mpCurrentSdrDragMethod; } in GetDragMethod()
H A Dsvdoedge.hxx35 class SdrDragMethod;
321 …basegfx::B2DPolygon ImplAddConnectorOverlay(SdrDragMethod& rDragMethod, bool bTail1, bool bTail2, …
H A Dview3d.hxx96 …, OutputDevice* pOut = NULL, SdrHdl* pHdl = NULL, short nMinMov = -3, SdrDragMethod* pForcedMeth =…
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx323 TYPEINIT0(SdrDragMethod);
664 SdrDragMethod::SdrDragMethod(SdrDragView& rNewView) in SdrDragMethod() function in SdrDragMethod
678 SdrDragMethod::~SdrDragMethod() in ~SdrDragMethod()
683 void SdrDragMethod::Show() in Show()
688 void SdrDragMethod::Hide() in Hide()
995 : SdrDragMethod(rNewView), in SdrDragMovHdl()
1212 : SdrDragMethod(rNewView), in SdrDragObjOwn()
1542 : SdrDragMethod(rNewView) in SdrDragMove()
1799 : SdrDragMethod(rNewView), in SdrDragResize()
2140 : SdrDragMethod(rNewView), in SdrDragRotate()
[all …]
H A Dsvddrgm1.hxx41 class SdrDragMovHdl : public SdrDragMethod
65 class SdrDragRotate : public SdrDragMethod
91 class SdrDragShear : public SdrDragMethod
120 class SdrDragMirror : public SdrDragMethod
147 class SdrDragGradient : public SdrDragMethod
173 class SdrDragCrook : public SdrDragMethod
225 class SdrDragDistort : public SdrDragMethod
H A Dsvddrgv.cxx227 …Obj(const Point& rPnt, OutputDevice* pOut, SdrHdl* pHdl, short nMinMov, SdrDragMethod* pForcedMeth) in BegDragObj()
H A Dsvdoedge.cxx1956 basegfx::B2DPolygon SdrEdgeObj::ImplAddConnectorOverlay(SdrDragMethod& rDragMethod, bool bTail1, bo… in ImplAddConnectorOverlay()
/trunk/main/svx/source/engine3d/
H A Ddragmt3d.cxx44 TYPEINIT1(E3dDragMethod, SdrDragMethod);
57 : SdrDragMethod(_rView), in E3dDragMethod()
H A Dview3d.cxx1248 SdrDragMethod* pForcedMeth) in BegDragObj()
/trunk/main/chart2/source/controller/main/
H A DDragMethod_Base.hxx37 class DragMethod_Base : public SdrDragMethod
H A DDragMethod_Base.cxx53 : SdrDragMethod( rDrawViewWrapper ) in DragMethod_Base()
H A DChartController_Window.cxx710 SdrDragMethod* pDragMethod = NULL; in execute_MouseButtonDown()
834 SdrDragMethod* pDragMethod = pDrawViewWrapper->SdrView::GetDragMethod(); in execute_MouseButtonUp()
/trunk/main/svx/inc/
H A Ddragmt3d.hxx70 class E3dDragMethod : public SdrDragMethod
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx235 const SdrDragMethod* pDragMethod = GetDragMethod(); in IsDragResize()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx586 SdrDragMethod* pDragMethod; in MouseButtonDown()
780 SdrDragMethod* pDragMethod = 0; in OnMove()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx763 SdrDragMethod* pDragMethod = new AnnotationDragMove( mrView, xTag ); in IMPL_LINK()

Completed in 83 milliseconds