Lines Matching refs:SdrGlueEditView

39 void SdrGlueEditView::ImpClearVars()  in ImpClearVars()
43 SdrGlueEditView::SdrGlueEditView(SdrModel* pModel1, OutputDevice* pOut): in SdrGlueEditView() function in SdrGlueEditView
49 SdrGlueEditView::~SdrGlueEditView() in ~SdrGlueEditView()
54 void SdrGlueEditView::ImpDoMarkedGluePoints(PGlueDoFunc pDoFunc, sal_Bool bConst, const void* p1, c… in ImpDoMarkedGluePoints()
109 TRISTATE SdrGlueEditView::IsMarkedGluePointsEscDir(sal_uInt16 nThisEsc) const in IsMarkedGluePointsEscDir()
114 ((SdrGlueEditView*)this)->ImpDoMarkedGluePoints(ImpGetEscDir,sal_True,&bFirst,&nThisEsc,&nRet); in IsMarkedGluePointsEscDir()
126 void SdrGlueEditView::SetMarkedGluePointsEscDir(sal_uInt16 nThisEsc, sal_Bool bOn) in SetMarkedGluePointsEscDir()
146 TRISTATE SdrGlueEditView::IsMarkedGluePointsPercent() const in IsMarkedGluePointsPercent()
151 ((SdrGlueEditView*)this)->ImpDoMarkedGluePoints(ImpGetPercent,sal_True,&bFirst,&nRet); in IsMarkedGluePointsPercent()
162 void SdrGlueEditView::SetMarkedGluePointsPercent(sal_Bool bOn) in SetMarkedGluePointsPercent()
196 sal_uInt16 SdrGlueEditView::GetMarkedGluePointsAlign(sal_Bool bVert) const in GetMarkedGluePointsAlign()
202 …((SdrGlueEditView*)this)->ImpDoMarkedGluePoints(ImpGetAlign,sal_True,&bFirst,&bDontCare,&bVert,&nR… in GetMarkedGluePointsAlign()
217 void SdrGlueEditView::SetMarkedGluePointsAlign(sal_Bool bVert, sal_uInt16 nAlign) in SetMarkedGluePointsAlign()
226 sal_Bool SdrGlueEditView::IsDeleteMarkedGluePointsPossible() const in IsDeleteMarkedGluePointsPossible()
231 void SdrGlueEditView::DeleteMarkedGluePoints() in DeleteMarkedGluePoints()
276 void SdrGlueEditView::ImpCopyMarkedGluePoints() in ImpCopyMarkedGluePoints()
318 void SdrGlueEditView::ImpTransformMarkedGluePoints(PGlueTrFunc pTrFunc, const void* p1, const void*… in ImpTransformMarkedGluePoints()
358 void SdrGlueEditView::MoveMarkedGluePoints(const Size& rSiz, bool bCopy) in MoveMarkedGluePoints()
376 void SdrGlueEditView::ResizeMarkedGluePoints(const Point& rRef, const Fraction& xFact, const Fracti… in ResizeMarkedGluePoints()
394 void SdrGlueEditView::RotateMarkedGluePoints(const Point& rRef, long nWink, bool bCopy) in RotateMarkedGluePoints()