diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-30 19:45:54 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-18 11:30:47 +0200 |
commit | fb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c (patch) | |
tree | 49a0f6fea2b2c89f2abe8103758da39cd7d77ebd /offapi | |
parent | a67b57868ff7db15a24346259ef0ffc235979008 (diff) |
these entities were published
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/framework/BorderType.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/rendering/ARGBColor.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/rendering/Color.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/rendering/ColorComponent.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/rendering/RGBColor.idl | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl b/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl index 75aa3983f874..d6192889b76f 100644 --- a/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl +++ b/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module drawing { implementor may then call <method>getSlidePreview()</method> a second time to get the up-to-date version of the preview. */ -interface XSlidePreviewCacheListener +published interface XSlidePreviewCacheListener { /** Called by a <interface>XSlidePreviewCache</interface> object when a preview has been created for the slide with the given index. diff --git a/offapi/com/sun/star/drawing/framework/BorderType.idl b/offapi/com/sun/star/drawing/framework/BorderType.idl index 5a2325d06c28..d1c9ea3f3e3c 100644 --- a/offapi/com/sun/star/drawing/framework/BorderType.idl +++ b/offapi/com/sun/star/drawing/framework/BorderType.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module drawing { module framework { /** See XPaneBorderPainter and its addBorder() and removeBorder() methods for an explanation of the border type and its values. */ -enum BorderType +published enum BorderType { INNER_BORDER, OUTER_BORDER, diff --git a/offapi/com/sun/star/rendering/ARGBColor.idl b/offapi/com/sun/star/rendering/ARGBColor.idl index c5bdd93d69d1..16d0ee17b098 100644 --- a/offapi/com/sun/star/rendering/ARGBColor.idl +++ b/offapi/com/sun/star/rendering/ARGBColor.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module rendering { /// ARGB color quad -struct ARGBColor +published struct ARGBColor { /** Alpha component.<p> diff --git a/offapi/com/sun/star/rendering/Color.idl b/offapi/com/sun/star/rendering/Color.idl index feee02a7cb19..f36fbbe90949 100644 --- a/offapi/com/sun/star/rendering/Color.idl +++ b/offapi/com/sun/star/rendering/Color.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module rendering { /// Shorthand for the device-dependent color components, and easier to read -typedef sequence<ColorComponent> Color; +published typedef sequence<ColorComponent> Color; }; }; }; }; diff --git a/offapi/com/sun/star/rendering/ColorComponent.idl b/offapi/com/sun/star/rendering/ColorComponent.idl index b9a829060872..c4a21a5a014d 100644 --- a/offapi/com/sun/star/rendering/ColorComponent.idl +++ b/offapi/com/sun/star/rendering/ColorComponent.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module rendering { /// Shorthand for the device-dependent color components, and easier to read -typedef double ColorComponent; +published typedef double ColorComponent; }; }; }; }; diff --git a/offapi/com/sun/star/rendering/RGBColor.idl b/offapi/com/sun/star/rendering/RGBColor.idl index e45ff9f3e593..a2bee3373e6c 100644 --- a/offapi/com/sun/star/rendering/RGBColor.idl +++ b/offapi/com/sun/star/rendering/RGBColor.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module rendering { /// RGB color triplet -struct RGBColor +published struct RGBColor { /// Red component. Valid range is [0,1.0] ColorComponent Red; |