Searched refs:SdrDragMethod (Results 1 – 18 of 18) sorted by relevance
| /AOO42X/main/svx/inc/svx/ |
| H A D | svddrgmt.hxx | 64 …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 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 | 104 …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 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()
|