Searched refs:mbFlipV (Results 1 – 2 of 2) sorted by relevance
80 , 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()
100 … 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