Lines Matching refs:GetSdrObject
65 if(GetSdrObject().ISA(SdrTextObj)) in ViewContactOfSdrObj()
67 SdrTextObj& rTextObj = (SdrTextObj&)GetSdrObject(); in ViewContactOfSdrObj()
79 if(GetSdrObject().GetSubList()) in GetObjectCount()
81 return GetSdrObject().GetSubList()->GetObjCount(); in GetObjectCount()
89 DBG_ASSERT(GetSdrObject().GetSubList(), in GetViewContact()
91 SdrObject* pObj = GetSdrObject().GetSubList()->GetObj(nIndex); in GetViewContact()
99 SdrObjList* pObjList = GetSdrObject().GetObjList(); in GetParentContact()
125 if(GetSdrObject().ISA(SdrTextObj)) in ActionChanged()
127 SdrTextObj& rTextObj = (SdrTextObj&)GetSdrObject(); in ActionChanged()
143 return &GetSdrObject(); in TryToGetSdrObject()
153 const SdrGluePointList* pGluePointList = GetSdrObject().GetGluePointList(); in createGluePointPrimitive2DSequence()
168 const Point aPosition(rCandidate.GetAbsolutePos(GetSdrObject())); in createGluePointPrimitive2DSequence()
191 (GetSdrObject().GetName().Len() || in embedToObjectSpecificInformation()
192 GetSdrObject().GetTitle().Len() || in embedToObjectSpecificInformation()
193 GetSdrObject().GetDescription().Len())) in embedToObjectSpecificInformation()
198 GetSdrObject().GetName(), in embedToObjectSpecificInformation()
199 GetSdrObject().GetTitle(), in embedToObjectSpecificInformation()
200 GetSdrObject().GetDescription())); in embedToObjectSpecificInformation()