Lines Matching refs:rObj
60 GraphicProperties::GraphicProperties(SdrObject& rObj) in GraphicProperties() argument
61 : RectangleProperties(rObj) in GraphicProperties()
65 GraphicProperties::GraphicProperties(const GraphicProperties& rProps, SdrObject& rObj) in GraphicProperties() argument
66 : RectangleProperties(rProps, rObj) in GraphicProperties()
74 BaseProperties& GraphicProperties::Clone(SdrObject& rObj) const in Clone()
76 return *(new GraphicProperties(*this, rObj)); in Clone()
81 SdrGrafObj& rObj = (SdrGrafObj&)GetSdrObject(); in ItemSetChanged() local
84 rObj.SetXPolyDirty(); in ItemSetChanged()
92 rObj.ImpSetAttrToGrafInfo(); in ItemSetChanged()
100 SdrGrafObj& rObj = (SdrGrafObj&)GetSdrObject(); in SetStyleSheet() local
103 rObj.SetXPolyDirty(); in SetStyleSheet()
109 rObj.ImpSetAttrToGrafInfo(); in SetStyleSheet()