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.cxx47 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()
114 void EmptyProperties::ItemSetChanged(const SfxItemSet& /*rSet*/) in ItemSetChanged()
130 void EmptyProperties::PostItemChange(const sal_uInt16 /*nWhich*/) in PostItemChange()
[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()

Completed in 44 milliseconds