Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dshape.cxx79 , 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()
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx100 …void setFlip( sal_Bool bFlipH, sal_Bool bFlipV ) { mbFlipH = bFlipH; mb… in setFlip()
214 sal_Bool mbFlipH; member in oox::drawingml::Shape

Completed in 20 milliseconds