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()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 …]
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 );
Completed in 18 milliseconds