Searched refs:SdrPageProperties (Results 1 – 7 of 7) sorted by relevance
357 class SVX_DLLPUBLIC SdrPageProperties : public SfxListener class370 SdrPageProperties& operator=(const SdrPageProperties& rCandidate);374 SdrPageProperties(SdrPage& rSdrPage);375 virtual ~SdrPageProperties();442 SdrPageProperties* mpSdrPageProperties;445 SdrPageProperties& getSdrPageProperties() { return *mpSdrPageProperties; } in getSdrPageProperties()446 const SdrPageProperties& getSdrPageProperties() const { return *mpSdrPageProperties; } in getSdrPageProperties()447 const SdrPageProperties* getCorrectSdrPageProperties() const;
34 class SdrPageProperties;90 const SdrPageProperties* getCorrectSdrPageProperties() const;
1177 void SdrPageProperties::ImpRemoveStyleSheet() in ImpRemoveStyleSheet()1187 void SdrPageProperties::ImpAddStyleSheet(SfxStyleSheet& rNewStyleSheet) in ImpAddStyleSheet()1211 SdrPageProperties::SdrPageProperties(SdrPage& rSdrPage) in SdrPageProperties() function in SdrPageProperties1223 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()[all …]
113 const SdrPageProperties* MasterPageDescriptor::getCorrectSdrPageProperties() const in getCorrectSdrPageProperties()116 const SdrPageProperties* pCorrectProperties = &pCorrectPage->getSdrPageProperties(); in getCorrectSdrPageProperties()
387 SdrPageProperties& rPageProperties = mpPage->getSdrPageProperties(); in ExecuteDialog()445 SdrPageProperties& rPageProperties = pPage->getSdrPageProperties(); in ExecuteDialog()
61 …const SdrPageProperties* pCorrectProperties = GetMasterPageDescriptor().getCorrectSdrPagePropertie… in createViewIndependentPrimitive2DSequence()
693 const SdrPageProperties* pCorrectProperties = pPage->getCorrectSdrPageProperties(); in GetGraphic()