Lines Matching refs:SdrPageProperties
1175 void SdrPageProperties::ImpRemoveStyleSheet() in ImpRemoveStyleSheet()
1185 void SdrPageProperties::ImpAddStyleSheet(SfxStyleSheet& rNewStyleSheet) in ImpAddStyleSheet()
1209 SdrPageProperties::SdrPageProperties(SdrPage& rSdrPage) in SdrPageProperties() function in SdrPageProperties
1221 SdrPageProperties::~SdrPageProperties() in ~SdrPageProperties()
1227 void SdrPageProperties::Notify(SfxBroadcaster& /*rBC*/, const SfxHint& rHint) in Notify()
1251 const SfxItemSet& SdrPageProperties::GetItemSet() const in GetItemSet()
1256 void SdrPageProperties::PutItemSet(const SfxItemSet& rSet) in PutItemSet()
1263 void SdrPageProperties::PutItem(const SfxPoolItem& rItem) in PutItem()
1270 void SdrPageProperties::ClearItem(const sal_uInt16 nWhich) in ClearItem()
1276 void SdrPageProperties::SetStyleSheet(SfxStyleSheet* pStyleSheet) in SetStyleSheet()
1290 SfxStyleSheet* SdrPageProperties::GetStyleSheet() const in GetStyleSheet()
1322 mpSdrPageProperties = new SdrPageProperties(*this); in DBG_NAME()
1475 mpSdrPageProperties = new SdrPageProperties(*this); in operator =()
1669 SdrPageProperties *pNew = new SdrPageProperties(*this); in SetModel()
1993 const SdrPageProperties* SdrPage::getCorrectSdrPageProperties() const in getCorrectSdrPageProperties()