Home
last modified time | relevance | path

Searched refs:mbFlipV (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dshape.cxx80 , mbFlipV( false ) in Shape()
201 mbFlipV = rReferencedShape.mbFlipV; in applyShapeReference()
288 if( mbFlipH || mbFlipV || mnRotation != 0) in createAndInsert()
297 if( !bIsCustomShape && ( mbFlipH || mbFlipV ) ) in createAndInsert()
300 aTransformation.scale( mbFlipH ? -1.0 : 1.0, mbFlipV ? -1.0 : 1.0 ); in createAndInsert()
477 if ( mbFlipV ) in createAndInsert()
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx100 … setFlip( sal_Bool bFlipH, sal_Bool bFlipV ) { mbFlipH = bFlipH; mbFlipV = bFlipV; } in setFlip()
215 sal_Bool mbFlipV; member in oox::drawingml::Shape

Completed in 20 milliseconds