Home
last modified time | relevance | path

Searched refs:nMirrorFlags (Results 1 – 20 of 20) sorted by path

/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1251 …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&…
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3861 …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 Deschesdo.cxx251 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 Dmsdffimp.cxx1308 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()
/trunk/main/oox/source/export/
H A Dshapes.cxx450 sal_uInt32 nMirrorFlags = 0; in WriteCustomShape() local
451 …MSO_SPT eShapeType = EscherPropertyContainer::GetCustomShapeType( xShape, nMirrorFlags, sShapeType… in WriteCustomShape()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4393 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()
/trunk/main/svx/inc/svx/
H A Dxoutbmp.hxx64 static Graphic MirrorGraphic( const Graphic& rGraphic, const sal_uIntPtr nMirrorFlags );
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx64 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()
/trunk/main/vcl/inc/vcl/
H A Dalpha.hxx85 sal_Bool Mirror( sal_uLong nMirrorFlags );
H A Danimate.hxx233 sal_Bool Mirror( sal_uLong nMirrorFlags );
H A Dbitmap.hxx651 sal_Bool Mirror( sal_uLong nMirrorFlags );
H A Dbitmapex.hxx241 sal_Bool Mirror( sal_uLong nMirrorFlags );
H A Dgdimtf.hxx155 sal_Bool Mirror( sal_uLong nMirrorFlags );
/trunk/main/vcl/source/gdi/
H A Dalpha.cxx278 sal_Bool AlphaMask::Mirror( sal_uLong nMirrorFlags ) in Mirror() argument
280 return Bitmap::Mirror( nMirrorFlags ); in Mirror()
H A Danimate.cxx709 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 Dbitmap.cxx649 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 Dbitmap3.cxx2451 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 Dbitmapex.cxx421 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 Dgdimtf.cxx775 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()
H A Dpdfwriter_impl2.cxx87 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()

Completed in 176 milliseconds