Searched refs:RectangleProperties (Results 1 – 12 of 12) sorted by relevance
/trunk/main/svx/source/sdr/properties/ |
H A D | rectangleproperties.cxx | 35 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 D | captionproperties.cxx | 60 : 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 D | graphicproperties.cxx | 61 : 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 D | circleproperties.cxx | 63 : 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 D | oleproperties.cxx | 39 : RectangleProperties(rObj) in OleProperties() 44 : RectangleProperties(rProps, rObj) in OleProperties() 60 RectangleProperties::ForceDefaultAttributes(); in ForceDefaultAttributes()
|
/trunk/main/svx/inc/svx/sdr/properties/ |
H A D | rectangleproperties.hxx | 36 class SVX_DLLPUBLIC RectangleProperties : public TextProperties class 44 RectangleProperties(SdrObject& rObj); 47 RectangleProperties(const RectangleProperties& rProps, SdrObject& rObj); 50 virtual ~RectangleProperties();
|
H A D | oleproperties.hxx | 35 class OleProperties : public RectangleProperties
|
H A D | captionproperties.hxx | 35 class CaptionProperties : public RectangleProperties
|
H A D | circleproperties.hxx | 35 class CircleProperties : public RectangleProperties
|
H A D | graphicproperties.hxx | 35 class GraphicProperties : public RectangleProperties
|
/trunk/main/svx/inc/svx/ |
H A D | svdorect.hxx | 37 class RectangleProperties; 51 friend class sdr::properties::RectangleProperties;
|
/trunk/main/svx/source/svdraw/ |
H A D | svdorect.cxx | 60 return new sdr::properties::RectangleProperties(*this); in CreateObjectSpecificProperties()
|
Completed in 28 milliseconds