Home
last modified time | relevance | path

Searched refs:SdrPageProperties (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx357 class SVX_DLLPUBLIC SdrPageProperties : public SfxListener class
370 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;
H A Dsdrmasterpagedescriptor.hxx34 class SdrPageProperties;
90 const SdrPageProperties* getCorrectSdrPageProperties() const;
/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx1177 void SdrPageProperties::ImpRemoveStyleSheet() in ImpRemoveStyleSheet()
1211 SdrPageProperties::SdrPageProperties(SdrPage& rSdrPage) in SdrPageProperties() function in SdrPageProperties
1223 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 …]
H A Dsdrmasterpagedescriptor.cxx113 const SdrPageProperties* MasterPageDescriptor::getCorrectSdrPageProperties() const in getCorrectSdrPageProperties()
116 const SdrPageProperties* pCorrectProperties = &pCorrectPage->getSdrPageProperties(); in getCorrectSdrPageProperties()
/trunk/main/sd/source/ui/func/
H A Dfupage.cxx387 SdrPageProperties& rPageProperties = mpPage->getSdrPageProperties(); in ExecuteDialog()
445 SdrPageProperties& rPageProperties = pPage->getSdrPageProperties(); in ExecuteDialog()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofmasterpagedescriptor.cxx61 …const SdrPageProperties* pCorrectProperties = GetMasterPageDescriptor().getCorrectSdrPagePropertie… in createViewIndependentPrimitive2DSequence()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx693 const SdrPageProperties* pCorrectProperties = pPage->getCorrectSdrPageProperties(); in GetGraphic()

Completed in 26 milliseconds