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:
parent
f1d8addb1d
commit
0bdca39b52
1 changed files with 8 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $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
|
||||
* either of the following licenses
|
||||
|
@ -235,6 +235,12 @@ namespace cppcanvas
|
|||
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
|
||||
state.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue