Lines Matching refs:SdrPageProperties
1177 void SdrPageProperties::ImpRemoveStyleSheet() in ImpRemoveStyleSheet()
1187 void SdrPageProperties::ImpAddStyleSheet(SfxStyleSheet& rNewStyleSheet) in ImpAddStyleSheet()
1211 SdrPageProperties::SdrPageProperties(SdrPage& rSdrPage) in SdrPageProperties() function in SdrPageProperties
1223 SdrPageProperties::~SdrPageProperties() in ~SdrPageProperties()
1229 void SdrPageProperties::Notify(SfxBroadcaster& /*rBC*/, const SfxHint& rHint) in Notify()
1253 const SfxItemSet& SdrPageProperties::GetItemSet() const in GetItemSet()
1258 void SdrPageProperties::PutItemSet(const SfxItemSet& rSet) in PutItemSet()
1265 void SdrPageProperties::PutItem(const SfxPoolItem& rItem) in PutItem()
1272 void SdrPageProperties::ClearItem(const sal_uInt16 nWhich) in ClearItem()
1278 void SdrPageProperties::SetStyleSheet(SfxStyleSheet* pStyleSheet) in SetStyleSheet()
1292 SfxStyleSheet* SdrPageProperties::GetStyleSheet() const in GetStyleSheet()
1324 mpSdrPageProperties = new SdrPageProperties(*this); in DBG_NAME()
1477 mpSdrPageProperties = new SdrPageProperties(*this); in operator =()
1671 SdrPageProperties *pNew = new SdrPageProperties(*this); in SetModel()
1995 const SdrPageProperties* SdrPage::getCorrectSdrPageProperties() const in getCorrectSdrPageProperties()