diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-18 08:43:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-18 08:43:04 +0000 |
commit | f80f904ad12c6eb188453122cffeaacfcf5d7fae (patch) | |
tree | 4c3ed5dba5e9d6e6767790c8a91e1bb0c503a713 /offapi | |
parent | 0310bc2f5ff1738a5112ecbcd8dd220bd0077244 (diff) |
INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED
2005/04/01 16:26:01 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/rendering/XBitmapPalette.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/rendering/XBufferController.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/rendering/XCachedPrimitive.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/rendering/XCanvas.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/rendering/XCanvasFont.idl | 10 |
5 files changed, 18 insertions, 16 deletions
diff --git a/offapi/com/sun/star/rendering/XBitmapPalette.idl b/offapi/com/sun/star/rendering/XBitmapPalette.idl index 5b807f6e34a3..5b2133c85e1e 100644 --- a/offapi/com/sun/star/rendering/XBitmapPalette.idl +++ b/offapi/com/sun/star/rendering/XBitmapPalette.idl @@ -2,9 +2,9 @@ * * $RCSfile: XBitmapPalette.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2005-03-10 12:32:07 $ + * last change: $Author: obo $ $Date: 2005-04-18 09:42:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ module com { module sun { module star { module rendering { /** Interface to access the palette of a color-indexed bitmap. - @since #110496# + @since OOo 2.0.0 */ interface XBitmapPalette : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/rendering/XBufferController.idl b/offapi/com/sun/star/rendering/XBufferController.idl index cbc919673df1..cc3aa0b18a57 100644 --- a/offapi/com/sun/star/rendering/XBufferController.idl +++ b/offapi/com/sun/star/rendering/XBufferController.idl @@ -2,9 +2,9 @@ * * $RCSfile: XBufferController.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2005-03-10 12:32:24 $ + * last change: $Author: obo $ $Date: 2005-04-18 09:42:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,7 @@ module com { module sun { module star { module rendering { This interface provides methods to enable and control double/multi-buffering facilities on screen devices.<p> - @since #110496# + @since OOo 2.0.0 */ interface XBufferController : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/rendering/XCachedPrimitive.idl b/offapi/com/sun/star/rendering/XCachedPrimitive.idl index be67e8a1a83a..670dff510040 100644 --- a/offapi/com/sun/star/rendering/XCachedPrimitive.idl +++ b/offapi/com/sun/star/rendering/XCachedPrimitive.idl @@ -2,9 +2,9 @@ * * $RCSfile: XCachedPrimitive.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2005-03-10 12:32:37 $ + * last change: $Author: obo $ $Date: 2005-04-18 09:42:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ module com { module sun { module star { module rendering { This interface provides a method to quickly redraw some <type>XCanvas</type> primitives, using cached data.<p> - @since #110496# + @since OOo 2.0.0 */ interface XCachedPrimitive : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/rendering/XCanvas.idl b/offapi/com/sun/star/rendering/XCanvas.idl index 610317f572e2..1477387a2d7b 100644 --- a/offapi/com/sun/star/rendering/XCanvas.idl +++ b/offapi/com/sun/star/rendering/XCanvas.idl @@ -2,9 +2,9 @@ * * $RCSfile: XCanvas.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2005-03-10 12:32:49 $ + * last change: $Author: obo $ $Date: 2005-04-18 09:42:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,7 +163,7 @@ interface XTextLayout; case e.g. for the <type>::com::sun::star::drawing::XGraphics</type> interface).<p> - @since #110496# + @since OOo 2.0.0 */ interface XCanvas : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/rendering/XCanvasFont.idl b/offapi/com/sun/star/rendering/XCanvasFont.idl index 2022fa29fd37..49379bc477ea 100644 --- a/offapi/com/sun/star/rendering/XCanvasFont.idl +++ b/offapi/com/sun/star/rendering/XCanvasFont.idl @@ -2,9 +2,9 @@ * * $RCSfile: XCanvasFont.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2005-03-10 12:33:03 $ + * last change: $Author: obo $ $Date: 2005-04-18 09:43:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -135,8 +135,10 @@ interface XCanvasFont : ::com::sun::star::uno::XInterface all its glyphs.<p> Note that the metric values in the returned result are in the - device coordinate system, and already adjusted to the - corresponding size of this font. + font coordinate system, i.e. relative to the corresponding + size of this font. That is, when this font was created with a + cell size of 20 units, the metrics returned are calculated + relative to this size. */ FontMetrics getFontMetrics(); |