Searched refs:DefaultProperties (Results 1 – 7 of 7) sorted by relevance
49 DefaultProperties::DefaultProperties(SdrObject& rObj) in DefaultProperties() function in sdr::properties::DefaultProperties55 DefaultProperties::DefaultProperties(const DefaultProperties& rProps, SdrObject& rObj) in DefaultProperties() function in sdr::properties::DefaultProperties72 BaseProperties& DefaultProperties::Clone(SdrObject& rObj) const in Clone()74 return *(new DefaultProperties(*this, rObj)); in Clone()77 DefaultProperties::~DefaultProperties() in ~DefaultProperties()86 const SfxItemSet& DefaultProperties::GetObjectItemSet() const in GetObjectItemSet()90 …((DefaultProperties*)this)->mpItemSet = &(((DefaultProperties*)this)->CreateObjectSpecificItemSet(… in GetObjectItemSet()91 ((DefaultProperties*)this)->ForceDefaultAttributes(); in GetObjectItemSet()214 SfxStyleSheet* DefaultProperties::GetStyleSheet() const in GetStyleSheet()220 void DefaultProperties::ForceDefaultAttributes() in ForceDefaultAttributes()[all …]
51 : DefaultProperties(rObj) in GroupProperties()56 : DefaultProperties(rProps, rObj) in GroupProperties()72 return DefaultProperties::GetObjectItemSet(); in GetObjectItemSet()86 DefaultProperties::GetObjectItemSet(); in GetMergedItemSet()
135 : DefaultProperties(rObj), in AttributeProperties()141 : DefaultProperties(rProps, rObj), in AttributeProperties()
36 class SVX_DLLPUBLIC DefaultProperties : public BaseProperties class59 DefaultProperties(SdrObject& rObj);62 DefaultProperties(const DefaultProperties& rProps, SdrObject& rObj);65 virtual ~DefaultProperties();
37 class SVX_DLLPUBLIC AttributeProperties : public DefaultProperties, public SfxListener
35 class GroupProperties : public DefaultProperties
131 return new sdr::properties::DefaultProperties(*this); in CreateObjectSpecificProperties()
Completed in 27 milliseconds