Lines Matching refs:SdrPageObj
46 sdr::properties::BaseProperties* SdrPageObj::CreateObjectSpecificProperties() in CreateObjectSpecificProperties()
54 sdr::contact::ViewContact* SdrPageObj::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()
63 void SdrPageObj::PageInDestruction(const SdrPage& rPage) in PageInDestruction()
77 TYPEINIT1(SdrPageObj,SdrObject);
79 SdrPageObj::SdrPageObj(SdrPage* pNewPage) in SdrPageObj() function in SdrPageObj
88 SdrPageObj::SdrPageObj(const Rectangle& rRect, SdrPage* pNewPage) in SdrPageObj() function in SdrPageObj
99 SdrPageObj::~SdrPageObj() in ~SdrPageObj()
109 SdrPage* SdrPageObj::GetReferencedPage() const in GetReferencedPage()
115 void SdrPageObj::SetReferencedPage(SdrPage* pNewPage) in SetReferencedPage()
137 void SdrPageObj::SetBoundRectDirty() in SetBoundRectDirty()
143 sal_uInt16 SdrPageObj::GetObjIdentifier() const in GetObjIdentifier()
148 void SdrPageObj::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const in TakeObjInfo()
166 void SdrPageObj::operator=(const SdrObject& rObj) in operator =()
169 SetReferencedPage(((const SdrPageObj&)rObj).GetReferencedPage()); in operator =()
172 void SdrPageObj::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul()
186 void SdrPageObj::TakeObjNamePlural(XubString& rName) const in TakeObjNamePlural()