Home
last modified time | relevance | path

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

/AOO42X/main/svx/inc/svx/
H A Dsvddrgmt.hxx64 …mitive2d::Primitive2DSequence createPrimitive2DSequenceInCurrentState(SdrDragMethod& rDragMethod) …
81 …imitive2d::Primitive2DSequence createPrimitive2DSequenceInCurrentState(SdrDragMethod& rDragMethod);
100 void prepareCurrentState(SdrDragMethod& rDragMethod);
104 …imitive2d::Primitive2DSequence createPrimitive2DSequenceInCurrentState(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()
[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 =…
/AOO42X/main/svx/source/svdraw/
H A Dsvddrgmt.cxx104 …quence SdrDragEntryPolyPolygon::createPrimitive2DSequenceInCurrentState(SdrDragMethod& rDragMethod) in createPrimitive2DSequenceInCurrentState()
166 void SdrDragEntrySdrObject::prepareCurrentState(SdrDragMethod& rDragMethod) in prepareCurrentState()
196 …quence SdrDragEntrySdrObject::createPrimitive2DSequenceInCurrentState(SdrDragMethod& /* rDragMetho… in createPrimitive2DSequenceInCurrentState() argument
234 …drDragEntryPrimitive2DSequence::createPrimitive2DSequenceInCurrentState(SdrDragMethod& rDragMethod) in createPrimitive2DSequenceInCurrentState()
258 …ence SdrDragEntryPointGlueDrag::createPrimitive2DSequenceInCurrentState(SdrDragMethod& rDragMethod) in createPrimitive2DSequenceInCurrentState()
319 TYPEINIT0(SdrDragMethod);
321 void SdrDragMethod::resetSdrDragEntries() in resetSdrDragEntries()
327 basegfx::B2DRange SdrDragMethod::getCurrentRange() const in getCurrentRange()
332 void SdrDragMethod::clearSdrDragEntries() in clearSdrDragEntries()
342 void SdrDragMethod::addSdrDragEntry(SdrDragEntry* pNew) in addSdrDragEntry()
[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()
/AOO42X/main/svx/source/engine3d/
H A Ddragmt3d.cxx44 TYPEINIT1(E3dDragMethod, SdrDragMethod);
57 : SdrDragMethod(_rView), in E3dDragMethod()
H A Dview3d.cxx1248 SdrDragMethod* pForcedMeth) in BegDragObj()
/AOO42X/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()
/AOO42X/main/svx/inc/
H A Ddragmt3d.hxx70 class E3dDragMethod : public SdrDragMethod
/AOO42X/main/reportdesign/source/ui/report/
H A DSectionView.cxx235 const SdrDragMethod* pDragMethod = GetDragMethod(); in IsDragResize()
/AOO42X/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx586 SdrDragMethod* pDragMethod; in MouseButtonDown()
780 SdrDragMethod* pDragMethod = 0; in OnMove()
/AOO42X/main/sd/source/ui/annotations/
H A Dannotationtag.cxx763 SdrDragMethod* pDragMethod = new AnnotationDragMove( mrView, xTag ); in IMPL_LINK()