these entities were published
This commit is contained in:
parent
a67b57868f
commit
fb2b2be1bf
6 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
module com { module sun { module star { module rendering {
|
||||
|
||||
/// ARGB color quad
|
||||
struct ARGBColor
|
||||
published struct ARGBColor
|
||||
{
|
||||
/** Alpha component.<p>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
}; }; }; };
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
}; }; }; };
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue