Lines Matching refs:PageProperties
38 SfxItemSet& PageProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()
44 PageProperties::PageProperties(SdrObject& rObj) in PageProperties() function in sdr::properties::PageProperties
49 PageProperties::PageProperties(const PageProperties& rProps, SdrObject& rObj) in PageProperties() function in sdr::properties::PageProperties
54 PageProperties::~PageProperties() in ~PageProperties()
58 BaseProperties& PageProperties::Clone(SdrObject& rObj) const in Clone()
60 return *(new PageProperties(*this, rObj)); in Clone()
65 const SfxItemSet& PageProperties::GetObjectItemSet() const in GetObjectItemSet()
69 …((PageProperties*)this)->mpEmptyItemSet = &(((PageProperties*)this)->CreateObjectSpecificItemSet(*… in GetObjectItemSet()
77 void PageProperties::ItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewItem*/) in ItemChange()
82 SfxStyleSheet* PageProperties::GetStyleSheet() const in GetStyleSheet()
88 void PageProperties::PostItemChange(const sal_uInt16 nWhich ) in PostItemChange()
94 void PageProperties::ClearObjectItem(const sal_uInt16 /*nWhich*/) in ClearObjectItem()