INTEGRATION: CWS thbpp6 (1.7.44); FILE MERGED
2006/12/21 17:20:53 thb 1.7.44.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: outdevstate.hxx,v $
|
* $RCSfile: outdevstate.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.7 $
|
* $Revision: 1.8 $
|
||||||
*
|
*
|
||||||
* last change: $Author: rt $ $Date: 2005-09-08 08:20:31 $
|
* last change: $Author: obo $ $Date: 2007-01-22 11:50:48 $
|
||||||
*
|
*
|
||||||
* 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.
|
||||||
@@ -99,6 +99,7 @@ namespace cppcanvas
|
|||||||
|
|
||||||
xFont(),
|
xFont(),
|
||||||
transform(),
|
transform(),
|
||||||
|
mapModeTransform(),
|
||||||
fontRotation(0.0),
|
fontRotation(0.0),
|
||||||
|
|
||||||
textEmphasisMarkStyle(EMPHASISMARK_NONE),
|
textEmphasisMarkStyle(EMPHASISMARK_NONE),
|
||||||
@@ -120,7 +121,6 @@ namespace cppcanvas
|
|||||||
isTextFillColorSet( false ),
|
isTextFillColorSet( false ),
|
||||||
isTextLineColorSet( false )
|
isTextLineColorSet( false )
|
||||||
{
|
{
|
||||||
transform.identity();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::basegfx::B2DPolyPolygon clip;
|
::basegfx::B2DPolyPolygon clip;
|
||||||
@@ -140,6 +140,7 @@ namespace cppcanvas
|
|||||||
*/
|
*/
|
||||||
::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvasFont > xFont;
|
::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvasFont > xFont;
|
||||||
::basegfx::B2DHomMatrix transform;
|
::basegfx::B2DHomMatrix transform;
|
||||||
|
::basegfx::B2DHomMatrix mapModeTransform;
|
||||||
double fontRotation;
|
double fontRotation;
|
||||||
|
|
||||||
sal_uInt16 textEmphasisMarkStyle;
|
sal_uInt16 textEmphasisMarkStyle;
|
||||||
|
Reference in New Issue
Block a user