Home
last modified time | relevance | path

Searched refs:rReferencedShape (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/oox/source/drawingml/
H A Dshape.cxx186 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()
[all …]
/AOO41X/main/oox/source/ppt/
H A Dpptshape.cxx223 void PPTShape::applyShapeReference( const oox::drawingml::Shape& rReferencedShape ) in applyShapeReference() argument
225 Shape::applyShapeReference( rReferencedShape ); in applyShapeReference()
/AOO41X/main/oox/inc/oox/ppt/
H A Dpptshape.hxx54 virtual void applyShapeReference( const oox::drawingml::Shape& rReferencedShape );
/AOO41X/main/oox/inc/oox/drawingml/
H A Dshape.hxx144 virtual void applyShapeReference( const Shape& rReferencedShape );