Home
last modified time | relevance | path

Searched refs:RectangleProperties (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/svx/source/sdr/properties/
H A Drectangleproperties.cxx35 RectangleProperties::RectangleProperties(SdrObject& rObj) in RectangleProperties() function in sdr::properties::RectangleProperties
40 RectangleProperties::RectangleProperties(const RectangleProperties& rProps, SdrObject& rObj) in RectangleProperties() function in sdr::properties::RectangleProperties
45 RectangleProperties::~RectangleProperties() in ~RectangleProperties()
49 BaseProperties& RectangleProperties::Clone(SdrObject& rObj) const in Clone()
51 return *(new RectangleProperties(*this, rObj)); in Clone()
54 void RectangleProperties::ItemSetChanged(const SfxItemSet& rSet) in ItemSetChanged()
66 …void RectangleProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAtt… in SetStyleSheet()
H A Dcaptionproperties.cxx60 : RectangleProperties(rObj) in CaptionProperties()
65 : RectangleProperties(rProps, rObj) in CaptionProperties()
86 RectangleProperties::ItemSetChanged(rSet); in ItemSetChanged()
94 RectangleProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
103 RectangleProperties::ForceDefaultAttributes(); in ForceDefaultAttributes()
H A Dgraphicproperties.cxx61 : RectangleProperties(rObj) in GraphicProperties()
66 : RectangleProperties(rProps, rObj) in GraphicProperties()
95 RectangleProperties::ItemSetChanged(rSet); in ItemSetChanged()
106 RectangleProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
115 RectangleProperties::ForceDefaultAttributes(); in ForceDefaultAttributes()
H A Dcircleproperties.cxx63 : RectangleProperties(rObj) in CircleProperties()
68 : RectangleProperties(rProps, rObj) in CircleProperties()
86 RectangleProperties::ItemSetChanged(rSet); in ItemSetChanged()
100 RectangleProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
147 RectangleProperties::ForceDefaultAttributes(); in ForceDefaultAttributes()
H A Doleproperties.cxx39 : RectangleProperties(rObj) in OleProperties()
44 : RectangleProperties(rProps, rObj) in OleProperties()
60 RectangleProperties::ForceDefaultAttributes(); in ForceDefaultAttributes()
/aoo4110/main/svx/inc/svx/sdr/properties/
H A Drectangleproperties.hxx36 class SVX_DLLPUBLIC RectangleProperties : public TextProperties class
44 RectangleProperties(SdrObject& rObj);
47 RectangleProperties(const RectangleProperties& rProps, SdrObject& rObj);
50 virtual ~RectangleProperties();
H A Doleproperties.hxx35 class OleProperties : public RectangleProperties
H A Dcaptionproperties.hxx35 class CaptionProperties : public RectangleProperties
H A Dcircleproperties.hxx35 class CircleProperties : public RectangleProperties
H A Dgraphicproperties.hxx35 class GraphicProperties : public RectangleProperties
/aoo4110/main/svx/inc/svx/
H A Dsvdorect.hxx37 class RectangleProperties;
51 friend class sdr::properties::RectangleProperties;
/aoo4110/main/svx/source/svdraw/
H A Dsvdorect.cxx60 return new sdr::properties::RectangleProperties(*this); in CreateObjectSpecificProperties()

Completed in 39 milliseconds