summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-18 08:38:44 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-18 08:38:44 +0000
commit7758d1569cc636bc44b92fca2a9ef9c836c70538 (patch)
tree14ef25775386ecce8b11bd9bd370107e90b4bf4d /offapi
parentINTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED (diff)
downloadcore-7758d1569cc636bc44b92fca2a9ef9c836c70538.tar.gz
core-7758d1569cc636bc44b92fca2a9ef9c836c70538.zip
INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED
2005/04/01 16:25:58 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/IntegerBitmapLayout.idl6
-rw-r--r--offapi/com/sun/star/rendering/InterpolationMode.idl6
-rw-r--r--offapi/com/sun/star/rendering/PathCapType.idl6
-rw-r--r--offapi/com/sun/star/rendering/PathJoinType.idl6
-rw-r--r--offapi/com/sun/star/rendering/RenderState.idl6
-rw-r--r--offapi/com/sun/star/rendering/RepaintResult.idl6
6 files changed, 18 insertions, 18 deletions
diff --git a/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl b/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl
index 20f9f794aac4..34f02df1fc57 100644
--- a/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl
+++ b/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: IntegerBitmapLayout.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 12:25:53 $
+ * last change: $Author: obo $ $Date: 2005-04-18 09:37:34 $
*
* 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 structure collects all necessary information to describe the
memory layout of a bitmap having integer color channels<p>
- @since #110496#
+ @since OOo 2.0.0
*/
struct IntegerBitmapLayout
{
diff --git a/offapi/com/sun/star/rendering/InterpolationMode.idl b/offapi/com/sun/star/rendering/InterpolationMode.idl
index e0e3e57e188e..14cbafdf7db2 100644
--- a/offapi/com/sun/star/rendering/InterpolationMode.idl
+++ b/offapi/com/sun/star/rendering/InterpolationMode.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InterpolationMode.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 12:26:05 $
+ * last change: $Author: obo $ $Date: 2005-04-18 09:37:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@ module com { module sun { module star { module rendering {
takes place between two consecutive frames of a discrete animation
sequence.
- @since #110496#
+ @since OOo 2.0.0
*/
constants InterpolationMode
{
diff --git a/offapi/com/sun/star/rendering/PathCapType.idl b/offapi/com/sun/star/rendering/PathCapType.idl
index cbcf588daf4d..5d900f80320c 100644
--- a/offapi/com/sun/star/rendering/PathCapType.idl
+++ b/offapi/com/sun/star/rendering/PathCapType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PathCapType.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 12:28:33 $
+ * last change: $Author: obo $ $Date: 2005-04-18 09:38:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@ module com { module sun { module star { module rendering {
different shapes (which are, of course, only visible for strokes
wider than one device pixel).<p>
- @since #110496#
+ @since OOo 2.0.0
*/
constants PathCapType
{
diff --git a/offapi/com/sun/star/rendering/PathJoinType.idl b/offapi/com/sun/star/rendering/PathJoinType.idl
index 16c44cc11bae..672c435d146a 100644
--- a/offapi/com/sun/star/rendering/PathJoinType.idl
+++ b/offapi/com/sun/star/rendering/PathJoinType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PathJoinType.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 12:28:45 $
+ * last change: $Author: obo $ $Date: 2005-04-18 09:38:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@ module com { module sun { module star { module rendering {
several different shapes (which are of course only visible for
strokes wider than one device pixel).<p>
- @since #110496#
+ @since OOo 2.0.0
*/
constants PathJoinType
{
diff --git a/offapi/com/sun/star/rendering/RenderState.idl b/offapi/com/sun/star/rendering/RenderState.idl
index fdb6d0abe6bf..501c129384ce 100644
--- a/offapi/com/sun/star/rendering/RenderState.idl
+++ b/offapi/com/sun/star/rendering/RenderState.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RenderState.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 12:28:56 $
+ * last change: $Author: obo $ $Date: 2005-04-18 09:38:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@ interface XPolyPolygon2D;
state, i.e. the common setup required to render each individual
<type>XCanvas</type> primitive.<p>
- @since #110496#
+ @since OOo 2.0.0
*/
struct RenderState
{
diff --git a/offapi/com/sun/star/rendering/RepaintResult.idl b/offapi/com/sun/star/rendering/RepaintResult.idl
index 1ccbada58a9e..cc761e8a8c50 100644
--- a/offapi/com/sun/star/rendering/RepaintResult.idl
+++ b/offapi/com/sun/star/rendering/RepaintResult.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RepaintResult.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 12:29:19 $
+ * last change: $Author: obo $ $Date: 2005-04-18 09:38:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@ module com { module sun { module star { module rendering {
/** These constants specify the result of the
<type>XCachedPrimitive</type> render operation.<p>
- @since #110496#
+ @since OOo 2.0.0
*/
constants RepaintResult
{