Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dshape.cxx186 void Shape::applyShapeReference( const Shape& rReferencedShape ) in applyShapeReference() argument
188 if ( rReferencedShape.mpTextBody.get() ) in applyShapeReference()
190 maShapeProperties = rReferencedShape.maShapeProperties; in applyShapeReference()
194 …r = table::TablePropertiesPtr( rReferencedShape.mpTablePropertiesPtr.get() ? new table::TablePrope… 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()
[all …]
/trunk/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()
/trunk/main/oox/inc/oox/ppt/
H A Dpptshape.hxx54 virtual void applyShapeReference( const oox::drawingml::Shape& rReferencedShape );
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx144 virtual void applyShapeReference( const Shape& rReferencedShape );

Completed in 19 milliseconds