Home
last modified time | relevance | path

Searched refs:EmptyProperties (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/svx/source/sdr/properties/
H A Demptyproperties.cxx40 SfxItemSet& EmptyProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()
47 EmptyProperties::EmptyProperties(SdrObject& rObj) in EmptyProperties() function in sdr::properties::EmptyProperties
53 EmptyProperties::EmptyProperties(const EmptyProperties& rProps, SdrObject& rObj) in EmptyProperties() function in sdr::properties::EmptyProperties
62 EmptyProperties::~EmptyProperties() in ~EmptyProperties()
71 BaseProperties& EmptyProperties::Clone(SdrObject& rObj) const in Clone()
73 return *(new EmptyProperties(*this, rObj)); in Clone()
76 const SfxItemSet& EmptyProperties::GetObjectItemSet() const in GetObjectItemSet()
80 …((EmptyProperties*)this)->mpEmptyItemSet = &(((EmptyProperties*)this)->CreateObjectSpecificItemSet… in GetObjectItemSet()
89 void EmptyProperties::SetObjectItem(const SfxPoolItem& /*rItem*/) in SetObjectItem()
94 void EmptyProperties::SetObjectItemDirect(const SfxPoolItem& /*rItem*/) in SetObjectItemDirect()
[all …]
H A Dpageproperties.cxx45 : EmptyProperties(rObj) in PageProperties()
50 : EmptyProperties(rProps, rObj) in PageProperties()
/AOO42X/main/svx/inc/svx/sdr/properties/
H A Demptyproperties.hxx36 class SVX_DLLPUBLIC EmptyProperties : public BaseProperties class
59 EmptyProperties(SdrObject& rObj);
62 EmptyProperties(const EmptyProperties& rProps, SdrObject& rObj);
65 virtual ~EmptyProperties();
H A Dpageproperties.hxx35 class PageProperties : public EmptyProperties
/AOO42X/main/svx/source/svdraw/
H A Dsvdobj.cxx319 return new sdr::properties::EmptyProperties(*this); in CreateObjectSpecificProperties()