From d143205cb540875d39b711af6ea94c3bc7b14ec6 Mon Sep 17 00:00:00 2001 From: Kai Sommerfeld Date: Thu, 17 Mar 2011 12:50:52 +0100 Subject: #i117329# - Publishing of UNO types,third wave. --- .../sun/star/awt/AnimatedImagesControlModel.idl | 4 +- offapi/com/sun/star/awt/ItemListEvent.idl | 2 +- .../sun/star/awt/SpinningProgressControlModel.idl | 2 +- offapi/com/sun/star/awt/XAnimatedImages.idl | 2 +- offapi/com/sun/star/awt/XAnimation.idl | 2 +- offapi/com/sun/star/awt/XItemEventBroadcaster.idl | 4 +- offapi/com/sun/star/awt/XItemList.idl | 4 +- offapi/com/sun/star/awt/XItemListListener.idl | 2 +- offapi/com/sun/star/awt/XStyleChangeListener.idl | 4 +- offapi/com/sun/star/awt/XStyleSettings.idl | 10 +- offapi/com/sun/star/awt/XStyleSettingsSupplier.idl | 6 +- offapi/com/sun/star/awt/XWindowListener2.idl | 4 +- offapi/com/sun/star/awt/grid/GridColumnEvent.idl | 50 ++--- offapi/com/sun/star/awt/grid/XGridColumn.idl | 58 +++--- .../com/sun/star/awt/grid/XGridColumnListener.idl | 46 ++--- offapi/com/sun/star/document/DocumentEvent.idl | 10 +- .../sun/star/document/EmptyUndoStackException.idl | 4 +- .../document/UndoContextNotClosedException.idl | 4 +- .../com/sun/star/document/UndoFailedException.idl | 4 +- offapi/com/sun/star/document/UndoManagerEvent.idl | 4 +- .../star/document/XDocumentEventBroadcaster.idl | 12 +- .../sun/star/document/XDocumentEventListener.idl | 6 +- offapi/com/sun/star/document/XUndoAction.idl | 4 +- offapi/com/sun/star/document/XUndoManager.idl | 8 +- .../com/sun/star/document/XUndoManagerListener.idl | 4 +- .../com/sun/star/document/XUndoManagerSupplier.idl | 4 +- offapi/com/sun/star/frame/XController2.idl | 6 +- offapi/com/sun/star/logging/LogRecord.idl | 10 +- offapi/com/sun/star/logging/XLogFormatter.idl | 12 +- offapi/com/sun/star/logging/XLogHandler.idl | 10 +- offapi/com/sun/star/logging/XLogger.idl | 14 +- .../sun/star/sdb/XSingleSelectQueryAnalyzer.idl | 6 +- .../sun/star/sdb/XSingleSelectQueryComposer.idl | 214 ++++++++++----------- offapi/com/sun/star/sdb/XSubDocument.idl | 8 +- .../star/sdb/application/XDatabaseDocumentUI.idl | 8 +- offapi/com/sun/star/sdb/tools/XConnectionTools.idl | 28 +-- .../com/sun/star/sdb/tools/XDataSourceMetaData.idl | 4 +- offapi/com/sun/star/sdb/tools/XObjectNames.idl | 4 +- offapi/com/sun/star/sdb/tools/XTableName.idl | 6 +- offapi/com/sun/star/ui/XToolPanel.idl | 6 +- offapi/com/sun/star/ui/dialogs/Wizard.idl | 8 +- offapi/com/sun/star/ui/dialogs/XWizard.idl | 4 +- .../com/sun/star/ui/dialogs/XWizardController.idl | 4 +- offapi/com/sun/star/ui/dialogs/XWizardPage.idl | 4 +- offapi/com/sun/star/util/InvalidStateException.idl | 6 +- offapi/com/sun/star/util/NotLockedException.idl | 4 +- offapi/com/sun/star/util/XLockable.idl | 6 +- 47 files changed, 318 insertions(+), 318 deletions(-) (limited to 'offapi/com/sun/star') diff --git a/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl b/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl index 2bc126077..5d8aecdc0 100755 --- 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 { -interface XAnimatedImages; +published interface XAnimatedImages; //====================================================================================================================== @@ -41,7 +41,7 @@ interface XAnimatedImages; @since OOo 3.4 */ -service AnimatedImagesControlModel +published service AnimatedImagesControlModel { service com::sun::star::awt::UnoControlModel; diff --git a/offapi/com/sun/star/awt/ItemListEvent.idl b/offapi/com/sun/star/awt/ItemListEvent.idl index f9d2658bd..bcd072062 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 XListItems implementation for changes in its item list. */ -struct ItemListEvent : ::com::sun::star::lang::EventObject +published 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/SpinningProgressControlModel.idl b/offapi/com/sun/star/awt/SpinningProgressControlModel.idl index a75417d41..c6c273bce 100755 --- 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 {

Three image sets are provided, of size 16x16, 32x32, and 64x64 pixels.

*/ -service SpinningProgressControlModel +published service SpinningProgressControlModel { service AnimatedImagesControlModel; }; diff --git a/offapi/com/sun/star/awt/XAnimatedImages.idl b/offapi/com/sun/star/awt/XAnimatedImages.idl index a03d08c96..6a470882e 100755 --- 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 */ -interface XAnimatedImages +published 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 e1e8f6023..28947b87d 100755 --- 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 */ -interface XAnimation +published interface XAnimation { /** starts the animation */ diff --git a/offapi/com/sun/star/awt/XItemEventBroadcaster.idl b/offapi/com/sun/star/awt/XItemEventBroadcaster.idl index 986597486..8eb95215e 100644 --- a/offapi/com/sun/star/awt/XItemEventBroadcaster.idl +++ b/offapi/com/sun/star/awt/XItemEventBroadcaster.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -46,7 +46,7 @@ /** registers item listeners at controls like the com::sun::star::awt::Roadmap */ -interface XItemEventBroadcaster: com::sun::star::uno::XInterface +published 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 6419ea94d..7d7a3e52f 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 { -interface XItemListListener; +published interface XItemListListener; //================================================================================================================== /** provides convenient access to the list of items in a list box */ -interface XItemList +published 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 d41d8b104..276fae3d0 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 */ -interface XItemListListener : ::com::sun::star::lang::XEventListener +published 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/XStyleChangeListener.idl b/offapi/com/sun/star/awt/XStyleChangeListener.idl index 34679612c..97ef47bfa 100644 --- a/offapi/com/sun/star/awt/XStyleChangeListener.idl +++ b/offapi/com/sun/star/awt/XStyleChangeListener.idl @@ -31,7 +31,7 @@ //================================================================================================================== -module com { module sun { module star { module awt { +module com { module sun { module star { module awt { //================================================================================================================== @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { @see XStyleSettings */ -interface XStyleChangeListener : ::com::sun::star::lang::XEventListener +published 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 fd188c432..bb9525f23 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 { -interface XStyleChangeListener; +published interface XStyleChangeListener; //================================================================================================================== @@ -53,12 +53,12 @@ interface XStyleChangeListener; while the text is drawn by OpenOffice.org. In this case, the button respects the ButtonRolloverTextColor when painting its text.

*/ -interface XStyleSettings +published interface XStyleSettings { /// specifies the color of the border of active windows [attribute] ::com::sun::star::util::Color ActiveBorderColor; - /// + /// [attribute] ::com::sun::star::util::Color ActiveColor; /// specifies the color of the active tab of a tab control @@ -97,10 +97,10 @@ interface XStyleSettings /// specifies the text color for disabled UI elements [attribute] ::com::sun::star::util::Color DisableColor; - /// + /// [attribute] ::com::sun::star::util::Color FaceColor; - /// + /// [attribute, readonly] ::com::sun::star::util::Color FaceGradientColor; /// specifies the background color for dialog input controls diff --git a/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl b/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl index 4c1a3ed7d..d3622bbc2 100644 --- a/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl +++ b/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl @@ -30,15 +30,15 @@ //================================================================================================================== -module com { module sun { module star { module awt { +module com { module sun { module star { module awt { - interface XStyleSettings; + published interface XStyleSettings; //================================================================================================================== /** provides access to the style settings of a component */ -interface XStyleSettingsSupplier +published interface XStyleSettingsSupplier { [attribute, readonly] XStyleSettings StyleSettings; }; diff --git a/offapi/com/sun/star/awt/XWindowListener2.idl b/offapi/com/sun/star/awt/XWindowListener2.idl index 65336239a..bfb0dbab8 100644 --- a/offapi/com/sun/star/awt/XWindowListener2.idl +++ b/offapi/com/sun/star/awt/XWindowListener2.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { /** allows receive window-related events, additional to the ones received by an XWindowListener */ -interface XWindowListener2: XWindowListener +published interface XWindowListener2: XWindowListener { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl index fe6c93f7a..0fe19dfea 100644 --- a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl +++ b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -24,40 +24,40 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_awt_grid_GridColumnEvent_idl__ -#define __com_sun_star_awt_grid_GridColumnEvent_idl__ - -#ifndef __com_sun_star_lang_EventObject_idl__ -#include -#endif - -//============================================================================= - -module com { module sun { module star { module awt { module grid { - -//============================================================================= +#ifndef __com_sun_star_awt_grid_GridColumnEvent_idl__ +#define __com_sun_star_awt_grid_GridColumnEvent_idl__ + +#ifndef __com_sun_star_lang_EventObject_idl__ +#include +#endif + +//============================================================================= + +module com { module sun { module star { module awt { module grid { + +//============================================================================= /** An event used by a XGridColumn to notify changes in the column. @since OOo 3.3 - */ -struct GridColumnEvent: com::sun::star::lang::EventObject -{ + */ +published struct GridColumnEvent: com::sun::star::lang::EventObject +{ /** Contains the name of the attributes whose value changed. **/ string AttributeName; /** Contains the old value **/ - any OldValue; + any OldValue; /** Contains the new value **/ any NewValue; /** Contains the index of the changed column**/ long ColumnIndex; - //------------------------------------------------------------------------- -}; - -//============================================================================= - -}; }; }; }; }; - -#endif + //------------------------------------------------------------------------- +}; + +//============================================================================= + +}; }; }; }; }; + +#endif diff --git a/offapi/com/sun/star/awt/grid/XGridColumn.idl b/offapi/com/sun/star/awt/grid/XGridColumn.idl index 4c9c7b9a9..d19225fbc 100644 --- a/offapi/com/sun/star/awt/grid/XGridColumn.idl +++ b/offapi/com/sun/star/awt/grid/XGridColumn.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -24,26 +24,26 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_awt_grid_XGridColumn_idl__ -#define __com_sun_star_awt_grid_XGridColumn_idl__ - +#ifndef __com_sun_star_awt_grid_XGridColumn_idl__ +#define __com_sun_star_awt_grid_XGridColumn_idl__ + #include #include #include -#include -#include - -//============================================================================= - +#include +#include + +//============================================================================= + module com { module sun { module star { module awt { module grid { - -//============================================================================= + +//============================================================================= /** The XGridColumn defines the properties and behavior of a column in a grid control @since OOo 3.3 - */ -interface XGridColumn -{ + */ +published interface XGridColumn +{ /** implements life time control for the component */ interface ::com::sun::star::lang::XComponent; @@ -99,7 +99,7 @@ interface XGridColumn /** Specifies the horizontal alignment of the content in the control. */ [attribute] ::com::sun::star::style::HorizontalAlignment HorizontalAlign; - + /** A title is displayed in the colum header row if UnoControlGridModel::ShowRowHeader is set to **/ [attribute] string Title; @@ -110,7 +110,7 @@ interface XGridColumn [attribute] string HelpText; /** denotes the index of the column within the grid column model it belongs to - +

If the column is not yet part of a column model, Index is -1.

*/ [attribute, readonly] long Index; @@ -132,20 +132,20 @@ interface XGridColumn /** Adds a listener for the GridColumnEvent posted after the grid changes. @param Listener the listener to add. - */ - void addGridColumnListener( [in] XGridColumnListener listener); - - //------------------------------------------------------------------------- + */ + void addGridColumnListener( [in] XGridColumnListener listener); + + //------------------------------------------------------------------------- /** Removes a listener previously added with addColumnListener(). @param Listener the listener to remove. - */ - void removeGridColumnListener( [in] XGridColumnListener listener); -}; - -//============================================================================= - -}; }; }; }; }; - -#endif + */ + void removeGridColumnListener( [in] XGridColumnListener listener); +}; + +//============================================================================= + +}; }; }; }; }; + +#endif diff --git a/offapi/com/sun/star/awt/grid/XGridColumnListener.idl b/offapi/com/sun/star/awt/grid/XGridColumnListener.idl index c1f96b14a..be1b0b171 100644 --- a/offapi/com/sun/star/awt/grid/XGridColumnListener.idl +++ b/offapi/com/sun/star/awt/grid/XGridColumnListener.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -24,31 +24,31 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_awt_grid_XGridColumnListener_idl__ -#define __com_sun_star_awt_grid_XGridColumnListener_idl__ - -#include -#include - -//============================================================================= - -module com { module sun { module star { module awt { module grid { - -//============================================================================= +#ifndef __com_sun_star_awt_grid_XGridColumnListener_idl__ +#define __com_sun_star_awt_grid_XGridColumnListener_idl__ + +#include +#include + +//============================================================================= + +module com { module sun { module star { module awt { module grid { + +//============================================================================= /** An instance of this interface is used by the XGridColumnModel to get notifications about column model changes. - + @since OOo 3.3 - */ -interface XGridColumnListener : ::com::sun::star::lang::XEventListener -{ + */ +published interface XGridColumnListener : ::com::sun::star::lang::XEventListener +{ /** Invoked after a column was modified. */ - void columnChanged( [in] GridColumnEvent event ); -}; -//============================================================================= - -}; }; }; }; }; - -#endif + void columnChanged( [in] GridColumnEvent event ); +}; +//============================================================================= + +}; }; }; }; }; + +#endif diff --git a/offapi/com/sun/star/document/DocumentEvent.idl b/offapi/com/sun/star/document/DocumentEvent.idl index f3244e79c..bd22f6fef 100644 --- a/offapi/com/sun/star/document/DocumentEvent.idl +++ b/offapi/com/sun/star/document/DocumentEvent.idl @@ -1,6 +1,6 @@ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -27,7 +27,7 @@ #ifndef __com_sun_star_document_DocumentEvent_idl__ #define __com_sun_star_document_DocumentEvent_idl__ -#ifndef __com_sun_star_lang_EventObject_idl__ +#ifndef __com_sun_star_lang_EventObject_idl__ #include #endif #ifndef __com_sun_star_frame_XController2_idl__ @@ -36,7 +36,7 @@ //============================================================================= -module com { module sun { module star { module document { +module com { module sun { module star { module document { //============================================================================= @@ -51,7 +51,7 @@ module com { module sun { module star { module document { @see XDocumentEventBroadcaster @since OOo 3.1 */ -struct DocumentEvent : ::com::sun::star::lang::EventObject +published struct DocumentEvent : ::com::sun::star::lang::EventObject { /** specifies the name of the event. @@ -78,7 +78,7 @@ struct DocumentEvent : ::com::sun::star::lang::EventObject //============================================================================= -}; }; }; }; +}; }; }; }; //============================================================================= diff --git a/offapi/com/sun/star/document/EmptyUndoStackException.idl b/offapi/com/sun/star/document/EmptyUndoStackException.idl index 35ff85ad2..476a82bbe 100755 --- a/offapi/com/sun/star/document/EmptyUndoStackException.idl +++ b/offapi/com/sun/star/document/EmptyUndoStackException.idl @@ -31,14 +31,14 @@ //================================================================================================================== -module com { module sun { module star { module document { +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. */ -exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException +published 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 811feb394..81eeca83c 100755 --- a/offapi/com/sun/star/document/UndoContextNotClosedException.idl +++ b/offapi/com/sun/star/document/UndoContextNotClosedException.idl @@ -31,14 +31,14 @@ //================================================================================================================== -module com { module sun { module star { module document { +module com { module sun { module star { module document { //================================================================================================================== /** is thrown when an operation is attempted at an XUndoManager which requires all undo contexts to be closed, but this requirement is not fullfilled. */ -exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException +published 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 9fbaec7ee..65b23148a 100755 --- 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 */ -exception UndoFailedException : ::com::sun::star::uno::Exception +published exception UndoFailedException : ::com::sun::star::uno::Exception { /** describes the reason why the operation failed. Usually, this member will carry an exception. */ @@ -49,7 +49,7 @@ exception UndoFailedException : ::com::sun::star::uno::Exception //================================================================================================================== -}; }; }; }; +}; }; }; }; //================================================================================================================== diff --git a/offapi/com/sun/star/document/UndoManagerEvent.idl b/offapi/com/sun/star/document/UndoManagerEvent.idl index 55928a17b..163b9c6dd 100755 --- a/offapi/com/sun/star/document/UndoManagerEvent.idl +++ b/offapi/com/sun/star/document/UndoManagerEvent.idl @@ -31,7 +31,7 @@ //================================================================================================================== -module com { module sun { module star { module document { +module com { module sun { module star { module document { //================================================================================================================== @@ -41,7 +41,7 @@ module com { module sun { module star { module document { @see XUndoManagerListener @see XUndoAction */ -struct UndoManagerEvent : ::com::sun::star::lang::EventObject +published 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 b4ccd6f55..7274083fc 100644 --- a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl +++ b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl @@ -1,6 +1,6 @@ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -35,11 +35,11 @@ #include #endif -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ +#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include #endif -#ifndef __com_sun_star_lang_NoSupportException_idl__ +#ifndef __com_sun_star_lang_NoSupportException_idl__ #include #endif @@ -47,7 +47,7 @@ module com { module sun { module star { module document { -interface XDocumentEventListener; +published interface XDocumentEventListener; //============================================================================= @@ -60,7 +60,7 @@ interface XDocumentEventListener; @see DocumentEvent @since OOo 3.1 */ -interface XDocumentEventBroadcaster +published interface XDocumentEventBroadcaster { /** registers a listener which is notified about document events @@ -118,7 +118,7 @@ interface XDocumentEventBroadcaster //============================================================================= -}; }; }; }; +}; }; }; }; //============================================================================= diff --git a/offapi/com/sun/star/document/XDocumentEventListener.idl b/offapi/com/sun/star/document/XDocumentEventListener.idl index d27092c51..94548e52b 100644 --- a/offapi/com/sun/star/document/XDocumentEventListener.idl +++ b/offapi/com/sun/star/document/XDocumentEventListener.idl @@ -1,6 +1,6 @@ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -27,7 +27,7 @@ #ifndef __com_sun_star_document_XDocumentEventListener_idl__ #define __com_sun_star_document_XDocumentEventListener_idl__ -#ifndef __com_sun_star_lang_XEventListener_idl__ +#ifndef __com_sun_star_lang_XEventListener_idl__ #include #endif @@ -49,7 +49,7 @@ module com { module sun { module star { module document { @see XDocumentEventBroadcaster @since OOo 3.1 */ -interface XDocumentEventListener : ::com::sun::star::lang::XEventListener +published interface XDocumentEventListener : ::com::sun::star::lang::XEventListener { /** is called whenever a document event occured */ diff --git a/offapi/com/sun/star/document/XUndoAction.idl b/offapi/com/sun/star/document/XUndoAction.idl index 88b4f3f04..e65354013 100755 --- a/offapi/com/sun/star/document/XUndoAction.idl +++ b/offapi/com/sun/star/document/XUndoAction.idl @@ -32,13 +32,13 @@ //================================================================================================================== -module com { module sun { module star { module document { +module com { module sun { module star { module document { //================================================================================================================== /** represents a single (undoable) action on a document */ -interface XUndoAction +published 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 edae819ff..74aa4de0c 100755 --- a/offapi/com/sun/star/document/XUndoManager.idl +++ b/offapi/com/sun/star/document/XUndoManager.idl @@ -38,10 +38,10 @@ //================================================================================================================== -module com { module sun { module star { module document { +module com { module sun { module star { module document { -interface XUndoAction; -interface XUndoManagerListener; +published interface XUndoAction; +published interface XUndoManagerListener; //================================================================================================================== @@ -76,7 +76,7 @@ interface XUndoManagerListener; XLockable::unlock 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.

*/ -interface XUndoManager +published interface XUndoManager { /** allows locking the undo manager. */ diff --git a/offapi/com/sun/star/document/XUndoManagerListener.idl b/offapi/com/sun/star/document/XUndoManagerListener.idl index 360e320ae..045e74761 100755 --- a/offapi/com/sun/star/document/XUndoManagerListener.idl +++ b/offapi/com/sun/star/document/XUndoManagerListener.idl @@ -32,7 +32,7 @@ //================================================================================================================== -module com { module sun { module star { module document { +module com { module sun { module star { module document { //================================================================================================================== @@ -40,7 +40,7 @@ module com { module sun { module star { module document { @see XUndoManager */ -interface XUndoManagerListener : ::com::sun::star::lang::XEventListener +published 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 88a082259..211dd151e 100755 --- 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 { -interface XUndoManager; +published interface XUndoManager; //================================================================================================================== /** provides access to an XUndoManager. */ -interface XUndoManagerSupplier +published interface XUndoManagerSupplier { /** returns the Undo manager associated with the component. */ diff --git a/offapi/com/sun/star/frame/XController2.idl b/offapi/com/sun/star/frame/XController2.idl index 695d9fb11..15c6b0cea 100644 --- a/offapi/com/sun/star/frame/XController2.idl +++ b/offapi/com/sun/star/frame/XController2.idl @@ -1,6 +1,6 @@ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -41,10 +41,10 @@ module com { module sun { module star { module frame { @since OOo 3.0 */ -interface XController2 : XController +published interface XController2 : XController { /** denotes the "root window" of the controller. - +

If the controller is plugged into a frame, this window acts as the frame's ComponentWindow.

diff --git a/offapi/com/sun/star/logging/LogRecord.idl b/offapi/com/sun/star/logging/LogRecord.idl index 801bd6c87..f7a299503 100644 --- a/offapi/com/sun/star/logging/LogRecord.idl +++ b/offapi/com/sun/star/logging/LogRecord.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -28,13 +28,13 @@ #ifndef __com_sun_star_logging_LogRecord_idl__ #define __com_sun_star_logging_LogRecord_idl__ -#ifndef __com_sun_star_util_DateTime_idl__ +#ifndef __com_sun_star_util_DateTime_idl__ #include #endif //============================================================================= -module com { module sun { module star { module logging { +module com { module sun { module star { module logging { //============================================================================= @@ -44,7 +44,7 @@ module com { module sun { module star { module logging { @since OOo 2.3 */ -struct LogRecord +published struct LogRecord { /// specifies the name of the logger at which the record is logged string LoggerName; @@ -89,7 +89,7 @@ struct LogRecord //============================================================================= -}; }; }; }; +}; }; }; }; //============================================================================= diff --git a/offapi/com/sun/star/logging/XLogFormatter.idl b/offapi/com/sun/star/logging/XLogFormatter.idl index 383519ee7..a6a3fc9cc 100644 --- a/offapi/com/sun/star/logging/XLogFormatter.idl +++ b/offapi/com/sun/star/logging/XLogFormatter.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -28,7 +28,7 @@ #ifndef __com_sun_star_logging_XLogFormatter_idl__ #define __com_sun_star_logging_XLogFormatter_idl__ -#ifndef __com_sun_star_uno_XInterface_idl__ +#ifndef __com_sun_star_uno_XInterface_idl__ #include #endif @@ -38,17 +38,17 @@ //============================================================================= -module com { module sun { module star { module logging { +module com { module sun { module star { module logging { //============================================================================= /** specifies the interface to be used for formatting log records @see XLogHandler - + @since OOo 2.3 */ -interface XLogFormatter +published interface XLogFormatter { /** returns the header string for the log @@ -81,7 +81,7 @@ interface XLogFormatter //============================================================================= -}; }; }; }; +}; }; }; }; //============================================================================= diff --git a/offapi/com/sun/star/logging/XLogHandler.idl b/offapi/com/sun/star/logging/XLogHandler.idl index def100e7b..048e3161c 100644 --- a/offapi/com/sun/star/logging/XLogHandler.idl +++ b/offapi/com/sun/star/logging/XLogHandler.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -28,7 +28,7 @@ #ifndef __com_sun_star_logging_XLogHandler_idl__ #define __com_sun_star_logging_XLogHandler_idl__ -#ifndef __com_sun_star_lang_XComponent_idl__ +#ifndef __com_sun_star_lang_XComponent_idl__ #include #endif @@ -42,7 +42,7 @@ //============================================================================= -module com { module sun { module star { module logging { +module com { module sun { module star { module logging { //============================================================================= @@ -53,7 +53,7 @@ module com { module sun { module star { module logging { @since OOo 2.3 */ -interface XLogHandler +published interface XLogHandler { /** allows life time control for the handler @@ -103,7 +103,7 @@ interface XLogHandler //============================================================================= -}; }; }; }; +}; }; }; }; //============================================================================= diff --git a/offapi/com/sun/star/logging/XLogger.idl b/offapi/com/sun/star/logging/XLogger.idl index 45a2566d1..b3e6bb1dd 100644 --- a/offapi/com/sun/star/logging/XLogger.idl +++ b/offapi/com/sun/star/logging/XLogger.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -28,15 +28,15 @@ #ifndef __com_sun_star_logging_XLogger_idl__ #define __com_sun_star_logging_XLogger_idl__ -#ifndef __com_sun_star_uno_XInterface_idl__ +#ifndef __com_sun_star_uno_XInterface_idl__ #include #endif //============================================================================= -module com { module sun { module star { module logging { +module com { module sun { module star { module logging { -interface XLogHandler; +published interface XLogHandler; //============================================================================= @@ -53,7 +53,7 @@ interface XLogHandler; @since OOo 2.3 */ -interface XLogger +published interface XLogger { /** denotes the name of the logger. */ @@ -98,7 +98,7 @@ interface XLogger @param Level level to be checked against - + @returns if there would be some output for this XLogger for the given level, otherwise. Note that a return value of could also indicate that the logger @@ -141,7 +141,7 @@ interface XLogger //============================================================================= -}; }; }; }; +}; }; }; }; //============================================================================= diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl index ee764cc9e..3df97e9fa 100644 --- a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl +++ b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -40,7 +40,7 @@ #endif module com { module sun { module star { module container { -interface XIndexAccess; +published interface XIndexAccess; };};};}; //============================================================================= @@ -55,7 +55,7 @@ interface XIndexAccess; structure of the used query.

*/ -interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface +published 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 c11938c11..7cf86efb5 100644 --- a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl +++ b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -24,33 +24,33 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_sdb_XSingleSelectQueryComposer_idl__ -#define __com_sun_star_sdb_XSingleSelectQueryComposer_idl__ - -#ifndef __com_sun_star_beans_XPropertySet_idl__ -#include -#endif - -#ifndef __com_sun_star_beans_PropertyValue_idl__ -#include -#endif - -#ifndef __com_sun_star_sdbc_SQLException_idl__ -#include -#endif - -#ifndef __com_sun_star_sdb_XSingleSelectQueryAnalyzer_idl__ -#include -#endif - -//============================================================================= - - module com { module sun { module star { module sdb { - -//============================================================================= - +#ifndef __com_sun_star_sdb_XSingleSelectQueryComposer_idl__ +#define __com_sun_star_sdb_XSingleSelectQueryComposer_idl__ + +#ifndef __com_sun_star_beans_XPropertySet_idl__ +#include +#endif + +#ifndef __com_sun_star_beans_PropertyValue_idl__ +#include +#endif + +#ifndef __com_sun_star_sdbc_SQLException_idl__ +#include +#endif + +#ifndef __com_sun_star_sdb_XSingleSelectQueryAnalyzer_idl__ +#include +#endif + +//============================================================================= + + module com { module sun { module star { module sdb { + +//============================================================================= + /** simplifies the composing of single select statements. - +

The interface can be used for composing single SELECT statements without knowing the structure of the used query. @@ -58,41 +58,41 @@ @see com::sun::star::sdb::SingleSelectQueryComposer */ -interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer -{ - //------------------------------------------------------------------------- +published interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer +{ + //------------------------------------------------------------------------- // FILTER - //------------------------------------------------------------------------- - + //------------------------------------------------------------------------- + /** makes it possible to set a filter condition for the query. @param filter the filter to set - @throws com::sun::star::sdbc::SQLException + @throws com::sun::star::sdbc::SQLException if a database access error occurs - or the statement isn't valid + or the statement isn't valid or the statement isn't parseable. */ - void setFilter([in] string filter) - raises (com::sun::star::sdbc::SQLException); - //------------------------------------------------------------------------- + void setFilter([in] string filter) + raises (com::sun::star::sdbc::SQLException); + //------------------------------------------------------------------------- /** appends a new set of filter criteria which is split into levels. @param filter - The filter criteria is split into levels. Each level represents the - OR criterias. Within each level, the filters are provided as an AND criteria - with the name of the column and the filter condition. The filter condition + The filter criteria is split into levels. Each level represents the + OR criterias. Within each level, the filters are provided as an AND criteria + with the name of the column and the filter condition. The filter condition is of type string. The operator used, is defined by SQLFilterOperator. - @throws com::sun::star::sdbc::SQLException + @throws com::sun::star::sdbc::SQLException if a database access error occurs. */ void setStructuredFilter([in] sequence< sequence > filter) - raises (com::sun::star::sdbc::SQLException,com::sun::star::lang::IllegalArgumentException); - //------------------------------------------------------------------------- - - /** appends a new filter condition by a + raises (com::sun::star::sdbc::SQLException,com::sun::star::lang::IllegalArgumentException); + //------------------------------------------------------------------------- + + /** appends a new filter condition by a DataColumn - providing the name and the value for the filter. + providing the name and the value for the filter. The value property must be supported by the DataColumn. @param column the column which is used to create a filter @@ -102,72 +102,72 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer E.g. (xx AND bb AND cc) OR newCriteria @param filterOperator The operator used, is defined by SQLFilterOperator. - @throws com::sun::star::sdbc::SQLException + @throws com::sun::star::sdbc::SQLException if a database access error occurs. */ void appendFilterByColumn([in] com::sun::star::beans::XPropertySet column,[in] boolean andCriteria,[in] long filterOperator) - raises (com::sun::star::sdbc::SQLException); + raises (com::sun::star::sdbc::SQLException); - //------------------------------------------------------------------------- + //------------------------------------------------------------------------- // GROUP BY - //------------------------------------------------------------------------- - - + //------------------------------------------------------------------------- + + /** makes it possibile to set a group for the query. @param group the group part to set - @throws com::sun::star::sdbc::SQLException + @throws com::sun::star::sdbc::SQLException if a database access error occurs - or the statement isn't valid + or the statement isn't valid or the statement isn't parseable.. */ - void setGroup([in] string group) - raises (com::sun::star::sdbc::SQLException); + void setGroup([in] string group) + raises (com::sun::star::sdbc::SQLException); + + //------------------------------------------------------------------------- - //------------------------------------------------------------------------- - /** appends an additional part to the group criteria of the select statement. The column must be a Column. @param column the column which is used to create a group part - @throws com::sun::star::sdbc::SQLException + @throws com::sun::star::sdbc::SQLException if a database access error occurs. */ - void appendGroupByColumn([in] com::sun::star::beans::XPropertySet column) - raises (com::sun::star::sdbc::SQLException); - - //------------------------------------------------------------------------- + void appendGroupByColumn([in] com::sun::star::beans::XPropertySet column) + raises (com::sun::star::sdbc::SQLException); + + //------------------------------------------------------------------------- // HAVING - //------------------------------------------------------------------------- - + //------------------------------------------------------------------------- + /** makes it possible to set a HAVING filter condition for the query. @param filter the filter to set - @throws com::sun::star::sdbc::SQLException + @throws com::sun::star::sdbc::SQLException if a database access error occurs - or the statement isn't valid + or the statement isn't valid or the statement isn't parseable. */ - void setHavingClause([in] string filter) - raises (com::sun::star::sdbc::SQLException); + void setHavingClause([in] string filter) + raises (com::sun::star::sdbc::SQLException); - //------------------------------------------------------------------------- + //------------------------------------------------------------------------- /** appends a new set of HAVING filter criteria which is split into levels. @param filter - The HAVING filter criteria is split into levels. Each level represents the - OR criterias. Within each level, the filters are provided as an AND criteria - with the name of the column and the filter condition. The filter condition + The HAVING filter criteria is split into levels. Each level represents the + OR criterias. Within each level, the filters are provided as an AND criteria + with the name of the column and the filter condition. The filter condition is of type string. The operator used, is defined by SQLFilterOperator. - @throws com::sun::star::sdbc::SQLException + @throws com::sun::star::sdbc::SQLException if a database access error occurs. */ void setStructuredHavingClause([in] sequence< sequence > filter) - raises (com::sun::star::sdbc::SQLException); - //------------------------------------------------------------------------- - - /** appends a new HAVING filter condition by a + raises (com::sun::star::sdbc::SQLException); + //------------------------------------------------------------------------- + + /** appends a new HAVING filter condition by a DataColumn providing the name and the value for the filter. @param column @@ -178,45 +178,45 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer E.g. (xx AND bb AND cc) OR newCriteria @param filterOperator The operator used, is defined by SQLFilterOperator. - @throws com::sun::star::sdbc::SQLException + @throws com::sun::star::sdbc::SQLException if a database access error occurs. */ - void appendHavingClauseByColumn([in] com::sun::star::beans::XPropertySet column,[in] boolean andCriteria,[in] long filterOperator) - raises (com::sun::star::sdbc::SQLException); + void appendHavingClauseByColumn([in] com::sun::star::beans::XPropertySet column,[in] boolean andCriteria,[in] long filterOperator) + raises (com::sun::star::sdbc::SQLException); - //------------------------------------------------------------------------- + //------------------------------------------------------------------------- // ORDER BY - //------------------------------------------------------------------------- - + //------------------------------------------------------------------------- + /** makes it possibile to set a sort condition for the query. @param order the order part to set - @throws com::sun::star::sdbc::SQLException + @throws com::sun::star::sdbc::SQLException if a database access error occurs - or the order isn't valid + or the order isn't valid or the statement isn't parseable. */ - void setOrder([in] string order) - raises (com::sun::star::sdbc::SQLException); + void setOrder([in] string order) + raises (com::sun::star::sdbc::SQLException); + + //------------------------------------------------------------------------- - //------------------------------------------------------------------------- - /** appends an additional part to the sort order criteria of the select statement. The column must be a Column. @param column the column which is used to create a order part @param ascending when the order should be ascending, otherwise if descending. - @throws com::sun::star::sdbc::SQLException + @throws com::sun::star::sdbc::SQLException if a database access error occurs. */ - void appendOrderByColumn([in] com::sun::star::beans::XPropertySet column, - [in] boolean ascending) - raises (com::sun::star::sdbc::SQLException); - - //------------------------------------------------------------------------- + void appendOrderByColumn([in] com::sun::star::beans::XPropertySet column, + [in] boolean ascending) + raises (com::sun::star::sdbc::SQLException); + + //------------------------------------------------------------------------- // culmulative composing - //------------------------------------------------------------------------- + //------------------------------------------------------------------------- /** sets a new elementary query for the composer @@ -261,14 +261,14 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer { set raises (com::sun::star::sdbc::SQLException); }; -}; - -//============================================================================= - -}; }; }; }; - -/*============================================================================= - -=============================================================================*/ -#endif +}; + +//============================================================================= + +}; }; }; }; + +/*============================================================================= + +=============================================================================*/ +#endif diff --git a/offapi/com/sun/star/sdb/XSubDocument.idl b/offapi/com/sun/star/sdb/XSubDocument.idl index 92a09e586..2f9e86b10 100644 --- a/offapi/com/sun/star/sdb/XSubDocument.idl +++ b/offapi/com/sun/star/sdb/XSubDocument.idl @@ -1,6 +1,6 @@ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -32,7 +32,7 @@ //============================================================================= -module com { module sun { module star { module sdb { +module com { module sun { module star { module sdb { //============================================================================= @@ -40,7 +40,7 @@ module com { module sun { module star { module sdb { @since OOo 3.1 */ -interface XSubDocument +published interface XSubDocument { /** opens the sub document @@ -95,7 +95,7 @@ interface XSubDocument //============================================================================= -}; }; }; }; +}; }; }; }; //============================================================================= diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl index 00fff0afb..1a5c5ed03 100644 --- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl +++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -40,7 +40,7 @@ //============================================================================= -module com { module sun { module star { module sdb { module application { +module com { module sun { module star { module sdb { module application { //============================================================================= @@ -54,7 +54,7 @@ module com { module sun { module star { module sdb { module application { @since OOo 2.2 */ -interface XDatabaseDocumentUI +published interface XDatabaseDocumentUI { /** provides access to the data source belong to the database document */ @@ -322,7 +322,7 @@ interface XDatabaseDocumentUI //============================================================================= -}; }; }; }; }; +}; }; }; }; }; //============================================================================= diff --git a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl index 9d7c792eb..ab9e308fc 100644 --- a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl +++ b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -31,27 +31,27 @@ #ifndef __com_sun_star_uno_XInterface_idl__ #include #endif -#ifndef __com_sun_star_sdbc_SQLException_idl__ -#include -#endif +#ifndef __com_sun_star_sdbc_SQLException_idl__ +#include +#endif -module com { module sun { module star { +module com { module sun { module star { module container { - interface XNameAccess; + published interface XNameAccess; }; module lang { - interface XComponent; + published interface XComponent; }; };};}; //============================================================================= -module com { module sun { module star { module sdb { - interface XSingleSelectQueryComposer; +module com { module sun { module star { module sdb { + published interface XSingleSelectQueryComposer; module tools { //============================================================================= -interface XTableName; -interface XObjectNames; -interface XDataSourceMetaData; +published interface XTableName; +published interface XObjectNames; +published interface XDataSourceMetaData; //----------------------------------------------------------------------------- /** encapsulates various useful functionality around a @@ -68,7 +68,7 @@ interface XDataSourceMetaData; @since OOo 2.0.4 */ -interface XConnectionTools +published interface XConnectionTools { /** creates an instance supporting the XTableName interface, which can be used to manipulate table names for various purposes. @@ -133,7 +133,7 @@ interface XConnectionTools @param command the object. This may be a table name, a query name, or an SQL statement, depending on the value of _nCommandType - @return + @return the composer filled with command and command type. */ ::com::sun::star::sdb::XSingleSelectQueryComposer getComposer([in] long commandType,[in] string command); diff --git a/offapi/com/sun/star/sdb/tools/XDataSourceMetaData.idl b/offapi/com/sun/star/sdb/tools/XDataSourceMetaData.idl index 4ceaa0f76..726b7d712 100644 --- a/offapi/com/sun/star/sdb/tools/XDataSourceMetaData.idl +++ b/offapi/com/sun/star/sdb/tools/XDataSourceMetaData.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -36,7 +36,7 @@ module com { module sun { module star { module sdb { module tools { //============================================================================= -interface XDataSourceMetaData +published interface XDataSourceMetaData { /** determines whether the data source supports queries in the FROM part of a SELECT statement. diff --git a/offapi/com/sun/star/sdb/tools/XObjectNames.idl b/offapi/com/sun/star/sdb/tools/XObjectNames.idl index db40a0e67..1925c74f7 100644 --- a/offapi/com/sun/star/sdb/tools/XObjectNames.idl +++ b/offapi/com/sun/star/sdb/tools/XObjectNames.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -70,7 +70,7 @@ module com { module sun { module star { module sdb { module tools { @since OOo 2.0.4 */ -interface XObjectNames +published 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 758af4fac..dfddb75a9 100644 --- a/offapi/com/sun/star/sdb/tools/XTableName.idl +++ b/offapi/com/sun/star/sdb/tools/XTableName.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -72,7 +72,7 @@ module com { module sun { module star { module sdb { module tools { @since OOo 2.0.4 */ -interface XTableName +published interface XTableName { /** denotes the name of the catalog which the table is a part of */ @@ -98,7 +98,7 @@ interface XTableName @see CompositionType - @throws com::sun::star::IllegalArgumentException + @throws com::sun::star::IllegalArgumentException if the given Type does not denote a valid CompositionType */ string getComposedName( [in] long Type, [in] boolean Quote ) diff --git a/offapi/com/sun/star/ui/XToolPanel.idl b/offapi/com/sun/star/ui/XToolPanel.idl index fb10ddece..6b485d1b8 100644 --- a/offapi/com/sun/star/ui/XToolPanel.idl +++ b/offapi/com/sun/star/ui/XToolPanel.idl @@ -1,6 +1,6 @@ /************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -32,13 +32,13 @@ //============================================================================= -module com { module sun { module star { module ui { +module com { module sun { module star { module ui { //============================================================================= /** describes the basic interface to be implemented by a tool panel */ -interface XToolPanel +published interface XToolPanel { /** provides access to the tool panel's main window. diff --git a/offapi/com/sun/star/ui/dialogs/Wizard.idl b/offapi/com/sun/star/ui/dialogs/Wizard.idl index b3237be3f..d15819a73 100644 --- a/offapi/com/sun/star/ui/dialogs/Wizard.idl +++ b/offapi/com/sun/star/ui/dialogs/Wizard.idl @@ -32,15 +32,15 @@ //================================================================================================================== -module com { module sun { module star { module ui { module dialogs { +module com { module sun { module star { module ui { module dialogs { -interface XWizardController; +published interface XWizardController; //================================================================================================================== /** provides a framework for implementing a wizard dialog. */ -service Wizard : XWizard +published service Wizard : XWizard { /** creates a wizard with a single execution path @param PageIds @@ -68,7 +68,7 @@ service Wizard : XWizard //================================================================================================================== -}; }; }; }; }; +}; }; }; }; }; //================================================================================================================== diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl index 445f7bbf2..debe91072 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 { //================================================================================================================== -interface XWizardPage; +published interface XWizardPage; /** is the main interface implemented by the Wizard services. @@ -79,7 +79,7 @@ interface XWizardPage; @see XWizardController @see XWizardPage */ -interface XWizard +published 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 52a245422..2ada9c1e7 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 Wizard. */ -interface XWizardController +published interface XWizardController { /** creates a page @@ -78,7 +78,7 @@ interface XWizardController //================================================================================================================== -}; }; }; }; }; +}; }; }; }; }; //================================================================================================================== diff --git a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl index 4eef97d00..64b9f807d 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 Wizard */ -interface XWizardPage : ::com::sun::star::lang::XComponent +published interface XWizardPage : ::com::sun::star::lang::XComponent { /** provides read-only access to the window of the page */ @@ -79,7 +79,7 @@ interface XWizardPage : ::com::sun::star::lang::XComponent //================================================================================================================== -}; }; }; }; }; +}; }; }; }; }; //================================================================================================================== diff --git a/offapi/com/sun/star/util/InvalidStateException.idl b/offapi/com/sun/star/util/InvalidStateException.idl index 58e368bd4..3f4b28dbd 100644 --- a/offapi/com/sun/star/util/InvalidStateException.idl +++ b/offapi/com/sun/star/util/InvalidStateException.idl @@ -27,17 +27,17 @@ #ifndef __com_sun_star_util_InvalidStateException_idl__ #define __com_sun_star_util_InvalidStateException_idl__ -#include +#include //================================================================================================================== -module com { module sun { module star { module util { +module com { module sun { module star { module util { //================================================================================================================== /** is thrown when an object's state does not allow to call requested functionality. */ -exception InvalidStateException : com::sun::star::uno::Exception +published 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 a8865c25b..9819fde69 100755 --- a/offapi/com/sun/star/util/NotLockedException.idl +++ b/offapi/com/sun/star/util/NotLockedException.idl @@ -31,13 +31,13 @@ //================================================================================================================== -module com { module sun { module star { module util { +module com { module sun { module star { module util { //================================================================================================================== /** is raised when attempt is made to unlock a lockable component which actually is not locked. */ -exception NotLockedException : ::com::sun::star::util::InvalidStateException +published exception NotLockedException : ::com::sun::star::util::InvalidStateException { }; diff --git a/offapi/com/sun/star/util/XLockable.idl b/offapi/com/sun/star/util/XLockable.idl index 5616a42c2..0e52cc96c 100755 --- a/offapi/com/sun/star/util/XLockable.idl +++ b/offapi/com/sun/star/util/XLockable.idl @@ -31,7 +31,7 @@ //================================================================================================================== -module com { module sun { module star { module util { +module com { module sun { module star { module util { //================================================================================================================== @@ -41,7 +41,7 @@ module com { module sun { module star { module util { pairs. As long as there has been one more call to lock than to unlock, the component is considered locked, which is reflected by isLocked returning .

*/ -interface XLockable +published interface XLockable { /** locks the component @@ -54,7 +54,7 @@ interface XLockable @throws NotLockedException if the component is not currently locked. - + @see lock @see isLocked */ -- cgit v1.2.3