diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 12:39:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 12:39:22 +0000 |
commit | 40235891359182effac29e5966bea704f7acf964 (patch) | |
tree | c6431fe754911df864dad5182ad1ba9e2655e293 /goodies/inc | |
parent | 79c683e8f508ba7bef85656fdc781ab66d78faca (diff) |
INTEGRATION: CWS rtfpp2 (1.18.46); FILE MERGED
2006/01/19 11:19:07 thb 1.18.46.1: #117889# Detecting the case that a metafile consists basically of one single bitmap - then, render that bitmap via the bilinear-interpolating bitmap output path (for the eye candy)
Diffstat (limited to 'goodies/inc')
-rw-r--r-- | goodies/inc/grfmgr.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/goodies/inc/grfmgr.hxx b/goodies/inc/grfmgr.hxx index 4ef08712b504..b1344d3fae56 100644 --- a/goodies/inc/grfmgr.hxx +++ b/goodies/inc/grfmgr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: grfmgr.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:17:12 $ + * last change: $Author: rt $ $Date: 2006-02-09 13:39:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -507,9 +507,10 @@ private: BOOL ImplCreateOutput( OutputDevice* pOut, const Point& rPt, const Size& rSz, const BitmapEx& rBmpEx, const GraphicAttr& rAttr, const ULONG nFlags, BitmapEx* pBmpEx = NULL ); - BOOL ImplCreateOutput( OutputDevice* pOut, const Point& rPt, const Size& rSz, + BOOL ImplCreateOutput( OutputDevice* pOut, + const Point& rPt, const Size& rSz, const GDIMetaFile& rMtf, const GraphicAttr& rAttr, - const ULONG nFlags, GDIMetaFile* pMtf = NULL ); + const ULONG nFlags, GDIMetaFile& rOutMtf, BitmapEx& rOutBmpEx ); BOOL ImplCreateScaled( const BitmapEx& rBmpEx, long* pMapIX, long* pMapFX, long* pMapIY, long* pMapFY, |