Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/sdr/properties/
H A Ddefaultproperties.cxx49 DefaultProperties::DefaultProperties(SdrObject& rObj) in DefaultProperties() function in sdr::properties::DefaultProperties
55 DefaultProperties::DefaultProperties(const DefaultProperties& rProps, SdrObject& rObj) in DefaultProperties() function in sdr::properties::DefaultProperties
72 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 …]
H A Dgroupproperties.cxx51 : DefaultProperties(rObj) in GroupProperties()
56 : DefaultProperties(rProps, rObj) in GroupProperties()
72 return DefaultProperties::GetObjectItemSet(); in GetObjectItemSet()
86 DefaultProperties::GetObjectItemSet(); in GetMergedItemSet()
H A Dattributeproperties.cxx135 : DefaultProperties(rObj), in AttributeProperties()
141 : DefaultProperties(rProps, rObj), in AttributeProperties()
/aoo42x/main/svx/inc/svx/sdr/properties/
H A Ddefaultproperties.hxx36 class SVX_DLLPUBLIC DefaultProperties : public BaseProperties class
59 DefaultProperties(SdrObject& rObj);
62 DefaultProperties(const DefaultProperties& rProps, SdrObject& rObj);
65 virtual ~DefaultProperties();
H A Dattributeproperties.hxx37 class SVX_DLLPUBLIC AttributeProperties : public DefaultProperties, public SfxListener
H A Dgroupproperties.hxx35 class GroupProperties : public DefaultProperties
/aoo42x/main/sw/source/core/draw/
H A Ddflyobj.cxx131 return new sdr::properties::DefaultProperties(*this); in CreateObjectSpecificProperties()

Completed in 85 milliseconds