Lines Matching refs:SdrObjGroup

77 sdr::properties::BaseProperties* SdrObjGroup::CreateObjectSpecificProperties()  in CreateObjectSpecificProperties()
85 sdr::contact::ViewContact* SdrObjGroup::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()
92 TYPEINIT1(SdrObjGroup,SdrObject);
94 SdrObjGroup::SdrObjGroup() in SdrObjGroup() function in SdrObjGroup
104 SdrObjGroup::~SdrObjGroup() in ~SdrObjGroup()
109 void SdrObjGroup::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const in TakeObjInfo()
160 void SdrObjGroup::SetBoundRectDirty() in SetBoundRectDirty()
166 sal_uInt16 SdrObjGroup::GetObjIdentifier() const in GetObjIdentifier()
172 SdrLayerID SdrObjGroup::GetLayer() const in GetLayer()
187 void SdrObjGroup::NbcSetLayer(SdrLayerID nLayer) in NbcSetLayer()
198 void SdrObjGroup::SetObjList(SdrObjList* pNewObjList) in SetObjList()
205 void SdrObjGroup::SetPage(SdrPage* pNewPage) in SetPage()
212 void SdrObjGroup::SetModel(SdrModel* pNewModel) in SetModel()
242 FASTBOOL SdrObjGroup::HasRefPoint() const in HasRefPoint()
248 Point SdrObjGroup::GetRefPoint() const in GetRefPoint()
254 void SdrObjGroup::SetRefPoint(const Point& rPnt) in SetRefPoint()
261 SdrObjList* SdrObjGroup::GetSubList() const in GetSubList()
266 const Rectangle& SdrObjGroup::GetCurrentBoundRect() const in GetCurrentBoundRect()
272 const_cast<SdrObjGroup*>(this)->aOutRect = pSub->GetAllObjBoundRect(); in GetCurrentBoundRect()
279 const Rectangle& SdrObjGroup::GetSnapRect() const in GetSnapRect()
294 void SdrObjGroup::operator=(const SdrObject& rObj) in operator =()
309 aRefPoint =((SdrObjGroup&)rObj).aRefPoint; in operator =()
310 bRefPoint =((SdrObjGroup&)rObj).bRefPoint; in operator =()
315 void SdrObjGroup::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul()
338 void SdrObjGroup::TakeObjNamePlural(XubString& rName) const in TakeObjNamePlural()
348 void SdrObjGroup::RecalcSnapRect() in RecalcSnapRect()
353 basegfx::B2DPolyPolygon SdrObjGroup::TakeXorPoly() const in TakeXorPoly()
373 bool SdrObjGroup::beginSpecialDrag(SdrDragStat& /*rDrag*/) const in beginSpecialDrag()
379 FASTBOOL SdrObjGroup::BegCreate(SdrDragStat& /*rStat*/) in BegCreate()
385 long SdrObjGroup::GetRotateAngle() const in GetRotateAngle()
401 long SdrObjGroup::GetShearAngle(FASTBOOL /*bVertical*/) const in GetShearAngle()
417 void SdrObjGroup::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect()
437 void SdrObjGroup::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect()
443 void SdrObjGroup::NbcMove(const Size& rSiz) in NbcMove()
460 void SdrObjGroup::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in NbcResize()
492 void SdrObjGroup::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate()
507 void SdrObjGroup::NbcMirror(const Point& rRef1, const Point& rRef2) in NbcMirror()
522 void SdrObjGroup::NbcShear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear) in NbcShear()
537 void SdrObjGroup::NbcSetAnchorPos(const Point& rPnt) in NbcSetAnchorPos()
551 void SdrObjGroup::SetSnapRect(const Rectangle& rRect) in SetSnapRect()
576 void SdrObjGroup::SetLogicRect(const Rectangle& rRect) in SetLogicRect()
582 void SdrObjGroup::Move(const Size& rSiz) in Move()
613 void SdrObjGroup::Resize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in Resize()
659 void SdrObjGroup::Rotate(const Point& rRef, long nWink, double sn, double cs) in Rotate()
686 void SdrObjGroup::Mirror(const Point& rRef1, const Point& rRef2) in Mirror()
711 void SdrObjGroup::Shear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear) in Shear()
738 void SdrObjGroup::SetAnchorPos(const Point& rPnt) in SetAnchorPos()
766 void SdrObjGroup::NbcSetRelativePos(const Point& rPnt) in NbcSetRelativePos()
773 void SdrObjGroup::SetRelativePos(const Point& rPnt) in SetRelativePos()
780 void SdrObjGroup::NbcReformatText() in NbcReformatText()
785 void SdrObjGroup::ReformatText() in ReformatText()
790 SdrObject* SdrObjGroup::DoConvertToPolyObj(sal_Bool bBezier, bool bAddText) const in DoConvertToPolyObj()
792 SdrObject* pGroup = new SdrObjGroup; in DoConvertToPolyObj()