#i117329# - Publishing of UNO types,third wave.
This commit is contained in:
parent
0f79c68194
commit
0461d179dd
48 changed files with 67 additions and 67 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ module com { module sun { module star { module awt {
|
|||
|
||||
@since OOo 3.4
|
||||
*/
|
||||
interface XAnimation
|
||||
published interface XAnimation
|
||||
{
|
||||
/** starts the animation
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
{
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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 );
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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
|
||||
{
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
};
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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 "root window" of the controller.
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
{
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue