Searched refs:AttributeProperties (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/svx/source/sdr/properties/ |
H A D | attributeproperties.cxx | 98 void AttributeProperties::ImpRemoveStyleSheet() in ImpRemoveStyleSheet() 134 AttributeProperties::AttributeProperties(SdrObject& rObj) in AttributeProperties() function in sdr::properties::AttributeProperties 140 AttributeProperties::AttributeProperties(const AttributeProperties& rProps, SdrObject& rObj) in AttributeProperties() function in sdr::properties::AttributeProperties 150 AttributeProperties::~AttributeProperties() in ~AttributeProperties() 155 BaseProperties& AttributeProperties::Clone(SdrObject& rObj) const in Clone() 157 return *(new AttributeProperties(*this, rObj)); in Clone() 160 void AttributeProperties::ItemSetChanged(const SfxItemSet& /*rSet*/) in ItemSetChanged() 251 SfxStyleSheet* AttributeProperties::GetStyleSheet() const in GetStyleSheet() 318 void AttributeProperties::SetModel(SdrModel* pOldModel, SdrModel* pNewModel) in SetModel() 489 void AttributeProperties::ForceStyleToHardAttributes() in ForceStyleToHardAttributes() [all …]
|
H A D | textproperties.cxx | 68 : AttributeProperties(rObj), in TextProperties() 74 : AttributeProperties(rProps, rObj), in TextProperties() 153 AttributeProperties::ItemSetChanged(rSet); in ItemSetChanged() 204 AttributeProperties::ItemChange( nWhich, pNewItem ); in ItemChange() 237 AttributeProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet() 390 AttributeProperties::ForceStyleToHardAttributes(); in ForceStyleToHardAttributes() 553 AttributeProperties::Notify(rBC, rHint); in Notify()
|
H A D | e3dproperties.cxx | 55 : AttributeProperties(rObj) in E3dProperties() 60 : AttributeProperties(rProps, rObj) in E3dProperties() 78 AttributeProperties::ItemSetChanged(rSet); in ItemSetChanged() 87 AttributeProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
|
/aoo4110/main/svx/inc/svx/sdr/properties/ |
H A D | attributeproperties.hxx | 37 class SVX_DLLPUBLIC AttributeProperties : public DefaultProperties, public SfxListener class 60 AttributeProperties(SdrObject& rObj); 63 AttributeProperties(const AttributeProperties& rProps, SdrObject& rObj); 69 virtual ~AttributeProperties();
|
H A D | e3dproperties.hxx | 36 class SVX_DLLPUBLIC E3dProperties : public AttributeProperties
|
H A D | textproperties.hxx | 36 class SVX_DLLPUBLIC TextProperties : public AttributeProperties
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdoattr.cxx | 90 return new sdr::properties::AttributeProperties(*this); in CreateObjectSpecificProperties()
|
/aoo4110/main/svx/source/table/ |
H A D | cell.cxx | 248 AttributeProperties::ItemSetChanged(rSet); in ItemSetChanged() 276 AttributeProperties::ItemChange( nWhich, pNewItem ); in ItemChange()
|
H A D | svdotable.cxx | 138 AttributeProperties::ItemChange( nWhich, pNewItem ); in ItemChange()
|
Completed in 101 milliseconds