#i117329# - Publishing of UNO types,third wave.

This commit is contained in:
Kai Sommerfeld 2011-03-17 12:50:52 +01:00
parent 0f79c68194
commit 0461d179dd
48 changed files with 67 additions and 67 deletions

View file

@ -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;

View file

@ -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.
*/
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

View file

@ -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>
*/
service SpinningProgressControlModel
published service SpinningProgressControlModel
{
service AnimatedImagesControlModel;
};

View file

@ -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.

View file

@ -39,7 +39,7 @@ module com { module sun { module star { module awt {
@since OOo 3.4
*/
interface XAnimation
published interface XAnimation
{
/** starts the animation
*/

View file

@ -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
{
//-------------------------------------------------------------------------

View file

@ -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
*/

View file

@ -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
*/

View file

@ -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 );

View file

@ -35,7 +35,7 @@
module com { module sun { module star { module awt {
interface XStyleChangeListener;
published interface XStyleChangeListener;
//==================================================================================================================
@ -53,7 +53,7 @@ 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>
*/
interface XStyleSettings
published interface XStyleSettings
{
/// specifies the color of the border of active windows
[attribute] ::com::sun::star::util::Color ActiveBorderColor;

View file

@ -32,13 +32,13 @@
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;
};

View file

@ -39,7 +39,7 @@ module com { module sun { module star { module awt {
/** allows receive window-related events, additional to the ones received by an <type>XWindowListener</type>
*/
interface XWindowListener2: XWindowListener
published interface XWindowListener2: XWindowListener
{
//-------------------------------------------------------------------------

View file

@ -40,7 +40,7 @@ module com { module sun { module star { module awt { module grid {
@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;

View file

@ -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
*/
interface XGridColumn
published interface XGridColumn
{
/** implements life time control for the component
*/

View file

@ -41,7 +41,7 @@ module com { module sun { module star { module awt { module grid {
@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.
*/

View file

@ -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.

View file

@ -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.
*/
exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException
published exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException
{
};

View file

@ -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.
*/
exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException
published exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException
{
};

View file

@ -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.
*/

View file

@ -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

View file

@ -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

View file

@ -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
*/

View file

@ -38,7 +38,7 @@ 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

View file

@ -40,8 +40,8 @@
module com { module sun { module star { module document {
interface XUndoAction;
interface XUndoManagerListener;
published interface XUndoAction;
published interface XUndoManagerListener;
//==================================================================================================================
@ -76,7 +76,7 @@ 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>
*/
interface XUndoManager
published interface XUndoManager
{
/** allows <a href="#locking">locking</a> the undo manager.
*/

View file

@ -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.

View file

@ -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.
*/

View file

@ -41,7 +41,7 @@ module com { module sun { module star { module frame {
@since OOo 3.0
*/
interface XController2 : XController
published interface XController2 : XController
{
/** denotes the &quot;root window&quot; of the controller.

View file

@ -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;

View file

@ -48,7 +48,7 @@ module com { module sun { module star { module logging {
@since OOo 2.3
*/
interface XLogFormatter
published interface XLogFormatter
{
/** returns the header string for the log

View file

@ -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

View file

@ -36,7 +36,7 @@
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.
*/

View file

@ -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.
</p>
*/
interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface
published interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface
{
/** returns the query.

View file

@ -58,7 +58,7 @@
@see com::sun::star::sdb::SingleSelectQueryComposer
*/
interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer
published interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer
{
//-------------------------------------------------------------------------
// FILTER
@ -211,7 +211,7 @@ 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);
//-------------------------------------------------------------------------

View file

@ -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

View file

@ -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
*/

View file

@ -37,21 +37,21 @@
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;
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 <type>XTableName</type> interface,
which can be used to manipulate table names for various purposes.

View file

@ -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 <code>FROM</code>
part of a <code>SELECT</code> statement.

View file

@ -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

View file

@ -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
*/

View file

@ -38,7 +38,7 @@ 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.

View file

@ -34,13 +34,13 @@
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

View file

@ -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 <type>Wizard</type> services.
@ -79,7 +79,7 @@ interface XWizardPage;
@see XWizardController
@see XWizardPage
*/
interface XWizard
published interface XWizard
{
interface XExecutableDialog;

View file

@ -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>.
*/
interface XWizardController
published interface XWizardController
{
/** creates a page

View file

@ -37,7 +37,7 @@ module com { module sun { module star { module ui { module dialogs {
/** is a single page of a <type>Wizard</type>
*/
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
*/

View file

@ -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.
*/
exception InvalidStateException : com::sun::star::uno::Exception
published exception InvalidStateException : com::sun::star::uno::Exception
{
};

View file

@ -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.
*/
exception NotLockedException : ::com::sun::star::util::InvalidStateException
published exception NotLockedException : ::com::sun::star::util::InvalidStateException
{
};

View file

@ -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>
*/
interface XLockable
published interface XLockable
{
/** locks</a> the component

View file

@ -40,7 +40,7 @@ module com { module sun { module star { module beans {
@since OOo 3.0
*/
struct Pair<T, U> {
published struct Pair<T, U> {
/// first object.
T First;