summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2011-03-18 15:55:57 +0100
committerKai Sommerfeld <kso@openoffice.org>2011-03-18 15:55:57 +0100
commit3e396922c2926165d680e8051c3d9247ea4aaf78 (patch)
treeef160de849294631f8a13e8f55a6494f272c71a7 /offapi/com/sun/star/rendering
parent0461d179dddc2caab6315e6f7ec7bb3804dd017a (diff)
#i117329# - Publishing of UNO types, 4th wave.
Diffstat (limited to 'offapi/com/sun/star/rendering')
-rw-r--r--offapi/com/sun/star/rendering/AnimationAttributes.idl4
-rw-r--r--offapi/com/sun/star/rendering/Caret.idl2
-rw-r--r--offapi/com/sun/star/rendering/FillRule.idl2
-rw-r--r--offapi/com/sun/star/rendering/FontInfo.idl4
-rw-r--r--offapi/com/sun/star/rendering/FontMetrics.idl6
-rw-r--r--offapi/com/sun/star/rendering/FontRequest.idl4
-rw-r--r--offapi/com/sun/star/rendering/Panose.idl2
-rw-r--r--offapi/com/sun/star/rendering/RenderState.idl4
-rw-r--r--offapi/com/sun/star/rendering/StringContext.idl4
-rw-r--r--offapi/com/sun/star/rendering/StrokeAttributes.idl12
-rw-r--r--offapi/com/sun/star/rendering/TextHit.idl2
-rw-r--r--offapi/com/sun/star/rendering/Texture.idl6
-rw-r--r--offapi/com/sun/star/rendering/ViewState.idl4
-rw-r--r--offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl2
-rw-r--r--offapi/com/sun/star/rendering/XAnimatedSprite.idl2
-rw-r--r--offapi/com/sun/star/rendering/XAnimation.idl2
-rw-r--r--offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl4
-rw-r--r--offapi/com/sun/star/rendering/XBitmap.idl8
-rw-r--r--offapi/com/sun/star/rendering/XBitmapCanvas.idl2
-rw-r--r--offapi/com/sun/star/rendering/XBufferController.idl4
-rw-r--r--offapi/com/sun/star/rendering/XCachedPrimitive.idl2
-rw-r--r--offapi/com/sun/star/rendering/XCanvas.idl24
-rw-r--r--offapi/com/sun/star/rendering/XCanvasFont.idl10
-rw-r--r--offapi/com/sun/star/rendering/XColorSpace.idl10
-rw-r--r--offapi/com/sun/star/rendering/XCustomSprite.idl4
-rw-r--r--offapi/com/sun/star/rendering/XGraphicDevice.idl10
-rw-r--r--offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl2
-rw-r--r--offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl4
-rw-r--r--offapi/com/sun/star/rendering/XPolyPolygon2D.idl2
-rw-r--r--offapi/com/sun/star/rendering/XSprite.idl2
-rw-r--r--offapi/com/sun/star/rendering/XSpriteCanvas.idl10
-rw-r--r--offapi/com/sun/star/rendering/XTextLayout.idl10
-rw-r--r--offapi/com/sun/star/rendering/XVolatileBitmap.idl2
33 files changed, 81 insertions, 91 deletions
diff --git a/offapi/com/sun/star/rendering/AnimationAttributes.idl b/offapi/com/sun/star/rendering/AnimationAttributes.idl
index 330ec3d75b30..9a5678176b17 100644
--- a/offapi/com/sun/star/rendering/AnimationAttributes.idl
+++ b/offapi/com/sun/star/rendering/AnimationAttributes.idl
@@ -37,10 +37,10 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-struct AnimationAttributes
+published struct AnimationAttributes
{
/// Preferred duration of the animation sequence in seconds.
- double Duration;
+ double Duration;
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/rendering/Caret.idl b/offapi/com/sun/star/rendering/Caret.idl
index 8d8999160ac2..7eea3b6dc79f 100644
--- a/offapi/com/sun/star/rendering/Caret.idl
+++ b/offapi/com/sun/star/rendering/Caret.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-struct Caret
+published struct Caret
{
/** This contains the main caret index.<p>
diff --git a/offapi/com/sun/star/rendering/FillRule.idl b/offapi/com/sun/star/rendering/FillRule.idl
index ffea263b4bb3..0959ab0b297b 100644
--- a/offapi/com/sun/star/rendering/FillRule.idl
+++ b/offapi/com/sun/star/rendering/FillRule.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-enum FillRule
+published enum FillRule
{
/** Fill every area, where, when travelling along a line, the
summed winding number (that is, -1 for a
diff --git a/offapi/com/sun/star/rendering/FontInfo.idl b/offapi/com/sun/star/rendering/FontInfo.idl
index ed2beaba1c5b..16b4714a37e8 100644
--- a/offapi/com/sun/star/rendering/FontInfo.idl
+++ b/offapi/com/sun/star/rendering/FontInfo.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-struct FontInfo
+published struct FontInfo
{
/** The PANOSE font classification.<p>
@@ -73,7 +73,7 @@ struct FontInfo
//-------------------------------------------------------------------------
/** This value specifies which unicode ranges are supported by
- this font.<p>
+ this font.<p>
This is to be interpreted as a split-up 128bit value, see <a
href=http://partners.adobe.com/asn/tech/type/opentype/os2.jsp#ur>Adobe's
diff --git a/offapi/com/sun/star/rendering/FontMetrics.idl b/offapi/com/sun/star/rendering/FontMetrics.idl
index 71b8f9d3dce6..f7beb681b475 100644
--- a/offapi/com/sun/star/rendering/FontMetrics.idl
+++ b/offapi/com/sun/star/rendering/FontMetrics.idl
@@ -51,7 +51,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-struct FontMetrics
+published struct FontMetrics
{
/// Ascent (above the baseline) part of the font.
double Ascent;
@@ -84,14 +84,14 @@ struct FontMetrics
characters, and if one needs a font with double character
width, the referenceCharSize should be doubled.<p>
*/
- double ReferenceCharSize;
+ double ReferenceCharSize;
//-------------------------------------------------------------------------
/** Specifies the offset to be added to the baseline when drawing
underlined text.
*/
- double UnderlineOffset;
+ double UnderlineOffset;
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/rendering/FontRequest.idl b/offapi/com/sun/star/rendering/FontRequest.idl
index b9da5f1425d4..a1727c30ed4e 100644
--- a/offapi/com/sun/star/rendering/FontRequest.idl
+++ b/offapi/com/sun/star/rendering/FontRequest.idl
@@ -50,7 +50,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-struct FontRequest
+published struct FontRequest
{
/** The description of the font.<p>
@@ -85,7 +85,7 @@ struct FontRequest
query methods, for both <type>XCanvasFont</type> and
<type>XTextLayout</type>.<p>
*/
- double CellSize;
+ double CellSize;
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/rendering/Panose.idl b/offapi/com/sun/star/rendering/Panose.idl
index aaf3d3f8da4e..2239f05c8ac0 100644
--- a/offapi/com/sun/star/rendering/Panose.idl
+++ b/offapi/com/sun/star/rendering/Panose.idl
@@ -29,7 +29,7 @@
module com { module sun { module star { module rendering {
-struct Panose
+published struct Panose
{
/// <type>PanoseFamilyTypes</type>
byte FamilyType;
diff --git a/offapi/com/sun/star/rendering/RenderState.idl b/offapi/com/sun/star/rendering/RenderState.idl
index ecb5b169d3a3..1f0cef7843aa 100644
--- a/offapi/com/sun/star/rendering/RenderState.idl
+++ b/offapi/com/sun/star/rendering/RenderState.idl
@@ -36,7 +36,7 @@
module com { module sun { module star { module rendering {
-interface XPolyPolygon2D;
+published interface XPolyPolygon2D;
/** This structure contains information passed to each
<type>XCanvas</type> render operation.<p>
@@ -47,7 +47,7 @@ interface XPolyPolygon2D;
@since OOo 2.0
*/
-struct RenderState
+published struct RenderState
{
/** The affine transform associated with this render
operation.<p>
diff --git a/offapi/com/sun/star/rendering/StringContext.idl b/offapi/com/sun/star/rendering/StringContext.idl
index 3f9c833ceb74..28a7e5f50907 100644
--- a/offapi/com/sun/star/rendering/StringContext.idl
+++ b/offapi/com/sun/star/rendering/StringContext.idl
@@ -38,12 +38,12 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-struct StringContext
+published struct StringContext
{
/** The complete text, from which a subset is selected by the
parameters below.
*/
- string Text;
+ string Text;
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/rendering/StrokeAttributes.idl b/offapi/com/sun/star/rendering/StrokeAttributes.idl
index e02d4cf6c89e..e33276796416 100644
--- a/offapi/com/sun/star/rendering/StrokeAttributes.idl
+++ b/offapi/com/sun/star/rendering/StrokeAttributes.idl
@@ -27,14 +27,6 @@
#ifndef __com_sun_star_rendering_StrokeAttributes_idl__
#define __com_sun_star_rendering_StrokeAttributes_idl__
-#ifndef __com_sun_star_rendering_PathCapType_idl__
-#include <com/sun/star/rendering/PathCapType.idl>
-#endif
-#ifndef __com_sun_star_rendering_PathJoinType_idl__
-#include <com/sun/star/rendering/PathJoinType.idl>
-#endif
-
-
module com { module sun { module star { module rendering {
/** This structure contains all attributes required for path stroking.<p>
@@ -45,14 +37,14 @@ module com { module sun { module star { module rendering {
@single #110496#
*/
-struct StrokeAttributes
+published struct StrokeAttributes
{
/** Defines the width of the stroke, measured in user
coordinate space.
This value must be positive (or 0.0)
*/
- double StrokeWidth;
+ double StrokeWidth;
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/rendering/TextHit.idl b/offapi/com/sun/star/rendering/TextHit.idl
index 2b0c5305b925..bd0783e8c1f3 100644
--- a/offapi/com/sun/star/rendering/TextHit.idl
+++ b/offapi/com/sun/star/rendering/TextHit.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-struct TextHit
+published struct TextHit
{
/** This contains the entry index.<p>
diff --git a/offapi/com/sun/star/rendering/Texture.idl b/offapi/com/sun/star/rendering/Texture.idl
index ea033b3e21a8..43addb55e769 100644
--- a/offapi/com/sun/star/rendering/Texture.idl
+++ b/offapi/com/sun/star/rendering/Texture.idl
@@ -36,8 +36,8 @@
module com { module sun { module star { module rendering {
-interface XBitmap;
-interface XParametricPolyPolygon2D;
+published interface XBitmap;
+published interface XParametricPolyPolygon2D;
/** Contains all information needed to define a texture.<p>
@@ -53,7 +53,7 @@ interface XParametricPolyPolygon2D;
@since OOo 2.0
*/
-struct Texture
+published struct Texture
{
/** Texture transformation from texture to primitive space.<p>
diff --git a/offapi/com/sun/star/rendering/ViewState.idl b/offapi/com/sun/star/rendering/ViewState.idl
index fe4de1fc17bf..4791232f5ae4 100644
--- a/offapi/com/sun/star/rendering/ViewState.idl
+++ b/offapi/com/sun/star/rendering/ViewState.idl
@@ -33,7 +33,7 @@
module com { module sun { module star { module rendering {
-interface XPolyPolygon2D;
+published interface XPolyPolygon2D;
/** This structure contains information considered the view state.<p>
@@ -43,7 +43,7 @@ interface XPolyPolygon2D;
@since OOo 2.0
*/
-struct ViewState
+published struct ViewState
{
/** The affine transform associated with the view.<p>
diff --git a/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl b/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl
index 718444f91a25..90517a596c13 100644
--- a/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl
+++ b/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
- exception VolatileContentDestroyedException : ::com::sun::star::uno::Exception
+ published exception VolatileContentDestroyedException : ::com::sun::star::uno::Exception
{
};
diff --git a/offapi/com/sun/star/rendering/XAnimatedSprite.idl b/offapi/com/sun/star/rendering/XAnimatedSprite.idl
index aa10e68f9ae1..9f2f015e113e 100644
--- a/offapi/com/sun/star/rendering/XAnimatedSprite.idl
+++ b/offapi/com/sun/star/rendering/XAnimatedSprite.idl
@@ -56,7 +56,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-interface XAnimatedSprite : XSprite
+published interface XAnimatedSprite : XSprite
{
/** Start animation sequence of this sprite.<p>
diff --git a/offapi/com/sun/star/rendering/XAnimation.idl b/offapi/com/sun/star/rendering/XAnimation.idl
index 8dd196bb7b6e..861b40c44468 100644
--- a/offapi/com/sun/star/rendering/XAnimation.idl
+++ b/offapi/com/sun/star/rendering/XAnimation.idl
@@ -60,7 +60,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-interface XAnimation : ::com::sun::star::uno::XInterface
+published interface XAnimation : ::com::sun::star::uno::XInterface
{
/** Render the animation content at time t into the specified
canvas.<p>
diff --git a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
index 8d245d1c00a2..081d516fdcf0 100644
--- a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
+++ b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
@@ -43,7 +43,7 @@
module com { module sun { module star { module rendering {
/** This is a specialized interface for a 2D poly-polygon containing
- straight line and bezier segments.<p>
+ straight line and bezier segments.<p>
This poly-polygon can contain polygons consisting of a mixture of
cubic bezier curves and straight lines. As the straight line is a
@@ -56,7 +56,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-interface XBezierPolyPolygon2D : XPolyPolygon2D
+published interface XBezierPolyPolygon2D : XPolyPolygon2D
{
/** Query subset of this poly-polygon.<p>
diff --git a/offapi/com/sun/star/rendering/XBitmap.idl b/offapi/com/sun/star/rendering/XBitmap.idl
index c061d2908f2e..7ba4471118bf 100644
--- a/offapi/com/sun/star/rendering/XBitmap.idl
+++ b/offapi/com/sun/star/rendering/XBitmap.idl
@@ -45,8 +45,6 @@
module com { module sun { module star { module rendering {
-interface XBitmapCanvas;
-
/** This is a generic interface to a bitmap.<p>
This interface contains the generic functionality to be used on
@@ -57,14 +55,14 @@ interface XBitmapCanvas;
@since OOo 2.0
*/
-interface XBitmap : ::com::sun::star::uno::XInterface
+published interface XBitmap : ::com::sun::star::uno::XInterface
{
/** Query the size of the bitmap.<p>
This method queries the bitmap size in pixel.<p>
@return the bitmap size in pixel.
- */
+ */
::com::sun::star::geometry::IntegerSize2D getSize();
//-------------------------------------------------------------------------
@@ -80,7 +78,7 @@ interface XBitmap : ::com::sun::star::uno::XInterface
@return <TRUE/>, if the bitmap has alpha data, or <FALSE/> if
not.
- */
+ */
boolean hasAlpha();
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/rendering/XBitmapCanvas.idl b/offapi/com/sun/star/rendering/XBitmapCanvas.idl
index fed3cd4238dc..5931741248d6 100644
--- a/offapi/com/sun/star/rendering/XBitmapCanvas.idl
+++ b/offapi/com/sun/star/rendering/XBitmapCanvas.idl
@@ -61,7 +61,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-interface XBitmapCanvas : XCanvas
+published interface XBitmapCanvas : XCanvas
{
/** This method copies a rectangular area from a place of one
canvas to a place on another.<p>
diff --git a/offapi/com/sun/star/rendering/XBufferController.idl b/offapi/com/sun/star/rendering/XBufferController.idl
index 93bfea9158f3..735582217412 100644
--- a/offapi/com/sun/star/rendering/XBufferController.idl
+++ b/offapi/com/sun/star/rendering/XBufferController.idl
@@ -44,7 +44,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-interface XBufferController : ::com::sun::star::uno::XInterface
+published interface XBufferController : ::com::sun::star::uno::XInterface
{
/** Create the given number of background buffers.<p>
@@ -61,7 +61,7 @@ interface XBufferController : ::com::sun::star::uno::XInterface
@throws <type>com::sun::star::lang::IllegalArgumentException</type>
if nBuffers is smaller than one.
- */
+ */
long createBuffers( [in] long nBuffers )
raises (com::sun::star::lang::IllegalArgumentException);
diff --git a/offapi/com/sun/star/rendering/XCachedPrimitive.idl b/offapi/com/sun/star/rendering/XCachedPrimitive.idl
index 9793374ad913..18b18c7133a6 100644
--- a/offapi/com/sun/star/rendering/XCachedPrimitive.idl
+++ b/offapi/com/sun/star/rendering/XCachedPrimitive.idl
@@ -47,7 +47,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-interface XCachedPrimitive : ::com::sun::star::uno::XInterface
+published interface XCachedPrimitive : ::com::sun::star::uno::XInterface
{
/** Redraw the cached primitive.<p>
diff --git a/offapi/com/sun/star/rendering/XCanvas.idl b/offapi/com/sun/star/rendering/XCanvas.idl
index e731e535d3c9..5a131ce1fbc6 100644
--- a/offapi/com/sun/star/rendering/XCanvas.idl
+++ b/offapi/com/sun/star/rendering/XCanvas.idl
@@ -76,17 +76,17 @@
module com { module sun { module star { module geometry {
- interface XMapping2D;
+ published interface XMapping2D;
}; }; }; };
module com { module sun { module star { module rendering {
-interface XCanvasFont;
-interface XPolyPolygon2D;
-interface XCachedPrimitive;
-interface XBitmap;
-interface XGraphicDevice;
-interface XTextLayout;
+published interface XCanvasFont;
+published interface XPolyPolygon2D;
+published interface XCachedPrimitive;
+published interface XBitmap;
+published interface XGraphicDevice;
+published interface XTextLayout;
/** Central interface for rendering.<p>
@@ -150,7 +150,7 @@ interface XTextLayout;
@since OOo 2.0
*/
-interface XCanvas : ::com::sun::star::uno::XInterface
+published interface XCanvas : ::com::sun::star::uno::XInterface
{
/** Clear the whole canvas area.<p>
@@ -162,7 +162,7 @@ interface XCanvas : ::com::sun::star::uno::XInterface
/** Draw a point in device resolution on the device.
- @param aPoint
+ @param aPoint
The point to draw.
@param aViewState
@@ -183,10 +183,10 @@ interface XCanvas : ::com::sun::star::uno::XInterface
/** Draw a line in device resolution width (i.e. one device pixel
wide).
- @param aStartPoint
+ @param aStartPoint
The start point of the line to draw.
- @param aEndPoint
+ @param aEndPoint
The end point of the line to draw.
@param aViewState
@@ -402,7 +402,7 @@ interface XCanvas : ::com::sun::star::uno::XInterface
if one of the view and renderstate parameters are outside the
specified range.
*/
- XPolyPolygon2D queryStrokeShapes( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderState aRenderState, [in] StrokeAttributes aStrokeAttributes )
+ XPolyPolygon2D queryStrokeShapes( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderState aRenderState, [in] StrokeAttributes aStrokeAttributes )
raises (com::sun::star::lang::IllegalArgumentException);
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/rendering/XCanvasFont.idl b/offapi/com/sun/star/rendering/XCanvasFont.idl
index face4c16cee9..a761c604b18d 100644
--- a/offapi/com/sun/star/rendering/XCanvasFont.idl
+++ b/offapi/com/sun/star/rendering/XCanvasFont.idl
@@ -59,15 +59,15 @@
module com { module sun { module star { module rendering {
-interface XCanvas;
-interface XTextLayout;
-interface XPolyPolygon2D;
+published interface XCanvas;
+published interface XTextLayout;
+published interface XPolyPolygon2D;
/** This interface provides access to a specific, XCanvas-dependent
font incarnation. This font is not universally usable, but belongs
to the XCanvas it was queried from.
*/
-interface XCanvasFont : ::com::sun::star::uno::XInterface
+published interface XCanvasFont : ::com::sun::star::uno::XInterface
{
/** Create a text layout interface.<p>
@@ -122,7 +122,7 @@ interface XCanvasFont : ::com::sun::star::uno::XInterface
contained in the list returned by this method can lead to
visible disturbances.<p>
*/
- sequence< double > getAvailableSizes();
+ sequence< double > getAvailableSizes();
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/rendering/XColorSpace.idl b/offapi/com/sun/star/rendering/XColorSpace.idl
index a08295d9565d..5bfb666b30a1 100644
--- a/offapi/com/sun/star/rendering/XColorSpace.idl
+++ b/offapi/com/sun/star/rendering/XColorSpace.idl
@@ -43,13 +43,13 @@
module com { module sun { module star { module rendering {
/// Shorthand for the device-dependent color components, and easier to read
-typedef double ColorComponent;
-typedef sequence<ColorComponent> Color;
+published typedef double ColorComponent;
+published typedef sequence<ColorComponent> Color;
//=============================================================================
/// RGB color triplet
-struct RGBColor
+published struct RGBColor
{
/// Red component. Valid range is [0,1.0]
ColorComponent Red;
@@ -62,7 +62,7 @@ struct RGBColor
//=============================================================================
/// ARGB color quad
-struct ARGBColor
+published struct ARGBColor
{
/** Alpha component.<p>
@@ -95,7 +95,7 @@ struct ARGBColor
e.g. <type>XIntegerBitmapColorSpace</type>, which use sequences of
integers for color representation.<p>
*/
-interface XColorSpace
+published interface XColorSpace
{
/** Query type of this color space.<p>
diff --git a/offapi/com/sun/star/rendering/XCustomSprite.idl b/offapi/com/sun/star/rendering/XCustomSprite.idl
index e02f3c62df84..3b6dd45644f4 100644
--- a/offapi/com/sun/star/rendering/XCustomSprite.idl
+++ b/offapi/com/sun/star/rendering/XCustomSprite.idl
@@ -42,7 +42,7 @@
module com { module sun { module star { module rendering {
-interface XCanvas;
+published interface XCanvas;
/** Interface to control a custom sprite object on a XSpriteCanvas.<p>
@@ -53,7 +53,7 @@ interface XCanvas;
TODO: Maybe more than alpha has to be overridden from render state.
TODO: Provide means to change the output area
*/
-interface XCustomSprite : XSprite
+published interface XCustomSprite : XSprite
{
/** Query a render canvas for this sprite's content.<p>
diff --git a/offapi/com/sun/star/rendering/XGraphicDevice.idl b/offapi/com/sun/star/rendering/XGraphicDevice.idl
index a9caaefede7e..3a4b03236743 100644
--- a/offapi/com/sun/star/rendering/XGraphicDevice.idl
+++ b/offapi/com/sun/star/rendering/XGraphicDevice.idl
@@ -54,9 +54,9 @@
module com { module sun { module star { module rendering {
-interface XBitmap;
-interface XVolatileBitmap;
-interface XBufferController;
+published interface XBitmap;
+published interface XVolatileBitmap;
+published interface XBufferController;
/* TODO: There's obviously a concept called window missing here, where
methods such as bufferController, fullscreen mode etc . belong
@@ -78,7 +78,7 @@ interface XBufferController;
have this state, it might even be that all windows on the screen
share a common graphic device.
*/
-interface XGraphicDevice : ::com::sun::star::uno::XInterface
+published interface XGraphicDevice : ::com::sun::star::uno::XInterface
{
/** Query the controller for multi buffering functionality on this
graphic device.
@@ -130,7 +130,7 @@ interface XGraphicDevice : ::com::sun::star::uno::XInterface
@param points
The points of the poly-polygon, in a separate array for every polygon.
*/
- XLinePolyPolygon2D createCompatibleLinePolyPolygon( [in] sequence< sequence< ::com::sun::star::geometry::RealPoint2D > > points );
+ XLinePolyPolygon2D createCompatibleLinePolyPolygon( [in] sequence< sequence< ::com::sun::star::geometry::RealPoint2D > > points );
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl b/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl
index bbd2606297ba..865faec60b9e 100644
--- a/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl
+++ b/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl
@@ -46,7 +46,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-interface XLinePolyPolygon2D : XPolyPolygon2D
+published interface XLinePolyPolygon2D : XPolyPolygon2D
{
/** Query subset of this poly-polygon, starting at the given
polygon and the given point within that polygon, and
diff --git a/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl
index 2102422147d7..c000f69fc65b 100644
--- a/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl
+++ b/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl
@@ -52,7 +52,7 @@ module com { module sun { module star { module rendering {
[0,1]x[0,1] rectangle. At least that is the dimension expected at
other places. e.g. <type>Texture</type>.
*/
-interface XParametricPolyPolygon2D : ::com::sun::star::uno::XInterface
+published interface XParametricPolyPolygon2D : ::com::sun::star::uno::XInterface
{
/** Query the polygonal outline at the specified value.
@@ -67,7 +67,7 @@ interface XParametricPolyPolygon2D : ::com::sun::star::uno::XInterface
with t (unless singularities in e.g. the resulting gradient
are desired).
*/
- XPolyPolygon2D getOutline( [in] double t )
+ XPolyPolygon2D getOutline( [in] double t )
raises (com::sun::star::lang::IllegalArgumentException);
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/rendering/XPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XPolyPolygon2D.idl
index dc99fabee053..ceeed55ec080 100644
--- a/offapi/com/sun/star/rendering/XPolyPolygon2D.idl
+++ b/offapi/com/sun/star/rendering/XPolyPolygon2D.idl
@@ -49,7 +49,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-interface XPolyPolygon2D : ::com::sun::star::uno::XInterface
+published interface XPolyPolygon2D : ::com::sun::star::uno::XInterface
{
/** Add the specified poly-polygon at the given position.
diff --git a/offapi/com/sun/star/rendering/XSprite.idl b/offapi/com/sun/star/rendering/XSprite.idl
index 5ee4eb6dacd7..d62b93bdeb7e 100644
--- a/offapi/com/sun/star/rendering/XSprite.idl
+++ b/offapi/com/sun/star/rendering/XSprite.idl
@@ -54,7 +54,7 @@ module com { module sun { module star { module rendering {
<type>XSpriteCanvas</type>. Sprites are moving, back-buffered
objects.<p>
*/
-interface XSprite : ::com::sun::star::uno::XInterface
+published interface XSprite : ::com::sun::star::uno::XInterface
{
/** Set overall transparency of the sprite.<p>
diff --git a/offapi/com/sun/star/rendering/XSpriteCanvas.idl b/offapi/com/sun/star/rendering/XSpriteCanvas.idl
index cc534013861a..97d2feaee6c5 100644
--- a/offapi/com/sun/star/rendering/XSpriteCanvas.idl
+++ b/offapi/com/sun/star/rendering/XSpriteCanvas.idl
@@ -42,9 +42,9 @@
module com { module sun { module star { module rendering {
-interface XSprite;
-interface XAnimatedSprite;
-interface XCustomSprite;
+published interface XSprite;
+published interface XAnimatedSprite;
+published interface XCustomSprite;
/** Specialization of a XBitmapCanvas, where moving, animated objects
(called sprites) are supported.<p>
@@ -62,7 +62,7 @@ interface XCustomSprite;
you don't need sprite functionality, and don't want the
updateScreen hassle, simply use the XBitmapCanvas.
*/
-interface XSpriteCanvas : XBitmapCanvas
+published interface XSpriteCanvas : XBitmapCanvas
{
/** Create a sprite object from the specified animation
sequence. A sprite is a back-buffered object with its own,
@@ -130,7 +130,7 @@ interface XSpriteCanvas : XBitmapCanvas
raises (com::sun::star::lang::IllegalArgumentException);
/** Tells the sprite canvas to now update the screen
- representation.
+ representation.
Required to display rendered changes to the canvas, and
updates to stopped animations and XCustomSprites in
diff --git a/offapi/com/sun/star/rendering/XTextLayout.idl b/offapi/com/sun/star/rendering/XTextLayout.idl
index 062a1c86a4ba..04b6c4f0103b 100644
--- a/offapi/com/sun/star/rendering/XTextLayout.idl
+++ b/offapi/com/sun/star/rendering/XTextLayout.idl
@@ -64,9 +64,9 @@
module com { module sun { module star { module rendering {
-interface XCanvas;
-interface XCanvasFont;
-interface XPolyPolygon2D;
+published interface XCanvas;
+published interface XCanvasFont;
+published interface XPolyPolygon2D;
/** This is the central interface for text layouting.<p>
@@ -92,7 +92,7 @@ interface XPolyPolygon2D;
@since OOo 2.0
*/
-interface XTextLayout : ::com::sun::star::uno::XInterface
+published interface XTextLayout : ::com::sun::star::uno::XInterface
{
/** Extract the polygonal shapes of the layouted text.<p>
@@ -107,7 +107,7 @@ interface XTextLayout : ::com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** Query the ink bounding boxes for every glyph in the layouted
- text.<p>
+ text.<p>
Ink, or tight bounding boxes in this case means that for
e.g. an 'a', the bounding box for the
diff --git a/offapi/com/sun/star/rendering/XVolatileBitmap.idl b/offapi/com/sun/star/rendering/XVolatileBitmap.idl
index 2597243f5505..e8a30d6f86cd 100644
--- a/offapi/com/sun/star/rendering/XVolatileBitmap.idl
+++ b/offapi/com/sun/star/rendering/XVolatileBitmap.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module rendering {
/** This is a specialized interface to a volatile bitmap (which can
become invalid at any point in time).
*/
-interface XVolatileBitmap : XBitmap
+published interface XVolatileBitmap : XBitmap
{
/** Query whether this volatile bitmap still has valid content.