Searched refs:SdrDragResize (Results 1 – 5 of 5) sorted by relevance
889 IS_TYPE(SdrDragMove, this) || IS_TYPE(SdrDragResize, this) || in DoAddConnectorOverlays()1799 TYPEINIT1(SdrDragResize,SdrDragMethod);1801 SdrDragResize::SdrDragResize(SdrDragView& rNewView) in SdrDragResize() function in SdrDragResize1808 void SdrDragResize::TakeSdrDragComment(XubString& rStr) const in TakeSdrDragComment()1860 bool SdrDragResize::BeginSdrDrag() in BeginSdrDrag()1905 basegfx::B2DHomMatrix SdrDragResize::getCurrentTransformation() in getCurrentTransformation()1915 void SdrDragResize::MoveSdrDrag(const Point& rNoSnapPnt) in MoveSdrDrag()2096 void SdrDragResize::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject()2101 bool SdrDragResize::EndSdrDrag(bool bCopy) in EndSdrDrag()2121 Pointer SdrDragResize::GetSdrDragPointer() const in GetSdrDragPointer()[all …]
459 mpCurrentSdrDragMethod = new SdrDragResize(*this); in BegDragObj()909 …gMethod && (IS_TYPE(SdrDragObjOwn, mpCurrentSdrDragMethod) || IS_TYPE(SdrDragResize, mpCurrentSdrD… in IsOrthoDesired()
275 class SVX_DLLPUBLIC SdrDragResize : public SdrDragMethod class283 SdrDragResize(SdrDragView& rNewView);
146 class PathDragResize : public SdrDragResize158 : SdrDragResize(rNewView), in PathDragResize()165 : SdrDragResize(rNewView), in PathDragResize()177 SdrDragResize::createSdrDragEntries(); in createSdrDragEntries()
41 #define SdrDragResize SdrDZ macro
Completed in 49 milliseconds