these entities were published

This commit is contained in:
David Tardon 2011-05-30 19:45:54 +02:00
parent a67b57868f
commit fb2b2be1bf
6 changed files with 6 additions and 6 deletions

View file

@ -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.

View file

@ -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,

View file

@ -34,7 +34,7 @@
module com { module sun { module star { module rendering {
/// ARGB color quad
struct ARGBColor
published struct ARGBColor
{
/** Alpha component.<p>

View file

@ -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;
}; }; }; };

View file

@ -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;
}; }; }; };

View file

@ -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;