diff options
Diffstat (limited to 'offapi/com')
97 files changed, 157 insertions, 157 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessBridge.idl b/offapi/com/sun/star/accessibility/AccessBridge.idl index 32c142aac1a8..44703ed8192f 100644 --- a/offapi/com/sun/star/accessibility/AccessBridge.idl +++ b/offapi/com/sun/star/accessibility/AccessBridge.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published service AccessBridge +service AccessBridge { /** Expects and instance of XExtendedToolkit as first parameter */ interface ::com::sun::star::lang::XInitialization; diff --git a/offapi/com/sun/star/accessibility/Accessible.idl b/offapi/com/sun/star/accessibility/Accessible.idl index 14299d49451e..a3b5e5bfc8df 100644 --- a/offapi/com/sun/star/accessibility/Accessible.idl +++ b/offapi/com/sun/star/accessibility/Accessible.idl @@ -21,7 +21,7 @@ module com { module sun { module star { module accessibility { - published interface XAccessible; + interface XAccessible; /** Every class has to support this service in order to be accessible. @@ -38,7 +38,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published service Accessible +service Accessible { interface XAccessible; }; diff --git a/offapi/com/sun/star/accessibility/AccessibleContext.idl b/offapi/com/sun/star/accessibility/AccessibleContext.idl index 1bb211eda64d..d9fe07c7f288 100644 --- a/offapi/com/sun/star/accessibility/AccessibleContext.idl +++ b/offapi/com/sun/star/accessibility/AccessibleContext.idl @@ -21,8 +21,8 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleContext; - published interface XAccessibleEventBroadcaster; + interface XAccessibleContext; + interface XAccessibleEventBroadcaster; /** Central service of the Accessibility API that gives access to various facets of an object's content. @@ -41,7 +41,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published service AccessibleContext +service AccessibleContext { interface XAccessibleContext; diff --git a/offapi/com/sun/star/accessibility/AccessibleEventId.idl b/offapi/com/sun/star/accessibility/AccessibleEventId.idl index 674fd4a7acb4..c5d0bdf5e886 100644 --- a/offapi/com/sun/star/accessibility/AccessibleEventId.idl +++ b/offapi/com/sun/star/accessibility/AccessibleEventId.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published constants AccessibleEventId +constants AccessibleEventId { /** Use this event type to indicate a change of the name string of an accessible object. The diff --git a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl index 142072d814d8..781a8f1cdf0f 100644 --- a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl +++ b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published struct AccessibleEventObject: ::com::sun::star::lang::EventObject +struct AccessibleEventObject: ::com::sun::star::lang::EventObject { /** specifies the type of this event. diff --git a/offapi/com/sun/star/accessibility/AccessibleRelation.idl b/offapi/com/sun/star/accessibility/AccessibleRelation.idl index a34b2a2537db..b715abf5675d 100644 --- a/offapi/com/sun/star/accessibility/AccessibleRelation.idl +++ b/offapi/com/sun/star/accessibility/AccessibleRelation.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published struct AccessibleRelation +struct AccessibleRelation { /** Type of the relation. diff --git a/offapi/com/sun/star/accessibility/AccessibleRelationType.idl b/offapi/com/sun/star/accessibility/AccessibleRelationType.idl index de79af0d8c63..32a94afc17dd 100644 --- a/offapi/com/sun/star/accessibility/AccessibleRelationType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleRelationType.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published constants AccessibleRelationType +constants AccessibleRelationType { /** Invalid relation type. diff --git a/offapi/com/sun/star/accessibility/AccessibleRole.idl b/offapi/com/sun/star/accessibility/AccessibleRole.idl index 096ad0aa1e07..9f57f8f53201 100644 --- a/offapi/com/sun/star/accessibility/AccessibleRole.idl +++ b/offapi/com/sun/star/accessibility/AccessibleRole.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published constants AccessibleRole +constants AccessibleRole { /** Unknown role. diff --git a/offapi/com/sun/star/accessibility/AccessibleStateType.idl b/offapi/com/sun/star/accessibility/AccessibleStateType.idl index 869f6b037ba7..acf0a302db58 100644 --- a/offapi/com/sun/star/accessibility/AccessibleStateType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleStateType.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published constants AccessibleStateType +constants AccessibleStateType { /** Indicates an invalid state. */ diff --git a/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl b/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl index 73eecb3bc868..c79904340610 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published struct AccessibleTableModelChange +struct AccessibleTableModelChange { /** The type of the event as defined in <type>AccessibleTableModelChangeType</type>. diff --git a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl index 4636981f848c..19536b0e265b 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published constants AccessibleTableModelChangeType +constants AccessibleTableModelChangeType { /** One or more rows and/or columns have been inserted. diff --git a/offapi/com/sun/star/accessibility/AccessibleTextType.idl b/offapi/com/sun/star/accessibility/AccessibleTextType.idl index a61f178c58a1..7bad07cd62c9 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTextType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTextType.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published constants AccessibleTextType +constants AccessibleTextType { /** Single character. diff --git a/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl b/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl index 1dc6a3577562..adb597f9d036 100644 --- a/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl +++ b/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published exception IllegalAccessibleComponentStateException +exception IllegalAccessibleComponentStateException : ::com::sun::star::uno::Exception { }; diff --git a/offapi/com/sun/star/accessibility/TextSegment.idl b/offapi/com/sun/star/accessibility/TextSegment.idl index 8d1182b6e154..49630e02b61f 100644 --- a/offapi/com/sun/star/accessibility/TextSegment.idl +++ b/offapi/com/sun/star/accessibility/TextSegment.idl @@ -51,7 +51,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published struct TextSegment +struct TextSegment { /** A copy of the text segment of the enclosing text delimited by the text indices <member>TextSegment::SegmentStart</member> and diff --git a/offapi/com/sun/star/accessibility/XAccessible.idl b/offapi/com/sun/star/accessibility/XAccessible.idl index 6e28d70de902..a738d2b73b04 100644 --- a/offapi/com/sun/star/accessibility/XAccessible.idl +++ b/offapi/com/sun/star/accessibility/XAccessible.idl @@ -24,7 +24,7 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleContext; + interface XAccessibleContext; /** This interface has to be implemented by any class that wants to be accessible. @@ -51,7 +51,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessible : ::com::sun::star::uno::XInterface +interface XAccessible : ::com::sun::star::uno::XInterface { /** Returns the AccessibleContext associated with this object. diff --git a/offapi/com/sun/star/accessibility/XAccessibleAction.idl b/offapi/com/sun/star/accessibility/XAccessibleAction.idl index 706658fe40f8..de46557196ca 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleAction.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleAction.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleKeyBinding; + interface XAccessibleKeyBinding; /** Implement this interface to give access to actions that can be executed for accessible objects. @@ -37,7 +37,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleAction : ::com::sun::star::uno::XInterface +interface XAccessibleAction : ::com::sun::star::uno::XInterface { /** Returns the number of accessible actions available in this object. diff --git a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl index d2d2414ac332..7d851c63fcc0 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module accessibility { - published interface XAccessible; + interface XAccessible; /** The <type>XAccessibleComponent</type> interface should be supported by any class that can be rendered on the screen. @@ -76,7 +76,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleComponent : ::com::sun::star::uno::XInterface +interface XAccessibleComponent : ::com::sun::star::uno::XInterface { /** Tests whether the specified point lies within this object's bounds. diff --git a/offapi/com/sun/star/accessibility/XAccessibleContext.idl b/offapi/com/sun/star/accessibility/XAccessibleContext.idl index 8ead5b1251fe..3ed97715b60e 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleContext.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleContext.idl @@ -27,10 +27,10 @@ module com { module sun { module star { module accessibility { - published interface XAccessible; - published interface XAccessibleRelationSet; - published interface XAccessibleSelection; - published interface XAccessibleStateSet; + interface XAccessible; + interface XAccessibleRelationSet; + interface XAccessibleSelection; + interface XAccessibleStateSet; /** Implement this interface for exposing various aspects of a class's content. @@ -46,7 +46,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleContext : ::com::sun::star::uno::XInterface +interface XAccessibleContext : ::com::sun::star::uno::XInterface { /** Return the number of children. diff --git a/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl b/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl index 5eb80364a8cf..ccfbba3fa2f7 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleEditableText +interface XAccessibleEditableText : ::com::sun::star::accessibility::XAccessibleText { /** Copies the text range into the clipboard. diff --git a/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl b/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl index cce170fba06e..4889191620f3 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl @@ -24,7 +24,7 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleEventListener; + interface XAccessibleEventListener; /** makes it possible to register listeners which are called whenever an accessibility event (see <type>AccessibleEventObject</type>) occurs. @@ -34,17 +34,17 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleEventBroadcaster: ::com::sun::star::uno::XInterface +interface XAccessibleEventBroadcaster: ::com::sun::star::uno::XInterface { /** registers the given <type>XAccessibleEventListener</type>. */ - [oneway] void addEventListener( [in] XAccessibleEventListener xListener ); + [oneway] void addAccessibleEventListener( [in] XAccessibleEventListener xListener ); /** unregisters the given <type>XAccessibleEventListener</type>. */ - [oneway] void removeEventListener( [in] XAccessibleEventListener xListener ); + [oneway] void removeAccessibleEventListener( [in] XAccessibleEventListener xListener ); }; }; }; }; }; diff --git a/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl b/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl index be38ec0f1bea..396c504bbf4d 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleEventListener: ::com::sun::star::lang::XEventListener +interface XAccessibleEventListener: ::com::sun::star::lang::XEventListener { /** is called whenever a accessible event (see <type>AccessibleEventObject</type>) occurs. diff --git a/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl b/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl index 85bfb00fb158..00762e053b62 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleExtendedComponent : XAccessibleComponent +interface XAccessibleExtendedComponent : XAccessibleComponent { /** Returns the font of this object. diff --git a/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl b/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl index 9b5612070b1d..e095eb4c6fea 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleHyperlink : +interface XAccessibleHyperlink : ::com::sun::star::accessibility::XAccessibleAction { /** Returns an object that represents the link anchor, as appropriate diff --git a/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl b/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl index 547934d6465c..92707d3178fb 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleHyperlink; + interface XAccessibleHyperlink; /** Implement this interface to expose the hypertext structure of a document. @@ -43,7 +43,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleHypertext +interface XAccessibleHypertext : ::com::sun::star::accessibility::XAccessibleText { /** Returns the number of links and link groups contained within this diff --git a/offapi/com/sun/star/accessibility/XAccessibleImage.idl b/offapi/com/sun/star/accessibility/XAccessibleImage.idl index 6f503c50d832..b63d182fb66a 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleImage.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleImage.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleImage : ::com::sun::star::uno::XInterface +interface XAccessibleImage : ::com::sun::star::uno::XInterface { /** Returns the localized description of the image. diff --git a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl index 7196a99e2e0e..8b374aba1d21 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleKeyBinding : ::com::sun::star::uno::XInterface +interface XAccessibleKeyBinding : ::com::sun::star::uno::XInterface { /** Return the number of available key bindings. @return diff --git a/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl b/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl index 59f8f824bf5f..02fbd70bd51a 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleRelationSet : ::com::sun::star::uno::XInterface +interface XAccessibleRelationSet : ::com::sun::star::uno::XInterface { /** Returns the number of relations in this relation set. diff --git a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl index 572659f9a2c6..032a5170b369 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module accessibility { - published interface XAccessible; + interface XAccessible; /** Implement this interface to represent a selection of accessible objects. @@ -42,7 +42,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleSelection : ::com::sun::star::uno::XInterface +interface XAccessibleSelection : ::com::sun::star::uno::XInterface { /** Selects the specified <type>Accessible</type> child of the object. diff --git a/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl b/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl index 41eaed202097..170f4e1e9391 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module accessibility { - published interface XAccessible; + interface XAccessible; /** Implement this interface to represent a set of states. @@ -36,7 +36,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleStateSet : ::com::sun::star::uno::XInterface +interface XAccessibleStateSet : ::com::sun::star::uno::XInterface { /** Checks whether the current state set is empty. diff --git a/offapi/com/sun/star/accessibility/XAccessibleTable.idl b/offapi/com/sun/star/accessibility/XAccessibleTable.idl index f0ecf7991797..221c92bbd7c4 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleTable.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleTable.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module accessibility { - published interface XAccessible; + interface XAccessible; /** Implement this interface to give access to a two-dimensional table. @@ -54,7 +54,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleTable : ::com::sun::star::uno::XInterface +interface XAccessibleTable : ::com::sun::star::uno::XInterface { /** Returns the number of used rows in the table. diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl index 04ac8009d41d..c020d518d078 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleText.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleText.idl @@ -56,7 +56,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleText : ::com::sun::star::uno::XInterface +interface XAccessibleText : ::com::sun::star::uno::XInterface { /** Return the position of the caret. diff --git a/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl b/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl index 19efafd75c0f..b7c30d9a945d 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module accessibility { @since OOo 2.0.4 */ -published interface XAccessibleTextAttributes +interface XAccessibleTextAttributes { /** Get the default attribute set for the text. diff --git a/offapi/com/sun/star/accessibility/XAccessibleValue.idl b/offapi/com/sun/star/accessibility/XAccessibleValue.idl index 2b1db5a6ca00..9d752c88852c 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleValue.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleValue.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module accessibility { @since OOo 1.1.2 */ -published interface XAccessibleValue : ::com::sun::star::uno::XInterface +interface XAccessibleValue : ::com::sun::star::uno::XInterface { /** Returns the value of this object as a number. diff --git a/offapi/com/sun/star/awt/AccessibleButton.idl b/offapi/com/sun/star/awt/AccessibleButton.idl index 30d9372bbd61..0e9a0c93651b 100644 --- a/offapi/com/sun/star/awt/AccessibleButton.idl +++ b/offapi/com/sun/star/awt/AccessibleButton.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleButton +service AccessibleButton { /** This interface gives access to the structural information of a button: diff --git a/offapi/com/sun/star/awt/AccessibleCheckBox.idl b/offapi/com/sun/star/awt/AccessibleCheckBox.idl index 727e50fdad36..506f3da4022c 100644 --- a/offapi/com/sun/star/awt/AccessibleCheckBox.idl +++ b/offapi/com/sun/star/awt/AccessibleCheckBox.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleCheckBox +service AccessibleCheckBox { /** This interface gives access to the structural information of a check box: diff --git a/offapi/com/sun/star/awt/AccessibleComboBox.idl b/offapi/com/sun/star/awt/AccessibleComboBox.idl index 10c22dffaedc..735d3d43aa34 100644 --- a/offapi/com/sun/star/awt/AccessibleComboBox.idl +++ b/offapi/com/sun/star/awt/AccessibleComboBox.idl @@ -24,9 +24,9 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleText; - published interface XAccessibleExtendedComponent; - published interface XAccessibleComponent; + interface XAccessibleText; + interface XAccessibleExtendedComponent; + interface XAccessibleComponent; }; }; }; }; @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::XAccessibleExtendedComponent @since OOo 1.1.2 */ -published service AccessibleComboBox +service AccessibleComboBox { /** This interface gives access to the structural information of a combo box: diff --git a/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl b/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl index c4e59e152c52..9d1173d6bdf9 100644 --- a/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl +++ b/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl @@ -25,9 +25,9 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleAction; - published interface XAccessibleExtendedComponent; - published interface XAccessibleComponent; + interface XAccessibleAction; + interface XAccessibleExtendedComponent; + interface XAccessibleComponent; }; }; }; }; @@ -43,7 +43,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleDropDownComboBox +service AccessibleDropDownComboBox { /** This interface gives access to the structural information of a dropdown combo box: diff --git a/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl b/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl index 7af54c572fed..f6609c4c3ba0 100644 --- a/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl +++ b/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl @@ -25,9 +25,9 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleAction; - published interface XAccessibleExtendedComponent; - published interface XAccessibleComponent; + interface XAccessibleAction; + interface XAccessibleExtendedComponent; + interface XAccessibleComponent; }; }; }; }; @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleDropDownListBox +service AccessibleDropDownListBox { /** This interface gives access to the structural information of a dropdown list box: diff --git a/offapi/com/sun/star/awt/AccessibleEdit.idl b/offapi/com/sun/star/awt/AccessibleEdit.idl index 82653cbbf90d..62386522af7b 100644 --- a/offapi/com/sun/star/awt/AccessibleEdit.idl +++ b/offapi/com/sun/star/awt/AccessibleEdit.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleEdit +service AccessibleEdit { /** This interface gives access to the structural information of an edit: diff --git a/offapi/com/sun/star/awt/AccessibleFixedText.idl b/offapi/com/sun/star/awt/AccessibleFixedText.idl index 582c96dc620c..410dba17c882 100644 --- a/offapi/com/sun/star/awt/AccessibleFixedText.idl +++ b/offapi/com/sun/star/awt/AccessibleFixedText.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleFixedText +service AccessibleFixedText { /** This interface gives access to the structural information of a fixed text: diff --git a/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl b/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl index 4f793d6295c9..0e1125eaacca 100644 --- a/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl +++ b/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl @@ -25,8 +25,8 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleSelection; - published interface XAccessibleComponent; + interface XAccessibleSelection; + interface XAccessibleComponent; }; }; }; }; @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleIconChoiceControl +service AccessibleIconChoiceControl { /** This interface gives access to the structural information of an icon choice control: diff --git a/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl b/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl index a2684c291db1..fcc1b62c12a7 100644 --- a/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl +++ b/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl @@ -25,8 +25,8 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleText; - published interface XAccessibleComponent; + interface XAccessibleText; + interface XAccessibleComponent; }; }; }; }; @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleIconChoiceControlEntry +service AccessibleIconChoiceControlEntry { /** This interface gives access to the structural information of an icon choice control entry: diff --git a/offapi/com/sun/star/awt/AccessibleList.idl b/offapi/com/sun/star/awt/AccessibleList.idl index 249a3b880c05..ac9117a3d7aa 100644 --- a/offapi/com/sun/star/awt/AccessibleList.idl +++ b/offapi/com/sun/star/awt/AccessibleList.idl @@ -24,10 +24,10 @@ module com { module sun { module star { module accessibility { - published interface XAccessible; - published interface XAccessibleExtendedComponent; - published interface XAccessibleComponent; - published interface XAccessibleSelection; + interface XAccessible; + interface XAccessibleExtendedComponent; + interface XAccessibleComponent; + interface XAccessibleSelection; }; }; }; }; @@ -46,7 +46,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleList +service AccessibleList { /** This interface gives access to the structural information of a list: diff --git a/offapi/com/sun/star/awt/AccessibleListBox.idl b/offapi/com/sun/star/awt/AccessibleListBox.idl index 04e39e96742d..6e6e4bd28a73 100644 --- a/offapi/com/sun/star/awt/AccessibleListBox.idl +++ b/offapi/com/sun/star/awt/AccessibleListBox.idl @@ -24,9 +24,9 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleSelection; - published interface XAccessibleExtendedComponent; - published interface XAccessibleComponent; + interface XAccessibleSelection; + interface XAccessibleExtendedComponent; + interface XAccessibleComponent; }; }; }; }; @@ -40,7 +40,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleListBox +service AccessibleListBox { /** This interface gives access to the structural information of a list box: diff --git a/offapi/com/sun/star/awt/AccessibleListBoxList.idl b/offapi/com/sun/star/awt/AccessibleListBoxList.idl index a7e2eea7aece..f178cf046908 100644 --- a/offapi/com/sun/star/awt/AccessibleListBoxList.idl +++ b/offapi/com/sun/star/awt/AccessibleListBoxList.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleListBoxList +service AccessibleListBoxList { service AccessibleList; }; diff --git a/offapi/com/sun/star/awt/AccessibleListItem.idl b/offapi/com/sun/star/awt/AccessibleListItem.idl index b786be8968b1..269ddc8f8861 100644 --- a/offapi/com/sun/star/awt/AccessibleListItem.idl +++ b/offapi/com/sun/star/awt/AccessibleListItem.idl @@ -25,8 +25,8 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleText; - published interface XAccessibleComponent; + interface XAccessibleText; + interface XAccessibleComponent; }; }; }; }; @@ -40,7 +40,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleListItem +service AccessibleListItem { /** This interface gives access to the structural information of a list item: diff --git a/offapi/com/sun/star/awt/AccessibleMenu.idl b/offapi/com/sun/star/awt/AccessibleMenu.idl index 2d90e51b083c..41c1f42a0ad0 100644 --- a/offapi/com/sun/star/awt/AccessibleMenu.idl +++ b/offapi/com/sun/star/awt/AccessibleMenu.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleMenu +service AccessibleMenu { /** This interface gives access to the structural information of a menu: diff --git a/offapi/com/sun/star/awt/AccessibleMenuBar.idl b/offapi/com/sun/star/awt/AccessibleMenuBar.idl index 93c48dd9ddf3..aab1b853ed2a 100644 --- a/offapi/com/sun/star/awt/AccessibleMenuBar.idl +++ b/offapi/com/sun/star/awt/AccessibleMenuBar.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleMenuBar +service AccessibleMenuBar { /** This interface gives access to the structural information of a menu bar: diff --git a/offapi/com/sun/star/awt/AccessibleMenuItem.idl b/offapi/com/sun/star/awt/AccessibleMenuItem.idl index 5cb94581048d..1a50da348856 100644 --- a/offapi/com/sun/star/awt/AccessibleMenuItem.idl +++ b/offapi/com/sun/star/awt/AccessibleMenuItem.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleMenuItem +service AccessibleMenuItem { /** This interface gives access to the structural information of a menu item: diff --git a/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl b/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl index 906bda368dfa..39b146f686b2 100644 --- a/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl +++ b/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleMenuSeparator +service AccessibleMenuSeparator { /** This interface gives access to the structural information of a menu separator: diff --git a/offapi/com/sun/star/awt/AccessiblePopupMenu.idl b/offapi/com/sun/star/awt/AccessiblePopupMenu.idl index 46b74c535549..3cc7e3c11b00 100644 --- a/offapi/com/sun/star/awt/AccessiblePopupMenu.idl +++ b/offapi/com/sun/star/awt/AccessiblePopupMenu.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessiblePopupMenu +service AccessiblePopupMenu { /** This interface gives access to the structural information of a pop-up menu: diff --git a/offapi/com/sun/star/awt/AccessibleRadioButton.idl b/offapi/com/sun/star/awt/AccessibleRadioButton.idl index 3d1f198b8f9d..8830a6f47139 100644 --- a/offapi/com/sun/star/awt/AccessibleRadioButton.idl +++ b/offapi/com/sun/star/awt/AccessibleRadioButton.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleRadioButton +service AccessibleRadioButton { /** This interface gives access to the structural information of a radio button: diff --git a/offapi/com/sun/star/awt/AccessibleScrollBar.idl b/offapi/com/sun/star/awt/AccessibleScrollBar.idl index 7f230084d496..ab35922024df 100644 --- a/offapi/com/sun/star/awt/AccessibleScrollBar.idl +++ b/offapi/com/sun/star/awt/AccessibleScrollBar.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleScrollBar +service AccessibleScrollBar { /** This interface gives access to the structural information of a scroll bar: diff --git a/offapi/com/sun/star/awt/AccessibleStatusBar.idl b/offapi/com/sun/star/awt/AccessibleStatusBar.idl index bd1be51541a1..b8f21eefa692 100644 --- a/offapi/com/sun/star/awt/AccessibleStatusBar.idl +++ b/offapi/com/sun/star/awt/AccessibleStatusBar.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleStatusBar +service AccessibleStatusBar { /** This interface gives access to the structural information of a status bar: diff --git a/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl b/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl index 18406084b2fb..a87b889665a0 100644 --- a/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl +++ b/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleStatusBarItem +service AccessibleStatusBarItem { /** This interface gives access to the structural information of a status bar item: diff --git a/offapi/com/sun/star/awt/AccessibleTabBar.idl b/offapi/com/sun/star/awt/AccessibleTabBar.idl index fee3bcbfda9f..962b6f40b0e5 100644 --- a/offapi/com/sun/star/awt/AccessibleTabBar.idl +++ b/offapi/com/sun/star/awt/AccessibleTabBar.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleTabBar +service AccessibleTabBar { /** This interface gives access to the structural information of a tabbar: diff --git a/offapi/com/sun/star/awt/AccessibleTabBarPage.idl b/offapi/com/sun/star/awt/AccessibleTabBarPage.idl index c6051cf636e1..807f5713bfae 100644 --- a/offapi/com/sun/star/awt/AccessibleTabBarPage.idl +++ b/offapi/com/sun/star/awt/AccessibleTabBarPage.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleTabBarPage +service AccessibleTabBarPage { /** This interface gives access to the structural information of a tabbar page: diff --git a/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl b/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl index efe4407496e9..8adcd5b5826c 100644 --- a/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl +++ b/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleTabBarPageList +service AccessibleTabBarPageList { /** This interface gives access to the structural information of a tabbar page list: diff --git a/offapi/com/sun/star/awt/AccessibleTabControl.idl b/offapi/com/sun/star/awt/AccessibleTabControl.idl index e26387798e6f..e77539c2faf3 100644 --- a/offapi/com/sun/star/awt/AccessibleTabControl.idl +++ b/offapi/com/sun/star/awt/AccessibleTabControl.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleTabControl +service AccessibleTabControl { /** This interface gives access to the structural information of a tab control: diff --git a/offapi/com/sun/star/awt/AccessibleTabPage.idl b/offapi/com/sun/star/awt/AccessibleTabPage.idl index 8b793e6887d6..1d4d54355479 100644 --- a/offapi/com/sun/star/awt/AccessibleTabPage.idl +++ b/offapi/com/sun/star/awt/AccessibleTabPage.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleTabPage +service AccessibleTabPage { /** This interface gives access to the structural information of a tab page: diff --git a/offapi/com/sun/star/awt/AccessibleTextField.idl b/offapi/com/sun/star/awt/AccessibleTextField.idl index ea3868b7aa39..0e5f90e5ff33 100644 --- a/offapi/com/sun/star/awt/AccessibleTextField.idl +++ b/offapi/com/sun/star/awt/AccessibleTextField.idl @@ -25,9 +25,9 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleExtendedComponent; - published interface XAccessibleComponent; - published interface XAccessibleText; + interface XAccessibleExtendedComponent; + interface XAccessibleComponent; + interface XAccessibleText; }; }; }; }; @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleTextField +service AccessibleTextField { /** This interface gives access to the structural information of a text filed: diff --git a/offapi/com/sun/star/awt/AccessibleToolBox.idl b/offapi/com/sun/star/awt/AccessibleToolBox.idl index 514408fc482f..9cc3a463340e 100644 --- a/offapi/com/sun/star/awt/AccessibleToolBox.idl +++ b/offapi/com/sun/star/awt/AccessibleToolBox.idl @@ -25,8 +25,8 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleExtendedComponent; - published interface XAccessibleComponent; + interface XAccessibleExtendedComponent; + interface XAccessibleComponent; }; }; }; }; @@ -42,7 +42,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleToolBox +service AccessibleToolBox { /** This interface gives access to the structural information of a tool box: diff --git a/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl b/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl index 819737d0b4f0..8ddc562bd974 100644 --- a/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl +++ b/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl @@ -25,11 +25,11 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleAction; - published interface XAccessibleText; - published interface XAccessibleValue; - published interface XAccessibleExtendedComponent; - published interface XAccessibleComponent; + interface XAccessibleAction; + interface XAccessibleText; + interface XAccessibleValue; + interface XAccessibleExtendedComponent; + interface XAccessibleComponent; }; }; }; }; @@ -48,7 +48,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleToolBoxItem +service AccessibleToolBoxItem { /** This interface gives access to the structural information of a tool box item: diff --git a/offapi/com/sun/star/awt/AccessibleTreeListBox.idl b/offapi/com/sun/star/awt/AccessibleTreeListBox.idl index f4b7ce8a1d48..42a20c9ef62b 100644 --- a/offapi/com/sun/star/awt/AccessibleTreeListBox.idl +++ b/offapi/com/sun/star/awt/AccessibleTreeListBox.idl @@ -25,8 +25,8 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleSelection; - published interface XAccessibleComponent; + interface XAccessibleSelection; + interface XAccessibleComponent; }; }; }; }; @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleTreeListBox +service AccessibleTreeListBox { /** This interface gives access to the structural information of a tree list box: diff --git a/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl b/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl index 66003a98f4da..fba089312440 100644 --- a/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl +++ b/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl @@ -25,10 +25,10 @@ module com { module sun { module star { module accessibility { - published interface XAccessibleAction; - published interface XAccessibleSelection; - published interface XAccessibleText; - published interface XAccessibleComponent; + interface XAccessibleAction; + interface XAccessibleSelection; + interface XAccessibleText; + interface XAccessibleComponent; }; }; }; }; @@ -45,7 +45,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleTreeListBoxEntry +service AccessibleTreeListBoxEntry { /** This interface gives access to the structural information of a tree list box entry: diff --git a/offapi/com/sun/star/awt/AccessibleWindow.idl b/offapi/com/sun/star/awt/AccessibleWindow.idl index 827882deae85..013cc8eaafaf 100644 --- a/offapi/com/sun/star/awt/AccessibleWindow.idl +++ b/offapi/com/sun/star/awt/AccessibleWindow.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module awt { @since OOo 1.1.2 */ -published service AccessibleWindow +service AccessibleWindow { /** This interface gives access to the structural information of a window: diff --git a/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl b/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl index a5ce5c9d8f56..0c5606d7fed8 100644 --- a/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl +++ b/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module chart { @since OOo 1.1.2 */ -published service AccessibleChartDocumentView +service AccessibleChartDocumentView { /** Base interface for being accessible. It gives access to the <type scope="::com::sun::star::accessibility">XAccessibleContext</type> diff --git a/offapi/com/sun/star/chart/AccessibleChartElement.idl b/offapi/com/sun/star/chart/AccessibleChartElement.idl index 6de7df1db840..4f140735b567 100644 --- a/offapi/com/sun/star/chart/AccessibleChartElement.idl +++ b/offapi/com/sun/star/chart/AccessibleChartElement.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module chart { @since OOo 1.1.2 */ -published service AccessibleChartElement +service AccessibleChartElement { /** Base interface for being accessible. It gives access to the <type scope="::com::sun::star::accessibility">XAccessibleContext</type> diff --git a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl index 1bc360a306c0..2ca933ee0d48 100644 --- a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl +++ b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl @@ -57,7 +57,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleDrawDocumentView +service AccessibleDrawDocumentView { /** Base interface for being accessible. It gives access to the <type scope="::com::sun::star::accessibility">XAccessibleContext</type> diff --git a/offapi/com/sun/star/drawing/AccessibleGraphControl.idl b/offapi/com/sun/star/drawing/AccessibleGraphControl.idl index 753e18dc813c..e7a31d5d0d9a 100644 --- a/offapi/com/sun/star/drawing/AccessibleGraphControl.idl +++ b/offapi/com/sun/star/drawing/AccessibleGraphControl.idl @@ -22,11 +22,11 @@ // Declarations of interfaces to avoid inclusion of IDL files. module com { module sun { module star { module accessibility { - published interface XAccessible; - published interface XAccessibleContext; - published interface XAccessibleComponent; - published interface XAccessibleEventBroadcaster; - published interface XAccessibleSelection; + interface XAccessible; + interface XAccessibleContext; + interface XAccessibleComponent; + interface XAccessibleEventBroadcaster; + interface XAccessibleSelection; }; }; }; }; @@ -42,7 +42,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleGraphControl +service AccessibleGraphControl { /** Base interface for being accessible. It gives access to the <type scope="::com::sun::star::accessibility">XAccessibleContext</type> diff --git a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl index f3c5daa1d0b3..6a92e1610569 100644 --- a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleGraphicShape +service AccessibleGraphicShape { /** Give access to information of generic shapes. diff --git a/offapi/com/sun/star/drawing/AccessibleOLEShape.idl b/offapi/com/sun/star/drawing/AccessibleOLEShape.idl index 5caabb496cd7..b916348f648e 100644 --- a/offapi/com/sun/star/drawing/AccessibleOLEShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleOLEShape.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleOLEShape +service AccessibleOLEShape { /** Give access to information of generic shapes. diff --git a/offapi/com/sun/star/drawing/AccessibleShape.idl b/offapi/com/sun/star/drawing/AccessibleShape.idl index 109aeca1990e..122bd44e2b57 100644 --- a/offapi/com/sun/star/drawing/AccessibleShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleShape.idl @@ -56,7 +56,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleShape +service AccessibleShape { /** Base interface for being accessible. It gives access to the <type scope="::com::sun::star::accessibility">XAccessibleContext</type> diff --git a/offapi/com/sun/star/drawing/AccessibleSlideView.idl b/offapi/com/sun/star/drawing/AccessibleSlideView.idl index 7bca79040c85..86a80130194c 100644 --- a/offapi/com/sun/star/drawing/AccessibleSlideView.idl +++ b/offapi/com/sun/star/drawing/AccessibleSlideView.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleSlideView +service AccessibleSlideView { interface ::com::sun::star::accessibility::XAccessible; interface ::com::sun::star::accessibility::XAccessibleContext; diff --git a/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl b/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl index c69ce65e8931..96dbaab63b74 100644 --- a/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl +++ b/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleSlideViewObject +service AccessibleSlideViewObject { interface ::com::sun::star::accessibility::XAccessible; interface ::com::sun::star::accessibility::XAccessibleContext; diff --git a/offapi/com/sun/star/formula/AccessibleFormulaText.idl b/offapi/com/sun/star/formula/AccessibleFormulaText.idl index ffc970f2ddb0..63442788fd2b 100644 --- a/offapi/com/sun/star/formula/AccessibleFormulaText.idl +++ b/offapi/com/sun/star/formula/AccessibleFormulaText.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module formula { @since OOo 1.1.2 */ -published service AccessibleFormulaText +service AccessibleFormulaText { interface ::com::sun::star::accessibility::XAccessible; interface ::com::sun::star::accessibility::XAccessibleComponent; diff --git a/offapi/com/sun/star/formula/AccessibleFormulaView.idl b/offapi/com/sun/star/formula/AccessibleFormulaView.idl index fab335c024d7..39b2460839e2 100644 --- a/offapi/com/sun/star/formula/AccessibleFormulaView.idl +++ b/offapi/com/sun/star/formula/AccessibleFormulaView.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module formula { @since OOo 1.1.2 */ -published service AccessibleFormulaView +service AccessibleFormulaView { interface ::com::sun::star::accessibility::XAccessible; interface ::com::sun::star::accessibility::XAccessibleComponent; diff --git a/offapi/com/sun/star/sheet/AccessibleCell.idl b/offapi/com/sun/star/sheet/AccessibleCell.idl index 09e9ef0f27ab..a830e588f46a 100644 --- a/offapi/com/sun/star/sheet/AccessibleCell.idl +++ b/offapi/com/sun/star/sheet/AccessibleCell.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module sheet { @since OOo 1.1.2 */ -published service AccessibleCell +service AccessibleCell { /** This interface gives access to the whole content of the cell. diff --git a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl index 931cc890a0bb..1cf8c47f6505 100644 --- a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl +++ b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module sheet { @since OOo 1.1.2 */ -published service AccessibleCsvCell +service AccessibleCsvCell { /** This interface gives access to the whole content of the cell. diff --git a/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl b/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl index 81a9efdd5e32..61342b0e8860 100644 --- a/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl +++ b/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module sheet { @since OOo 1.1.2 */ -published service AccessibleCsvRuler +service AccessibleCsvRuler { /** This interface gives access to the whole content of the ruler. diff --git a/offapi/com/sun/star/sheet/AccessibleCsvTable.idl b/offapi/com/sun/star/sheet/AccessibleCsvTable.idl index 42fab0bc77ae..581a6ef92605 100644 --- a/offapi/com/sun/star/sheet/AccessibleCsvTable.idl +++ b/offapi/com/sun/star/sheet/AccessibleCsvTable.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module sheet { @since OOo 1.1.2 */ -published service AccessibleCsvTable +service AccessibleCsvTable { /** This interface gives access to the whole content of the table. diff --git a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl index 6d68c01a3257..76c39b1d37dc 100644 --- a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl +++ b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module sheet { @since OOo 1.1.2 */ -published service AccessiblePageHeaderFooterAreasView +service AccessiblePageHeaderFooterAreasView { /** This interface gives access to the three Header/Footer areas in the page preview. diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl index dec6b2793c01..e4a3bfe9ed40 100644 --- a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl +++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module sheet { @since OOo 1.1.2 */ -published service AccessibleSpreadsheet +service AccessibleSpreadsheet { /** This interface gives access to any object in the currently visible table on the desktop. diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl index 22db4e808be1..39e22ce3a88d 100644 --- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl +++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module sheet { @since OOo 1.1.2 */ -published service AccessibleSpreadsheetDocumentView +service AccessibleSpreadsheetDocumentView { /** This interface gives access to any object that is contained in this document. diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl index dc117323ac62..29a065010ee4 100644 --- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl +++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module sheet { @since OOo 1.1.2 */ -published service AccessibleSpreadsheetPageView +service AccessibleSpreadsheetPageView { /** This interface gives access to any object that is at least partially visible on the screen in the page preview. diff --git a/offapi/com/sun/star/table/AccessibleCellView.idl b/offapi/com/sun/star/table/AccessibleCellView.idl index d93de2206f19..1d7d5ade6ce1 100644 --- a/offapi/com/sun/star/table/AccessibleCellView.idl +++ b/offapi/com/sun/star/table/AccessibleCellView.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module table { the edit view of a spreadsheet. @since OOo 1.1.2 */ -published service AccessibleCellView +service AccessibleCellView { /** This interface gives access to the visible content of a cell in a accessible spreadsheet page preview or accessible text document view. diff --git a/offapi/com/sun/star/table/AccessibleTableView.idl b/offapi/com/sun/star/table/AccessibleTableView.idl index 9cb6d55e32f5..06fe6ca88737 100644 --- a/offapi/com/sun/star/table/AccessibleTableView.idl +++ b/offapi/com/sun/star/table/AccessibleTableView.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module table { tables in the edit view of a spreadsheet. @since OOo 1.1.2 */ -published service AccessibleTableView +service AccessibleTableView { /** This interface gives access to any table cell that is contained in a table fragment that is at least partially visible. A table fragment diff --git a/offapi/com/sun/star/text/AccessibleEndnoteView.idl b/offapi/com/sun/star/text/AccessibleEndnoteView.idl index 085ba7e017d3..55ef2e24af46 100644 --- a/offapi/com/sun/star/text/AccessibleEndnoteView.idl +++ b/offapi/com/sun/star/text/AccessibleEndnoteView.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module text { /** The accessible view of endnotes. @since OOo 1.1.2 */ -published service AccessibleEndnoteView +service AccessibleEndnoteView { /** This interface gives access to any paragraph fragment and table fragment that is contained in a endnote and is at least diff --git a/offapi/com/sun/star/text/AccessibleFootnoteView.idl b/offapi/com/sun/star/text/AccessibleFootnoteView.idl index b453d25fb284..1846463a78b2 100644 --- a/offapi/com/sun/star/text/AccessibleFootnoteView.idl +++ b/offapi/com/sun/star/text/AccessibleFootnoteView.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module text { @since OOo 1.1.2 */ -published service AccessibleFootnoteView +service AccessibleFootnoteView { /** This interface gives access to any paragraph fragment and table fragment that is contained in a footnote and is at least diff --git a/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl b/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl index 265839d630f0..466a902b0127 100644 --- a/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl +++ b/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module text { @since OOo 1.1.2 */ -published service AccessibleHeaderFooterView +service AccessibleHeaderFooterView { /** This interface gives access to any paragraph and table that is contained in the header and footer and is at least partially visible diff --git a/offapi/com/sun/star/text/AccessiblePageView.idl b/offapi/com/sun/star/text/AccessiblePageView.idl index c0bfb8f1c06d..d03e245c1eb0 100644 --- a/offapi/com/sun/star/text/AccessiblePageView.idl +++ b/offapi/com/sun/star/text/AccessiblePageView.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module text { @since OOo 1.1.2 */ -published service AccessiblePageView +service AccessiblePageView { /** This interface gives access to any page that is visible in the page preview of a text document. diff --git a/offapi/com/sun/star/text/AccessibleParagraphView.idl b/offapi/com/sun/star/text/AccessibleParagraphView.idl index 48ad37c7595e..cd2c4c96fdda 100644 --- a/offapi/com/sun/star/text/AccessibleParagraphView.idl +++ b/offapi/com/sun/star/text/AccessibleParagraphView.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module text { @since OOo 1.1.2 */ -published service AccessibleParagraphView +service AccessibleParagraphView { /** This interface gives access to a paragraph fragment that is at least partially visible on the screen. A paragraph fragment is the portion diff --git a/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl b/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl index 56b29d5550b9..eaf38e1766d6 100644 --- a/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl +++ b/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module text { @since OOo 1.1.2 */ -published service AccessibleTextDocumentPageView +service AccessibleTextDocumentPageView { /** This interface gives access to page that are visible in the page preview of a text document. diff --git a/offapi/com/sun/star/text/AccessibleTextDocumentView.idl b/offapi/com/sun/star/text/AccessibleTextDocumentView.idl index 7920e1d23422..3415f9300213 100644 --- a/offapi/com/sun/star/text/AccessibleTextDocumentView.idl +++ b/offapi/com/sun/star/text/AccessibleTextDocumentView.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module text { @since OOo 1.1.2 */ -published service AccessibleTextDocumentView +service AccessibleTextDocumentView { /** This interface gives access to any text, table, graphic, embedded object and drawing that is at least partially visible on the screen. diff --git a/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl b/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl index 62dcd272a956..940f969c6e5b 100644 --- a/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl +++ b/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module text { @since OOo 1.1.2 */ -published service AccessibleTextEmbeddedObject +service AccessibleTextEmbeddedObject { /** This interface comprises the basic accessibility of embedded objects. diff --git a/offapi/com/sun/star/text/AccessibleTextFrameView.idl b/offapi/com/sun/star/text/AccessibleTextFrameView.idl index 8aeab7d0a56c..b2c7da8872e3 100644 --- a/offapi/com/sun/star/text/AccessibleTextFrameView.idl +++ b/offapi/com/sun/star/text/AccessibleTextFrameView.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module text { @since OOo 1.1.2 */ -published service AccessibleTextFrameView +service AccessibleTextFrameView { /** This interface gives access to any paragraph fragment and table fragment that is contained in a text frame and at least diff --git a/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl b/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl index b5f17ccf718a..abd99b0f7840 100644 --- a/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl +++ b/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module text { @since OOo 1.1.2 */ -published service AccessibleTextGraphicObject +service AccessibleTextGraphicObject { /** This interface comprises the basic accessibility of text graphics. |