Searched refs:rReferencedShape (Results 1 – 4 of 4) sorted by relevance
186 void Shape::applyShapeReference( const Shape& rReferencedShape ) in applyShapeReference() argument188 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()[all …]
223 void PPTShape::applyShapeReference( const oox::drawingml::Shape& rReferencedShape ) in applyShapeReference() argument225 Shape::applyShapeReference( rReferencedShape ); in applyShapeReference()
54 virtual void applyShapeReference( const oox::drawingml::Shape& rReferencedShape );
144 virtual void applyShapeReference( const Shape& rReferencedShape );