Kaydet (Commit) 210856ce authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS aw024 (1.8.168); FILE MERGED

2006/09/22 01:43:46 aw 1.8.168.5: RESYNC: (1.11-1.12); FILE MERGED
2006/09/08 20:21:40 aw 1.8.168.4: RESYNC: (1.10-1.11); FILE MERGED
2006/05/12 21:44:53 aw 1.8.168.3: RESYNC: (1.9-1.10); FILE MERGED
2005/09/17 20:11:50 aw 1.8.168.2: RESYNC: (1.8-1.9); FILE MERGED
2005/08/04 15:53:45 sj 1.8.168.1: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism
üst a06ab72a
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: w1filter.cxx,v $ * $RCSfile: w1filter.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: obo $ $Date: 2006-09-16 22:19:21 $ * last change: $Author: ihi $ $Date: 2006-11-14 15:13:57 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -1986,7 +1986,7 @@ void Ww1Picture::Out(Ww1Shell& rOut, Ww1Manager& rMan) ...@@ -1986,7 +1986,7 @@ void Ww1Picture::Out(Ww1Shell& rOut, Ww1Manager& rMan)
(sizeof(*pPic)-sizeof(pPic->rgb))); (sizeof(*pPic)-sizeof(pPic->rgb)));
aOut.Seek(0); aOut.Seek(0);
GDIMetaFile aWMF; GDIMetaFile aWMF;
if (ReadWindowMetafile(aOut, aWMF) && aWMF.GetActionCount() > 0) if (ReadWindowMetafile( aOut, aWMF, NULL ) && aWMF.GetActionCount() > 0)
{ {
aWMF.SetPrefMapMode(MapMode(MAP_100TH_MM)); aWMF.SetPrefMapMode(MapMode(MAP_100TH_MM));
Size aOldSiz(aWMF.GetPrefSize()); Size aOldSiz(aWMF.GetPrefSize());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment