Kaydet (Commit) fb2b2be1 authored tarafından David Tardon's avatar David Tardon

these entities were published

üst a67b5786
...@@ -40,7 +40,7 @@ module com { module sun { module star { module drawing { ...@@ -40,7 +40,7 @@ module com { module sun { module star { module drawing {
implementor may then call <method>getSlidePreview()</method> a second implementor may then call <method>getSlidePreview()</method> a second
time to get the up-to-date version of the preview. 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 /** Called by a <interface>XSlidePreviewCache</interface> object when a
preview has been created for the slide with the given index. preview has been created for the slide with the given index.
......
...@@ -34,7 +34,7 @@ module com { module sun { module star { module drawing { module framework { ...@@ -34,7 +34,7 @@ module com { module sun { module star { module drawing { module framework {
/** See XPaneBorderPainter and its addBorder() and removeBorder() methods /** See XPaneBorderPainter and its addBorder() and removeBorder() methods
for an explanation of the border type and its values. for an explanation of the border type and its values.
*/ */
enum BorderType published enum BorderType
{ {
INNER_BORDER, INNER_BORDER,
OUTER_BORDER, OUTER_BORDER,
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
module com { module sun { module star { module rendering { module com { module sun { module star { module rendering {
/// ARGB color quad /// ARGB color quad
struct ARGBColor published struct ARGBColor
{ {
/** Alpha component.<p> /** Alpha component.<p>
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
module com { module sun { module star { module rendering { module com { module sun { module star { module rendering {
/// Shorthand for the device-dependent color components, and easier to read /// Shorthand for the device-dependent color components, and easier to read
typedef sequence<ColorComponent> Color; published typedef sequence<ColorComponent> Color;
}; }; }; }; }; }; }; };
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
module com { module sun { module star { module rendering { module com { module sun { module star { module rendering {
/// Shorthand for the device-dependent color components, and easier to read /// Shorthand for the device-dependent color components, and easier to read
typedef double ColorComponent; published typedef double ColorComponent;
}; }; }; }; }; }; }; };
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
module com { module sun { module star { module rendering { module com { module sun { module star { module rendering {
/// RGB color triplet /// RGB color triplet
struct RGBColor published struct RGBColor
{ {
/// Red component. Valid range is [0,1.0] /// Red component. Valid range is [0,1.0]
ColorComponent Red; ColorComponent Red;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment