/aoo42x/main/svx/source/xoutdev/ |
H A D | _xoutbmp.cxx | 64 sal_uIntPtr nMirrorFlags = 0L; in MirrorAnimation() local 67 nMirrorFlags |= BMP_MIRROR_HORZ; in MirrorAnimation() 70 nMirrorFlags |= BMP_MIRROR_VERT; in MirrorAnimation() 77 aAnimBmp.aBmpEx.Mirror( nMirrorFlags ); in MirrorAnimation() 98 Graphic XOutBitmap::MirrorGraphic( const Graphic& rGraphic, const sal_uIntPtr nMirrorFlags ) in MirrorGraphic() argument 102 if( nMirrorFlags ) in MirrorGraphic() 107 ( nMirrorFlags & BMP_MIRROR_HORZ ) == BMP_MIRROR_HORZ, in MirrorGraphic() 108 ( nMirrorFlags & BMP_MIRROR_VERT ) == BMP_MIRROR_VERT ); in MirrorGraphic() 116 aBmpEx.Mirror( nMirrorFlags ); in MirrorGraphic() 123 aBmp.Mirror( nMirrorFlags ); in MirrorGraphic()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | animate.cxx | 709 sal_Bool Animation::Mirror( sal_uLong nMirrorFlags ) in Mirror() argument 719 if( nMirrorFlags ) in Mirror() 725 if( ( bRet = pStepBmp->aBmpEx.Mirror( nMirrorFlags ) ) == sal_True ) in Mirror() 727 if( nMirrorFlags & BMP_MIRROR_HORZ ) in Mirror() 730 if( nMirrorFlags & BMP_MIRROR_VERT ) in Mirror() 735 maBitmapEx.Mirror( nMirrorFlags ); in Mirror()
|
H A D | pdfwriter_impl2.cxx | 87 sal_uLong nMirrorFlags(BMP_MIRROR_NONE); in implWriteBitmapEx() local 92 nMirrorFlags |= BMP_MIRROR_HORZ; in implWriteBitmapEx() 98 nMirrorFlags |= BMP_MIRROR_VERT; in implWriteBitmapEx() 101 if( nMirrorFlags != BMP_MIRROR_NONE ) in implWriteBitmapEx() 103 aBitmapEx.Mirror( nMirrorFlags ); in implWriteBitmapEx()
|
H A D | alpha.cxx | 278 sal_Bool AlphaMask::Mirror( sal_uLong nMirrorFlags ) in Mirror() argument 280 return Bitmap::Mirror( nMirrorFlags ); in Mirror()
|
H A D | bitmapex.cxx | 421 sal_Bool BitmapEx::Mirror( sal_uLong nMirrorFlags ) in Mirror() argument 427 bRet = aBitmap.Mirror( nMirrorFlags ); in Mirror() 430 aMask.Mirror( nMirrorFlags ); in Mirror()
|
H A D | bitmap3.cxx | 2451 sal_uInt32 nMirrorFlags(BMP_MIRROR_NONE); in ImplScaleConvolution() local 2458 nMirrorFlags |= BMP_MIRROR_HORZ; in ImplScaleConvolution() 2463 nMirrorFlags |= BMP_MIRROR_VERT; in ImplScaleConvolution() 2473 bResult = Mirror(nMirrorFlags); in ImplScaleConvolution() 2525 bResult = aResult.Mirror(nMirrorFlags); in ImplScaleConvolution()
|
H A D | bitmap.cxx | 649 sal_Bool Bitmap::Mirror( sal_uLong nMirrorFlags ) in Mirror() argument 651 sal_Bool bHorz = ( ( nMirrorFlags & BMP_MIRROR_HORZ ) == BMP_MIRROR_HORZ ); in Mirror() 652 sal_Bool bVert = ( ( nMirrorFlags & BMP_MIRROR_VERT ) == BMP_MIRROR_VERT ); in Mirror()
|
H A D | gdimtf.cxx | 775 sal_Bool GDIMetaFile::Mirror( sal_uLong nMirrorFlags ) in Mirror() argument 782 if( nMirrorFlags & MTF_MIRROR_HORZ ) in Mirror() 787 if( nMirrorFlags & MTF_MIRROR_VERT ) in Mirror()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 251 sal_uInt32 nMirrorFlags; in ImplWriteShape() local 254 …MSO_SPT eShapeType = aPropOpt.GetCustomShapeType( rObj.GetShapeRef(), nMirrorFlags, sCustomShapeTy… in ImplWriteShape() 279 nMirrorFlags | 0xa00 ); in ImplWriteShape()
|
H A D | escherex.cxx | 3861 …eType( const uno::Reference< drawing::XShape > & rXShape, sal_uInt32& nMirrorFlags, rtl::OUString&… in GetCustomShapeType() argument 3864 nMirrorFlags = 0; in GetCustomShapeType() 3888 nMirrorFlags |= SHAPEFLAG_FLIPH; in GetCustomShapeType() 3894 nMirrorFlags |= SHAPEFLAG_FLIPV; in GetCustomShapeType() 3906 …::GetCustomShapeType( const uno::Reference< drawing::XShape > & rXShape, sal_uInt32& nMirrorFlags ) in GetCustomShapeType() argument 3909 return GetCustomShapeType( rXShape, nMirrorFlags, aShapeType ); in GetCustomShapeType()
|
H A D | msdffimp.cxx | 1308 sal_uLong nMirrorFlags = BMP_MIRROR_NONE; in ApplyRectangularGradientAsBitmap() local 1310 nMirrorFlags |= BMP_MIRROR_VERT; in ApplyRectangularGradientAsBitmap() 1312 nMirrorFlags |= BMP_MIRROR_HORZ; in ApplyRectangularGradientAsBitmap() 1313 if ( nMirrorFlags != BMP_MIRROR_NONE ) in ApplyRectangularGradientAsBitmap() 1314 aBitmap.Mirror( nMirrorFlags ); in ApplyRectangularGradientAsBitmap()
|
/aoo42x/main/svx/inc/svx/ |
H A D | xoutbmp.hxx | 64 static Graphic MirrorGraphic( const Graphic& rGraphic, const sal_uIntPtr nMirrorFlags );
|
/aoo42x/main/oox/source/export/ |
H A D | shapes.cxx | 450 sal_uInt32 nMirrorFlags = 0; in WriteCustomShape() local 451 …MSO_SPT eShapeType = EscherPropertyContainer::GetCustomShapeType( xShape, nMirrorFlags, sShapeType… in WriteCustomShape()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | alpha.hxx | 85 sal_Bool Mirror( sal_uLong nMirrorFlags );
|
H A D | bitmapex.hxx | 241 sal_Bool Mirror( sal_uLong nMirrorFlags );
|
H A D | animate.hxx | 233 sal_Bool Mirror( sal_uLong nMirrorFlags );
|
H A D | gdimtf.hxx | 155 sal_Bool Mirror( sal_uLong nMirrorFlags );
|
H A D | bitmap.hxx | 651 sal_Bool Mirror( sal_uLong nMirrorFlags );
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1251 …n::star::uno::Reference< ::com::sun::star::drawing::XShape > & rXShape, sal_uInt32& nMirrorFlags ); 1252 …Reference< ::com::sun::star::drawing::XShape > & rXShape, sal_uInt32& nMirrorFlags, rtl::OUString&…
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 4393 sal_uInt32 nMirrorFlags; in ImplWritePage() local 4395 MSO_SPT eShapeType = aPropOpt.GetCustomShapeType( mXShape, nMirrorFlags, sCustomShapeType ); in ImplWritePage() 4415 ImplCreateShape( eShapeType, nMirrorFlags | 0xa00, aSolverContainer ); in ImplWritePage()
|