diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2012-01-26 18:37:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-27 09:02:10 +0100 |
commit | f035720f00ac2b1b596ad3cfc99667be5d86d602 (patch) | |
tree | 8c46b689d141e5c450bea01df989cc3495e5f53a | |
parent | 9abb0b6bbe2de65988065f78354ccf5ebde4a7ae (diff) |
Revert publishing of lots of UNO types.
See issue i#117329
This reverts commit fb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c.
This reverts commit 0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5.
This reverts commit 3e396922c2926165d680e8051c3d9247ea4aaf78.
This reverts commit 0461d179dddc2caab6315e6f7ec7bb3804dd017a.
This reverts commit 0f79c68194206864c993cd0fb01a485d2db2664f.
This reverts commit 65162840e329afee6f401f5a91273c2dbd1bbdf8.
Conflicts:
offapi/com/sun/star/drawing/XSlidePreviewCache.idl
offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
offapi/com/sun/star/rendering/FontInfo.idl
offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
offapi/com/sun/star/rendering/XColorSpace.idl
offapi/com/sun/star/report/XFixedLine.idl
offapi/com/sun/star/report/XFixedText.idl
offapi/com/sun/star/report/XFormattedField.idl
offapi/com/sun/star/report/XFunctionsSupplier.idl
offapi/com/sun/star/report/XImageControl.idl
offapi/com/sun/star/report/XReportControlFormat.idl
offapi/com/sun/star/report/XReportDefinition.idl
offapi/com/sun/star/xml/crypto/SEInitializer.idl
(cherry picked from commit 78cca63070ae6cf82b45ec3bc75fafa2db31a7f2,
plus 00de339c15a048c874bc856e321973df0ea238de "Fixup over-ambitious
previous revert: There were actually some useful bits hidden in that
mass-publishing of uno api.")
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
289 files changed, 424 insertions, 399 deletions
diff --git a/offapi/com/sun/star/animations/XAnimationListener.idl b/offapi/com/sun/star/animations/XAnimationListener.idl index ba00e4db684b..cbbea2200625 100644 --- a/offapi/com/sun/star/animations/XAnimationListener.idl +++ b/offapi/com/sun/star/animations/XAnimationListener.idl @@ -41,7 +41,7 @@ @since OOo 3.0 */ -published interface XAnimationListener : ::com::sun::star::lang::XEventListener +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> diff --git a/offapi/com/sun/star/animations/XAnimationNode.idl b/offapi/com/sun/star/animations/XAnimationNode.idl index a0f3357b2f97..2cec5a0cffa4 100644 --- a/offapi/com/sun/star/animations/XAnimationNode.idl +++ b/offapi/com/sun/star/animations/XAnimationNode.idl @@ -38,7 +38,7 @@ /** */ -published interface XAnimationNode : ::com::sun::star::container::XChild +interface XAnimationNode : ::com::sun::star::container::XChild { /** a value from <const>AnimationNodeType</const>. diff --git a/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl b/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl index 5d8aecdc07d8..2bc1260775c9 100644 --- a/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl +++ b/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module awt { -published interface XAnimatedImages; +interface XAnimatedImages; //====================================================================================================================== @@ -41,7 +41,7 @@ published interface XAnimatedImages; @since OOo 3.4 */ -published service AnimatedImagesControlModel +service AnimatedImagesControlModel { service com::sun::star::awt::UnoControlModel; diff --git a/offapi/com/sun/star/awt/AsyncCallback.idl b/offapi/com/sun/star/awt/AsyncCallback.idl index d5d0c763e25e..c65ebf8e966b 100644 --- a/offapi/com/sun/star/awt/AsyncCallback.idl +++ b/offapi/com/sun/star/awt/AsyncCallback.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module awt { @see XRequestCallback */ -published service AsyncCallback: XRequestCallback; +service AsyncCallback: XRequestCallback; }; }; }; }; diff --git a/offapi/com/sun/star/awt/ContainerWindowProvider.idl b/offapi/com/sun/star/awt/ContainerWindowProvider.idl index ff41a302c075..985a00c79c15 100644 --- a/offapi/com/sun/star/awt/ContainerWindowProvider.idl +++ b/offapi/com/sun/star/awt/ContainerWindowProvider.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { /** specifies a provider for container windows implementing the <type scope="com::sun::star::awt">XWindow</type> interface. */ -published service ContainerWindowProvider : com::sun::star::awt::XContainerWindowProvider; +service ContainerWindowProvider : com::sun::star::awt::XContainerWindowProvider; //============================================================================= diff --git a/offapi/com/sun/star/awt/DialogProvider.idl b/offapi/com/sun/star/awt/DialogProvider.idl index af1d3cc0e4c6..d48a43e7d4a1 100644 --- a/offapi/com/sun/star/awt/DialogProvider.idl +++ b/offapi/com/sun/star/awt/DialogProvider.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { /** specifies a provider for dialogs implementing the <type scope="com::sun::star::awt">XDialog</type> interface. */ -published service DialogProvider : com::sun::star::awt::XDialogProvider; +service DialogProvider : com::sun::star::awt::XDialogProvider; // service DialogProvider { // interface com::sun::star::awt::XDialogProvider; diff --git a/offapi/com/sun/star/awt/DialogProvider2.idl b/offapi/com/sun/star/awt/DialogProvider2.idl index bd81dd89860e..815a42770875 100644 --- a/offapi/com/sun/star/awt/DialogProvider2.idl +++ b/offapi/com/sun/star/awt/DialogProvider2.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { /** specifies a provider for dialogs implementing the <type scope="com::sun::star::awt">XDialog</type> interface. */ -published service DialogProvider2 : com::sun::star::awt::XDialogProvider2; +service DialogProvider2 : com::sun::star::awt::XDialogProvider2; //============================================================================= diff --git a/offapi/com/sun/star/awt/ItemListEvent.idl b/offapi/com/sun/star/awt/ItemListEvent.idl index bcd072062ddc..f9d2658bd5bd 100644 --- a/offapi/com/sun/star/awt/ItemListEvent.idl +++ b/offapi/com/sun/star/awt/ItemListEvent.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { /** is the event broadcasted by a <type>XListItems</type> implementation for changes in its item list. */ -published struct ItemListEvent : ::com::sun::star::lang::EventObject +struct ItemListEvent : ::com::sun::star::lang::EventObject { /** specifies the position of the item which is affected by the event diff --git a/offapi/com/sun/star/awt/MenuItemType.idl b/offapi/com/sun/star/awt/MenuItemType.idl index 8f4606aa14cc..af05e84f67f0 100644 --- a/offapi/com/sun/star/awt/MenuItemType.idl +++ b/offapi/com/sun/star/awt/MenuItemType.idl @@ -37,7 +37,7 @@ /** specifies the type of a menu item, as returned by <member scope="com::sun::star::awt">XMenuExtended2::getItemType()</member>. */ -published enum MenuItemType +enum MenuItemType { /** specifies that the menu item type is unknown. */ diff --git a/offapi/com/sun/star/awt/MenuLogo.idl b/offapi/com/sun/star/awt/MenuLogo.idl index b0a4ad39b1f2..d0bbf4223287 100644 --- a/offapi/com/sun/star/awt/MenuLogo.idl +++ b/offapi/com/sun/star/awt/MenuLogo.idl @@ -38,7 +38,7 @@ /** specifies a logo to be displayed on a menu, with a background gradient. */ -published struct MenuLogo +struct MenuLogo { /** specifies the logo image. */ diff --git a/offapi/com/sun/star/awt/SpinningProgressControlModel.idl b/offapi/com/sun/star/awt/SpinningProgressControlModel.idl index c6c273bce26d..a75417d41cc3 100644 --- a/offapi/com/sun/star/awt/SpinningProgressControlModel.idl +++ b/offapi/com/sun/star/awt/SpinningProgressControlModel.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module awt { <p>Three image sets are provided, of size 16x16, 32x32, and 64x64 pixels.</p> */ -published service SpinningProgressControlModel +service SpinningProgressControlModel { service AnimatedImagesControlModel; }; diff --git a/offapi/com/sun/star/awt/XAnimatedImages.idl b/offapi/com/sun/star/awt/XAnimatedImages.idl index 6a470882ed44..a03d08c965f1 100644 --- a/offapi/com/sun/star/awt/XAnimatedImages.idl +++ b/offapi/com/sun/star/awt/XAnimatedImages.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module awt { @since OOo 3.4 */ -published interface XAnimatedImages +interface XAnimatedImages { /** specifies the time in milliseconds between two animation steps. diff --git a/offapi/com/sun/star/awt/XAnimation.idl b/offapi/com/sun/star/awt/XAnimation.idl index 28947b87d5a4..e1e8f6023a7d 100644 --- a/offapi/com/sun/star/awt/XAnimation.idl +++ b/offapi/com/sun/star/awt/XAnimation.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { @since OOo 3.4 */ -published interface XAnimation +interface XAnimation { /** starts the animation */ diff --git a/offapi/com/sun/star/awt/XCallback.idl b/offapi/com/sun/star/awt/XCallback.idl index c184682020ad..610b0d462678 100644 --- a/offapi/com/sun/star/awt/XCallback.idl +++ b/offapi/com/sun/star/awt/XCallback.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { /** specifies an interface which can be used to call back an implementation */ -published interface XCallback +interface XCallback { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/awt/XContainerWindowEventHandler.idl b/offapi/com/sun/star/awt/XContainerWindowEventHandler.idl index 201f0e64ae53..10a7eb9e6c14 100644 --- a/offapi/com/sun/star/awt/XContainerWindowEventHandler.idl +++ b/offapi/com/sun/star/awt/XContainerWindowEventHandler.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module awt { /** Handles events fired by windows represented by a <type scope="com::sun::star::awt">XWindow</type> interface. */ -published interface XContainerWindowEventHandler : ::com::sun::star::uno::XInterface { +interface XContainerWindowEventHandler : ::com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/awt/XContainerWindowProvider.idl b/offapi/com/sun/star/awt/XContainerWindowProvider.idl index b7fce615f913..cef1329dcea0 100644 --- a/offapi/com/sun/star/awt/XContainerWindowProvider.idl +++ b/offapi/com/sun/star/awt/XContainerWindowProvider.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { /** provides container windows implementing the <type scope="com::sun::star::awt">XWindow</type> interface. */ -published interface XContainerWindowProvider : ::com::sun::star::uno::XInterface { +interface XContainerWindowProvider : ::com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/awt/XDialogEventHandler.idl b/offapi/com/sun/star/awt/XDialogEventHandler.idl index 992ab75b2ae5..b361479fdb67 100644 --- a/offapi/com/sun/star/awt/XDialogEventHandler.idl +++ b/offapi/com/sun/star/awt/XDialogEventHandler.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module awt { /** Handles events fired by dialogs represented by a <type scope="com::sun::star::awt">XDialog</type> interface. */ -published interface XDialogEventHandler : ::com::sun::star::uno::XInterface { +interface XDialogEventHandler : ::com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/awt/XDialogProvider.idl b/offapi/com/sun/star/awt/XDialogProvider.idl index 0df719868ef5..18695aa3633a 100644 --- a/offapi/com/sun/star/awt/XDialogProvider.idl +++ b/offapi/com/sun/star/awt/XDialogProvider.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module awt { /** provides dialogs implementing the <type scope="com::sun::star::awt">XDialog</type> interface. */ -published interface XDialogProvider : ::com::sun::star::uno::XInterface { +interface XDialogProvider : ::com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/awt/XDialogProvider2.idl b/offapi/com/sun/star/awt/XDialogProvider2.idl index c6bef815ab99..7511215c26f0 100644 --- a/offapi/com/sun/star/awt/XDialogProvider2.idl +++ b/offapi/com/sun/star/awt/XDialogProvider2.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { /** provides dialogs implementing the <type scope="com::sun::star::awt">XDialog</type> interface. */ -published interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider { +interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider { //------------------------------------------------------------------------- @@ -103,7 +103,7 @@ published interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider { @see <type scope="com::sun::star::awt">XDialogEventHandler</type> */ - XDialog createDialogWithHandler + com::sun::star::awt::XDialog createDialogWithHandler ( [in] string URL, [in] com::sun::star::uno::XInterface xHandler ) raises ( com::sun::star::lang::IllegalArgumentException ); @@ -122,7 +122,7 @@ published interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider { XDialog createDialogWithArguments ( [in] string URL, [in] sequence< ::com::sun::star::beans::NamedValue > Arguments ) - raises ( com::sun::star::lang::IllegalArgumentException ); + raises ( com::sun::star::lang::IllegalArgumentException ); }; //============================================================================= diff --git a/offapi/com/sun/star/awt/XFixedHyperlink.idl b/offapi/com/sun/star/awt/XFixedHyperlink.idl index 05cfe3805f95..7b86e665ecfc 100644 --- a/offapi/com/sun/star/awt/XFixedHyperlink.idl +++ b/offapi/com/sun/star/awt/XFixedHyperlink.idl @@ -38,7 +38,7 @@ /** gives access to the text and formatting of a fixed hyperlink field. */ -published interface XFixedHyperlink: com::sun::star::uno::XInterface +interface XFixedHyperlink: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/awt/XItemEventBroadcaster.idl b/offapi/com/sun/star/awt/XItemEventBroadcaster.idl index 47a9cdbc350f..54aa6984a2b5 100644 --- a/offapi/com/sun/star/awt/XItemEventBroadcaster.idl +++ b/offapi/com/sun/star/awt/XItemEventBroadcaster.idl @@ -41,7 +41,7 @@ /** registers item listeners at controls like the com::sun::star::awt::Roadmap */ -published interface XItemEventBroadcaster: com::sun::star::uno::XInterface +interface XItemEventBroadcaster: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/awt/XItemList.idl b/offapi/com/sun/star/awt/XItemList.idl index aefb739d78ef..17b6835261b2 100644 --- a/offapi/com/sun/star/awt/XItemList.idl +++ b/offapi/com/sun/star/awt/XItemList.idl @@ -34,13 +34,13 @@ module com { module sun { module star { module awt { -published interface XItemListListener; +interface XItemListListener; //================================================================================================================== /** provides convenient access to the list of items in a list box */ -published interface XItemList +interface XItemList { /** is the number of items in the list */ diff --git a/offapi/com/sun/star/awt/XItemListListener.idl b/offapi/com/sun/star/awt/XItemListListener.idl index 27ef1831aba6..a7ec6fee830a 100644 --- a/offapi/com/sun/star/awt/XItemListListener.idl +++ b/offapi/com/sun/star/awt/XItemListListener.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { /** describes a listener for changes in a item list @see XListItems */ -published interface XItemListListener : ::com::sun::star::lang::XEventListener +interface XItemListListener : ::com::sun::star::lang::XEventListener { /** is called when an item is inserted into the list */ diff --git a/offapi/com/sun/star/awt/XMenuExtended.idl b/offapi/com/sun/star/awt/XMenuExtended.idl index 3bf1077793ec..a2251bb1d061 100644 --- a/offapi/com/sun/star/awt/XMenuExtended.idl +++ b/offapi/com/sun/star/awt/XMenuExtended.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module awt { /** specifies extended menu functions. */ -published interface XMenuExtended: com::sun::star::uno::XInterface +interface XMenuExtended: com::sun::star::uno::XInterface { /** sets the command string for the menu item. diff --git a/offapi/com/sun/star/awt/XMenuExtended2.idl b/offapi/com/sun/star/awt/XMenuExtended2.idl index eace9b2114b0..b87ebef4e537 100644 --- a/offapi/com/sun/star/awt/XMenuExtended2.idl +++ b/offapi/com/sun/star/awt/XMenuExtended2.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { /** specifies extended menu functions. */ -published interface XMenuExtended2 +interface XMenuExtended2 { /** specifies some extended menu functions, like setting a command URL and a help command for a menu item.<br> These functions are available for both menu bar and pop-up menu. diff --git a/offapi/com/sun/star/awt/XPopupMenuExtended.idl b/offapi/com/sun/star/awt/XPopupMenuExtended.idl index 16cd5735ac85..353446a23c7b 100644 --- a/offapi/com/sun/star/awt/XPopupMenuExtended.idl +++ b/offapi/com/sun/star/awt/XPopupMenuExtended.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module awt { @since OOo 3.1 */ -published interface XPopupMenuExtended +interface XPopupMenuExtended { /** specifies basic functions for a pop-up menu. */ diff --git a/offapi/com/sun/star/awt/XRequestCallback.idl b/offapi/com/sun/star/awt/XRequestCallback.idl index b1802c22884e..59363bf75194 100644 --- a/offapi/com/sun/star/awt/XRequestCallback.idl +++ b/offapi/com/sun/star/awt/XRequestCallback.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { /** specifies an interface which can be used to call back an implementation */ -published interface XRequestCallback +interface XRequestCallback { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/awt/XSimpleTabController.idl b/offapi/com/sun/star/awt/XSimpleTabController.idl index e69829de3936..06d8b12f2675 100644 --- a/offapi/com/sun/star/awt/XSimpleTabController.idl +++ b/offapi/com/sun/star/awt/XSimpleTabController.idl @@ -41,7 +41,7 @@ /** specifies the basic operations for a tab controller, but does not require XControl as type of tabs. */ -published interface XSimpleTabController : com::sun::star::uno::XInterface +interface XSimpleTabController : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** create a new tab and return an unique ID, diff --git a/offapi/com/sun/star/awt/XStyleChangeListener.idl b/offapi/com/sun/star/awt/XStyleChangeListener.idl index 97ef47bfaf23..819f211a737f 100644 --- a/offapi/com/sun/star/awt/XStyleChangeListener.idl +++ b/offapi/com/sun/star/awt/XStyleChangeListener.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { @see XStyleSettings */ -published interface XStyleChangeListener : ::com::sun::star::lang::XEventListener +interface XStyleChangeListener : ::com::sun::star::lang::XEventListener { /// called when the style settings of the observed component changed void styleSettingsChanged( [in] com::sun::star::lang::EventObject Event ); diff --git a/offapi/com/sun/star/awt/XStyleSettings.idl b/offapi/com/sun/star/awt/XStyleSettings.idl index bb9525f23703..67c3bba7d8f1 100644 --- a/offapi/com/sun/star/awt/XStyleSettings.idl +++ b/offapi/com/sun/star/awt/XStyleSettings.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module awt { -published interface XStyleChangeListener; +interface XStyleChangeListener; //================================================================================================================== @@ -53,7 +53,7 @@ published interface XStyleChangeListener; while the text is drawn by OpenOffice.org. In this case, the button respects the <code>ButtonRolloverTextColor</code> when painting its text.</p> */ -published interface XStyleSettings +interface XStyleSettings { /// specifies the color of the border of active windows [attribute] ::com::sun::star::util::Color ActiveBorderColor; diff --git a/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl b/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl index d3622bbc2015..cb60994ff894 100644 --- a/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl +++ b/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl @@ -32,13 +32,13 @@ module com { module sun { module star { module awt { - published interface XStyleSettings; + interface XStyleSettings; //================================================================================================================== /** provides access to the style settings of a component */ -published interface XStyleSettingsSupplier +interface XStyleSettingsSupplier { [attribute, readonly] XStyleSettings StyleSettings; }; diff --git a/offapi/com/sun/star/awt/XTabListener.idl b/offapi/com/sun/star/awt/XTabListener.idl index 682cfe9d1d99..470c8ea113ec 100644 --- a/offapi/com/sun/star/awt/XTabListener.idl +++ b/offapi/com/sun/star/awt/XTabListener.idl @@ -40,7 +40,7 @@ /** such listener will be informed if tab's was inserted/removed from an XSimpleTabController instance or if the properties of a tab was changed. */ -published interface XTabListener : com::sun::star::lang::XEventListener +interface XTabListener : com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- /** a new tab was inserted. diff --git a/offapi/com/sun/star/awt/XUnitConversion.idl b/offapi/com/sun/star/awt/XUnitConversion.idl index c0efbdacd493..b392f0014367 100644 --- a/offapi/com/sun/star/awt/XUnitConversion.idl +++ b/offapi/com/sun/star/awt/XUnitConversion.idl @@ -42,7 +42,7 @@ @since OOo 3.0 */ -published interface XUnitConversion: com::sun::star::uno::XInterface +interface XUnitConversion: com::sun::star::uno::XInterface { /** converts the given <type>Point</type>, which is specified in pixels, into the given logical unit diff --git a/offapi/com/sun/star/awt/XWindowListener2.idl b/offapi/com/sun/star/awt/XWindowListener2.idl index 87296ffbad30..575fe86ae1f5 100644 --- a/offapi/com/sun/star/awt/XWindowListener2.idl +++ b/offapi/com/sun/star/awt/XWindowListener2.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module awt { /** allows receive window-related events, additional to the ones received by an <type>XWindowListener</type> */ -published interface XWindowListener2: XWindowListener +interface XWindowListener2: XWindowListener { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl index 10a5b03a058e..3353be3036cf 100644 --- a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl +++ b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module awt { module grid { @since OOo 3.3 */ -published struct GridColumnEvent: com::sun::star::lang::EventObject +struct GridColumnEvent: com::sun::star::lang::EventObject { /** Contains the name of the attributes whose value changed. **/ string AttributeName; diff --git a/offapi/com/sun/star/awt/grid/XGridColumn.idl b/offapi/com/sun/star/awt/grid/XGridColumn.idl index 3a359c451ff4..1fa52dcae706 100644 --- a/offapi/com/sun/star/awt/grid/XGridColumn.idl +++ b/offapi/com/sun/star/awt/grid/XGridColumn.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module awt { module grid { /** The <type>XGridColumn</types> defines the properties and behavior of a column in a grid control @since OOo 3.3 */ -published interface XGridColumn +interface XGridColumn { /** implements life time control for the component */ diff --git a/offapi/com/sun/star/awt/grid/XGridColumnListener.idl b/offapi/com/sun/star/awt/grid/XGridColumnListener.idl index be1b0b1714a1..09ac590ba3f2 100644 --- a/offapi/com/sun/star/awt/grid/XGridColumnListener.idl +++ b/offapi/com/sun/star/awt/grid/XGridColumnListener.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { module grid { @since OOo 3.3 */ -published interface XGridColumnListener : ::com::sun::star::lang::XEventListener +interface XGridColumnListener : ::com::sun::star::lang::XEventListener { /** Invoked after a column was modified. */ diff --git a/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl b/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl index c3a0db7d1ce4..be41dd9ad589 100644 --- a/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl +++ b/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { module tab { @since OOo 3.4 */ -published struct TabPageActivatedEvent: com::sun::star::lang::EventObject +struct TabPageActivatedEvent: com::sun::star::lang::EventObject { /** Contains the ID of the tab page */ diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl index bb9a8456a330..b97b7881b416 100644 --- a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl +++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module awt { module tab { @since OOo 3.4 */ -published service UnoControlTabPageContainerModel +service UnoControlTabPageContainerModel { service com::sun::star::awt::UnoControlModel; diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl index 266f6a56119a..3508e33260c7 100644 --- a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl +++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl @@ -38,13 +38,13 @@ module com { module sun { module star { module awt { module tab { /** specifies the standard model of a XTabPageModel. @since OOo 3.4 */ -published service UnoControlTabPageModel : XTabPageModel +service UnoControlTabPageModel : XTabPageModel { /** Creates a new XTabPageModel with a given ID. */ create([in] short tabPageID); - /** Creates a new XTabPageModel with a given ID and a url which is used to load the tab page model. + /** Creates a new XTabPageModel with a given ID and a url which is used to load teh tab page model. */ load([in] short tabPageID,[in] string url); }; diff --git a/offapi/com/sun/star/awt/tab/XTabPage.idl b/offapi/com/sun/star/awt/tab/XTabPage.idl index 0c79d34075d5..616820071f5b 100644 --- a/offapi/com/sun/star/awt/tab/XTabPage.idl +++ b/offapi/com/sun/star/awt/tab/XTabPage.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module awt { module tab { @since OOo 3.4 */ -published interface XTabPage +interface XTabPage { }; diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl index 0349b04cc637..e62cf4c365c1 100644 --- a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl +++ b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { module tab { @since OOo 3.4 */ -published interface XTabPageContainer +interface XTabPageContainer { /** Returns the number of tab pages. @returns diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl b/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl index 6bfe04e5babe..f46951231513 100644 --- a/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl +++ b/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { module tab { @since OOo 3.4 */ -published interface XTabPageContainerListener: com::sun::star::lang::XEventListener +interface XTabPageContainerListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- /** Invoked after a tab page was activated. diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl b/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl index 8b3bf2d9afbd..cc815209a01d 100644 --- a/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl +++ b/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module awt { module tab { @since OOo 3.4 */ -published interface XTabPageContainerModel +interface XTabPageContainerModel { interface com::sun::star::container::XIndexContainer; interface com::sun::star::container::XContainer; diff --git a/offapi/com/sun/star/awt/tab/XTabPageModel.idl b/offapi/com/sun/star/awt/tab/XTabPageModel.idl index b07c3ea4ec6d..15fae422bb17 100644 --- a/offapi/com/sun/star/awt/tab/XTabPageModel.idl +++ b/offapi/com/sun/star/awt/tab/XTabPageModel.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module awt { module tab { @since OOo 3.4 */ -published interface XTabPageModel +interface XTabPageModel { //interface com::sun::star::lang::XMultiServiceFactory; diff --git a/offapi/com/sun/star/awt/tree/ExpandVetoException.idl b/offapi/com/sun/star/awt/tree/ExpandVetoException.idl index 70c2b5dd0fdc..e1213fe7ec3d 100644 --- a/offapi/com/sun/star/awt/tree/ExpandVetoException.idl +++ b/offapi/com/sun/star/awt/tree/ExpandVetoException.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module awt { module tree { @see XTreeExpansionListener @see XTreeControl */ -published exception ExpandVetoException : com::sun::star::util::VetoException +exception ExpandVetoException : com::sun::star::util::VetoException { /** The event that the exception was created for. */ TreeExpansionEvent Event; diff --git a/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl b/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl index ad8bff90a4d5..f253b14e2e6b 100644 --- a/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl +++ b/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { module tree { /** If you do not want to implement the <type>XTreeDataModel</type> yourself, use this service. This implementation uses <type>MutableTreeNode</type> for its nodes. */ -published service MutableTreeDataModel : XMutableTreeDataModel +service MutableTreeDataModel : XMutableTreeDataModel { }; diff --git a/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl b/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl index d267301910ac..ea9273c09855 100644 --- a/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl +++ b/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module awt { module tree { @see XTreeControl @see XTreeDataModelListener */ -published struct TreeDataModelEvent : ::com::sun::star::lang::EventObject +struct TreeDataModelEvent : ::com::sun::star::lang::EventObject { /** contains the changed, added or removed nodes. <p> All nodes must have <member>ParentNode</member> as parent. */ diff --git a/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl b/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl index c30a531abdc4..35dc193875b0 100644 --- a/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl +++ b/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { module tree { @see XTreeExpansionListener @see XTreeControl */ -published struct TreeExpansionEvent : ::com::sun::star::lang::EventObject +struct TreeExpansionEvent : ::com::sun::star::lang::EventObject { /* The node that has been expanded/collapsed.*/ com::sun::star::awt::tree::XTreeNode Node; diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl b/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl index 0651234b521b..e44a3d2fc7be 100644 --- a/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl +++ b/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { module tree { <p>Note that only <type>XTreeNode</type> created from the same instance with <member>createNode</member> are valid nodes for this instance.</p> */ -published interface XMutableTreeDataModel : XTreeDataModel +interface XMutableTreeDataModel : XTreeDataModel { /** creates a new tree node with the given value and given settings. diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl index 065f52b793a9..cd280963a095 100644 --- a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl +++ b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module awt { module tree { /** Represents a mutable tree node as used by the <type>MutableTreeDataModel</type> */ -published interface XMutableTreeNode : XTreeNode +interface XMutableTreeNode : XTreeNode { /** appends <var>ChildNode</var> to this instance. diff --git a/offapi/com/sun/star/awt/tree/XTreeControl.idl b/offapi/com/sun/star/awt/tree/XTreeControl.idl index bfe34b3226ce..d6831539c1de 100644 --- a/offapi/com/sun/star/awt/tree/XTreeControl.idl +++ b/offapi/com/sun/star/awt/tree/XTreeControl.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module awt { module tree { @see TreeControl */ -published interface XTreeControl +interface XTreeControl { /** This interfaces provides access to the selection of tree nodes for this control. diff --git a/offapi/com/sun/star/awt/tree/XTreeDataModel.idl b/offapi/com/sun/star/awt/tree/XTreeDataModel.idl index b79b9718f81a..aff76c481b75 100644 --- a/offapi/com/sun/star/awt/tree/XTreeDataModel.idl +++ b/offapi/com/sun/star/awt/tree/XTreeDataModel.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module awt { module tree { If you do not need your own model implementation, you can also use the <type>MutableTreeDataModel</type>. */ -published interface XTreeDataModel : ::com::sun::star::lang::XComponent +interface XTreeDataModel : ::com::sun::star::lang::XComponent { /** Returns the root of the tree. <p>Returns null only if the tree has no nodes. diff --git a/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl b/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl index 3858e37ecad7..c7857b796501 100644 --- a/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl +++ b/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module awt { module tree { by the <type>TreeControl</type>, but you must notify it correctly if you implement the <type>XTreeDataModel</type> yourself</p>. */ -published interface XTreeDataModelListener: com::sun::star::lang::XEventListener +interface XTreeDataModelListener: com::sun::star::lang::XEventListener { /** Invoked after a node (or a set of siblings) has changed in some way. The node(s) have not changed locations in the tree or altered their diff --git a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl index 89bbd5f0d3fb..f2ad14421f32 100644 --- a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl +++ b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module awt { module tree { <p>You have to set the <member>TreeControlModel::Editable</member> property to <TRUE/> before a tree supports editing.</p> */ -published interface XTreeEditListener : ::com::sun::star::lang::XEventListener +interface XTreeEditListener : ::com::sun::star::lang::XEventListener { /** This method is called from the <type>TreeControl</type> implementation when editing of <var>Node</var> is requested by calling <member>XTreeControl::startEditingAtNode()</member>. diff --git a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl index 95e57877359e..c49d2f7a30be 100644 --- a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl +++ b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { module tree { @see XTreeControl::addTreeExpansionListener @see XTreeControl::removeTreeExpansionListener */ -published interface XTreeExpansionListener: com::sun::star::lang::XEventListener +interface XTreeExpansionListener: com::sun::star::lang::XEventListener { /** Invoked when a node with children on demand is about to be expanded. diff --git a/offapi/com/sun/star/awt/tree/XTreeNode.idl b/offapi/com/sun/star/awt/tree/XTreeNode.idl index 2afa185b1adb..bd7e94144158 100644 --- a/offapi/com/sun/star/awt/tree/XTreeNode.idl +++ b/offapi/com/sun/star/awt/tree/XTreeNode.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module awt { module tree { information needed to display a hierarchical outline</p> <p>Each XTreeNode in a <type>XTreeDataModel</type> must be unique. */ -published interface XTreeNode +interface XTreeNode { /** Returns the child tree node at <var>Index</var>. diff --git a/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl b/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl index 6251dc14df2a..7e8a89cac7b4 100644 --- a/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl +++ b/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module datatransfer { -published interface XTransferableSupplier +interface XTransferableSupplier { //------------------------------------------------------------------------- /** To get access to a transferable representation of a selected part of an object. diff --git a/offapi/com/sun/star/deployment/DeploymentException.idl b/offapi/com/sun/star/deployment/DeploymentException.idl index 2b82c4621068..fd40cf0e8aec 100644 --- a/offapi/com/sun/star/deployment/DeploymentException.idl +++ b/offapi/com/sun/star/deployment/DeploymentException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module deployment { @since OOo 2.0 */ -published exception DeploymentException : com::sun::star::uno::Exception +exception DeploymentException : com::sun::star::uno::Exception { /** reflects the cause of the error. Commonly an exception. */ diff --git a/offapi/com/sun/star/deployment/PackageInformationProvider.idl b/offapi/com/sun/star/deployment/PackageInformationProvider.idl index 8f86fd4e1507..ae1731365e32 100644 --- a/offapi/com/sun/star/deployment/PackageInformationProvider.idl +++ b/offapi/com/sun/star/deployment/PackageInformationProvider.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module deployment { @since OOo 2.3 */ -published singleton PackageInformationProvider : XPackageInformationProvider; +singleton PackageInformationProvider : XPackageInformationProvider; }; }; }; }; #endif diff --git a/offapi/com/sun/star/deployment/XPackageInformationProvider.idl b/offapi/com/sun/star/deployment/XPackageInformationProvider.idl index 8885fd1ccee2..46d304d691f8 100644 --- a/offapi/com/sun/star/deployment/XPackageInformationProvider.idl +++ b/offapi/com/sun/star/deployment/XPackageInformationProvider.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module deployment { @since OOo 2.3 */ -published interface XPackageInformationProvider +interface XPackageInformationProvider { /** get Package information for a specific extension. diff --git a/offapi/com/sun/star/document/DocumentEvent.idl b/offapi/com/sun/star/document/DocumentEvent.idl index c580387cc0f5..a835555a672b 100644 --- a/offapi/com/sun/star/document/DocumentEvent.idl +++ b/offapi/com/sun/star/document/DocumentEvent.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module document { @see XDocumentEventBroadcaster @since OOo 3.1 */ -published struct DocumentEvent : ::com::sun::star::lang::EventObject +struct DocumentEvent : ::com::sun::star::lang::EventObject { /** specifies the name of the event. diff --git a/offapi/com/sun/star/document/EmptyUndoStackException.idl b/offapi/com/sun/star/document/EmptyUndoStackException.idl index 476a82bbe705..e003d6af71b9 100644 --- a/offapi/com/sun/star/document/EmptyUndoStackException.idl +++ b/offapi/com/sun/star/document/EmptyUndoStackException.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module document { /** is raised when an operation is attemption at an XUndoManager which requires a non-empty stack of undo actions, and this requirement is not fullfilled. */ -published exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException +exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException { }; diff --git a/offapi/com/sun/star/document/UndoContextNotClosedException.idl b/offapi/com/sun/star/document/UndoContextNotClosedException.idl index 81eeca83c7ac..4f7d746bad1a 100644 --- a/offapi/com/sun/star/document/UndoContextNotClosedException.idl +++ b/offapi/com/sun/star/document/UndoContextNotClosedException.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module document { /** is thrown when an operation is attempted at an <type>XUndoManager</type> which requires all undo contexts to be closed, but this requirement is not fullfilled. */ -published exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException +exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException { }; diff --git a/offapi/com/sun/star/document/UndoFailedException.idl b/offapi/com/sun/star/document/UndoFailedException.idl index 65b23148ad37..4489ac5a0e0d 100644 --- a/offapi/com/sun/star/document/UndoFailedException.idl +++ b/offapi/com/sun/star/document/UndoFailedException.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module document { @see XUndoAction::undo @see XUndoManager::undo */ -published exception UndoFailedException : ::com::sun::star::uno::Exception +exception UndoFailedException : ::com::sun::star::uno::Exception { /** describes the reason why the operation failed. Usually, this member will carry an exception. */ diff --git a/offapi/com/sun/star/document/UndoManagerEvent.idl b/offapi/com/sun/star/document/UndoManagerEvent.idl index 163b9c6dd33d..e587669e4fbd 100644 --- a/offapi/com/sun/star/document/UndoManagerEvent.idl +++ b/offapi/com/sun/star/document/UndoManagerEvent.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module document { @see XUndoManagerListener @see XUndoAction */ -published struct UndoManagerEvent : ::com::sun::star::lang::EventObject +struct UndoManagerEvent : ::com::sun::star::lang::EventObject { /** the title of the undo action which is described by the event @see XUndoAction::Title diff --git a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl index e15dbf661405..ae7e62a8e416 100644 --- a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl +++ b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module document { -published interface XDocumentEventListener; +interface XDocumentEventListener; //============================================================================= @@ -49,7 +49,7 @@ published interface XDocumentEventListener; @see DocumentEvent @since OOo 3.1 */ -published interface XDocumentEventBroadcaster +interface XDocumentEventBroadcaster { /** registers a listener which is notified about document events diff --git a/offapi/com/sun/star/document/XDocumentEventListener.idl b/offapi/com/sun/star/document/XDocumentEventListener.idl index d58e99b141a4..7033b5968529 100644 --- a/offapi/com/sun/star/document/XDocumentEventListener.idl +++ b/offapi/com/sun/star/document/XDocumentEventListener.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module document { @see XDocumentEventBroadcaster @since OOo 3.1 */ -published interface XDocumentEventListener : ::com::sun::star::lang::XEventListener +interface XDocumentEventListener : ::com::sun::star::lang::XEventListener { /** is called whenever a document event occurred */ diff --git a/offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl b/offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl index cb842a872fbb..0c7831a8d68a 100644 --- a/offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl +++ b/offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module document { @see DocumentInfo @see StandaloneDocumentInfo */ -published interface XDocumentSubStorageSupplier: com::sun::star::uno::XInterface +interface XDocumentSubStorageSupplier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** provides the access to a substorage with specified name diff --git a/offapi/com/sun/star/document/XStorageBasedDocument.idl b/offapi/com/sun/star/document/XStorageBasedDocument.idl index 0fa418ed3689..6152bafed78b 100644 --- a/offapi/com/sun/star/document/XStorageBasedDocument.idl +++ b/offapi/com/sun/star/document/XStorageBasedDocument.idl @@ -43,7 +43,7 @@ /** allows to initialize document with a storage, to store document to a storage, and to set document to be based on provided storage. */ -published interface XStorageBasedDocument: com::sun::star::uno::XInterface +interface XStorageBasedDocument: com::sun::star::uno::XInterface { //------------------------------------------------------------------------ /** lets the document load itself using provided storage. diff --git a/offapi/com/sun/star/document/XStorageChangeListener.idl b/offapi/com/sun/star/document/XStorageChangeListener.idl index a927f811010a..9054813c254e 100644 --- a/offapi/com/sun/star/document/XStorageChangeListener.idl +++ b/offapi/com/sun/star/document/XStorageChangeListener.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module document { //============================================================================= /** allows to be notified when a document is switched to a new storage. */ -published interface XStorageChangeListener: com::sun::star::lang::XEventListener +interface XStorageChangeListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- /** is called when document switches to another storage. diff --git a/offapi/com/sun/star/document/XUndoAction.idl b/offapi/com/sun/star/document/XUndoAction.idl index e65354013499..b47550a3f52f 100644 --- a/offapi/com/sun/star/document/XUndoAction.idl +++ b/offapi/com/sun/star/document/XUndoAction.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module document { /** represents a single (undoable) action on a document */ -published interface XUndoAction +interface XUndoAction { /** reverts the action represented by the instance diff --git a/offapi/com/sun/star/document/XUndoManager.idl b/offapi/com/sun/star/document/XUndoManager.idl index 74aa4de0cf70..be43ca899b94 100644 --- a/offapi/com/sun/star/document/XUndoManager.idl +++ b/offapi/com/sun/star/document/XUndoManager.idl @@ -40,8 +40,8 @@ module com { module sun { module star { module document { -published interface XUndoAction; -published interface XUndoManagerListener; +interface XUndoAction; +interface XUndoManagerListener; //================================================================================================================== @@ -76,7 +76,7 @@ published interface XUndoManagerListener; <member>XLockable::unlock</member> methods. When it is locked, then every attempt to add an undo action, or to enter or leave an Undo context, will be silently ignored.</p> */ -published interface XUndoManager +interface XUndoManager { /** allows <a href="#locking">locking</a> the undo manager. */ diff --git a/offapi/com/sun/star/document/XUndoManagerListener.idl b/offapi/com/sun/star/document/XUndoManagerListener.idl index 045e74761794..783e8e7014d8 100644 --- a/offapi/com/sun/star/document/XUndoManagerListener.idl +++ b/offapi/com/sun/star/document/XUndoManagerListener.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module document { @see XUndoManager */ -published interface XUndoManagerListener : ::com::sun::star::lang::XEventListener +interface XUndoManagerListener : ::com::sun::star::lang::XEventListener { /** is called when an undo action is added to the undo stack. diff --git a/offapi/com/sun/star/document/XUndoManagerSupplier.idl b/offapi/com/sun/star/document/XUndoManagerSupplier.idl index 211dd151ecad..88a082259413 100644 --- a/offapi/com/sun/star/document/XUndoManagerSupplier.idl +++ b/offapi/com/sun/star/document/XUndoManagerSupplier.idl @@ -33,13 +33,13 @@ module com { module sun { module star { module document { -published interface XUndoManager; +interface XUndoManager; //================================================================================================================== /** provides access to an XUndoManager. */ -published interface XUndoManagerSupplier +interface XUndoManagerSupplier { /** returns the Undo manager associated with the component. */ diff --git a/offapi/com/sun/star/drawing/DrawingDocument.idl b/offapi/com/sun/star/drawing/DrawingDocument.idl index 2f9a39e34a65..bb27dc3fa696 100644 --- a/offapi/com/sun/star/drawing/DrawingDocument.idl +++ b/offapi/com/sun/star/drawing/DrawingDocument.idl @@ -38,7 +38,7 @@ /** specifies a document which consists of multiple pages with drawings. */ -published service DrawingDocument +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 7cad9429739f..3d3fb1ac3598 100644 --- a/offapi/com/sun/star/drawing/GenericDrawingDocument.idl +++ b/offapi/com/sun/star/drawing/GenericDrawingDocument.idl @@ -50,7 +50,7 @@ <p>Because its function is needed more then once, its defined as generic one.</p> */ -published service GenericDrawingDocument +service GenericDrawingDocument { /** this base service describes storing and printing */ service com::sun::star::document::OfficeDocument; diff --git a/offapi/com/sun/star/drawing/XSlidePreviewCache.idl b/offapi/com/sun/star/drawing/XSlidePreviewCache.idl index a7977ccfd3db..745d5e323325 100644 --- a/offapi/com/sun/star/drawing/XSlidePreviewCache.idl +++ b/offapi/com/sun/star/drawing/XSlidePreviewCache.idl @@ -35,6 +35,7 @@ #include <com/sun/star/rendering/XCanvas.idl> #include <com/sun/star/drawing/XSlidePreviewCacheListener.idl> + module com { module sun { module star { module drawing { /** A cache of preview bitmaps for the slides of one Impress or Draw @@ -48,7 +49,7 @@ module com { module sun { module star { module drawing { order to allow multiple references to a single slide (custom presentations). */ -published interface XSlidePreviewCache +interface XSlidePreviewCache { /** Set the set of slides for which the cache will provide the previews. All slides in the given XIndexAccess are required to come diff --git a/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl b/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl index d6192889b76f..75aa3983f874 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. */ -published interface XSlidePreviewCacheListener +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/AnchorBindingMode.idl b/offapi/com/sun/star/drawing/framework/AnchorBindingMode.idl index 4d0ab101bdab..7981d4900841 100644 --- a/offapi/com/sun/star/drawing/framework/AnchorBindingMode.idl +++ b/offapi/com/sun/star/drawing/framework/AnchorBindingMode.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module drawing { module framework { anchor a1:a2 which itself is a resource a1 bound to anchor a2. Then r:a1:a2 is bound directly to a1:a2 and indirectly to a2.</p> */ -published enum AnchorBindingMode +enum AnchorBindingMode { DIRECT, INDIRECT diff --git a/offapi/com/sun/star/drawing/framework/BorderType.idl b/offapi/com/sun/star/drawing/framework/BorderType.idl index d1c9ea3f3e3c..5a2325d06c28 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. */ -published enum BorderType +enum BorderType { INNER_BORDER, OUTER_BORDER, diff --git a/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl b/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl index c92772a0b15e..7141e4b72358 100644 --- a/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl +++ b/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl @@ -34,8 +34,9 @@ module com { module sun { module star { module uno { interface XInterface; }; }; module com { module sun { module star { module drawing { module framework { -published interface XConfiguration; -published interface XResourceId; +interface XConfiguration; +interface XConfigurationController; +interface XResourceId; /** Objects of this class are used for notifying changes of the configuration. @@ -50,7 +51,7 @@ published interface XResourceId; general guidelines. See <type>XConfigurationController</type> for a list of event types used by the basic drawing framework.</p> */ -published struct ConfigurationChangeEvent +struct ConfigurationChangeEvent : ::com::sun::star::lang::EventObject { /** The type of configuration change is a free-form string. This is the diff --git a/offapi/com/sun/star/drawing/framework/ResourceActivationMode.idl b/offapi/com/sun/star/drawing/framework/ResourceActivationMode.idl index 162d94f2408d..a62e47d01302 100644 --- a/offapi/com/sun/star/drawing/framework/ResourceActivationMode.idl +++ b/offapi/com/sun/star/drawing/framework/ResourceActivationMode.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module drawing { module framework { whether a requested resource is to replace an existing resource of the same class or is to be activated additionally. */ -published enum ResourceActivationMode +enum ResourceActivationMode { /** A resource is requested in addition to already existing ones. This is used for example for panes. diff --git a/offapi/com/sun/star/drawing/framework/XConfiguration.idl b/offapi/com/sun/star/drawing/framework/XConfiguration.idl index 2b7bdb19cdef..96a2c901ada3 100644 --- a/offapi/com/sun/star/drawing/framework/XConfiguration.idl +++ b/offapi/com/sun/star/drawing/framework/XConfiguration.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module drawing { module framework { -published interface XResourceId; +interface XResourceId; /** A configuration describes the resources of an application like panes, views, and tool bars and their relationships that are currently active @@ -48,7 +48,7 @@ published interface XResourceId; @see XConfigurationController */ -published interface XConfiguration +interface XConfiguration : ::com::sun::star::util::XCloneable { /** Returns the list of resources that are bound directly and/or diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationChangeListener.idl b/offapi/com/sun/star/drawing/framework/XConfigurationChangeListener.idl index 2bc727a0680d..c7f19fb10be9 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationChangeListener.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationChangeListener.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module drawing { module framework { registered at the configuration controller and a configuration change occurs. */ -published interface XConfigurationChangeListener +interface XConfigurationChangeListener : ::com::sun::star::lang::XEventListener { /** The exact time of when a listener is called (before the change takes diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl b/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl index 709e2350be52..39e0c58e61cb 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module drawing { module framework { -published interface XConfiguration; +interface XConfiguration; /** A single explicit request for a configuration change. @@ -49,7 +49,7 @@ published interface XConfiguration; <p>This interface is typically used internally by the <type>XConfigurationController</type></p> @see XConfigurationController */ -published interface XConfigurationChangeRequest +interface XConfigurationChangeRequest { /** Commit the configuration change request represented by the called object to the given configuration. diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl index e80c14333ae3..d9d94bc1d2f2 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl @@ -36,10 +36,10 @@ module com { module sun { module star { module drawing { module framework { -published interface XConfigurationChangeListener; -published interface XConfigurationChangeRequest; -published interface XResourceId; -published interface XResource; +interface XConfigurationChangeListener; +interface XConfigurationChangeRequest; +interface XResourceId; +interface XResource; /** The configuration controller is responsible for the management of the set of active resources. @@ -147,7 +147,7 @@ published interface XResource; deactivated resource.</p></li> </ul></p> */ -published interface XConfigurationController +interface XConfigurationController { interface XConfigurationControllerRequestQueue; interface XConfigurationControllerBroadcaster; diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.idl b/offapi/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.idl index 7411be75812b..50c4bafa79fb 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.idl @@ -33,13 +33,13 @@ module com { module sun { module star { module drawing { module framework { -published interface XConfigurationChangeListener; +interface XConfigurationChangeListener; /** Manage the set of registered event listeners and the event notification for a configuration controller. <p>The listeners are called in the order in which they are registered.</p> */ -published interface XConfigurationControllerBroadcaster +interface XConfigurationControllerBroadcaster { /** Add a new listener for configuration changes. <p>The listener is notified only for the specified type of diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl b/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl index 940f8be354a8..94496d8b45ac 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module drawing { module framework { -published interface XConfigurationChangeRequest; +interface XConfigurationChangeRequest; /** The request queue of the configuration controller handles requests for changes to the current configuration. @@ -42,7 +42,7 @@ published interface XConfigurationChangeRequest; should normally not be necessary for anyone else than the <type>XConfigurationController</type>. It may be removed in the future.</p> */ -published interface XConfigurationControllerRequestQueue +interface XConfigurationControllerRequestQueue { /** Return whether there are pending requests for configuration changes. @return diff --git a/offapi/com/sun/star/drawing/framework/XPane.idl b/offapi/com/sun/star/drawing/framework/XPane.idl index a99dd567ed66..f6b0f06f1a69 100644 --- a/offapi/com/sun/star/drawing/framework/XPane.idl +++ b/offapi/com/sun/star/drawing/framework/XPane.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module drawing { module framework { parts like title, menu, closer button.</p> <p>The URL prefix of panes is <code>private:resource/floater</code></p> */ -published interface XPane +interface XPane { interface XResource; diff --git a/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl b/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl index 292af409bf49..05b0fb1d4770 100644 --- a/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl +++ b/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module drawing { module framework { left corner bitmap is painted with its lower right at the upper left of the center box.</p> */ -published interface XPaneBorderPainter +interface XPaneBorderPainter { /** Enlarge the given rectangle by the size of the specified part of the border. This method can be used to convert an inner bounding box diff --git a/offapi/com/sun/star/drawing/framework/XResource.idl b/offapi/com/sun/star/drawing/framework/XResource.idl index 99cf9e2f2316..26e8e986ef55 100644 --- a/offapi/com/sun/star/drawing/framework/XResource.idl +++ b/offapi/com/sun/star/drawing/framework/XResource.idl @@ -32,12 +32,12 @@ module com { module sun { module star { module drawing { module framework { -published interface XResourceId; +interface XResourceId; /** Base interface that provides functionality shared by all resource types of the drawing framework. */ -published interface XResource +interface XResource { /** Return an <type>XResourceId</type> object for the called resource. The returned id unambiguously identifies the resource. diff --git a/offapi/com/sun/star/drawing/framework/XResourceFactory.idl b/offapi/com/sun/star/drawing/framework/XResourceFactory.idl index 2ed59bd0eb19..ce3063d32f34 100644 --- a/offapi/com/sun/star/drawing/framework/XResourceFactory.idl +++ b/offapi/com/sun/star/drawing/framework/XResourceFactory.idl @@ -34,8 +34,8 @@ module com { module sun { module star { module drawing { module framework { -published interface XResource; -published interface XResourceId; +interface XResource; +interface XResourceId; /** Factory and possibly cache for creating and releasing resources. <p>A resource factory is created and used by the @@ -43,7 +43,7 @@ published interface XResourceId; <p>A factory may want to implement a cache to reuse previously released resources.</p> */ -published interface XResourceFactory +interface XResourceFactory { /** Create a resource for the given <type>XResourceId</type> object. @param xResourceId diff --git a/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl b/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl index 0c5e3fceb491..81b004012a5f 100644 --- a/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl +++ b/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl @@ -32,8 +32,8 @@ module com { module sun { module star { module drawing { module framework { -published interface XResourceId; -published interface XResourceFactory; +interface XResourceId; +interface XResourceFactory; /** The XResourceFactoryManager is part of the configuration controller and manages the set of registered resource factories. @@ -41,7 +41,7 @@ published interface XResourceFactory; @see XConfigurationController @see XResourceFactory */ -published interface XResourceFactoryManager +interface XResourceFactoryManager { /** Register a new resource factory for the given URL. <p>When one factory is responsible for more than one type of resource diff --git a/offapi/com/sun/star/drawing/framework/XResourceId.idl b/offapi/com/sun/star/drawing/framework/XResourceId.idl index 5dfe46acc005..7faa637467c3 100644 --- a/offapi/com/sun/star/drawing/framework/XResourceId.idl +++ b/offapi/com/sun/star/drawing/framework/XResourceId.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module drawing { module framework { method on its creation. Arguments are only available through the getFullResourceURL(). The getResourceURL() method strips them away.</p> */ -published interface XResourceId +interface XResourceId { /** Return the URL of the resource. Arguments supplied on creation are stripped away. Use getFullResourceURL() to access them. diff --git a/offapi/com/sun/star/drawing/framework/XView.idl b/offapi/com/sun/star/drawing/framework/XView.idl index 3f9d5d379acc..5a34a4bff9bf 100644 --- a/offapi/com/sun/star/drawing/framework/XView.idl +++ b/offapi/com/sun/star/drawing/framework/XView.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module drawing { module framework { reference them.</p> <p>The URL prefix of views is <code>private:resource/view</code></p> */ -published interface XView +interface XView { interface XResource; }; diff --git a/offapi/com/sun/star/frame/ModuleManager.idl b/offapi/com/sun/star/frame/ModuleManager.idl index c69cd2156dba..5ed478d959f7 100644 --- a/offapi/com/sun/star/frame/ModuleManager.idl +++ b/offapi/com/sun/star/frame/ModuleManager.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module frame { @since OOo 2.0 */ -published service ModuleManager +service ModuleManager { //------------------------------------------- /** provides functions to identify office modules. diff --git a/offapi/com/sun/star/frame/UnknownModuleException.idl b/offapi/com/sun/star/frame/UnknownModuleException.idl index 0751c535ed47..832a3090f66b 100644 --- a/offapi/com/sun/star/frame/UnknownModuleException.idl +++ b/offapi/com/sun/star/frame/UnknownModuleException.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module frame { @since OOo 2.0 */ -published exception UnknownModuleException : ::com::sun::star::uno::Exception +exception UnknownModuleException : ::com::sun::star::uno::Exception { }; diff --git a/offapi/com/sun/star/frame/XController2.idl b/offapi/com/sun/star/frame/XController2.idl index f3d7f07abd78..095b8840aa67 100644 --- a/offapi/com/sun/star/frame/XController2.idl +++ b/offapi/com/sun/star/frame/XController2.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module frame { @since OOo 3.0 */ -published interface XController2 : XController +interface XController2 : XController { /** denotes the "root window" of the controller. diff --git a/offapi/com/sun/star/frame/XLayoutManager.idl b/offapi/com/sun/star/frame/XLayoutManager.idl index 13396ffe5f33..305751b1ff9f 100644 --- a/offapi/com/sun/star/frame/XLayoutManager.idl +++ b/offapi/com/sun/star/frame/XLayoutManager.idl @@ -75,7 +75,7 @@ module com { module sun { module star { module frame { @since OOo 2.0 */ -published interface XLayoutManager : com::sun::star::uno::XInterface +interface XLayoutManager : com::sun::star::uno::XInterface { /** attaches a <type scope="com::sun::star::frame">XFrame</type> to a layout manager. diff --git a/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl b/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl index 28767c69eb5f..86ee594e9661 100644 --- a/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl +++ b/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl @@ -41,7 +41,7 @@ @since OOo 2.0 */ -published interface XLayoutManagerEventBroadcaster : com::sun::star::uno::XInterface +interface XLayoutManagerEventBroadcaster : com::sun::star::uno::XInterface { /** adds a layout manager event listener to the object's listener list. diff --git a/offapi/com/sun/star/frame/XLayoutManagerListener.idl b/offapi/com/sun/star/frame/XLayoutManagerListener.idl index fbacb6c5dfb1..2eca6d021143 100644 --- a/offapi/com/sun/star/frame/XLayoutManagerListener.idl +++ b/offapi/com/sun/star/frame/XLayoutManagerListener.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module frame { @since OOo 2.0 */ -published interface XLayoutManagerListener : com::sun::star::lang::XEventListener +interface XLayoutManagerListener : com::sun::star::lang::XEventListener { //============================================================================= /** is invoked when a layout manager has made a certain operation. diff --git a/offapi/com/sun/star/frame/XModuleManager.idl b/offapi/com/sun/star/frame/XModuleManager.idl index 04eae9710dac..a494586178b6 100644 --- a/offapi/com/sun/star/frame/XModuleManager.idl +++ b/offapi/com/sun/star/frame/XModuleManager.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module frame { @since OOo 2.0 */ -published interface XModuleManager : com::sun::star::uno::XInterface +interface XModuleManager : com::sun::star::uno::XInterface { //------------------------------------------- /** diff --git a/offapi/com/sun/star/frame/XTitle.idl b/offapi/com/sun/star/frame/XTitle.idl index b4c460cf550e..7ca44e300fe4 100644 --- a/offapi/com/sun/star/frame/XTitle.idl +++ b/offapi/com/sun/star/frame/XTitle.idl @@ -37,21 +37,21 @@ //============================================================================= /** an interface representing an entity with a modifyable title. */ -published interface XTitle : com::sun::star::uno::XInterface +interface XTitle : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** Returns the title of the object. * - * @returns - * The title. + * @returns + * The title. */ string getTitle (); //------------------------------------------------------------------------- /** Sets the title of the object. * - * @param sTitle - * The title. + * @param sTitle + * The title. */ void setTitle ( [in] string sTitle ); }; diff --git a/offapi/com/sun/star/geometry/AffineMatrix2D.idl b/offapi/com/sun/star/geometry/AffineMatrix2D.idl index 919ee070b65f..55d8c14473b8 100644 --- a/offapi/com/sun/star/geometry/AffineMatrix2D.idl +++ b/offapi/com/sun/star/geometry/AffineMatrix2D.idl @@ -67,7 +67,7 @@ module com { module sun { module star { module geometry { @since OOo 2.0 */ -published struct AffineMatrix2D +struct AffineMatrix2D { /// The top, left matrix entry. double m00; diff --git a/offapi/com/sun/star/geometry/IntegerSize2D.idl b/offapi/com/sun/star/geometry/IntegerSize2D.idl index 0f41d2d6a147..cf3e1a215adb 100644 --- a/offapi/com/sun/star/geometry/IntegerSize2D.idl +++ b/offapi/com/sun/star/geometry/IntegerSize2D.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module geometry { @since OOo 2.0 */ -published struct IntegerSize2D +struct IntegerSize2D { /// Amount of space occupied in the x direction. long Width; diff --git a/offapi/com/sun/star/geometry/Matrix2D.idl b/offapi/com/sun/star/geometry/Matrix2D.idl index 7d96b7d2af0b..d0e8bf357f2a 100644 --- a/offapi/com/sun/star/geometry/Matrix2D.idl +++ b/offapi/com/sun/star/geometry/Matrix2D.idl @@ -70,7 +70,7 @@ module com { module sun { module star { module geometry { @since OOo 2.0 */ -published struct Matrix2D +struct Matrix2D { /// The top, left matrix entry. double m00; diff --git a/offapi/com/sun/star/geometry/RealBezierSegment2D.idl b/offapi/com/sun/star/geometry/RealBezierSegment2D.idl index 83180b1ae4ee..6ec7e1b8b83d 100644 --- a/offapi/com/sun/star/geometry/RealBezierSegment2D.idl +++ b/offapi/com/sun/star/geometry/RealBezierSegment2D.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module geometry { @see com.sun.star.rendering.XBezierPolyPolygon2D @since OOo 2.0 */ -published struct RealBezierSegment2D +struct RealBezierSegment2D { /// The x coordinate of the start point. double Px; diff --git a/offapi/com/sun/star/geometry/RealPoint2D.idl b/offapi/com/sun/star/geometry/RealPoint2D.idl index 4f9b0fbc8e9f..1ac34b7a380e 100644 --- a/offapi/com/sun/star/geometry/RealPoint2D.idl +++ b/offapi/com/sun/star/geometry/RealPoint2D.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module geometry { @since OOo 2.0 */ -published struct RealPoint2D +struct RealPoint2D { /// The x coordinate of the point. double X; diff --git a/offapi/com/sun/star/geometry/RealRectangle2D.idl b/offapi/com/sun/star/geometry/RealRectangle2D.idl index 52e113046e50..39cd783f3c08 100644 --- a/offapi/com/sun/star/geometry/RealRectangle2D.idl +++ b/offapi/com/sun/star/geometry/RealRectangle2D.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module geometry { @since OOo 2.0 */ -published struct RealRectangle2D +struct RealRectangle2D { /// X coordinate of upper left corner . double X1; diff --git a/offapi/com/sun/star/geometry/RealSize2D.idl b/offapi/com/sun/star/geometry/RealSize2D.idl index a01fa5bd96db..dab80a5c7deb 100644 --- a/offapi/com/sun/star/geometry/RealSize2D.idl +++ b/offapi/com/sun/star/geometry/RealSize2D.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module geometry { @since OOo 2.0 */ -published struct RealSize2D +struct RealSize2D { /// Amount of space occupied in the x direction. double Width; diff --git a/offapi/com/sun/star/geometry/XMapping2D.idl b/offapi/com/sun/star/geometry/XMapping2D.idl index 356afa5dfdfc..f36bf2b5b3d8 100644 --- a/offapi/com/sun/star/geometry/XMapping2D.idl +++ b/offapi/com/sun/star/geometry/XMapping2D.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module geometry { @since OOo 2.0 */ -published interface XMapping2D : ::com::sun::star::uno::XInterface +interface XMapping2D : ::com::sun::star::uno::XInterface { /** Forward 2D mapping function */ diff --git a/offapi/com/sun/star/inspection/DefaultHelpProvider.idl b/offapi/com/sun/star/inspection/DefaultHelpProvider.idl index 392cbe000b01..309661826ec4 100644 --- a/offapi/com/sun/star/inspection/DefaultHelpProvider.idl +++ b/offapi/com/sun/star/inspection/DefaultHelpProvider.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module inspection { -published interface XObjectInspectorUI; +interface XObjectInspectorUI; //============================================================================= @@ -46,7 +46,7 @@ published interface XObjectInspectorUI; the extended help text of this control's window, and set this help text at the object inspector's help section.</p> */ -published service DefaultHelpProvider : com::sun::star::uno::XInterface +service DefaultHelpProvider : com::sun::star::uno::XInterface { /** creates a help provider instance @param InspectorUI diff --git a/offapi/com/sun/star/inspection/GenericPropertyHandler.idl b/offapi/com/sun/star/inspection/GenericPropertyHandler.idl index 85db8c54c235..9ae781eb17f0 100644 --- a/offapi/com/sun/star/inspection/GenericPropertyHandler.idl +++ b/offapi/com/sun/star/inspection/GenericPropertyHandler.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module inspection { @since OOo 2.0.3 */ -published service GenericPropertyHandler : XPropertyHandler; +service GenericPropertyHandler : XPropertyHandler; //============================================================================= diff --git a/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl b/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl index 0d00b86e8bd8..0e76f724247f 100644 --- a/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl +++ b/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module inspection { @since OOo 2.0.3 */ -published enum InteractiveSelectionResult +enum InteractiveSelectionResult { /** The interactive selection of a property value was canceled. */ diff --git a/offapi/com/sun/star/inspection/LineDescriptor.idl b/offapi/com/sun/star/inspection/LineDescriptor.idl index a6d248093d4f..3abf74dcb7e3 100644 --- a/offapi/com/sun/star/inspection/LineDescriptor.idl +++ b/offapi/com/sun/star/inspection/LineDescriptor.idl @@ -33,7 +33,7 @@ //============================================================================= module com { module sun { module star { module inspection { -published interface XPropertyControl; +interface XPropertyControl; //----------------------------------------------------------------------------- /** describes the appearance of a line representing a single property in an <type>ObjectInspector</type>. @@ -53,7 +53,7 @@ published interface XPropertyControl; @since OOo 2.0.3 */ -published struct LineDescriptor +struct LineDescriptor { /** denotes the human-readable display name used to present a property to the user */ diff --git a/offapi/com/sun/star/inspection/ObjectInspector.idl b/offapi/com/sun/star/inspection/ObjectInspector.idl index 49ca2806deba..f09e23e8ac64 100644 --- a/offapi/com/sun/star/inspection/ObjectInspector.idl +++ b/offapi/com/sun/star/inspection/ObjectInspector.idl @@ -77,7 +77,7 @@ module com { module sun { module star { module inspection { @since OOo 2.0.3 */ -published service ObjectInspector : XObjectInspector +service ObjectInspector : XObjectInspector { /** creates a default instance of the ObjectInspector diff --git a/offapi/com/sun/star/inspection/ObjectInspectorModel.idl b/offapi/com/sun/star/inspection/ObjectInspectorModel.idl index b6e31286e066..7804497c0607 100644 --- a/offapi/com/sun/star/inspection/ObjectInspectorModel.idl +++ b/offapi/com/sun/star/inspection/ObjectInspectorModel.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module inspection { @since OOo 2.0.3 */ -published service ObjectInspectorModel : XObjectInspectorModel +service ObjectInspectorModel : XObjectInspectorModel { /** creates a default ObjectInspectorModel, whose one and only handler factory creates a <type>GenericPropertyHandler</type>. diff --git a/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl b/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl index 1d0c18d06363..5e58701e3c03 100644 --- a/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl +++ b/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module inspection { @since OOo 2.0.3 */ -published struct PropertyCategoryDescriptor +struct PropertyCategoryDescriptor { /** contains the programmatic name of the category. diff --git a/offapi/com/sun/star/inspection/PropertyControlType.idl b/offapi/com/sun/star/inspection/PropertyControlType.idl index d2bec8ec0c97..33c52a66fe95 100644 --- a/offapi/com/sun/star/inspection/PropertyControlType.idl +++ b/offapi/com/sun/star/inspection/PropertyControlType.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module inspection { @since OOo 2.0.3 */ -published constants PropertyControlType +constants PropertyControlType { /** denotes a control which allows the user to choose from a list of possible property values diff --git a/offapi/com/sun/star/inspection/PropertyLineElement.idl b/offapi/com/sun/star/inspection/PropertyLineElement.idl index 9979169a2773..35d7c47e7a17 100644 --- a/offapi/com/sun/star/inspection/PropertyLineElement.idl +++ b/offapi/com/sun/star/inspection/PropertyLineElement.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module inspection { @since OOo 2.0.3 */ -published constants PropertyLineElement +constants PropertyLineElement { /// specifies the input control in a group of controls related to a single property const short InputControl = 0x01; diff --git a/offapi/com/sun/star/inspection/XHyperlinkControl.idl b/offapi/com/sun/star/inspection/XHyperlinkControl.idl index 6beb5cda56ec..51ebf2ab93d7 100644 --- a/offapi/com/sun/star/inspection/XHyperlinkControl.idl +++ b/offapi/com/sun/star/inspection/XHyperlinkControl.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module inspection { @since OOo 2.0.3 */ -published interface XHyperlinkControl : XPropertyControl +interface XHyperlinkControl : XPropertyControl { /** adds a listener which will be notified when the user clicked the hyperlink text in the control @param listener diff --git a/offapi/com/sun/star/inspection/XNumericControl.idl b/offapi/com/sun/star/inspection/XNumericControl.idl index 6f79c9bae12c..0712a8b113d7 100644 --- a/offapi/com/sun/star/inspection/XNumericControl.idl +++ b/offapi/com/sun/star/inspection/XNumericControl.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module inspection { @since OOo 2.0.3 */ -published interface XNumericControl : XPropertyControl +interface XNumericControl : XPropertyControl { /** describes the number of decimal digits to use for the value */ diff --git a/offapi/com/sun/star/inspection/XObjectInspector.idl b/offapi/com/sun/star/inspection/XObjectInspector.idl index ae24450f31ac..dc20d128cb9b 100644 --- a/offapi/com/sun/star/inspection/XObjectInspector.idl +++ b/offapi/com/sun/star/inspection/XObjectInspector.idl @@ -35,8 +35,8 @@ //============================================================================= module com { module sun { module star { module inspection { -published interface XObjectInspectorModel; -published interface XObjectInspectorUI; +interface XObjectInspectorModel; +interface XObjectInspectorUI; //----------------------------------------------------------------------------- /** describes the main interface of an <type>ObjectInspector</type>. @@ -45,7 +45,7 @@ published interface XObjectInspectorUI; @since OOo 2.0.3 */ -published interface XObjectInspector +interface XObjectInspector { /** allows to plug the inspector into an <type scope="com::sun::star::frame">XFrame</type> diff --git a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl index 621219777272..30fe3c180daf 100644 --- a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl +++ b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl @@ -43,7 +43,7 @@ interface XPropertyHandler; @since OOo 2.0.3 */ -published interface XObjectInspectorModel +interface XObjectInspectorModel { /** describes a set of factories for creating <type>XPropertyHandler</type>s diff --git a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl index cde86cea2aeb..1bb95f315c3e 100644 --- a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl +++ b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl @@ -35,7 +35,7 @@ //============================================================================= module com { module sun { module star { module inspection { -published interface XPropertyControlObserver; +interface XPropertyControlObserver; //----------------------------------------------------------------------------- /** grants access to certain aspects of the user interface of an object @@ -51,7 +51,7 @@ published interface XPropertyControlObserver; @since OOo 2.0.3 */ -published interface XObjectInspectorUI +interface XObjectInspectorUI { /** enables or disables all components belonging to the UI representation of a property diff --git a/offapi/com/sun/star/inspection/XPropertyControl.idl b/offapi/com/sun/star/inspection/XPropertyControl.idl index 0f00cd84b0a9..a22453bef597 100644 --- a/offapi/com/sun/star/inspection/XPropertyControl.idl +++ b/offapi/com/sun/star/inspection/XPropertyControl.idl @@ -34,14 +34,14 @@ //============================================================================= module com { module sun { module star { module inspection { -published interface XPropertyControlContext; +interface XPropertyControlContext; //----------------------------------------------------------------------------- /** defines the interface for a single control in an <type>ObjectInspector</type> @since OOo 2.0.3 */ -published interface XPropertyControl +interface XPropertyControl { /** denotes the type of the control, as one of the <type>PropertyControlType</type> constants diff --git a/offapi/com/sun/star/inspection/XPropertyControlContext.idl b/offapi/com/sun/star/inspection/XPropertyControlContext.idl index 48d3497592eb..82380b99f881 100644 --- a/offapi/com/sun/star/inspection/XPropertyControlContext.idl +++ b/offapi/com/sun/star/inspection/XPropertyControlContext.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module inspection { @since OOo 2.0.3 */ -published interface XPropertyControlContext : XPropertyControlObserver +interface XPropertyControlContext : XPropertyControlObserver { /** instructs the <type>XPropertyControlContext</type> to active the next control diff --git a/offapi/com/sun/star/inspection/XPropertyControlFactory.idl b/offapi/com/sun/star/inspection/XPropertyControlFactory.idl index 117886a5eae9..b7c43d0f239b 100644 --- a/offapi/com/sun/star/inspection/XPropertyControlFactory.idl +++ b/offapi/com/sun/star/inspection/XPropertyControlFactory.idl @@ -33,14 +33,14 @@ //============================================================================= module com { module sun { module star { module inspection { -published interface XPropertyControl; +interface XPropertyControl; //----------------------------------------------------------------------------- /** a factory for <type>XPropertyControl</type>s @since OOo 2.0.3 */ -published interface XPropertyControlFactory +interface XPropertyControlFactory { /** creates a <type>XPropertyControl</type> diff --git a/offapi/com/sun/star/inspection/XPropertyControlObserver.idl b/offapi/com/sun/star/inspection/XPropertyControlObserver.idl index 8a995e22e248..c3c0e863382d 100644 --- a/offapi/com/sun/star/inspection/XPropertyControlObserver.idl +++ b/offapi/com/sun/star/inspection/XPropertyControlObserver.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module inspection { -published interface XPropertyControl; +interface XPropertyControl; //============================================================================= @@ -43,7 +43,7 @@ published interface XPropertyControl; @since OOo 2.2 */ -published interface XPropertyControlObserver +interface XPropertyControlObserver { /** notifies the observer that a certain <type>XPropertyControl</type>'s UI representation gained the focus. diff --git a/offapi/com/sun/star/inspection/XPropertyHandler.idl b/offapi/com/sun/star/inspection/XPropertyHandler.idl index 7c89c0576ff2..2e1aa4081b24 100644 --- a/offapi/com/sun/star/inspection/XPropertyHandler.idl +++ b/offapi/com/sun/star/inspection/XPropertyHandler.idl @@ -39,8 +39,8 @@ //============================================================================= module com { module sun { module star { module inspection { -published interface XObjectInspectorUI; -published interface XPropertyControlFactory; +interface XObjectInspectorUI; +interface XPropertyControlFactory; //----------------------------------------------------------------------------- /** is the basic interface for object inspection. @@ -56,7 +56,7 @@ published interface XPropertyControlFactory; @since OOo 2.0.3 */ -published interface XPropertyHandler +interface XPropertyHandler { /** used for controlling resources acquired by the handler diff --git a/offapi/com/sun/star/inspection/XStringListControl.idl b/offapi/com/sun/star/inspection/XStringListControl.idl index 87908aaf292b..53f1f5782d14 100644 --- a/offapi/com/sun/star/inspection/XStringListControl.idl +++ b/offapi/com/sun/star/inspection/XStringListControl.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module inspection { @since OOo 2.0.3 */ -published interface XStringListControl : XPropertyControl +interface XStringListControl : XPropertyControl { /** clears the whole list */ diff --git a/offapi/com/sun/star/inspection/XStringRepresentation.idl b/offapi/com/sun/star/inspection/XStringRepresentation.idl index 520138517a3d..c83edf2cd6c9 100644 --- a/offapi/com/sun/star/inspection/XStringRepresentation.idl +++ b/offapi/com/sun/star/inspection/XStringRepresentation.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module inspection { /** handles string representations of property values. @see */ -published interface XStringRepresentation +interface XStringRepresentation { /** converts a into a string. @param PropertyValue diff --git a/offapi/com/sun/star/logging/LogRecord.idl b/offapi/com/sun/star/logging/LogRecord.idl index 4019f4acdeec..c4c8b4636a02 100644 --- a/offapi/com/sun/star/logging/LogRecord.idl +++ b/offapi/com/sun/star/logging/LogRecord.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module logging { @since OOo 2.3 */ -published struct LogRecord +struct LogRecord { /// specifies the name of the logger at which the record is logged string LoggerName; diff --git a/offapi/com/sun/star/logging/XLogFormatter.idl b/offapi/com/sun/star/logging/XLogFormatter.idl index adc4c34ab8f3..57c5a779d561 100644 --- a/offapi/com/sun/star/logging/XLogFormatter.idl +++ b/offapi/com/sun/star/logging/XLogFormatter.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module logging { @since OOo 2.3 */ -published interface XLogFormatter +interface XLogFormatter { /** returns the header string for the log diff --git a/offapi/com/sun/star/logging/XLogHandler.idl b/offapi/com/sun/star/logging/XLogHandler.idl index 2d9610dcc460..d1370e9a5010 100644 --- a/offapi/com/sun/star/logging/XLogHandler.idl +++ b/offapi/com/sun/star/logging/XLogHandler.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module logging { @since OOo 2.3 */ -published interface XLogHandler +interface XLogHandler { /** allows life time control for the handler diff --git a/offapi/com/sun/star/logging/XLogger.idl b/offapi/com/sun/star/logging/XLogger.idl index b5ee7c3ed99f..3da945cfae90 100644 --- a/offapi/com/sun/star/logging/XLogger.idl +++ b/offapi/com/sun/star/logging/XLogger.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module logging { -published interface XLogHandler; +interface XLogHandler; //============================================================================= @@ -51,7 +51,7 @@ published interface XLogHandler; @since OOo 2.3 */ -published interface XLogger +interface XLogger { /** denotes the name of the logger. */ diff --git a/offapi/com/sun/star/presentation/PresentationDocument.idl b/offapi/com/sun/star/presentation/PresentationDocument.idl index 803b06325bf1..f24a2c49ed31 100644 --- a/offapi/com/sun/star/presentation/PresentationDocument.idl +++ b/offapi/com/sun/star/presentation/PresentationDocument.idl @@ -41,7 +41,7 @@ /** This is the service provided by a presentation document. */ -published service PresentationDocument +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 ca17c2aaf8b5..50a7d7c9afaf 100644 --- a/offapi/com/sun/star/presentation/XSlideShowListener.idl +++ b/offapi/com/sun/star/presentation/XSlideShowListener.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module presentation { @since OOo 3.0 */ -published interface XSlideShowListener : ::com::sun::star::animations::XAnimationListener +interface XSlideShowListener : ::com::sun::star::animations::XAnimationListener { /** Notify that the slide show is paused */ diff --git a/offapi/com/sun/star/presentation/XSlideShowView.idl b/offapi/com/sun/star/presentation/XSlideShowView.idl index c34f2d4d4947..3aea7c3c7515 100644 --- a/offapi/com/sun/star/presentation/XSlideShowView.idl +++ b/offapi/com/sun/star/presentation/XSlideShowView.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module presentation { @since OOo 2.4 */ -published interface XSlideShowView : ::com::sun::star::uno::XInterface +interface XSlideShowView : ::com::sun::star::uno::XInterface { /** Get view canvas.<p> @@ -67,9 +67,9 @@ published 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 diff --git a/offapi/com/sun/star/rdf/XMetadatable.idl b/offapi/com/sun/star/rdf/XMetadatable.idl index df35c8e7baf5..4267d8472138 100644 --- a/offapi/com/sun/star/rdf/XMetadatable.idl +++ b/offapi/com/sun/star/rdf/XMetadatable.idl @@ -59,7 +59,7 @@ module com { module sun { module star { module rdf { @see XRepository @see XDocumentMetadataAccess */ -published interface XMetadatable : XURI +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 e1added4a868..0fe38a0166da 100644 --- a/offapi/com/sun/star/rdf/XNode.idl +++ b/offapi/com/sun/star/rdf/XNode.idl @@ -64,7 +64,7 @@ module com { module sun { module star { module rdf { @see XURI @see XLiteral */ -published interface XNode +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 3d50fdf69887..9ab4cf30f092 100644 --- a/offapi/com/sun/star/rdf/XResource.idl +++ b/offapi/com/sun/star/rdf/XResource.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module rdf { @see XBlankNode @see XURI */ -published interface XResource : XNode +interface XResource : XNode { }; diff --git a/offapi/com/sun/star/rdf/XURI.idl b/offapi/com/sun/star/rdf/XURI.idl index 7f00e0a29c74..ac9ce5d0cd2a 100644 --- a/offapi/com/sun/star/rdf/XURI.idl +++ b/offapi/com/sun/star/rdf/XURI.idl @@ -60,7 +60,7 @@ module com { module sun { module star { module rdf { @see XRepository */ -published interface XURI : XResource +interface XURI : XResource { /// prefix [readonly, attribute] string Namespace; diff --git a/offapi/com/sun/star/rendering/ARGBColor.idl b/offapi/com/sun/star/rendering/ARGBColor.idl index 16d0ee17b098..c5bdd93d69d1 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 -published struct ARGBColor +struct ARGBColor { /** Alpha component.<p> diff --git a/offapi/com/sun/star/rendering/AnimationAttributes.idl b/offapi/com/sun/star/rendering/AnimationAttributes.idl index 96d6e583da14..99143c097f1f 100644 --- a/offapi/com/sun/star/rendering/AnimationAttributes.idl +++ b/offapi/com/sun/star/rendering/AnimationAttributes.idl @@ -35,10 +35,10 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published struct AnimationAttributes +struct AnimationAttributes { /// Preferred duration of the animation sequence in seconds. - double Duration; + double Duration; //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/rendering/Caret.idl b/offapi/com/sun/star/rendering/Caret.idl index 7eea3b6dc79f..8d8999160ac2 100644 --- a/offapi/com/sun/star/rendering/Caret.idl +++ b/offapi/com/sun/star/rendering/Caret.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published struct Caret +struct Caret { /** This contains the main caret index.<p> diff --git a/offapi/com/sun/star/rendering/Color.idl b/offapi/com/sun/star/rendering/Color.idl index f36fbbe90949..feee02a7cb19 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 -published typedef sequence<ColorComponent> Color; +typedef sequence<ColorComponent> Color; }; }; }; }; diff --git a/offapi/com/sun/star/rendering/ColorComponent.idl b/offapi/com/sun/star/rendering/ColorComponent.idl index c4a21a5a014d..b9a829060872 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 -published typedef double ColorComponent; +typedef double ColorComponent; }; }; }; }; diff --git a/offapi/com/sun/star/rendering/FillRule.idl b/offapi/com/sun/star/rendering/FillRule.idl index 3ad5c819491e..58d76ffcfd58 100644 --- a/offapi/com/sun/star/rendering/FillRule.idl +++ b/offapi/com/sun/star/rendering/FillRule.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published enum FillRule +enum FillRule { /** Fill every area, where, when traveling along a line, the summed winding number (that is, -1 for a diff --git a/offapi/com/sun/star/rendering/FontInfo.idl b/offapi/com/sun/star/rendering/FontInfo.idl index 2497b6f97bc0..6a11afd1ea14 100644 --- a/offapi/com/sun/star/rendering/FontInfo.idl +++ b/offapi/com/sun/star/rendering/FontInfo.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published struct FontInfo +struct FontInfo { /** The PANOSE font classification.<p> diff --git a/offapi/com/sun/star/rendering/FontMetrics.idl b/offapi/com/sun/star/rendering/FontMetrics.idl index 657ddb261161..2b66bb5e0f8c 100644 --- a/offapi/com/sun/star/rendering/FontMetrics.idl +++ b/offapi/com/sun/star/rendering/FontMetrics.idl @@ -51,7 +51,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published struct FontMetrics +struct FontMetrics { /// Ascent (above the baseline) part of the font. double Ascent; @@ -84,14 +84,14 @@ published struct FontMetrics characters, and if one needs a font with double character width, the referenceCharSize should be doubled.<p> */ - double ReferenceCharSize; + double ReferenceCharSize; //------------------------------------------------------------------------- /** Specifies the offset to be added to the baseline when drawing underlined text. */ - double UnderlineOffset; + double UnderlineOffset; //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/rendering/FontRequest.idl b/offapi/com/sun/star/rendering/FontRequest.idl index eff0f85a39d7..f654343b175e 100644 --- a/offapi/com/sun/star/rendering/FontRequest.idl +++ b/offapi/com/sun/star/rendering/FontRequest.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published struct FontRequest +struct FontRequest { /** The description of the font.<p> @@ -80,7 +80,7 @@ published struct FontRequest query methods, for both <type>XCanvasFont</type> and <type>XTextLayout</type>.<p> */ - double CellSize; + double CellSize; //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/rendering/Panose.idl b/offapi/com/sun/star/rendering/Panose.idl index 2239f05c8ac0..aaf3d3f8da4e 100644 --- a/offapi/com/sun/star/rendering/Panose.idl +++ b/offapi/com/sun/star/rendering/Panose.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module rendering { -published struct Panose +struct Panose { /// <type>PanoseFamilyTypes</type> byte FamilyType; diff --git a/offapi/com/sun/star/rendering/RGBColor.idl b/offapi/com/sun/star/rendering/RGBColor.idl index a2bee3373e6c..e45ff9f3e593 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 -published struct RGBColor +struct RGBColor { /// Red component. Valid range is [0,1.0] ColorComponent Red; diff --git a/offapi/com/sun/star/rendering/RenderState.idl b/offapi/com/sun/star/rendering/RenderState.idl index 6b450705bee1..e2b73ddfdf4e 100644 --- a/offapi/com/sun/star/rendering/RenderState.idl +++ b/offapi/com/sun/star/rendering/RenderState.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module rendering { -published interface XPolyPolygon2D; +interface XPolyPolygon2D; /** This structure contains information passed to each <type>XCanvas</type> render operation.<p> @@ -43,7 +43,7 @@ published interface XPolyPolygon2D; @since OOo 2.0 */ -published struct RenderState +struct RenderState { /** The affine transform associated with this render operation.<p> diff --git a/offapi/com/sun/star/rendering/StringContext.idl b/offapi/com/sun/star/rendering/StringContext.idl index 28a7e5f50907..3f9c833ceb74 100644 --- a/offapi/com/sun/star/rendering/StringContext.idl +++ b/offapi/com/sun/star/rendering/StringContext.idl @@ -38,12 +38,12 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published struct StringContext +struct StringContext { /** The complete text, from which a subset is selected by the parameters below. */ - string Text; + string Text; //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/rendering/StrokeAttributes.idl b/offapi/com/sun/star/rendering/StrokeAttributes.idl index a5c714e22cad..22c9e7b341b3 100644 --- a/offapi/com/sun/star/rendering/StrokeAttributes.idl +++ b/offapi/com/sun/star/rendering/StrokeAttributes.idl @@ -27,6 +27,14 @@ #ifndef __com_sun_star_rendering_StrokeAttributes_idl__ #define __com_sun_star_rendering_StrokeAttributes_idl__ +#ifndef __com_sun_star_rendering_PathCapType_idl__ +#include <com/sun/star/rendering/PathCapType.idl> +#endif +#ifndef __com_sun_star_rendering_PathJoinType_idl__ +#include <com/sun/star/rendering/PathJoinType.idl> +#endif + + module com { module sun { module star { module rendering { /** This structure contains all attributes required for path stroking.<p> @@ -37,14 +45,14 @@ module com { module sun { module star { module rendering { @single #110496# */ -published struct StrokeAttributes +struct StrokeAttributes { /** Defines the width of the stroke, measured in user coordinate space. This value must be positive (or 0.0) */ - double StrokeWidth; + double StrokeWidth; //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/rendering/TextHit.idl b/offapi/com/sun/star/rendering/TextHit.idl index ce4c79b94225..88c689e34557 100644 --- a/offapi/com/sun/star/rendering/TextHit.idl +++ b/offapi/com/sun/star/rendering/TextHit.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published struct TextHit +struct TextHit { /** This contains the entry index.<p> diff --git a/offapi/com/sun/star/rendering/Texture.idl b/offapi/com/sun/star/rendering/Texture.idl index 618ff9e1cbba..f81179d2f7ef 100644 --- a/offapi/com/sun/star/rendering/Texture.idl +++ b/offapi/com/sun/star/rendering/Texture.idl @@ -32,8 +32,8 @@ module com { module sun { module star { module rendering { -published interface XBitmap; -published interface XParametricPolyPolygon2D; +interface XBitmap; +interface XParametricPolyPolygon2D; /** Contains all information needed to define a texture.<p> @@ -49,7 +49,7 @@ published interface XParametricPolyPolygon2D; @since OOo 2.0 */ -published struct Texture +struct Texture { /** Texture transformation from texture to primitive space.<p> diff --git a/offapi/com/sun/star/rendering/ViewState.idl b/offapi/com/sun/star/rendering/ViewState.idl index af699b5b7168..bd82489d62cb 100644 --- a/offapi/com/sun/star/rendering/ViewState.idl +++ b/offapi/com/sun/star/rendering/ViewState.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module rendering { -published interface XPolyPolygon2D; +interface XPolyPolygon2D; /** This structure contains information considered the view state.<p> @@ -41,7 +41,7 @@ published interface XPolyPolygon2D; @since OOo 2.0 */ -published struct ViewState +struct ViewState { /** The affine transform associated with the view.<p> diff --git a/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl b/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl index 177e339d4d1b..b33238208707 100644 --- a/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl +++ b/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ - published exception VolatileContentDestroyedException : ::com::sun::star::uno::Exception + exception VolatileContentDestroyedException : ::com::sun::star::uno::Exception { }; diff --git a/offapi/com/sun/star/rendering/XAnimatedSprite.idl b/offapi/com/sun/star/rendering/XAnimatedSprite.idl index 8a2ca31a1bea..240d4297e870 100644 --- a/offapi/com/sun/star/rendering/XAnimatedSprite.idl +++ b/offapi/com/sun/star/rendering/XAnimatedSprite.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published interface XAnimatedSprite : XSprite +interface XAnimatedSprite : XSprite { /** Start animation sequence of this sprite.<p> diff --git a/offapi/com/sun/star/rendering/XAnimation.idl b/offapi/com/sun/star/rendering/XAnimation.idl index b3cb47c1438a..184465033d0f 100644 --- a/offapi/com/sun/star/rendering/XAnimation.idl +++ b/offapi/com/sun/star/rendering/XAnimation.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published interface XAnimation : ::com::sun::star::uno::XInterface +interface XAnimation : ::com::sun::star::uno::XInterface { /** Render the animation content at time t into the specified canvas.<p> diff --git a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl index 077bc2bc5cec..93cba75d923f 100644 --- a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl +++ b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published interface XBezierPolyPolygon2D : XPolyPolygon2D +interface XBezierPolyPolygon2D : XPolyPolygon2D { /** Query subset of this poly-polygon.<p> diff --git a/offapi/com/sun/star/rendering/XBitmap.idl b/offapi/com/sun/star/rendering/XBitmap.idl index d60b367fffab..5e84be43db86 100644 --- a/offapi/com/sun/star/rendering/XBitmap.idl +++ b/offapi/com/sun/star/rendering/XBitmap.idl @@ -35,6 +35,8 @@ module com { module sun { module star { module rendering { +interface XBitmapCanvas; + /** This is a generic interface to a bitmap.<p> This interface contains the generic functionality to be used on @@ -45,14 +47,14 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published interface XBitmap : ::com::sun::star::uno::XInterface +interface XBitmap : ::com::sun::star::uno::XInterface { /** Query the size of the bitmap.<p> This method queries the bitmap size in pixel.<p> @return the bitmap size in pixel. - */ + */ ::com::sun::star::geometry::IntegerSize2D getSize(); //------------------------------------------------------------------------- @@ -68,7 +70,7 @@ published interface XBitmap : ::com::sun::star::uno::XInterface @return <TRUE/>, if the bitmap has alpha data, or <FALSE/> if not. - */ + */ boolean hasAlpha(); //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/rendering/XBitmapCanvas.idl b/offapi/com/sun/star/rendering/XBitmapCanvas.idl index 2dcab8f2ad84..559d79bc1349 100644 --- a/offapi/com/sun/star/rendering/XBitmapCanvas.idl +++ b/offapi/com/sun/star/rendering/XBitmapCanvas.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published interface XBitmapCanvas : XCanvas +interface XBitmapCanvas : XCanvas { /** This method copies a rectangular area from a place of one canvas to a place on another.<p> diff --git a/offapi/com/sun/star/rendering/XBufferController.idl b/offapi/com/sun/star/rendering/XBufferController.idl index cbffea6efbf4..2c741d3d4263 100644 --- a/offapi/com/sun/star/rendering/XBufferController.idl +++ b/offapi/com/sun/star/rendering/XBufferController.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published interface XBufferController : ::com::sun::star::uno::XInterface +interface XBufferController : ::com::sun::star::uno::XInterface { /** Create the given number of background buffers.<p> @@ -57,7 +57,7 @@ published interface XBufferController : ::com::sun::star::uno::XInterface @throws <type>com::sun::star::lang::IllegalArgumentException</type> if nBuffers is smaller than one. - */ + */ long createBuffers( [in] long nBuffers ) raises (com::sun::star::lang::IllegalArgumentException); diff --git a/offapi/com/sun/star/rendering/XCachedPrimitive.idl b/offapi/com/sun/star/rendering/XCachedPrimitive.idl index ff029831a395..9a4edb0aa71e 100644 --- a/offapi/com/sun/star/rendering/XCachedPrimitive.idl +++ b/offapi/com/sun/star/rendering/XCachedPrimitive.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published interface XCachedPrimitive : ::com::sun::star::uno::XInterface +interface XCachedPrimitive : ::com::sun::star::uno::XInterface { /** Redraw the cached primitive.<p> diff --git a/offapi/com/sun/star/rendering/XCanvas.idl b/offapi/com/sun/star/rendering/XCanvas.idl index 2c80da4d8cc9..7760e2c340e8 100644 --- a/offapi/com/sun/star/rendering/XCanvas.idl +++ b/offapi/com/sun/star/rendering/XCanvas.idl @@ -45,17 +45,17 @@ module com { module sun { module star { module geometry { - published interface XMapping2D; + interface XMapping2D; }; }; }; }; module com { module sun { module star { module rendering { -published interface XCanvasFont; -published interface XPolyPolygon2D; -published interface XCachedPrimitive; -published interface XBitmap; -published interface XGraphicDevice; -published interface XTextLayout; +interface XCanvasFont; +interface XPolyPolygon2D; +interface XCachedPrimitive; +interface XBitmap; +interface XGraphicDevice; +interface XTextLayout; /** Central interface for rendering.<p> @@ -119,7 +119,7 @@ published interface XTextLayout; @since OOo 2.0 */ -published interface XCanvas : ::com::sun::star::uno::XInterface +interface XCanvas : ::com::sun::star::uno::XInterface { /** Clear the whole canvas area.<p> @@ -371,7 +371,7 @@ published interface XCanvas : ::com::sun::star::uno::XInterface if one of the view and render state parameters are outside the specified range. */ - XPolyPolygon2D queryStrokeShapes( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderState aRenderState, [in] StrokeAttributes aStrokeAttributes ) + XPolyPolygon2D queryStrokeShapes( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderState aRenderState, [in] StrokeAttributes aStrokeAttributes ) raises (com::sun::star::lang::IllegalArgumentException); //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/rendering/XCanvasFont.idl b/offapi/com/sun/star/rendering/XCanvasFont.idl index 77960e7a7ce6..5912659769e8 100644 --- a/offapi/com/sun/star/rendering/XCanvasFont.idl +++ b/offapi/com/sun/star/rendering/XCanvasFont.idl @@ -40,15 +40,15 @@ module com { module sun { module star { module rendering { -published interface XCanvas; -published interface XTextLayout; -published interface XPolyPolygon2D; +interface XCanvas; +interface XTextLayout; +interface XPolyPolygon2D; /** This interface provides access to a specific, XCanvas-dependent font incarnation. This font is not universally usable, but belongs to the XCanvas it was queried from. */ -published interface XCanvasFont : ::com::sun::star::uno::XInterface +interface XCanvasFont : ::com::sun::star::uno::XInterface { /** Create a text layout interface.<p> @@ -103,7 +103,7 @@ published interface XCanvasFont : ::com::sun::star::uno::XInterface contained in the list returned by this method can lead to visible disturbances.<p> */ - sequence< double > getAvailableSizes(); + sequence< double > getAvailableSizes(); //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/rendering/XColorSpace.idl b/offapi/com/sun/star/rendering/XColorSpace.idl index ed624c9b0f12..efe6abd515e0 100644 --- a/offapi/com/sun/star/rendering/XColorSpace.idl +++ b/offapi/com/sun/star/rendering/XColorSpace.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module rendering { e.g. <type>XIntegerBitmapColorSpace</type>, which use sequences of integers for color representation.<p> */ -published interface XColorSpace +interface XColorSpace { /** Query type of this color space.<p> diff --git a/offapi/com/sun/star/rendering/XCustomSprite.idl b/offapi/com/sun/star/rendering/XCustomSprite.idl index bbc01238a1c5..32e332a90645 100644 --- a/offapi/com/sun/star/rendering/XCustomSprite.idl +++ b/offapi/com/sun/star/rendering/XCustomSprite.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module rendering { -published interface XCanvas; +interface XCanvas; /** Interface to control a custom sprite object on a XSpriteCanvas.<p> @@ -45,7 +45,7 @@ published interface XCanvas; TODO: Maybe more than alpha has to be overridden from render state. TODO: Provide means to change the output area */ -published interface XCustomSprite : XSprite +interface XCustomSprite : XSprite { /** Query a render canvas for this sprite's content.<p> diff --git a/offapi/com/sun/star/rendering/XGraphicDevice.idl b/offapi/com/sun/star/rendering/XGraphicDevice.idl index 8edddb42cb88..071d06662bcd 100644 --- a/offapi/com/sun/star/rendering/XGraphicDevice.idl +++ b/offapi/com/sun/star/rendering/XGraphicDevice.idl @@ -38,9 +38,9 @@ module com { module sun { module star { module rendering { -published interface XBitmap; -published interface XVolatileBitmap; -published interface XBufferController; +interface XBitmap; +interface XVolatileBitmap; +interface XBufferController; /* TODO: There's obviously a concept called window missing here, where methods such as bufferController, fullscreen mode etc . belong @@ -62,7 +62,7 @@ published interface XBufferController; have this state, it might even be that all windows on the screen share a common graphic device. */ -published interface XGraphicDevice : ::com::sun::star::uno::XInterface +interface XGraphicDevice : ::com::sun::star::uno::XInterface { /** Query the controller for multi buffering functionality on this graphic device. @@ -114,7 +114,7 @@ published interface XGraphicDevice : ::com::sun::star::uno::XInterface @param points The points of the poly-polygon, in a separate array for every polygon. */ - XLinePolyPolygon2D createCompatibleLinePolyPolygon( [in] sequence< sequence< ::com::sun::star::geometry::RealPoint2D > > points ); + XLinePolyPolygon2D createCompatibleLinePolyPolygon( [in] sequence< sequence< ::com::sun::star::geometry::RealPoint2D > > points ); //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl b/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl index 691a1bec3bdd..bef010fe64b6 100644 --- a/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl +++ b/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published interface XLinePolyPolygon2D : XPolyPolygon2D +interface XLinePolyPolygon2D : XPolyPolygon2D { /** Query subset of this poly-polygon, starting at the given polygon and the given point within that polygon, and diff --git a/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl index cd39037502b1..d63e61d7211d 100644 --- a/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl +++ b/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module rendering { [0,1]x[0,1] rectangle. At least that is the dimension expected at other places. e.g. <type>Texture</type>. */ -published interface XParametricPolyPolygon2D : ::com::sun::star::uno::XInterface +interface XParametricPolyPolygon2D : ::com::sun::star::uno::XInterface { /** Query the polygonal outline at the specified value. @@ -57,7 +57,7 @@ published interface XParametricPolyPolygon2D : ::com::sun::star::uno::XInterface with t (unless singularities in e.g. the resulting gradient are desired). */ - XPolyPolygon2D getOutline( [in] double t ) + XPolyPolygon2D getOutline( [in] double t ) raises (com::sun::star::lang::IllegalArgumentException); //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/rendering/XPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XPolyPolygon2D.idl index 0d7cf339b1fb..04953a2a74ce 100644 --- a/offapi/com/sun/star/rendering/XPolyPolygon2D.idl +++ b/offapi/com/sun/star/rendering/XPolyPolygon2D.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module rendering { @since OOo 2.0 */ -published interface XPolyPolygon2D : ::com::sun::star::uno::XInterface +interface XPolyPolygon2D : ::com::sun::star::uno::XInterface { /** Add the specified poly-polygon at the given position. diff --git a/offapi/com/sun/star/rendering/XSprite.idl b/offapi/com/sun/star/rendering/XSprite.idl index 76348558fef0..d97555f856c2 100644 --- a/offapi/com/sun/star/rendering/XSprite.idl +++ b/offapi/com/sun/star/rendering/XSprite.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module rendering { <type>XSpriteCanvas</type>. Sprites are moving, back-buffered objects.<p> */ -published interface XSprite : ::com::sun::star::uno::XInterface +interface XSprite : ::com::sun::star::uno::XInterface { /** Set overall transparency of the sprite.<p> diff --git a/offapi/com/sun/star/rendering/XSpriteCanvas.idl b/offapi/com/sun/star/rendering/XSpriteCanvas.idl index eeafd90f71df..0802ba1acdfb 100644 --- a/offapi/com/sun/star/rendering/XSpriteCanvas.idl +++ b/offapi/com/sun/star/rendering/XSpriteCanvas.idl @@ -34,9 +34,9 @@ module com { module sun { module star { module rendering { -published interface XSprite; -published interface XAnimatedSprite; -published interface XCustomSprite; +interface XSprite; +interface XAnimatedSprite; +interface XCustomSprite; /** Specialization of a XBitmapCanvas, where moving, animated objects (called sprites) are supported.<p> @@ -54,7 +54,7 @@ published interface XCustomSprite; you don't need sprite functionality, and don't want the updateScreen hassle, simply use the XBitmapCanvas. */ -published interface XSpriteCanvas : XBitmapCanvas +interface XSpriteCanvas : XBitmapCanvas { /** Create a sprite object from the specified animation sequence. A sprite is a back-buffered object with its own, @@ -122,7 +122,7 @@ published interface XSpriteCanvas : XBitmapCanvas raises (com::sun::star::lang::IllegalArgumentException); /** Tells the sprite canvas to now update the screen - representation. + representation. Required to display rendered changes to the canvas, and updates to stopped animations and XCustomSprites in diff --git a/offapi/com/sun/star/rendering/XTextLayout.idl b/offapi/com/sun/star/rendering/XTextLayout.idl index 751076749b9b..7c9349c3bc7e 100644 --- a/offapi/com/sun/star/rendering/XTextLayout.idl +++ b/offapi/com/sun/star/rendering/XTextLayout.idl @@ -42,9 +42,9 @@ module com { module sun { module star { module rendering { -published interface XCanvas; -published interface XCanvasFont; -published interface XPolyPolygon2D; +interface XCanvas; +interface XCanvasFont; +interface XPolyPolygon2D; /** This is the central interface for text layouting.<p> @@ -70,7 +70,7 @@ published interface XPolyPolygon2D; @since OOo 2.0 */ -published interface XTextLayout : ::com::sun::star::uno::XInterface +interface XTextLayout : ::com::sun::star::uno::XInterface { /** Extract the polygonal shapes of the layouted text.<p> diff --git a/offapi/com/sun/star/rendering/XVolatileBitmap.idl b/offapi/com/sun/star/rendering/XVolatileBitmap.idl index 4803b3c1ec8c..4d6555b6b348 100644 --- a/offapi/com/sun/star/rendering/XVolatileBitmap.idl +++ b/offapi/com/sun/star/rendering/XVolatileBitmap.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module rendering { /** This is a specialized interface to a volatile bitmap (which can become invalid at any point in time). */ -published interface XVolatileBitmap : XBitmap +interface XVolatileBitmap : XBitmap { /** Query whether this volatile bitmap still has valid content. diff --git a/offapi/com/sun/star/report/Calculation.idl b/offapi/com/sun/star/report/Calculation.idl index 3e4611345f4c..228f7291c086 100644 --- a/offapi/com/sun/star/report/Calculation.idl +++ b/offapi/com/sun/star/report/Calculation.idl @@ -37,7 +37,7 @@ /** Specifies how to calculate a value. @see XFormattedField */ -published constants Calculation +constants Calculation { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/report/ForceNewPage.idl b/offapi/com/sun/star/report/ForceNewPage.idl index 3be6d1aeb4fd..68ea39c00f53 100644 --- a/offapi/com/sun/star/report/ForceNewPage.idl +++ b/offapi/com/sun/star/report/ForceNewPage.idl @@ -38,7 +38,7 @@ <p>This does not apply to page header or page footer.</p> @see XSection */ -published constants ForceNewPage +constants ForceNewPage { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/report/GroupKeepTogether.idl b/offapi/com/sun/star/report/GroupKeepTogether.idl index 1a6adbca5bab..8c3a7110c2e4 100644 --- a/offapi/com/sun/star/report/GroupKeepTogether.idl +++ b/offapi/com/sun/star/report/GroupKeepTogether.idl @@ -38,7 +38,7 @@ <member scope="XGroup">KeepTogether</member> set to WHOLE_GROUP or WITH_FIRST_DETAIL will keep together by page or column. @see XGroup */ -published constants GroupKeepTogether +constants GroupKeepTogether { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/report/GroupOn.idl b/offapi/com/sun/star/report/GroupOn.idl index 8a9cbecc13ce..e3959e8885c7 100644 --- a/offapi/com/sun/star/report/GroupOn.idl +++ b/offapi/com/sun/star/report/GroupOn.idl @@ -37,7 +37,7 @@ /** Specifies how to group data. @see XGroup */ -published constants GroupOn +constants GroupOn { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/report/KeepTogether.idl b/offapi/com/sun/star/report/KeepTogether.idl index f004c3f17993..0a5ccbc70d26 100644 --- a/offapi/com/sun/star/report/KeepTogether.idl +++ b/offapi/com/sun/star/report/KeepTogether.idl @@ -37,7 +37,7 @@ /** Specifies that a group header, detail, and footer section is printed on the same page. @see XGroup */ -published constants KeepTogether +constants KeepTogether { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/report/ReportPrintOption.idl b/offapi/com/sun/star/report/ReportPrintOption.idl index a73db543672c..2396c16b5b40 100644 --- a/offapi/com/sun/star/report/ReportPrintOption.idl +++ b/offapi/com/sun/star/report/ReportPrintOption.idl @@ -36,7 +36,7 @@ /** Specifies whether a page header or footer is printed on the same page as the report header or report footer. */ -published constants ReportPrintOption +constants ReportPrintOption { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/report/SectionPageBreak.idl b/offapi/com/sun/star/report/SectionPageBreak.idl index abf9352013ea..04af47ae1609 100644 --- a/offapi/com/sun/star/report/SectionPageBreak.idl +++ b/offapi/com/sun/star/report/SectionPageBreak.idl @@ -37,7 +37,7 @@ /** Specifies that page breaks are allowed inside this section. @see XSection */ -published constants SectionPageBreak +constants SectionPageBreak { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/report/XFixedLine.idl b/offapi/com/sun/star/report/XFixedLine.idl index 32ea1898a5ba..01696abec1c1 100644 --- a/offapi/com/sun/star/report/XFixedLine.idl +++ b/offapi/com/sun/star/report/XFixedLine.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module report { //============================================================================= -published interface XFixedLine +interface XFixedLine { interface XReportControlModel; diff --git a/offapi/com/sun/star/report/XFixedText.idl b/offapi/com/sun/star/report/XFixedText.idl index fb2bd9196e4e..2698d23760b4 100644 --- a/offapi/com/sun/star/report/XFixedText.idl +++ b/offapi/com/sun/star/report/XFixedText.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module report { //============================================================================= -published interface XFixedText +interface XFixedText { interface XReportControlModel; diff --git a/offapi/com/sun/star/report/XFormatCondition.idl b/offapi/com/sun/star/report/XFormatCondition.idl index 15644341d8cc..d130b3a9750c 100644 --- a/offapi/com/sun/star/report/XFormatCondition.idl +++ b/offapi/com/sun/star/report/XFormatCondition.idl @@ -34,7 +34,7 @@ //============================================================================= /** specifies a format condition for a control. */ -published interface XFormatCondition +interface XFormatCondition { interface XReportControlFormat; diff --git a/offapi/com/sun/star/report/XFormattedField.idl b/offapi/com/sun/star/report/XFormattedField.idl index 38367ef99599..5b967e2609c7 100644 --- a/offapi/com/sun/star/report/XFormattedField.idl +++ b/offapi/com/sun/star/report/XFormattedField.idl @@ -40,7 +40,7 @@ @see com::sun::star::report::XReportControlModel @see com::sun::star::util::XNumberFormatsSupplier */ -published interface XFormattedField +interface XFormattedField { interface XReportControlModel; diff --git a/offapi/com/sun/star/report/XFunction.idl b/offapi/com/sun/star/report/XFunction.idl index 1de5ab69f2a3..8f06200f7606 100644 --- a/offapi/com/sun/star/report/XFunction.idl +++ b/offapi/com/sun/star/report/XFunction.idl @@ -36,7 +36,7 @@ //============================================================================= /** specifies a format condition for a control. */ -published interface XFunction +interface XFunction { /** gives access to the properties. */ diff --git a/offapi/com/sun/star/report/XFunctions.idl b/offapi/com/sun/star/report/XFunctions.idl index efad49b98fc5..dba5fec7cc35 100644 --- a/offapi/com/sun/star/report/XFunctions.idl +++ b/offapi/com/sun/star/report/XFunctions.idl @@ -34,15 +34,15 @@ //============================================================================= module com { module sun { module star { module report { -published interface XReportDefinition; -published interface XFunction; +interface XReportDefinition; +interface XFunction; //============================================================================= /** This interface specifies the functions collections of the report definition or a group. @see XFunction @see XReportDefinition */ -published interface XFunctions +interface XFunctions { /** allows to register listeners to be notified of changes in the container. */ diff --git a/offapi/com/sun/star/report/XFunctionsSupplier.idl b/offapi/com/sun/star/report/XFunctionsSupplier.idl index 8902eba6b1b0..f3fa7f23bb47 100644 --- a/offapi/com/sun/star/report/XFunctionsSupplier.idl +++ b/offapi/com/sun/star/report/XFunctionsSupplier.idl @@ -32,10 +32,11 @@ //============================================================================= module com { module sun { module star { module report { //============================================================================= -published interface XFunctions; + +interface XFunctions; /** specifies the functions supplier which are located in a report definition or a group. */ -published interface XFunctionsSupplier +interface XFunctionsSupplier { /** access to the functions */ diff --git a/offapi/com/sun/star/report/XGroup.idl b/offapi/com/sun/star/report/XGroup.idl index 3ead87e36b63..fb765cd1079b 100644 --- a/offapi/com/sun/star/report/XGroup.idl +++ b/offapi/com/sun/star/report/XGroup.idl @@ -42,7 +42,7 @@ @see XReportDefinition @see XGroups */ -published interface XGroup +interface XGroup { /** allows access to the groups collection of the report. */ diff --git a/offapi/com/sun/star/report/XGroups.idl b/offapi/com/sun/star/report/XGroups.idl index 21df874d7e3b..f49321388e33 100644 --- a/offapi/com/sun/star/report/XGroups.idl +++ b/offapi/com/sun/star/report/XGroups.idl @@ -34,15 +34,15 @@ //============================================================================= module com { module sun { module star { module report { -published interface XReportDefinition; -published interface XGroup; +interface XReportDefinition; +interface XGroup; //============================================================================= /** This interface specifies the groups collections of the report definition. @see XGroup @see XReportDefinition */ -published interface XGroups +interface XGroups { /** allows to register listeners to be notified of changes in the container. */ diff --git a/offapi/com/sun/star/report/XImageControl.idl b/offapi/com/sun/star/report/XImageControl.idl index 569d3b3eeffd..5da81d132f98 100644 --- a/offapi/com/sun/star/report/XImageControl.idl +++ b/offapi/com/sun/star/report/XImageControl.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module report { //============================================================================= -published interface XImageControl +interface XImageControl { interface XReportControlModel; diff --git a/offapi/com/sun/star/report/XReportComponent.idl b/offapi/com/sun/star/report/XReportComponent.idl index 519f6bc32c95..588b9aca770e 100644 --- a/offapi/com/sun/star/report/XReportComponent.idl +++ b/offapi/com/sun/star/report/XReportComponent.idl @@ -41,15 +41,13 @@ //============================================================================= module com { module sun { module star { module report { - -published interface XSection; - + interface XSection; //============================================================================= /** describes a component which may be part of a report. @see XReportDefinition */ -published interface XReportComponent +interface XReportComponent { interface com::sun::star::util::XCloneable; /** identifies the component as a candidate for being part of a report. diff --git a/offapi/com/sun/star/report/XReportControlFormat.idl b/offapi/com/sun/star/report/XReportControlFormat.idl index 0cb7b57b7f03..11e02dbaaef6 100644 --- a/offapi/com/sun/star/report/XReportControlFormat.idl +++ b/offapi/com/sun/star/report/XReportControlFormat.idl @@ -42,7 +42,7 @@ //============================================================================= /** specifies a format condition for a control. */ -published interface XReportControlFormat +interface XReportControlFormat { /** specifies the background color (RGB) of the control. */ diff --git a/offapi/com/sun/star/report/XReportControlModel.idl b/offapi/com/sun/star/report/XReportControlModel.idl index 0ba6667f96e2..827c49848eaa 100644 --- a/offapi/com/sun/star/report/XReportControlModel.idl +++ b/offapi/com/sun/star/report/XReportControlModel.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module report { //============================================================================= -published interface XReportControlModel +interface XReportControlModel { /** allows the creation of sub reports. */ diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl index 82e90b80a328..f4acac36a95a 100644 --- a/offapi/com/sun/star/report/XReportDefinition.idl +++ b/offapi/com/sun/star/report/XReportDefinition.idl @@ -54,8 +54,8 @@ published interface XConnection; module com { module sun { module star { module report { - published interface XSection; - published interface XGroups; + interface XSection; + interface XGroups; //============================================================================= /** identifies a <type>XReportComponent</type> as being a (sub-) report. @@ -69,7 +69,7 @@ published interface XConnection; @see XReportComponent */ -published interface XReportDefinition +interface XReportDefinition { /** allows the access to the model embedded in the database storage. */ diff --git a/offapi/com/sun/star/report/XReportEngine.idl b/offapi/com/sun/star/report/XReportEngine.idl index fbf6648e2152..87f11565bcc0 100644 --- a/offapi/com/sun/star/report/XReportEngine.idl +++ b/offapi/com/sun/star/report/XReportEngine.idl @@ -54,7 +54,7 @@ module com { module sun { module star { module report { @see com.sun.star.document.OfficeDocument */ -published interface XReportEngine +interface XReportEngine { /** allows life-time control of report engine. */ diff --git a/offapi/com/sun/star/report/XSection.idl b/offapi/com/sun/star/report/XSection.idl index eaa888a2961a..5316a8e197e3 100644 --- a/offapi/com/sun/star/report/XSection.idl +++ b/offapi/com/sun/star/report/XSection.idl @@ -38,7 +38,7 @@ //============================================================================= module com { module sun { module star { module report { - published interface XGroup; + interface XGroup; //============================================================================= /** identifies a <type>XSection</type> inside a report. @@ -50,7 +50,7 @@ @see XReportDefinition @see XGroup */ -published interface XSection +interface XSection { /** allows to navigate to group or report definition. */ diff --git a/offapi/com/sun/star/report/XShape.idl b/offapi/com/sun/star/report/XShape.idl index 2f94c934e1c9..f434b6dc48a1 100644 --- a/offapi/com/sun/star/report/XShape.idl +++ b/offapi/com/sun/star/report/XShape.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module report { //============================================================================= -published interface XShape +interface XShape { interface XReportControlModel; diff --git a/offapi/com/sun/star/report/inspection/DataProviderHandler.idl b/offapi/com/sun/star/report/inspection/DataProviderHandler.idl index 68bc96a4281a..6403baf031ec 100644 --- a/offapi/com/sun/star/report/inspection/DataProviderHandler.idl +++ b/offapi/com/sun/star/report/inspection/DataProviderHandler.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module report { module inspection { @see com::sun::star::inspection::XPropertyHandler */ -published service DataProviderHandler +service DataProviderHandler { interface com::sun::star::inspection::XPropertyHandler; }; diff --git a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl index d0257ab5adbb..ae312c858e99 100644 --- a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl +++ b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module report { module inspection { @see com::sun::star::inspection::XObjectInspectorModel::HandlerFactories */ -published service DefaultComponentInspectorModel : com::sun::star::inspection::XObjectInspectorModel +service DefaultComponentInspectorModel : com::sun::star::inspection::XObjectInspectorModel { /** creates a default DefaultComponentInspectorModel, providing factories for all handlers listed above. diff --git a/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl b/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl index 827e96c48499..b7bbffd48c63 100644 --- a/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl +++ b/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module report { module inspection { @see com::sun::star::inspection::XPropertyHandler */ -published service ReportComponentHandler +service ReportComponentHandler { interface com::sun::star::inspection::XPropertyHandler; }; diff --git a/offapi/com/sun/star/report/meta/XFormulaParser.idl b/offapi/com/sun/star/report/meta/XFormulaParser.idl index 61bbba184baa..96ae63f4c5e8 100644 --- a/offapi/com/sun/star/report/meta/XFormulaParser.idl +++ b/offapi/com/sun/star/report/meta/XFormulaParser.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module report { module meta { /** identifies a <type>XFormulaParser</type> which allows to retrieve the meta data of all supported functions. */ -published interface XFormulaParser +interface XFormulaParser { /** allows life-time control of report engine. */ diff --git a/offapi/com/sun/star/report/meta/XFunctionCategory.idl b/offapi/com/sun/star/report/meta/XFunctionCategory.idl index d60af9d707ae..2163a0028ea9 100644 --- a/offapi/com/sun/star/report/meta/XFunctionCategory.idl +++ b/offapi/com/sun/star/report/meta/XFunctionCategory.idl @@ -34,12 +34,12 @@ //============================================================================= module com { module sun { module star { module report { module meta { -published interface XFunctionDescription; +interface XFunctionDescription; /** identifies a <type>XFunctionCategory</type> which allows to retrieve the meta data of all supported functions. */ -published interface XFunctionCategory +interface XFunctionCategory { /** gives access to the properties. */ diff --git a/offapi/com/sun/star/report/meta/XFunctionDescription.idl b/offapi/com/sun/star/report/meta/XFunctionDescription.idl index ac92a69481e5..9ed060bcaa85 100644 --- a/offapi/com/sun/star/report/meta/XFunctionDescription.idl +++ b/offapi/com/sun/star/report/meta/XFunctionDescription.idl @@ -34,12 +34,12 @@ //============================================================================= module com { module sun { module star { module report { module meta { -published interface XFunctionCategory; +interface XFunctionCategory; /** identifies a <type>XFunctionDescription</type> which allows to retrieve the meta data of all supported functions. */ -published interface XFunctionDescription +interface XFunctionDescription { /** gives access to the properties. */ diff --git a/offapi/com/sun/star/report/meta/XFunctionManager.idl b/offapi/com/sun/star/report/meta/XFunctionManager.idl index 312313e4edd5..78075c96808f 100644 --- a/offapi/com/sun/star/report/meta/XFunctionManager.idl +++ b/offapi/com/sun/star/report/meta/XFunctionManager.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module report { module meta { /** identifies a <type>XFunctionManager</type> which allows to retrieve the meta data of all supported functions. */ -published interface XFunctionManager +interface XFunctionManager { /** allows life-time control of report engine. */ diff --git a/offapi/com/sun/star/resource/StringResourceWithLocation.idl b/offapi/com/sun/star/resource/StringResourceWithLocation.idl index 089de5469f1f..550bcdbbff76 100644 --- a/offapi/com/sun/star/resource/StringResourceWithLocation.idl +++ b/offapi/com/sun/star/resource/StringResourceWithLocation.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module resource { /** specifies a service providing access to a resource string table implementing the <type scope="com::sun::star::resource">XStringResourceWithLocation</type> interface. */ -published service StringResourceWithLocation : com::sun::star::resource::XStringResourceWithLocation +service StringResourceWithLocation : com::sun::star::resource::XStringResourceWithLocation { /** is used to initialize the object on its creation. diff --git a/offapi/com/sun/star/resource/XStringResourceManager.idl b/offapi/com/sun/star/resource/XStringResourceManager.idl index df13f2b18e0b..c05d92b8f03a 100644 --- a/offapi/com/sun/star/resource/XStringResourceManager.idl +++ b/offapi/com/sun/star/resource/XStringResourceManager.idl @@ -54,7 +54,7 @@ module com { module sun { module star { module resource { localized dialogs. */ -published interface XStringResourceManager: com::sun::star::resource::XStringResourceResolver +interface XStringResourceManager: com::sun::star::resource::XStringResourceResolver { /** Returns the resource's read only state diff --git a/offapi/com/sun/star/resource/XStringResourcePersistence.idl b/offapi/com/sun/star/resource/XStringResourcePersistence.idl index 38efb3249334..dc110398d388 100644 --- a/offapi/com/sun/star/resource/XStringResourcePersistence.idl +++ b/offapi/com/sun/star/resource/XStringResourcePersistence.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module resource { @see <type>XStringResourceManager</type>. */ -published interface XStringResourcePersistence: com::sun::star::resource::XStringResourceManager +interface XStringResourcePersistence: com::sun::star::resource::XStringResourceManager { /** Stores all string table data respectively all data modified since diff --git a/offapi/com/sun/star/resource/XStringResourceResolver.idl b/offapi/com/sun/star/resource/XStringResourceResolver.idl index f10b6d711a18..59153a3fac58 100644 --- a/offapi/com/sun/star/resource/XStringResourceResolver.idl +++ b/offapi/com/sun/star/resource/XStringResourceResolver.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module resource { But also changing the locale at runtime can be supported in this way. */ -published interface XStringResourceResolver: com::sun::star::util::XModifyBroadcaster +interface XStringResourceResolver: com::sun::star::util::XModifyBroadcaster { /** Resolves the passed ResoureID for the current locale. This diff --git a/offapi/com/sun/star/resource/XStringResourceWithLocation.idl b/offapi/com/sun/star/resource/XStringResourceWithLocation.idl index 6c66f78c294f..b493dc92cf9a 100644 --- a/offapi/com/sun/star/resource/XStringResourceWithLocation.idl +++ b/offapi/com/sun/star/resource/XStringResourceWithLocation.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module resource { @see <type>XStringResourcePersistence</type>. */ -published interface XStringResourceWithLocation: com::sun::star::resource::XStringResourcePersistence +interface XStringResourceWithLocation: com::sun::star::resource::XStringResourcePersistence { /** Stores all string table data to a location and associates this location diff --git a/offapi/com/sun/star/sdb/XDocumentDataSource.idl b/offapi/com/sun/star/sdb/XDocumentDataSource.idl index 04fda8584eb0..5f6148c11355 100644 --- a/offapi/com/sun/star/sdb/XDocumentDataSource.idl +++ b/offapi/com/sun/star/sdb/XDocumentDataSource.idl @@ -41,7 +41,7 @@ </p> @see OfficeDatabaseDocument */ -published interface XDocumentDataSource +interface XDocumentDataSource { /** provides access to the one and only <type>OfficeDatabaseDocument</type> which the data source is based on. diff --git a/offapi/com/sun/star/sdb/XFormDocumentsSupplier.idl b/offapi/com/sun/star/sdb/XFormDocumentsSupplier.idl index e47b1f8dec15..c3e125fdc940 100644 --- a/offapi/com/sun/star/sdb/XFormDocumentsSupplier.idl +++ b/offapi/com/sun/star/sdb/XFormDocumentsSupplier.idl @@ -37,7 +37,7 @@ /** provides the access to a container of database forms. @see Forms */ -published interface XFormDocumentsSupplier: com::sun::star::uno::XInterface +interface XFormDocumentsSupplier: com::sun::star::uno::XInterface { /** returns the container of forms. diff --git a/offapi/com/sun/star/sdb/XOfficeDatabaseDocument.idl b/offapi/com/sun/star/sdb/XOfficeDatabaseDocument.idl index 7440c62476dd..ef7cdee0f173 100644 --- a/offapi/com/sun/star/sdb/XOfficeDatabaseDocument.idl +++ b/offapi/com/sun/star/sdb/XOfficeDatabaseDocument.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module sdb { //============================================================================= /** simplifies the accessing of data sources, and it's corresponding database document and forms, and reports. */ -published interface XOfficeDatabaseDocument +interface XOfficeDatabaseDocument { /** allows to access the supplier for forms. @see com::sun::star::sdb::Forms diff --git a/offapi/com/sun/star/sdb/XReportDocumentsSupplier.idl b/offapi/com/sun/star/sdb/XReportDocumentsSupplier.idl index d0489cf544f7..db17d331f03b 100644 --- a/offapi/com/sun/star/sdb/XReportDocumentsSupplier.idl +++ b/offapi/com/sun/star/sdb/XReportDocumentsSupplier.idl @@ -37,7 +37,7 @@ /** provides the access to a container of database reports. @see Reports */ -published interface XReportDocumentsSupplier: com::sun::star::uno::XInterface +interface XReportDocumentsSupplier: com::sun::star::uno::XInterface { /** returns the container of reports. diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl index b00af59a7c35..84f1ba95d7c3 100644 --- a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl +++ b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl @@ -32,7 +32,7 @@ #include <com/sun/star/sdbc/SQLException.idl> module com { module sun { module star { module container { -published interface XIndexAccess; +interface XIndexAccess; };};};}; //============================================================================= @@ -47,7 +47,7 @@ published interface XIndexAccess; structure of the used query. </p> */ -published interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface +interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface { /** returns the query. diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl index f3af1cd777af..ba7f716c58c5 100644 --- a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl +++ b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl @@ -50,7 +50,7 @@ @see com::sun::star::sdb::SingleSelectQueryComposer */ -published interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer +interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer { //------------------------------------------------------------------------- // FILTER @@ -203,7 +203,7 @@ published interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer if a database access error occurs. */ void appendOrderByColumn([in] com::sun::star::beans::XPropertySet column, - [in] boolean ascending) + [in] boolean ascending) raises (com::sun::star::sdbc::SQLException); //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/sdb/XSubDocument.idl b/offapi/com/sun/star/sdb/XSubDocument.idl index 2f9e86b10df6..120280fd7ef3 100644 --- a/offapi/com/sun/star/sdb/XSubDocument.idl +++ b/offapi/com/sun/star/sdb/XSubDocument.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module sdb { @since OOo 3.1 */ -published interface XSubDocument +interface XSubDocument { /** opens the sub document diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl index 527186f4046b..aef6d49dff40 100644 --- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl +++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl @@ -54,7 +54,7 @@ module com { module sun { module star { module sdb { module application { @since OOo 2.2 */ -published interface XDatabaseDocumentUI +interface XDatabaseDocumentUI { /** provides access to the data source belong to the database document */ diff --git a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl index 2f35b5a84fda..9f74750c630b 100644 --- a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl +++ b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl @@ -33,21 +33,21 @@ module com { module sun { module star { module container { - published interface XNameAccess; + interface XNameAccess; }; module lang { - published interface XComponent; + interface XComponent; }; };};}; //============================================================================= module com { module sun { module star { module sdb { - published interface XSingleSelectQueryComposer; + interface XSingleSelectQueryComposer; module tools { //============================================================================= -published interface XTableName; -published interface XObjectNames; -published interface XDataSourceMetaData; +interface XTableName; +interface XObjectNames; +interface XDataSourceMetaData; //----------------------------------------------------------------------------- /** encapsulates various useful functionality around a @@ -64,7 +64,7 @@ published interface XDataSourceMetaData; @since OOo 2.0.4 */ -published interface XConnectionTools +interface XConnectionTools { /** creates an instance supporting the <type>XTableName</type> interface, which can be used to manipulate table names for various purposes. diff --git a/offapi/com/sun/star/sdb/tools/XDataSourceMetaData.idl b/offapi/com/sun/star/sdb/tools/XDataSourceMetaData.idl index a7c7daad4083..2ffb3caabb0a 100644 --- a/offapi/com/sun/star/sdb/tools/XDataSourceMetaData.idl +++ b/offapi/com/sun/star/sdb/tools/XDataSourceMetaData.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module sdb { module tools { //============================================================================= -published interface XDataSourceMetaData +interface XDataSourceMetaData { /** determines whether the data source supports queries in the <code>FROM</code> part of a <code>SELECT</code> statement. diff --git a/offapi/com/sun/star/sdb/tools/XObjectNames.idl b/offapi/com/sun/star/sdb/tools/XObjectNames.idl index 3fcf6a207bf7..6f55eda0d20a 100644 --- a/offapi/com/sun/star/sdb/tools/XObjectNames.idl +++ b/offapi/com/sun/star/sdb/tools/XObjectNames.idl @@ -65,7 +65,7 @@ module com { module sun { module star { module sdb { module tools { @since OOo 2.0.4 */ -published interface XObjectNames +interface XObjectNames { /** suggests a (unique) table or query name diff --git a/offapi/com/sun/star/sdb/tools/XTableName.idl b/offapi/com/sun/star/sdb/tools/XTableName.idl index 935e03bec32a..4f80998bd4f3 100644 --- a/offapi/com/sun/star/sdb/tools/XTableName.idl +++ b/offapi/com/sun/star/sdb/tools/XTableName.idl @@ -64,7 +64,7 @@ module com { module sun { module star { module sdb { module tools { @since OOo 2.0.4 */ -published interface XTableName +interface XTableName { /** denotes the name of the catalog which the table is a part of */ diff --git a/offapi/com/sun/star/security/CertificateContainer.idl b/offapi/com/sun/star/security/CertificateContainer.idl index b6ffcd30dbaf..bc60f6808e67 100644 --- a/offapi/com/sun/star/security/CertificateContainer.idl +++ b/offapi/com/sun/star/security/CertificateContainer.idl @@ -36,10 +36,9 @@ module com { module sun { module star { module security { /** the service to be used for <type>XCertificateContainer</type>. - @since OOo 2.3.1 */ -published service CertificateContainer: XCertificateContainer; +service CertificateContainer: XCertificateContainer; }; }; }; }; diff --git a/offapi/com/sun/star/security/CertificateContainerStatus.idl b/offapi/com/sun/star/security/CertificateContainerStatus.idl index f1765e5f8002..2cfa3f6ada41 100644 --- a/offapi/com/sun/star/security/CertificateContainerStatus.idl +++ b/offapi/com/sun/star/security/CertificateContainerStatus.idl @@ -25,6 +25,8 @@ * ************************************************************************/ +/** -- idl definition -- **/ + #ifndef __com_sun_star_security_CertificateContainerStatus_idl_ #define __com_sun_star_security_CertificateContainerStatus_idl_ @@ -37,7 +39,7 @@ module com { module sun { module star { module security { * Constant definition of a certificate container status. * */ -published enum CertificateContainerStatus +enum CertificateContainerStatus { /** * The certificate was not found. diff --git a/offapi/com/sun/star/security/SecurityInfrastructureException.idl b/offapi/com/sun/star/security/SecurityInfrastructureException.idl index fef5c4e10f7b..175e8bcbe8e9 100644 --- a/offapi/com/sun/star/security/SecurityInfrastructureException.idl +++ b/offapi/com/sun/star/security/SecurityInfrastructureException.idl @@ -25,6 +25,10 @@ * ************************************************************************/ +//i20156 - new file for xmlsecurity module + +/** -- idl definition -- **/ + #ifndef __com_sun_star_security_SecurityInfrastructureException_idl__ #define __com_sun_star_security_SecurityInfrastructureException_idl__ @@ -37,7 +41,7 @@ module com { module sun { module star { module security { //============================================================================= -published exception SecurityInfrastructureException : com::sun::star::uno::SecurityException +exception SecurityInfrastructureException : com::sun::star::uno::SecurityException { }; diff --git a/offapi/com/sun/star/security/XCertificate.idl b/offapi/com/sun/star/security/XCertificate.idl index d9bfe0c896a2..2064a3498ef7 100644 --- a/offapi/com/sun/star/security/XCertificate.idl +++ b/offapi/com/sun/star/security/XCertificate.idl @@ -25,6 +25,10 @@ * ************************************************************************/ +//i20156 - new file for xmlsecurity module + +/** -- idl definition -- **/ + #ifndef __com_sun_star_security_XCertificate_idl_ #define __com_sun_star_security_XCertificate_idl_ @@ -39,7 +43,7 @@ module com { module sun { module star { module security { * * <p>This interface represents a x509 certificate.</p> */ -published interface XCertificate : com::sun::star::uno::XInterface +interface XCertificate : com::sun::star::uno::XInterface { /** * the version number attribute of the certificate. diff --git a/offapi/com/sun/star/security/XCertificateContainer.idl b/offapi/com/sun/star/security/XCertificateContainer.idl index 21eec4c97763..e076a29a2abc 100644 --- a/offapi/com/sun/star/security/XCertificateContainer.idl +++ b/offapi/com/sun/star/security/XCertificateContainer.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module security { @see CertificateContainer @since OOo 2.3.1 */ -published interface XCertificateContainer +interface XCertificateContainer { /** Store the certificate in memory. @param url diff --git a/offapi/com/sun/star/security/XCertificateExtension.idl b/offapi/com/sun/star/security/XCertificateExtension.idl index 5c8c9549c4dc..93148a74ac48 100644 --- a/offapi/com/sun/star/security/XCertificateExtension.idl +++ b/offapi/com/sun/star/security/XCertificateExtension.idl @@ -25,6 +25,10 @@ * ************************************************************************/ +//i20156 - new file for xmlsecurity module + +/** -- idl definition -- **/ + #ifndef __com_sun_star_security_XCertificateExtension_idl_ #define __com_sun_star_security_XCertificateExtension_idl_ @@ -37,7 +41,7 @@ module com { module sun { module star { module security { * * <p>This interface represents a x509 certificate.</p> */ -published interface XCertificateExtension : com::sun::star::uno::XInterface +interface XCertificateExtension : com::sun::star::uno::XInterface { /** * Check whether it is a critical extension diff --git a/offapi/com/sun/star/sheet/ComplexReference.idl b/offapi/com/sun/star/sheet/ComplexReference.idl index 12aad66da972..895b93586c5d 100644 --- a/offapi/com/sun/star/sheet/ComplexReference.idl +++ b/offapi/com/sun/star/sheet/ComplexReference.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module sheet { /** contains a reference to a cell range. */ -published struct ComplexReference +struct ComplexReference { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl b/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl index 4fbd54f81d15..6c70247a672f 100644 --- a/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl +++ b/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module sheet { /** contains a mapping from a formula name (function name, operator, ...) to the OpCode used by the formula compiler. */ -published struct FormulaOpCodeMapEntry +struct FormulaOpCodeMapEntry { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/sheet/FormulaToken.idl b/offapi/com/sun/star/sheet/FormulaToken.idl index 96eaefcc52e3..b9558fa164fb 100644 --- a/offapi/com/sun/star/sheet/FormulaToken.idl +++ b/offapi/com/sun/star/sheet/FormulaToken.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module sheet { /** contains a single token within a formula. */ -published struct FormulaToken +struct FormulaToken { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/sheet/SingleReference.idl b/offapi/com/sun/star/sheet/SingleReference.idl index b49bf326fb40..a4e191d08280 100644 --- a/offapi/com/sun/star/sheet/SingleReference.idl +++ b/offapi/com/sun/star/sheet/SingleReference.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module sheet { /** contains a reference to a single cell. */ -published struct SingleReference +struct SingleReference { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl b/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl index b1230f494e38..159e8b0a22f9 100644 --- a/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl +++ b/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module sheet { /** gives access to spreadsheet compiler token interns. */ -published interface XFormulaOpCodeMapper +interface XFormulaOpCodeMapper { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/sheet/XFormulaParser.idl b/offapi/com/sun/star/sheet/XFormulaParser.idl index b7bbab984ce1..73b317e7f848 100644 --- a/offapi/com/sun/star/sheet/XFormulaParser.idl +++ b/offapi/com/sun/star/sheet/XFormulaParser.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module sheet { /** converts between text and token representations of formulas. */ -published interface XFormulaParser +interface XFormulaParser { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/sheet/XFormulaTokens.idl b/offapi/com/sun/star/sheet/XFormulaTokens.idl index 3bf172e86ee9..cc2d42c17091 100644 --- a/offapi/com/sun/star/sheet/XFormulaTokens.idl +++ b/offapi/com/sun/star/sheet/XFormulaTokens.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module sheet { /** gives access to a formula as token sequence. */ -published interface XFormulaTokens +interface XFormulaTokens { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/task/ErrorCodeIOException.idl b/offapi/com/sun/star/task/ErrorCodeIOException.idl index 4e2752933524..4f90c9cea1ce 100644 --- a/offapi/com/sun/star/task/ErrorCodeIOException.idl +++ b/offapi/com/sun/star/task/ErrorCodeIOException.idl @@ -38,7 +38,7 @@ /** IOException that can carry error codes ( not only io related ). It can be used to transport the error code information. */ -published exception ErrorCodeIOException : com::sun::star::io::IOException +exception ErrorCodeIOException : com::sun::star::io::IOException { //------------------------------------------------------------------------ /** specifies the error code. diff --git a/offapi/com/sun/star/task/XUrlContainer.idl b/offapi/com/sun/star/task/XUrlContainer.idl index a2e4c10dc821..bb6fe620b4f5 100644 --- a/offapi/com/sun/star/task/XUrlContainer.idl +++ b/offapi/com/sun/star/task/XUrlContainer.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module task { @since OOo 3.2 */ -published interface XUrlContainer : com::sun::star::uno::XInterface +/*published*/ interface XUrlContainer : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** Add a URL to the container. diff --git a/offapi/com/sun/star/text/GlobalDocument.idl b/offapi/com/sun/star/text/GlobalDocument.idl index a4ffd1584bae..543c9697c83d 100644 --- a/offapi/com/sun/star/text/GlobalDocument.idl +++ b/offapi/com/sun/star/text/GlobalDocument.idl @@ -39,7 +39,7 @@ @deprecated */ -published service GlobalDocument +service GlobalDocument { /** Provides the functionality of such global document. */ service GenericTextDocument; diff --git a/offapi/com/sun/star/text/WebDocument.idl b/offapi/com/sun/star/text/WebDocument.idl index 4570ecd81051..584b2a0073a2 100644 --- a/offapi/com/sun/star/text/WebDocument.idl +++ b/offapi/com/sun/star/text/WebDocument.idl @@ -39,7 +39,7 @@ @deprecated */ -published service WebDocument +service WebDocument { /** Provides the functionality of such web document. */ service GenericTextDocument; diff --git a/offapi/com/sun/star/text/textfield/MetadataField.idl b/offapi/com/sun/star/text/textfield/MetadataField.idl index 2424b3aca755..f5f6aa585aa3 100644 --- a/offapi/com/sun/star/text/textfield/MetadataField.idl +++ b/offapi/com/sun/star/text/textfield/MetadataField.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module text { module textfield { @see com::sun::star::rdf */ -published service MetadataField +service MetadataField { //------------------------------------------------------------------------- /** None of the properties of diff --git a/offapi/com/sun/star/ucb/CertificateValidationRequest.idl b/offapi/com/sun/star/ucb/CertificateValidationRequest.idl index 4a61b8ef0ebf..f399c64d1352 100644 --- a/offapi/com/sun/star/ucb/CertificateValidationRequest.idl +++ b/offapi/com/sun/star/ucb/CertificateValidationRequest.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module ucb { //============================================================================= /** An error specifying an invalid certificate. */ -published exception CertificateValidationRequest: com::sun::star::task::ClassifiedInteractionRequest +exception CertificateValidationRequest: com::sun::star::task::ClassifiedInteractionRequest { //------------------------------------------------------------------------- /** This value describes the validity of the certificate. diff --git a/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl b/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl index 268c709ebef9..7bf6f143fcc7 100644 --- a/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl +++ b/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module ucb { @since OOo 3.2 */ -published exception URLAuthenticationRequest : AuthenticationRequest +/*published*/ exception URLAuthenticationRequest : AuthenticationRequest { //------------------------------------------------------------------------- /** The URL for which authentication is requested. diff --git a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl index cba4ac81a514..dd10a064792a 100644 --- a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl +++ b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module ucb { @since OOo 3.2 */ -published interface XInteractionSupplyAuthentication2 : XInteractionSupplyAuthentication +/*published*/ interface XInteractionSupplyAuthentication2 : XInteractionSupplyAuthentication { //------------------------------------------------------------------------- /** Specifies if "system credentials" can be obtained and used by the issuer diff --git a/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl b/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl index 9a22ebf7fff0..6674dc174040 100644 --- a/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl +++ b/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl @@ -42,7 +42,8 @@ module com { module sun { module star { module ucb { <type>XCommandEnvironment</type> implementation, when executing a command using <type>XCommandProcessor</type>. */ -published interface XWebDAVCommandEnvironment : com::sun::star::uno::XInterface +/* published */ +interface XWebDAVCommandEnvironment : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** This method gets called while assembling an WebDAV/HTTP request. @@ -61,8 +62,8 @@ published interface XWebDAVCommandEnvironment : com::sun::star::uno::XInterface The header value must be an Any containing a string. */ sequence<com::sun::star::beans::NamedValue> getUserRequestHeaders( - [in] string aURI, - [in] string aMethod); + [in] string aURI, + [in] string aMethod); }; //============================================================================= diff --git a/offapi/com/sun/star/ui/DockingArea.idl b/offapi/com/sun/star/ui/DockingArea.idl index 7880efb8ebd8..f376581e0c7e 100644 --- a/offapi/com/sun/star/ui/DockingArea.idl +++ b/offapi/com/sun/star/ui/DockingArea.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module ui { @since OOo 2.0 */ -published enum DockingArea +enum DockingArea { /** the top docking area below the menu bar. */ diff --git a/offapi/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.idl b/offapi/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.idl index a93f4c6949c3..a14cfd7a6524 100644 --- a/offapi/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.idl +++ b/offapi/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module ui { @since OOo 2.0 */ -published service ModuleUIConfigurationManagerSupplier +service ModuleUIConfigurationManagerSupplier { /** controls module based user interface configuration managers. diff --git a/offapi/com/sun/star/ui/UIElementFactory.idl b/offapi/com/sun/star/ui/UIElementFactory.idl index 7436db4df056..303d8e5d6b82 100644 --- a/offapi/com/sun/star/ui/UIElementFactory.idl +++ b/offapi/com/sun/star/ui/UIElementFactory.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module ui { @since OOo 2.0 */ -published service UIElementFactory +service UIElementFactory { /** this interface provides a function to create and initialize new instances of user interface elements. diff --git a/offapi/com/sun/star/ui/WindowStateConfiguration.idl b/offapi/com/sun/star/ui/WindowStateConfiguration.idl index f8e299fe1396..a4e94bb37d62 100644 --- a/offapi/com/sun/star/ui/WindowStateConfiguration.idl +++ b/offapi/com/sun/star/ui/WindowStateConfiguration.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module ui { @since OOo 2.0 */ -published service WindowStateConfiguration +service WindowStateConfiguration { /** provides access to window based information about user interface elements of all installed application modules. diff --git a/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl b/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl index 02565db35b5d..98c2a8c79a0c 100644 --- a/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl +++ b/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl @@ -55,7 +55,7 @@ module com { module sun { module star { module ui { */ -published interface XDockingAreaAcceptor : com::sun::star::uno::XInterface +interface XDockingAreaAcceptor : com::sun::star::uno::XInterface { /** provide the container window where the layout manager can request border space for docking windows. diff --git a/offapi/com/sun/star/ui/XImageManager.idl b/offapi/com/sun/star/ui/XImageManager.idl index c83ba95f062a..beb522241d4e 100644 --- a/offapi/com/sun/star/ui/XImageManager.idl +++ b/offapi/com/sun/star/ui/XImageManager.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module ui { </p> */ -published interface XImageManager +interface XImageManager { /** resets the image manager to default data. diff --git a/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl b/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl index 527611b13a50..08f358fb1dc5 100644 --- a/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl +++ b/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module ui { @since OOo 2.0 */ -published interface XModuleUIConfigurationManagerSupplier : ::com::sun::star::uno::XInterface +interface XModuleUIConfigurationManagerSupplier : ::com::sun::star::uno::XInterface { //---------------------------------------------------------------------- /** returns the requested module based user interface configuration manager. diff --git a/offapi/com/sun/star/ui/XToolPanel.idl b/offapi/com/sun/star/ui/XToolPanel.idl index 6b485d1b8b51..261f4c20413d 100644 --- a/offapi/com/sun/star/ui/XToolPanel.idl +++ b/offapi/com/sun/star/ui/XToolPanel.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module ui { /** describes the basic interface to be implemented by a tool panel */ -published interface XToolPanel +interface XToolPanel { /** provides access to the tool panel's main window. diff --git a/offapi/com/sun/star/ui/XUIConfiguration.idl b/offapi/com/sun/star/ui/XUIConfiguration.idl index dd5db80352bd..0411e14aaaaf 100644 --- a/offapi/com/sun/star/ui/XUIConfiguration.idl +++ b/offapi/com/sun/star/ui/XUIConfiguration.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module ui { @since OOo 2.0 */ -published interface XUIConfiguration : ::com::sun::star::uno::XInterface +interface XUIConfiguration : ::com::sun::star::uno::XInterface { /** adds the specified listener to receive events when elements are changed, inserted or removed. diff --git a/offapi/com/sun/star/ui/XUIConfigurationListener.idl b/offapi/com/sun/star/ui/XUIConfigurationListener.idl index 8c48b5fa355c..02b4969d314e 100644 --- a/offapi/com/sun/star/ui/XUIConfigurationListener.idl +++ b/offapi/com/sun/star/ui/XUIConfigurationListener.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module ui { @since OOo 2.0 */ -published interface XUIConfigurationListener : com::sun::star::lang::XEventListener +interface XUIConfigurationListener : com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/ui/XUIConfigurationManager.idl b/offapi/com/sun/star/ui/XUIConfigurationManager.idl index 78a692d6ae80..c7bab256552b 100644 --- a/offapi/com/sun/star/ui/XUIConfigurationManager.idl +++ b/offapi/com/sun/star/ui/XUIConfigurationManager.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module ui { @since OOo 2.0 */ -published interface XUIConfigurationManager : ::com::sun::star::uno::XInterface +interface XUIConfigurationManager : ::com::sun::star::uno::XInterface { /** resets the configuration manager to the default user interface configuration data. diff --git a/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl b/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl index 8cb28e871a03..27d86382b720 100644 --- a/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl +++ b/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module ui { @since OOo 2.0 */ -published interface XUIConfigurationManagerSupplier : ::com::sun::star::uno::XInterface +interface XUIConfigurationManagerSupplier : ::com::sun::star::uno::XInterface { //---------------------------------------------------------------------- /** returns the user interface configuration manager related to the diff --git a/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl b/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl index 32df8e0e620b..dc475d209025 100644 --- a/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl +++ b/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module ui { @since OOo 2.0 */ -published interface XUIConfigurationPersistence : ::com::sun::star::uno::XInterface +interface XUIConfigurationPersistence : ::com::sun::star::uno::XInterface { /** reloads the configuration data from the storage and reinitialize the user interface configuration manager instance with this data. diff --git a/offapi/com/sun/star/ui/XUIElement.idl b/offapi/com/sun/star/ui/XUIElement.idl index 3b71cf86d9b9..57f0d4a71156 100644 --- a/offapi/com/sun/star/ui/XUIElement.idl +++ b/offapi/com/sun/star/ui/XUIElement.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module ui { </p> */ -published interface XUIElement : com::sun::star::uno::XInterface +interface XUIElement : com::sun::star::uno::XInterface { /** returns an interface to get access to user interface type specific functions. diff --git a/offapi/com/sun/star/ui/XUIElementFactory.idl b/offapi/com/sun/star/ui/XUIElementFactory.idl index 328bd87793fc..4b2a180add93 100644 --- a/offapi/com/sun/star/ui/XUIElementFactory.idl +++ b/offapi/com/sun/star/ui/XUIElementFactory.idl @@ -59,7 +59,7 @@ module com { module sun { module star { module ui { @since OOo 2.0 */ -published interface XUIElementFactory : ::com::sun::star::uno::XInterface +interface XUIElementFactory : ::com::sun::star::uno::XInterface { /** creates a new instances of a specific user interface element. diff --git a/offapi/com/sun/star/ui/XUIElementSettings.idl b/offapi/com/sun/star/ui/XUIElementSettings.idl index 9e07affcf4e7..6659cd357dcd 100644 --- a/offapi/com/sun/star/ui/XUIElementSettings.idl +++ b/offapi/com/sun/star/ui/XUIElementSettings.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module ui { @since OOo 2.0 */ -published interface XUIElementSettings : com::sun::star::uno::XInterface +interface XUIElementSettings : com::sun::star::uno::XInterface { /** forces the user interface element to retrieve new settings from its configuration source. diff --git a/offapi/com/sun/star/ui/dialogs/Wizard.idl b/offapi/com/sun/star/ui/dialogs/Wizard.idl index d15819a73281..4e6b13f44ca2 100644 --- a/offapi/com/sun/star/ui/dialogs/Wizard.idl +++ b/offapi/com/sun/star/ui/dialogs/Wizard.idl @@ -34,13 +34,13 @@ module com { module sun { module star { module ui { module dialogs { -published interface XWizardController; +interface XWizardController; //================================================================================================================== /** provides a framework for implementing a wizard dialog. */ -published service Wizard : XWizard +service Wizard : XWizard { /** creates a wizard with a single execution path @param PageIds diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl index debe91072ba4..445f7bbf2a44 100644 --- a/offapi/com/sun/star/ui/dialogs/XWizard.idl +++ b/offapi/com/sun/star/ui/dialogs/XWizard.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module ui { module dialogs { //================================================================================================================== -published interface XWizardPage; +interface XWizardPage; /** is the main interface implemented by the <type>Wizard</type> services. @@ -79,7 +79,7 @@ published interface XWizardPage; @see XWizardController @see XWizardPage */ -published interface XWizard +interface XWizard { interface XExecutableDialog; diff --git a/offapi/com/sun/star/ui/dialogs/XWizardController.idl b/offapi/com/sun/star/ui/dialogs/XWizardController.idl index 063873aa541f..db26d3d281c4 100644 --- a/offapi/com/sun/star/ui/dialogs/XWizardController.idl +++ b/offapi/com/sun/star/ui/dialogs/XWizardController.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module ui { module dialogs { /** is the interface of a client-provided controller of a custom <type>Wizard</type>. */ -published interface XWizardController +interface XWizardController { /** creates a page diff --git a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl index aa872a454d48..5e99ca2ada95 100644 --- a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl +++ b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module ui { module dialogs { /** is a single page of a <type>Wizard</type> */ -published interface XWizardPage : ::com::sun::star::lang::XComponent +interface XWizardPage : ::com::sun::star::lang::XComponent { /** provides read-only access to the window of the page */ diff --git a/offapi/com/sun/star/util/InvalidStateException.idl b/offapi/com/sun/star/util/InvalidStateException.idl index 3f4b28dbd479..7d59abbcbac6 100644 --- a/offapi/com/sun/star/util/InvalidStateException.idl +++ b/offapi/com/sun/star/util/InvalidStateException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module util { /** is thrown when an object's state does not allow to call requested functionality. */ -published exception InvalidStateException : com::sun::star::uno::Exception +exception InvalidStateException : com::sun::star::uno::Exception { }; diff --git a/offapi/com/sun/star/util/NotLockedException.idl b/offapi/com/sun/star/util/NotLockedException.idl index 9819fde69afd..b0917e0bdca6 100644 --- a/offapi/com/sun/star/util/NotLockedException.idl +++ b/offapi/com/sun/star/util/NotLockedException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module util { /** is raised when attempt is made to unlock a lockable component which actually is not locked. */ -published exception NotLockedException : ::com::sun::star::util::InvalidStateException +exception NotLockedException : ::com::sun::star::util::InvalidStateException { }; diff --git a/offapi/com/sun/star/util/TriState.idl b/offapi/com/sun/star/util/TriState.idl index 322174216f0a..8b3c0f684e40 100644 --- a/offapi/com/sun/star/util/TriState.idl +++ b/offapi/com/sun/star/util/TriState.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module util { This enumeration defines three values, <TRUE/>, <FALSE/> and a don't know value.<p> */ -published enum TriState +enum TriState { /** The value is equivalent to <FALSE/>. */ diff --git a/offapi/com/sun/star/util/XLockable.idl b/offapi/com/sun/star/util/XLockable.idl index 0e52cc96cb8b..e3da8025a034 100644 --- a/offapi/com/sun/star/util/XLockable.idl +++ b/offapi/com/sun/star/util/XLockable.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module util { pairs. As long as there has been one more call to <code>lock</code> than to <code>unlock</code>, the component is considered locked, which is reflected by <member>isLocked</member> returning <TRUE/>.</p> */ -published interface XLockable +interface XLockable { /** locks</a> the component diff --git a/offapi/com/sun/star/util/XModifiable2.idl b/offapi/com/sun/star/util/XModifiable2.idl index bcc9335d381f..3352562d986a 100644 --- a/offapi/com/sun/star/util/XModifiable2.idl +++ b/offapi/com/sun/star/util/XModifiable2.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module util { Please use this interface very carefully. </p> */ -published interface XModifiable2: com::sun::star::util::XModifiable +interface XModifiable2: com::sun::star::util::XModifiable { //------------------------------------------------------------------------- /** disable possibility to change modified state of the document diff --git a/offapi/com/sun/star/view/SelectionType.idl b/offapi/com/sun/star/view/SelectionType.idl index 56fe2b036131..c8aa07d27393 100644 --- a/offapi/com/sun/star/view/SelectionType.idl +++ b/offapi/com/sun/star/view/SelectionType.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module view { /** Specifies a selection type for a view that supports a selection model. */ -published enum SelectionType +enum SelectionType { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/view/XMultiSelectionSupplier.idl b/offapi/com/sun/star/view/XMultiSelectionSupplier.idl index f5358aa7d129..1bea781dd3a4 100644 --- a/offapi/com/sun/star/view/XMultiSelectionSupplier.idl +++ b/offapi/com/sun/star/view/XMultiSelectionSupplier.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module view { <p>Adding an object more than once to a selection should not toggle the selection for that object but only select it once</p> */ -published interface XMultiSelectionSupplier: XSelectionSupplier +interface XMultiSelectionSupplier: XSelectionSupplier { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/xml/crypto/XSEInitializer.idl b/offapi/com/sun/star/xml/crypto/XSEInitializer.idl index bb0422148f57..5486884293eb 100644 --- a/offapi/com/sun/star/xml/crypto/XSEInitializer.idl +++ b/offapi/com/sun/star/xml/crypto/XSEInitializer.idl @@ -33,12 +33,12 @@ module com { module sun { module star { module xml { module crypto { -published interface XXMLSecurityContext; +interface XXMLSecurityContext; /** * Interface to manipulate Security Environment */ -published interface XSEInitializer : com::sun::star::uno::XInterface +interface XSEInitializer : com::sun::star::uno::XInterface { /** Creates a security context. diff --git a/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl b/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl index 1e8575c00df0..144166152358 100644 --- a/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl +++ b/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module xml { module crypto { /** * Interface of Security Environment */ -published interface XSecurityEnvironment : com::sun::star::uno::XInterface +interface XSecurityEnvironment : com::sun::star::uno::XInterface { /** * Get personal certificate from the environment diff --git a/offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl b/offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl index a96057107d16..369af07b2da6 100644 --- a/offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl +++ b/offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module xml { module crypto { * <p>This interface specifies a certain signature context. By signature * context, the signer or verifier retrieves key specification.</p> */ -published interface XXMLSecurityContext : com::sun::star::uno::XInterface +interface XXMLSecurityContext : com::sun::star::uno::XInterface { /** * Add personal security environment , and return the index of the added environment. diff --git a/udkapi/com/sun/star/beans/Ambiguous.idl b/udkapi/com/sun/star/beans/Ambiguous.idl index ec443e7cb5d5..919c7250f462 100644 --- a/udkapi/com/sun/star/beans/Ambiguous.idl +++ b/udkapi/com/sun/star/beans/Ambiguous.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module beans { have the <const scope="com::sun::star::beans">PropertyAttribute::MAYBEAMBIGUOUS</const>.</p> */ -published struct Ambiguous<T> { +struct Ambiguous<T> { /** The underlying value of this structure instance. diff --git a/udkapi/com/sun/star/beans/Defaulted.idl b/udkapi/com/sun/star/beans/Defaulted.idl index 7b0b09318611..d67f1aacf055 100644 --- a/udkapi/com/sun/star/beans/Defaulted.idl +++ b/udkapi/com/sun/star/beans/Defaulted.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module beans { have the <const scope="com::sun::star::beans">PropertyAttribute::MAYBEDEFAULT</const>.</p> */ -published struct Defaulted<T> { +struct Defaulted<T> { /** The underlying value of this structure instance. diff --git a/udkapi/com/sun/star/beans/Optional.idl b/udkapi/com/sun/star/beans/Optional.idl index a2786e5190c1..fbf58b667c16 100644 --- a/udkapi/com/sun/star/beans/Optional.idl +++ b/udkapi/com/sun/star/beans/Optional.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module beans { also be useful in other situations, for example as the return type of an interface method.</p> */ -published struct Optional<T> { +struct Optional<T> { /** Marks this structure instance as having an actual value. */ diff --git a/udkapi/com/sun/star/beans/Pair.idl b/udkapi/com/sun/star/beans/Pair.idl index 4089300a5a44..0bb214fb87bb 100644 --- a/udkapi/com/sun/star/beans/Pair.idl +++ b/udkapi/com/sun/star/beans/Pair.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module beans { @since OOo 3.0 */ -published struct Pair<T, U> { +struct Pair<T, U> { /// first object. T First; diff --git a/udkapi/com/sun/star/io/TempFile.idl b/udkapi/com/sun/star/io/TempFile.idl index 8acbf488abb6..ba097a984903 100644 --- a/udkapi/com/sun/star/io/TempFile.idl +++ b/udkapi/com/sun/star/io/TempFile.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module io { //======================================================================== /** This service allows to get access to temp files. */ -published service TempFile : XTempFile; +service TempFile : XTempFile; //========================================================================= diff --git a/udkapi/com/sun/star/io/XTempFile.idl b/udkapi/com/sun/star/io/XTempFile.idl index bda47cffa887..b1e8f158944f 100644 --- a/udkapi/com/sun/star/io/XTempFile.idl +++ b/udkapi/com/sun/star/io/XTempFile.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module io { //======================================================================== /** This interface offers access to temp files. */ -published interface XTempFile +interface XTempFile { // INTERFACES // diff --git a/udkapi/com/sun/star/script/ArrayWrapper.idl b/udkapi/com/sun/star/script/ArrayWrapper.idl index 47193e1f5603..54d4b23ec7ac 100644 --- a/udkapi/com/sun/star/script/ArrayWrapper.idl +++ b/udkapi/com/sun/star/script/ArrayWrapper.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module script { preference for a Multi-Dimensional array representation to be specified.</p> */ -published struct ArrayWrapper +struct ArrayWrapper { /** Indicates whether the Array should be have 1 or 0 based indexing. */ diff --git a/udkapi/com/sun/star/task/XInteractionHandler2.idl b/udkapi/com/sun/star/task/XInteractionHandler2.idl index 80c7bb67bc59..3126611dc380 100644 --- a/udkapi/com/sun/star/task/XInteractionHandler2.idl +++ b/udkapi/com/sun/star/task/XInteractionHandler2.idl @@ -42,9 +42,9 @@ the way that a caller can determine whether an interaction request was actually handled by the interaction handler.</p> - @since OOo 3.2 + @since OOo 3.2 */ -published interface XInteractionHandler2 : com::sun::star::task::XInteractionHandler +/* published */ interface XInteractionHandler2 : com::sun::star::task::XInteractionHandler { //------------------------------------------------------------------------- /** Handle an interaction request. |