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()1211 SdrPageProperties::SdrPageProperties(SdrPage& rSdrPage) in SdrPageProperties() function in SdrPageProperties1223 SdrPageProperties::~SdrPageProperties() in ~SdrPageProperties()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()1292 SfxStyleSheet* SdrPageProperties::GetStyleSheet() const in GetStyleSheet()1324 mpSdrPageProperties = new SdrPageProperties(*this); in DBG_NAME()1477 mpSdrPageProperties = new SdrPageProperties(*this); in operator =()[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()
Completed in 40 milliseconds