Kaydet (Commit) ac083003 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS mfdouble (1.4.138); FILE MERGED

2006/12/14 19:15:48 pl 1.4.138.1: #i71046# increase precision of MetricField and friends
üst 1e4cfed9
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: cuigrfflt.hxx,v $ * $RCSfile: cuigrfflt.hxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: obo $ $Date: 2006-10-12 12:09:51 $ * last change: $Author: obo $ $Date: 2007-01-23 11:33:35 $
* *
* 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.
...@@ -169,8 +169,8 @@ public: ...@@ -169,8 +169,8 @@ public:
~GraphicFilterMosaic(); ~GraphicFilterMosaic();
virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY ); virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY );
long GetTileWidth() const { return maMtrWidth.GetValue(); } long GetTileWidth() const { return static_cast<long>(maMtrWidth.GetValue()); }
long GetTileHeight() const { return maMtrHeight.GetValue(); } long GetTileHeight() const { return static_cast<long>(maMtrHeight.GetValue()); }
BOOL IsEnhanceEdges() const { return maCbxEdges.IsChecked(); } BOOL IsEnhanceEdges() const { return maCbxEdges.IsChecked(); }
}; };
......
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