Home
last modified time | relevance | path

Searched refs:SdrDragResize (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/svdraw/ !
H A Dsvddrgmt.cxx883 IS_TYPE(SdrDragMove, this) || IS_TYPE(SdrDragResize, this) || in DoAddConnectorOverlays()
1791 TYPEINIT1(SdrDragResize,SdrDragMethod);
1793 SdrDragResize::SdrDragResize(SdrDragView& rNewView) in SdrDragResize() function in SdrDragResize
1800 void SdrDragResize::TakeSdrDragComment(XubString& rStr) const in TakeSdrDragComment()
1852 bool SdrDragResize::BeginSdrDrag() in BeginSdrDrag()
1897 basegfx::B2DHomMatrix SdrDragResize::getCurrentTransformation() in getCurrentTransformation()
1907 void SdrDragResize::MoveSdrDrag(const Point& rNoSnapPnt) in MoveSdrDrag()
2088 void SdrDragResize::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject()
2093 bool SdrDragResize::EndSdrDrag(bool bCopy) in EndSdrDrag()
2113 Pointer SdrDragResize::GetSdrDragPointer() const in GetSdrDragPointer()
[all …]
H A Dsvddrgv.cxx459 mpCurrentSdrDragMethod = new SdrDragResize(*this); in BegDragObj()
909 …gMethod && (IS_TYPE(SdrDragObjOwn, mpCurrentSdrDragMethod) || IS_TYPE(SdrDragResize, mpCurrentSdrD… in IsOrthoDesired()
/trunk/main/sd/source/ui/animations/ !
H A Dmotionpathtag.cxx146 class PathDragResize : public SdrDragResize
158 : SdrDragResize(rNewView), in PathDragResize()
165 : SdrDragResize(rNewView), in PathDragResize()
177 SdrDragResize::createSdrDragEntries(); in createSdrDragEntries()
/trunk/main/svx/inc/svx/ !
H A Dsvddrgmt.hxx275 class SVX_DLLPUBLIC SdrDragResize : public SdrDragMethod class
283 SdrDragResize(SdrDragView& rNewView);
/trunk/main/svx/inc/ !
H A Dsvdshort.hxx41 #define SdrDragResize SdrDZ macro