diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2011-03-23 10:34:12 +0100 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2011-03-23 10:34:12 +0100 |
commit | d0b50ce5d9b7b408fe9f79e4dcad08f031e0a09c (patch) | |
tree | bdf69b8dc06ad6dd2db04194198f8a5a6b7daf26 /offapi | |
parent | a97550ecc8a573e0e97795b80d3459435f2c32c3 (diff) |
#i117329# - Publishing of UNO types, last wave (for now).
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/animations/XAnimationListener.idl | 28 | ||||
-rw-r--r-- | offapi/com/sun/star/animations/XAnimationNode.idl | 36 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/DrawingDocument.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/GenericDrawingDocument.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/presentation/PresentationDocument.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/presentation/XSlideShowListener.idl | 12 | ||||
-rw-r--r-- | offapi/com/sun/star/presentation/XSlideShowView.idl | 68 | ||||
-rw-r--r-- | offapi/com/sun/star/rdf/XMetadatable.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/rdf/XNode.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/rdf/XResource.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/rdf/XURI.idl | 4 | ||||
-rwxr-xr-x | offapi/com/sun/star/text/textfield/MetadataField.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/view/SelectionType.idl | 54 |
13 files changed, 115 insertions, 115 deletions
diff --git a/offapi/com/sun/star/animations/XAnimationListener.idl b/offapi/com/sun/star/animations/XAnimationListener.idl index c885282db..c0582d229 100644 --- a/offapi/com/sun/star/animations/XAnimationListener.idl +++ b/offapi/com/sun/star/animations/XAnimationListener.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -24,8 +24,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_animations_XAnimationListener_idl__ -#define __com_sun_star_animations_XAnimationListener_idl__ +#ifndef __com_sun_star_animations_XAnimationListener_idl__ +#define __com_sun_star_animations_XAnimationListener_idl__ #ifndef __com_sun_star_lang_XEventListener_idl__ #include <com/sun/star/lang/XEventListener.idl> @@ -34,18 +34,18 @@ #include <com/sun/star/animations/XAnimationNode.idl> #endif -//============================================================================= - - module com { module sun { module star { module animations { - -//============================================================================= +//============================================================================= + + module com { module sun { module star { module animations { + +//============================================================================= /** makes it possible to register listeners, which are called whenever an animation event occurs. @since OOo 3.0 */ -interface XAnimationListener : ::com::sun::star::lang::XEventListener +published interface XAnimationListener : ::com::sun::star::lang::XEventListener { /** This event is raised when the element local timeline begins to play. <p>It will be raised each time the element begins the active duration (i.e. when it restarts, but not when it repeats).</p> @@ -53,7 +53,7 @@ interface XAnimationListener : ::com::sun::star::lang::XEventListener case that the element was begun with an interface method.</p> @param Node - The node that begins to play. + The node that begins to play. */ void beginEvent( [in] XAnimationNode Node ); @@ -71,7 +71,7 @@ interface XAnimationListener : ::com::sun::star::lang::XEventListener <p>It will be raised each time the element repeats, after the first iteration.</p> <p>Associated with the repeat event is an integer that indicates which repeat iteration is beginning. - + @param Node The node that repeats. @@ -81,8 +81,8 @@ interface XAnimationListener : ::com::sun::star::lang::XEventListener void repeat( [in] XAnimationNode Node, [in] long Repeat ); }; -//============================================================================= - -}; }; }; }; +//============================================================================= + +}; }; }; }; #endif diff --git a/offapi/com/sun/star/animations/XAnimationNode.idl b/offapi/com/sun/star/animations/XAnimationNode.idl index ece28f184..6b782bd3a 100644 --- a/offapi/com/sun/star/animations/XAnimationNode.idl +++ b/offapi/com/sun/star/animations/XAnimationNode.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -24,8 +24,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_animations_XAnimationNode_idl__ -#define __com_sun_star_animations_XAnimationNode_idl__ +#ifndef __com_sun_star_animations_XAnimationNode_idl__ +#define __com_sun_star_animations_XAnimationNode_idl__ #ifndef __com_sun_star_container_XChild_idl__ #include <com/sun/star/container/XChild.idl> @@ -35,15 +35,15 @@ #include <com/sun/star/beans/NamedValue.idl> #endif -//============================================================================= - - module com { module sun { module star { module animations { - -//============================================================================= +//============================================================================= + + module com { module sun { module star { module animations { + +//============================================================================= /** */ -interface XAnimationNode : ::com::sun::star::container::XChild +published interface XAnimationNode : ::com::sun::star::container::XChild { /** a value from <const>AnimationNodeType</const>. @@ -118,7 +118,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild eiter a <atom>short</atom> constant from <const>EndSync</const>, an interface reference to a child <type>XTimeContainer</type> or <void/>. - + @see http://www.w3.org/TR/smil20/smil-timing.html#adef-endsync */ [attribute] any EndSync; @@ -162,7 +162,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild /** the attribute that specify the behaviour how an element should be extended beyond the active duration by freezing the final - state of the element. + state of the element. <br> <member>Fill</member> is a value from <const>AnimationFill</const>. @@ -173,7 +173,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild [attribute] short Fill; /** the default value for the fill behavior for this element and all - descendents. + descendents. <br> <member>FillDefault</member> is <ul> @@ -194,7 +194,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild <br> <member>Restart</member> is a <atom>short</atom> value from <const>AnimationRestart</const>. - + @see <const>AnimationRestart</const> @see http://www.w3.org/TR/smil20/smil-timing.html#adef-restart */ @@ -204,7 +204,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild @returns a value from <const>Restart</const>. - + @see <const>AnimationRestart</const> @see http://www.w3.org/TR/smil20/smil-timing.html#adef-restartDefault */ @@ -244,7 +244,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild <li><false/> if the animation is played normal.</li> <li><true/> if the animation is played forwards and then backwards. This doubles the duration</li> </ul> - + @see http://www.w3.org/TR/smil20/smil-timemanip.html#adef-autoReverse */ [attribute] boolean AutoReverse; @@ -254,8 +254,8 @@ interface XAnimationNode : ::com::sun::star::container::XChild [attribute] sequence< ::com::sun::star::beans::NamedValue > UserData; }; -//============================================================================= - -}; }; }; }; +//============================================================================= + +}; }; }; }; #endif diff --git a/offapi/com/sun/star/drawing/DrawingDocument.idl b/offapi/com/sun/star/drawing/DrawingDocument.idl index a269618fb..5fdca8fa5 100644 --- a/offapi/com/sun/star/drawing/DrawingDocument.idl +++ b/offapi/com/sun/star/drawing/DrawingDocument.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -40,7 +40,7 @@ /** specifies a document which consists of multiple pages with drawings. */ -service DrawingDocument +published service DrawingDocument { /** this base service describes the whole functionality of such DrawingDocument. */ service GenericDrawingDocument; diff --git a/offapi/com/sun/star/drawing/GenericDrawingDocument.idl b/offapi/com/sun/star/drawing/GenericDrawingDocument.idl index 96582dd4c..761fc3252 100644 --- a/offapi/com/sun/star/drawing/GenericDrawingDocument.idl +++ b/offapi/com/sun/star/drawing/GenericDrawingDocument.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -82,7 +82,7 @@ <p>Because its function is needed more then once, its defined as generic one.</p> */ -service GenericDrawingDocument +published service GenericDrawingDocument { /** this base service describes storing and printing */ service com::sun::star::document::OfficeDocument; diff --git a/offapi/com/sun/star/presentation/PresentationDocument.idl b/offapi/com/sun/star/presentation/PresentationDocument.idl index d9c80a9c3..97129cb9f 100644 --- a/offapi/com/sun/star/presentation/PresentationDocument.idl +++ b/offapi/com/sun/star/presentation/PresentationDocument.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -52,7 +52,7 @@ /** This is the service provided by a presentation document. */ -service PresentationDocument +published service PresentationDocument { /** This is a basic service for a drawing document. diff --git a/offapi/com/sun/star/presentation/XSlideShowListener.idl b/offapi/com/sun/star/presentation/XSlideShowListener.idl index 016c0a2ee..ab051807f 100644 --- a/offapi/com/sun/star/presentation/XSlideShowListener.idl +++ b/offapi/com/sun/star/presentation/XSlideShowListener.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -27,9 +27,9 @@ #ifndef __com_sun_star_presentation_XSlideShowListener_idl__ #define __com_sun_star_presentation_XSlideShowListener_idl__ -#ifndef __com_sun_star_animations_XAnimationListener_idl__ -#include <com/sun/star/animations/XAnimationListener.idl> -#endif +#ifndef __com_sun_star_animations_XAnimationListener_idl__ +#include <com/sun/star/animations/XAnimationListener.idl> +#endif module com { module sun { module star { module presentation { @@ -39,7 +39,7 @@ module com { module sun { module star { module presentation { @since OOo 3.0 */ -interface XSlideShowListener : ::com::sun::star::animations::XAnimationListener +published interface XSlideShowListener : ::com::sun::star::animations::XAnimationListener { /** Notify that the slide show is paused */ @@ -67,7 +67,7 @@ interface XSlideShowListener : ::com::sun::star::animations::XAnimationListener flag is <TRUE/>. */ void slideEnded( [in] boolean reverse ); - + /** Notifies that a hyperlink has been clicked. @param hyperLink hyperlink URL */ diff --git a/offapi/com/sun/star/presentation/XSlideShowView.idl b/offapi/com/sun/star/presentation/XSlideShowView.idl index d3d65a935..c60bdea2b 100644 --- a/offapi/com/sun/star/presentation/XSlideShowView.idl +++ b/offapi/com/sun/star/presentation/XSlideShowView.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -27,27 +27,27 @@ #ifndef __com_sun_star_presentation_XSlideShowView_idl__ #define __com_sun_star_presentation_XSlideShowView_idl__ -#ifndef __com_sun_star_uno_XInterface_idl__ -#include <com/sun/star/uno/XInterface.idl> -#endif -#ifndef __com_sun_star_rendering_XSpriteCanvas_idl__ -#include <com/sun/star/rendering/XSpriteCanvas.idl> -#endif -#ifndef __com_sun_star_util_XModifyListener_idl__ -#include <com/sun/star/util/XModifyListener.idl> -#endif -#ifndef __com_sun_star_awt_XPaintListener_idl__ -#include <com/sun/star/awt/XPaintListener.idl> -#endif -#ifndef __com_sun_star_awt_XMouseListener_idl__ -#include <com/sun/star/awt/XMouseListener.idl> -#endif -#ifndef __com_sun_star_awt_XMouseMotionListener_idl__ -#include <com/sun/star/awt/XMouseMotionListener.idl> -#endif -#ifndef __com_sun_star_awt_Rectangle_idl__ -#include <com/sun/star/awt/Rectangle.idl> -#endif +#ifndef __com_sun_star_uno_XInterface_idl__ +#include <com/sun/star/uno/XInterface.idl> +#endif +#ifndef __com_sun_star_rendering_XSpriteCanvas_idl__ +#include <com/sun/star/rendering/XSpriteCanvas.idl> +#endif +#ifndef __com_sun_star_util_XModifyListener_idl__ +#include <com/sun/star/util/XModifyListener.idl> +#endif +#ifndef __com_sun_star_awt_XPaintListener_idl__ +#include <com/sun/star/awt/XPaintListener.idl> +#endif +#ifndef __com_sun_star_awt_XMouseListener_idl__ +#include <com/sun/star/awt/XMouseListener.idl> +#endif +#ifndef __com_sun_star_awt_XMouseMotionListener_idl__ +#include <com/sun/star/awt/XMouseMotionListener.idl> +#endif +#ifndef __com_sun_star_awt_Rectangle_idl__ +#include <com/sun/star/awt/Rectangle.idl> +#endif module com { module sun { module star { module presentation { @@ -59,7 +59,7 @@ module com { module sun { module star { module presentation { @since OOo 2.4 */ -interface XSlideShowView : ::com::sun::star::uno::XInterface +published interface XSlideShowView : ::com::sun::star::uno::XInterface { /** Get view canvas.<p> @@ -81,9 +81,9 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface /** Query the current transformation matrix for this view.<p> - This method returns the transformation matrix of the - view. When notified via the transformation change listener, - the show will be displayed using the new transformation.<p> + This method returns the transformation matrix of the + view. When notified via the transformation change listener, + the show will be displayed using the new transformation.<p> @return the view transformation matrix. Note that the slide show itself will paint all slides as one-by-one boxes, one @@ -119,7 +119,7 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface representation.<p> @param xListener - Listener interface to call when the view needs a repaint. + Listener interface to call when the view needs a repaint. */ void addPaintListener( [in] ::com::sun::star::awt::XPaintListener xListener ); @@ -138,15 +138,15 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface @param xListener Listener interface to call when the mouse is clicked on the view. */ - void addMouseListener( [in] com::sun::star::awt::XMouseListener xListener ); - + void addMouseListener( [in] com::sun::star::awt::XMouseListener xListener ); + /** Revoke a previously registered mouse listener.<p> @param xListener Listener interface to revoke from being called. */ - void removeMouseListener( [in] com::sun::star::awt::XMouseListener xListener ); - + void removeMouseListener( [in] com::sun::star::awt::XMouseListener xListener ); + /** Add a mouse motion listener to the view.<p> This method registers a listener with the view, which will get @@ -155,14 +155,14 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface @param xListener Listener interface to call when the mouse is moved on the view. */ - void addMouseMotionListener( [in] com::sun::star::awt::XMouseMotionListener xListener ); - + void addMouseMotionListener( [in] com::sun::star::awt::XMouseMotionListener xListener ); + /** Revoke a previously registered mouse move listener.<p> @param xListener Listener interface to revoke from being called. */ - void removeMouseMotionListener( [in] com::sun::star::awt::XMouseMotionListener xListener ); + void removeMouseMotionListener( [in] com::sun::star::awt::XMouseMotionListener xListener ); /** Change the mouse cursor currently in effect.<p> diff --git a/offapi/com/sun/star/rdf/XMetadatable.idl b/offapi/com/sun/star/rdf/XMetadatable.idl index a11009a37..256d74e48 100644 --- a/offapi/com/sun/star/rdf/XMetadatable.idl +++ b/offapi/com/sun/star/rdf/XMetadatable.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -67,7 +67,7 @@ module com { module sun { module star { module rdf { @see XRepository @see XDocumentMetadataAccess */ -interface XMetadatable : XURI +published interface XMetadatable : XURI { //------------------------------------------------------------------------- /** a metadata reference, comprising the stream name and the XML ID. diff --git a/offapi/com/sun/star/rdf/XNode.idl b/offapi/com/sun/star/rdf/XNode.idl index bf52f4e20..9ed8e614f 100644 --- a/offapi/com/sun/star/rdf/XNode.idl +++ b/offapi/com/sun/star/rdf/XNode.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -66,7 +66,7 @@ module com { module sun { module star { module rdf { @see XURI @see XLiteral */ -interface XNode +published interface XNode { /// the string value of the node. [readonly, attribute] string StringValue; diff --git a/offapi/com/sun/star/rdf/XResource.idl b/offapi/com/sun/star/rdf/XResource.idl index d6fcea6bc..b0ce3c505 100644 --- a/offapi/com/sun/star/rdf/XResource.idl +++ b/offapi/com/sun/star/rdf/XResource.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -50,7 +50,7 @@ module com { module sun { module star { module rdf { @see XBlankNode @see XURI */ -interface XResource : XNode +published interface XResource : XNode { }; diff --git a/offapi/com/sun/star/rdf/XURI.idl b/offapi/com/sun/star/rdf/XURI.idl index 3960f48be..d869d4e80 100644 --- a/offapi/com/sun/star/rdf/XURI.idl +++ b/offapi/com/sun/star/rdf/XURI.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -62,7 +62,7 @@ module com { module sun { module star { module rdf { @see XRepository */ -interface XURI : XResource +published interface XURI : XResource { /// prefix [readonly, attribute] string Namespace; diff --git a/offapi/com/sun/star/text/textfield/MetadataField.idl b/offapi/com/sun/star/text/textfield/MetadataField.idl index c288f52f9..b3d585c0d 100755 --- a/offapi/com/sun/star/text/textfield/MetadataField.idl +++ b/offapi/com/sun/star/text/textfield/MetadataField.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -61,7 +61,7 @@ module com { module sun { module star { module text { module textfield { @see com::sun::star::rdf */ -service MetadataField +published service MetadataField { //------------------------------------------------------------------------- /** None of the properties of diff --git a/offapi/com/sun/star/view/SelectionType.idl b/offapi/com/sun/star/view/SelectionType.idl index b179d6460..56fe2b036 100644 --- a/offapi/com/sun/star/view/SelectionType.idl +++ b/offapi/com/sun/star/view/SelectionType.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -24,49 +24,49 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_view_SelectionType_idl__ -#define __com_sun_star_view_SelectionType_idl__ - -//============================================================================= - -module com { module sun { module star { module view { - -//============================================================================= - +#ifndef __com_sun_star_view_SelectionType_idl__ +#define __com_sun_star_view_SelectionType_idl__ + +//============================================================================= + +module com { module sun { module star { module view { + +//============================================================================= + /** Specifies a selection type for a view that supports a selection model. */ -enum SelectionType -{ - //------------------------------------------------------------------------- - +published enum SelectionType +{ + //------------------------------------------------------------------------- + /** No selection is possible. <p>The selection is always empty.</p> */ NONE, - //------------------------------------------------------------------------- - + //------------------------------------------------------------------------- + /** The selection can only contain one or zero objects. */ SINGLE, - //------------------------------------------------------------------------- - + //------------------------------------------------------------------------- + /** The selection can contain zero or more objects. */ MULTI, - //------------------------------------------------------------------------- - + //------------------------------------------------------------------------- + /** The selection can contain zero or more objects. <p>all selected objects must be part of a continues range</p> */ RANGE -}; - -//============================================================================= - -}; }; }; }; - +}; + +//============================================================================= + +}; }; }; }; + -#endif +#endif |