Lines Matching refs:rReferencedShape

186 void Shape::applyShapeReference( const Shape& rReferencedShape )  in applyShapeReference()  argument
188 if ( rReferencedShape.mpTextBody.get() ) in applyShapeReference()
189 mpTextBody = TextBodyPtr( new TextBody( *rReferencedShape.mpTextBody.get() ) ); in applyShapeReference()
190 maShapeProperties = rReferencedShape.maShapeProperties; in applyShapeReference()
191 …mpLinePropertiesPtr = LinePropertiesPtr( new LineProperties( *rReferencedShape.mpLinePropertiesPtr… in applyShapeReference()
192 …mpFillPropertiesPtr = FillPropertiesPtr( new FillProperties( *rReferencedShape.mpFillPropertiesPtr… in applyShapeReference()
193 …opertiesPtr = CustomShapePropertiesPtr( new CustomShapeProperties( *rReferencedShape.mpCustomShape… in applyShapeReference()
194 …r = table::TablePropertiesPtr( rReferencedShape.mpTablePropertiesPtr.get() ? new table::TablePrope… in applyShapeReference()
195 …mpMasterTextListStyle = TextListStylePtr( new TextListStyle( *rReferencedShape.mpMasterTextListSty… in applyShapeReference()
196 maShapeStyleRefs = rReferencedShape.maShapeStyleRefs; in applyShapeReference()
197 maSize = rReferencedShape.maSize; in applyShapeReference()
198 maPosition = rReferencedShape.maPosition; in applyShapeReference()
199 mnRotation = rReferencedShape.mnRotation; in applyShapeReference()
200 mbFlipH = rReferencedShape.mbFlipH; in applyShapeReference()
201 mbFlipV = rReferencedShape.mbFlipV; in applyShapeReference()
202 mbHidden = rReferencedShape.mbHidden; in applyShapeReference()