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.cxx1175 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()
[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()