INTEGRATION: CWS presfixes03 (1.4.2); FILE MERGED

2005/04/01 16:09:44 thb 1.4.2.1: #i36190#, #i39245# Changed uno::Sequence::operator[] for nonconst sequences to use naked ptr; added support for true bezier polygons (and removed subdivision, where it was added because of that canvas deficiency); overhauled mtf renderer to provide faithful bounds also for subsetted meta files
This commit is contained in:
Oliver Bolte
2005-04-18 09:00:10 +00:00
parent f1d8addb1d
commit 0bdca39b52

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: mtftools.hxx,v $ * $RCSfile: mtftools.hxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: rt $ $Date: 2005-03-30 08:30:41 $ * last change: $Author: obo $ $Date: 2005-04-18 10:00:10 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -235,6 +235,12 @@ namespace cppcanvas
sal_Int8 mnStrikeoutStyle; sal_Int8 mnStrikeoutStyle;
}; };
/** Transform given bounds to device coordinate system.
*/
::basegfx::B2DRange calcDevicePixelBounds( const ::basegfx::B2DRange& rBounds,
const ::com::sun::star::rendering::ViewState& viewState,
const ::com::sun::star::rendering::RenderState& renderState );
/** Generate text underline/strikeout info struct from OutDev /** Generate text underline/strikeout info struct from OutDev
state. state.
*/ */