Searched refs:mbFlipH (Results 1 – 2 of 2) sorted by relevance
79 , mbFlipH( false ) in Shape()200 mbFlipH = rReferencedShape.mbFlipH; 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()475 if ( mbFlipH ) in createAndInsert()
100 …void setFlip( sal_Bool bFlipH, sal_Bool bFlipV ) { mbFlipH = bFlipH; mb… in setFlip()214 sal_Bool mbFlipH; member in oox::drawingml::Shape
Completed in 24 milliseconds