Searched refs:SdrDragMethod (Results 1 – 18 of 18) sorted by relevance
/aoo42x/main/svx/inc/svx/ |
H A D | svddrgmt.hxx | 81 …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 D | svddrag.hxx | 41 class SdrDragMethod; 93 SdrDragMethod* pDragMethod; 177 SdrDragMethod* GetDragMethod() const { return pDragMethod; } in GetDragMethod() 178 void SetDragMethod(SdrDragMethod* pMth) { pDragMethod=pMth; } in SetDragMethod()
|
H A D | svddrgv.hxx | 55 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 D | svdoedge.hxx | 35 class SdrDragMethod; 321 …basegfx::B2DPolygon ImplAddConnectorOverlay(SdrDragMethod& rDragMethod, bool bTail1, bool bTail2, …
|
H A D | view3d.hxx | 96 …, OutputDevice* pOut = NULL, SdrHdl* pHdl = NULL, short nMinMov = -3, SdrDragMethod* pForcedMeth =…
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svddrgmt.cxx | 323 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 D | svddrgm1.hxx | 41 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 D | svddrgv.cxx | 227 …Obj(const Point& rPnt, OutputDevice* pOut, SdrHdl* pHdl, short nMinMov, SdrDragMethod* pForcedMeth) in BegDragObj()
|
H A D | svdoedge.cxx | 1956 basegfx::B2DPolygon SdrEdgeObj::ImplAddConnectorOverlay(SdrDragMethod& rDragMethod, bool bTail1, bo… in ImplAddConnectorOverlay()
|
/aoo42x/main/svx/source/engine3d/ |
H A D | dragmt3d.cxx | 44 TYPEINIT1(E3dDragMethod, SdrDragMethod); 57 : SdrDragMethod(_rView), in E3dDragMethod()
|
H A D | view3d.cxx | 1248 SdrDragMethod* pForcedMeth) in BegDragObj()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | DragMethod_Base.hxx | 37 class DragMethod_Base : public SdrDragMethod
|
H A D | DragMethod_Base.cxx | 53 : SdrDragMethod( rDrawViewWrapper ) in DragMethod_Base()
|
H A D | ChartController_Window.cxx | 710 SdrDragMethod* pDragMethod = NULL; in execute_MouseButtonDown() 834 SdrDragMethod* pDragMethod = pDrawViewWrapper->SdrView::GetDragMethod(); in execute_MouseButtonUp()
|
/aoo42x/main/svx/inc/ |
H A D | dragmt3d.hxx | 70 class E3dDragMethod : public SdrDragMethod
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | SectionView.cxx | 235 const SdrDragMethod* pDragMethod = GetDragMethod(); in IsDragResize()
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 586 SdrDragMethod* pDragMethod; in MouseButtonDown() 780 SdrDragMethod* pDragMethod = 0; in OnMove()
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 763 SdrDragMethod* pDragMethod = new AnnotationDragMove( mrView, xTag ); in IMPL_LINK()
|
Completed in 100 milliseconds