Lines Matching refs:rObj
112 SdrObject& rObj = GetSdrObject(); in ImpRemoveStyleSheet() local
113 rObj.SetBoundRectDirty(); in ImpRemoveStyleSheet()
114 rObj.SetRectsDirty(sal_True); in ImpRemoveStyleSheet()
134 AttributeProperties::AttributeProperties(SdrObject& rObj) in AttributeProperties() argument
135 : DefaultProperties(rObj), in AttributeProperties()
140 AttributeProperties::AttributeProperties(const AttributeProperties& rProps, SdrObject& rObj) in AttributeProperties() argument
141 : DefaultProperties(rProps, rObj), in AttributeProperties()
155 BaseProperties& AttributeProperties::Clone(SdrObject& rObj) const in Clone()
157 return *(new AttributeProperties(*this, rObj)); in Clone()
163 SdrObject& rObj = GetSdrObject(); in ItemSetChanged() local
165 rObj.SetBoundRectDirty(); in ItemSetChanged()
166 rObj.SetRectsDirty(sal_True); in ItemSetChanged()
167 rObj.SetChanged(); in ItemSetChanged()
246 SdrObject& rObj = GetSdrObject(); in SetStyleSheet() local
247 rObj.SetBoundRectDirty(); in SetStyleSheet()
248 rObj.SetRectsDirty(sal_True); in SetStyleSheet()
541 SdrObject& rObj = GetSdrObject(); in Notify() local
562 SdrModel* pModel = rObj.GetModel(); in Notify()
568 if(pModel && !rObj.IsInDestruction()) in Notify()
596 Rectangle aBoundRect = rObj.GetLastBoundRect(); in Notify()
598 rObj.SetRectsDirty(sal_True); in Notify()
601 rObj.SetChanged(); in Notify()
602 rObj.BroadcastObjectChange(); in Notify()
609 rObj.SendUserCall(SDRUSERCALL_CHGATTR, aBoundRect); in Notify()