diff options
author | Armin Le Grand <alg@apache.org> | 2014-03-23 17:33:53 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2014-03-23 17:33:53 +0000 |
commit | 6ca3a9faca825e0e3c44de9f47f4c684d31f86b1 (patch) | |
tree | 429288b4ad763b7b12ab5712f88f0dd4e4ebb9b6 /offapi | |
parent | 812e2a8bf64274e47db572b8ca592f49b1263ad7 (diff) |
aw080 resync to trunk, win build working, no checks yet
Diffstat (limited to 'offapi')
948 files changed, 1277 insertions, 1370 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessBridge.idl b/offapi/com/sun/star/accessibility/AccessBridge.idl index 6563848a744f..1affe8d16548 100644 --- a/offapi/com/sun/star/accessibility/AccessBridge.idl +++ b/offapi/com/sun/star/accessibility/AccessBridge.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module accessibility { and Java <-> GNOME access bridge by registering the native frames as Java windows.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessBridge diff --git a/offapi/com/sun/star/accessibility/Accessible.idl b/offapi/com/sun/star/accessibility/Accessible.idl index bb4586cfa636..d98cb1187caa 100644 --- a/offapi/com/sun/star/accessibility/Accessible.idl +++ b/offapi/com/sun/star/accessibility/Accessible.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module accessibility { @see XAccessible - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service Accessible { diff --git a/offapi/com/sun/star/accessibility/AccessibleContext.idl b/offapi/com/sun/star/accessibility/AccessibleContext.idl index 0a5c49ef2e85..37c1d7f61ebb 100644 --- a/offapi/com/sun/star/accessibility/AccessibleContext.idl +++ b/offapi/com/sun/star/accessibility/AccessibleContext.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module accessibility { @see XAccessibleContext - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleContext { diff --git a/offapi/com/sun/star/accessibility/AccessibleEventId.idl b/offapi/com/sun/star/accessibility/AccessibleEventId.idl index 8b483c4335d7..3caf103af92f 100644 --- a/offapi/com/sun/star/accessibility/AccessibleEventId.idl +++ b/offapi/com/sun/star/accessibility/AccessibleEventId.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module accessibility { @see AccessibleEventObject @see XAccessibleEventListener - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants AccessibleEventId { @@ -365,7 +365,7 @@ published constants AccessibleEventId <member>AccessibleEventObject::OldValue</member> is empty. <member>AccessibleEventObject::NewValue</member> contains the expanded list box entry. - @since OOo 3.2 + @since OpenOffice 3.2 */ const short LISTBOX_ENTRY_EXPANDED = 32; @@ -373,11 +373,10 @@ published constants AccessibleEventId <member>AccessibleEventObject::OldValue</member> is empty. <member>AccessibleEventObject::NewValue</member> contains the collapsed list box entry. - @since OOo 3.2 + @since OpenOffice 3.2 */ const short LISTBOX_ENTRY_COLLAPSED = 33; - //IAccessibility2 Implementation 2009----- const short ACTIVE_DESCENDANT_CHANGED_NOFOCUS = 34; const short SELECTION_CHANGED_ADD =35; const short SELECTION_CHANGED_REMOVE =36; @@ -385,7 +384,6 @@ published constants AccessibleEventId const short PAGE_CHANGED =38; const short SECTION_CHANGED =39; const short COLUMN_CHANGED =40; - //-----IAccessibility2 Implementation 2009 }; diff --git a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl index a62fe1db59d4..37d357067f98 100644 --- a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl +++ b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility { <p>It is usualy implemented by <type>AccessibleContext</type>. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct AccessibleEventObject: ::com::sun::star::lang::EventObject { diff --git a/offapi/com/sun/star/accessibility/AccessibleRelation.idl b/offapi/com/sun/star/accessibility/AccessibleRelation.idl index cc6187932902..e204182d55bb 100644 --- a/offapi/com/sun/star/accessibility/AccessibleRelation.idl +++ b/offapi/com/sun/star/accessibility/AccessibleRelation.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility { <p>The represented relation points from the implementing object to a set of target objects.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct AccessibleRelation { diff --git a/offapi/com/sun/star/accessibility/AccessibleRelationType.idl b/offapi/com/sun/star/accessibility/AccessibleRelationType.idl index 280561012dd4..a23601c75e88 100644 --- a/offapi/com/sun/star/accessibility/AccessibleRelationType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleRelationType.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility { include future extensions to the set of roles we have to use constants here.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants AccessibleRelationType { @@ -107,7 +107,7 @@ published constants AccessibleRelationType displayed because a cell in the same column is expanded and identifies that cell.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short NODE_CHILD_OF = 9; @@ -115,7 +115,7 @@ published constants AccessibleRelationType <p>Indicates an object is described by the target object.</p> - @since OOo 3.5 + @since OpenOffice 3.5 */ const short DESCRIBED_BY = 10; }; diff --git a/offapi/com/sun/star/accessibility/AccessibleRole.idl b/offapi/com/sun/star/accessibility/AccessibleRole.idl index 6d76b36b254e..13ea173d6927 100644 --- a/offapi/com/sun/star/accessibility/AccessibleRole.idl +++ b/offapi/com/sun/star/accessibility/AccessibleRole.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module accessibility { @see XAccessibleContext - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants AccessibleRole { @@ -572,7 +572,7 @@ published constants AccessibleRole <p>See also <const>PUSH_BUTTON</const> and <const>BUTTON_MENU</const>.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short BUTTON_DROPDOWN = 68; @@ -582,7 +582,7 @@ published constants AccessibleRole <p>See also <const>PUSH_BUTTON</const> and <const>BUTTON_DROPDOWN</const>.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short BUTTON_MENU = 69; @@ -591,7 +591,7 @@ published constants AccessibleRole <p>The object contains descriptive information, usually textual, about another user interface element such as a table, chart, or image.</p>. - @since OOo 3.0 + @since OpenOffice 3.0 */ const short CAPTION = 70; @@ -601,7 +601,7 @@ published constants AccessibleRole subelements whose attributes and/or description may be queried to obtain both the quantitative data and information about how the data is being presented.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short CHART = 71; @@ -609,7 +609,7 @@ published constants AccessibleRole <p>A role indicating the object acts as a formula for calculating a value.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short EDIT_BAR = 72; @@ -618,7 +618,7 @@ published constants AccessibleRole <p>The object is a container for form controls, for instance as part of a web form or user-input form within a document.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short FORM = 73; @@ -627,7 +627,7 @@ published constants AccessibleRole <p>Usually a graphic with multiple hotspots, where each hotspot can be activated resulting in the loading of another document or section of a document.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short IMAGE_MAP = 74; @@ -635,7 +635,7 @@ published constants AccessibleRole <p>An embedded note which is not visible until activated.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short NOTE = 75; @@ -644,7 +644,7 @@ published constants AccessibleRole <p>An object representing a page of document content. It is used in documents which are accessed by the user on a page by page basis.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short PAGE = 76; @@ -652,7 +652,7 @@ published constants AccessibleRole <p>An object which describes margins and tab stops, etc. for text objects which it controls.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short RULER = 77; @@ -661,7 +661,7 @@ published constants AccessibleRole <p>The object is a containing instance of document content which constitutes a particular 'logical' section of the document.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short SECTION = 78; @@ -671,7 +671,7 @@ published constants AccessibleRole </p>See also <const>TREE</const> and <const>TREE_TABLE</const>.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short TREE_ITEM = 79; @@ -679,7 +679,7 @@ published constants AccessibleRole <p>An object which represents both hierarchical and tabular information.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short TREE_TABLE = 80; @@ -693,7 +693,7 @@ published constants AccessibleRole <p>See also <const>COMMENT_END</const>.</p> - @since OOo 3.2 + @since OpenOffice 3.2 */ const short COMMENT = 81; @@ -705,7 +705,7 @@ published constants AccessibleRole <p>This object and the corresponding object representing the comment shall be in relation of type <const>MEMBER_OF</const>.</p> - @since OOo 3.2 + @since OpenOffice 3.2 */ const short COMMENT_END = 82; diff --git a/offapi/com/sun/star/accessibility/AccessibleStateType.idl b/offapi/com/sun/star/accessibility/AccessibleStateType.idl index 8ed85cc80134..607e79f9d789 100644 --- a/offapi/com/sun/star/accessibility/AccessibleStateType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleStateType.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module accessibility { include future extensions to the set of roles we have to use constants here.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants AccessibleStateType { diff --git a/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl b/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl index e0a6d326ad6b..00e4646c33ed 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module accessibility { type. The range of the affected rows, columns, and/or cells can be obtained by accessing the other four data members.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct AccessibleTableModelChange { diff --git a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl index 33a624c0472d..c0a1a3889bfc 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module accessibility { <const>AccessibleTabelModelChangeType::UPDATE</const> specifies a change of the table's content.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants AccessibleTableModelChangeType { diff --git a/offapi/com/sun/star/accessibility/AccessibleTextType.idl b/offapi/com/sun/star/accessibility/AccessibleTextType.idl index a5862e8df131..8199798502e3 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTextType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTextType.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module accessibility { accessed with the help of the methods of the <type>XAccessibleText</type> interface.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants AccessibleTextType { diff --git a/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl b/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl index a4701a0df231..90aa33270eb9 100644 --- a/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl +++ b/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module accessibility { @see XAccessibleContext::getLocale() - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published 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 d9dc14dab3f9..63e0174ff57c 100644 --- a/offapi/com/sun/star/accessibility/TextSegment.idl +++ b/offapi/com/sun/star/accessibility/TextSegment.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module accessibility { @see XAccessibleText - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct TextSegment diff --git a/offapi/com/sun/star/accessibility/XAccessible.idl b/offapi/com/sun/star/accessibility/XAccessible.idl index 1bcfbda6054d..889edeccc9b7 100644 --- a/offapi/com/sun/star/accessibility/XAccessible.idl +++ b/offapi/com/sun/star/accessibility/XAccessible.idl @@ -55,7 +55,7 @@ module com { module sun { module star { module accessibility { @see AccessibleContext - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessible : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleAction.idl b/offapi/com/sun/star/accessibility/XAccessibleAction.idl index ab7366d974d0..de5da6600919 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleAction.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleAction.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module accessibility { expose all actions that it can perform. Each action can be performed or be queried for a description or associated key bindings.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleAction : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl index 851a6293deab..7e98af7944f8 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl @@ -94,7 +94,7 @@ module com { module sun { module star { module accessibility { @see XAccessibleExtendedComponent - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleComponent : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleContext.idl b/offapi/com/sun/star/accessibility/XAccessibleContext.idl index 01cf774e7b89..cfc9b5b3106c 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleContext.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleContext.idl @@ -59,7 +59,7 @@ module com { module sun { module star { module accessibility { <const>AccessibleRole::BUTTON</const>, its name is 'OK', and its description is something like 'Accepts all changes made in the dialog'.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleContext : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl b/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl index 09d78836d6b4..fd802303f077 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module accessibility { <type>XAccessibleText</type> interface and extents it about the ability to modify the text represented by that interface.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleEditableText : ::com::sun::star::accessibility::XAccessibleText diff --git a/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl b/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl index 4b1f4f5d97e4..261f2928ce8e 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module accessibility { @see AccessibleEventObject @see XAccessibleEventListener - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleEventBroadcaster: ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl b/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl index e7eace7a2955..4a5e5c045c05 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module accessibility { @see XAccessibleEventBroadcaster - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleEventListener: ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl b/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl index 4fa1f3f25b30..84caf36e6cbf 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl @@ -65,7 +65,7 @@ module com { module sun { module star { module accessibility { <code>javax.accessibility.AccessibleComponent</code> and <code>javax.accessibility.AccessibleExtendedComponent</code>.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleExtendedComponent : XAccessibleComponent { diff --git a/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl b/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl index c3e89412c549..c6a5fc629916 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module accessibility { <member>XAccessibleHyperlink::getEndIndex</member> methods return indices with respect to the text exposed by that interface.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleHyperlink : ::com::sun::star::accessibility::XAccessibleAction diff --git a/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl b/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl index 7801d5f0fee5..c064628a8507 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl @@ -51,7 +51,7 @@ module com { module sun { module star { module accessibility { @see XAccessibleHyperlink, XAccessibleText - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleHypertext : ::com::sun::star::accessibility::XAccessibleText diff --git a/offapi/com/sun/star/accessibility/XAccessibleImage.idl b/offapi/com/sun/star/accessibility/XAccessibleImage.idl index 975c3a7a03b8..624d5d0b243c 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleImage.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleImage.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module accessibility { AccessibleIcon. This interface lets you retrieve an image's size and description.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleImage : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl index f8546beb10ed..9edd3859358c 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module accessibility { pressing one or more keys after each other. Each individual sequence of key strokes </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleKeyBinding : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl b/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl index 90fcb80462f4..eb80db26671f 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module accessibility { <type>XAccessibleText</type> interface and extents it with a notion of line numbers</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ /// not yet published diff --git a/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl b/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl index be968d1881fc..cd69161504f5 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module accessibility { <member>remove</member>. The other methods have been renamed to achieve a geater conformance with the other accessibility interfaces.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleRelationSet : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl index bccc27169898..461ba4989f81 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module accessibility { <p>It depends on the class implementing this interface, whether it supports single or multi selection.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleSelection : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl b/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl index 2f29153672ce..2a179d7d2240 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module accessibility { defined by the constants collection <type>AccessibleStateType</type>.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleStateSet : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleTable.idl b/offapi/com/sun/star/accessibility/XAccessibleTable.idl index e012c0b369f0..b625b549666a 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleTable.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleTable.idl @@ -58,7 +58,7 @@ module com { module sun { module star { module accessibility { the Calc the current range of valid indices for retrieving data include the maximal table size--256 columns and 32000 rows--minus one.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleTable : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl index 9008f241eaa9..d0d2ba379b1f 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleText.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleText.idl @@ -75,7 +75,7 @@ module com { module sun { module star { module accessibility { selection. An empty selection is used for example to express the current cursor position.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleText : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl b/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl index c26a604bc527..fc014968ac21 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility { /** Implement this interface to give access to the attributes of a text. - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ published interface XAccessibleTextAttributes { diff --git a/offapi/com/sun/star/accessibility/XAccessibleTextMarkup.idl b/offapi/com/sun/star/accessibility/XAccessibleTextMarkup.idl index 1912fe24f903..72d6aee48d0c 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleTextMarkup.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleTextMarkup.idl @@ -57,7 +57,7 @@ module com { module sun { module star { module accessibility { @see XAccessibleText - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XAccessibleTextMarkup : ::com::sun::star::accessibility::XAccessibleText diff --git a/offapi/com/sun/star/accessibility/XAccessibleValue.idl b/offapi/com/sun/star/accessibility/XAccessibleValue.idl index 786275b6bad0..9dcb0439319d 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleValue.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleValue.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility { numerical value like scroll bars and spin boxes. This interface lets you access the value and its upper and lower bounds.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XAccessibleValue : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/animations/XAnimationListener.idl b/offapi/com/sun/star/animations/XAnimationListener.idl index 2fd1f7d707c1..bb84636de354 100644 --- a/offapi/com/sun/star/animations/XAnimationListener.idl +++ b/offapi/com/sun/star/animations/XAnimationListener.idl @@ -39,7 +39,7 @@ /** makes it possible to register listeners, which are called whenever an animation event occurs. - @since OOo 3.0 + @since OpenOffice 3.0 */ published interface XAnimationListener : ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/auth/AuthenticationFailedException.idl b/offapi/com/sun/star/auth/AuthenticationFailedException.idl index a2c218fdc917..4fc2c35d5472 100644 --- a/offapi/com/sun/star/auth/AuthenticationFailedException.idl +++ b/offapi/com/sun/star/auth/AuthenticationFailedException.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module auth { /** indicates failure to authenticate using the specified security context. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception AuthenticationFailedException : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/auth/InvalidArgumentException.idl b/offapi/com/sun/star/auth/InvalidArgumentException.idl index 4bf07322a704..3c17c5e1fb20 100644 --- a/offapi/com/sun/star/auth/InvalidArgumentException.idl +++ b/offapi/com/sun/star/auth/InvalidArgumentException.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module auth { /** indicates an invalid argument was passed to SSO API. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception InvalidArgumentException : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/auth/InvalidContextException.idl b/offapi/com/sun/star/auth/InvalidContextException.idl index 09620235c5c9..9ffe8cc4e4cb 100644 --- a/offapi/com/sun/star/auth/InvalidContextException.idl +++ b/offapi/com/sun/star/auth/InvalidContextException.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module auth { /** indicates an attempt was made to use an invalid source or target context. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception InvalidContextException : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/auth/InvalidCredentialException.idl b/offapi/com/sun/star/auth/InvalidCredentialException.idl index a994ce1032ca..db1fb69025ad 100644 --- a/offapi/com/sun/star/auth/InvalidCredentialException.idl +++ b/offapi/com/sun/star/auth/InvalidCredentialException.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module auth { /** indicates an attempt was made to use an invalid or non existent credential. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception InvalidCredentialException : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/auth/InvalidPrincipalException.idl b/offapi/com/sun/star/auth/InvalidPrincipalException.idl index 3f36c595e444..3f42123870a2 100644 --- a/offapi/com/sun/star/auth/InvalidPrincipalException.idl +++ b/offapi/com/sun/star/auth/InvalidPrincipalException.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module auth { /** indicates an invalid principal was specified. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception InvalidPrincipalException : ::com::sun::star::uno::Exception diff --git a/offapi/com/sun/star/auth/PersistenceFailureException.idl b/offapi/com/sun/star/auth/PersistenceFailureException.idl index 106171d8ea30..f75761be89eb 100644 --- a/offapi/com/sun/star/auth/PersistenceFailureException.idl +++ b/offapi/com/sun/star/auth/PersistenceFailureException.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module auth { /** indicates an underlying persistence implementation failure. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception PersistenceFailureException : ::com::sun::star::uno::Exception diff --git a/offapi/com/sun/star/auth/SSOManagerFactory.idl b/offapi/com/sun/star/auth/SSOManagerFactory.idl index 3e0bc6a21f98..bcc1c04d2c02 100644 --- a/offapi/com/sun/star/auth/SSOManagerFactory.idl +++ b/offapi/com/sun/star/auth/SSOManagerFactory.idl @@ -55,7 +55,7 @@ module com { module sun { module star { module auth { send to the initiator side.</LI> </UL> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service SSOManagerFactory diff --git a/offapi/com/sun/star/auth/SSOPasswordCache.idl b/offapi/com/sun/star/auth/SSOPasswordCache.idl index 2a32e7f94b69..d383ff1afb57 100644 --- a/offapi/com/sun/star/auth/SSOPasswordCache.idl +++ b/offapi/com/sun/star/auth/SSOPasswordCache.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module auth { implementations which don't provide some sort of authentication information repository. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service SSOPasswordCache { diff --git a/offapi/com/sun/star/auth/UnsupportedException.idl b/offapi/com/sun/star/auth/UnsupportedException.idl index ca50b7057854..8697cc314e26 100644 --- a/offapi/com/sun/star/auth/UnsupportedException.idl +++ b/offapi/com/sun/star/auth/UnsupportedException.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module auth { /** indicates an operation unsupported by the implementation. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception UnsupportedException : ::com::sun::star::uno::Exception diff --git a/offapi/com/sun/star/auth/XSSOAcceptorContext.idl b/offapi/com/sun/star/auth/XSSOAcceptorContext.idl index 5c33d0cb9542..1466755efec9 100644 --- a/offapi/com/sun/star/auth/XSSOAcceptorContext.idl +++ b/offapi/com/sun/star/auth/XSSOAcceptorContext.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module auth { on a security token sent by the intiator and to generate a token to be sent back to the initiator so that it can authenticate the acceptor. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XSSOAcceptorContext : ::com::sun::star::auth::XSSOContext diff --git a/offapi/com/sun/star/auth/XSSOContext.idl b/offapi/com/sun/star/auth/XSSOContext.idl index 6c8ee901e43e..ded242005d81 100644 --- a/offapi/com/sun/star/auth/XSSOContext.idl +++ b/offapi/com/sun/star/auth/XSSOContext.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module auth { /** Base SSO security context representation - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XSSOContext : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/auth/XSSOInitiatorContext.idl b/offapi/com/sun/star/auth/XSSOInitiatorContext.idl index c409e60b636d..4bad336394cb 100644 --- a/offapi/com/sun/star/auth/XSSOInitiatorContext.idl +++ b/offapi/com/sun/star/auth/XSSOInitiatorContext.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module auth { <P>This context may be used to initialise authetication tokens to send to an acceptor and to authenticate any token sent back in response. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XSSOInitiatorContext : ::com::sun::star::auth::XSSOContext { diff --git a/offapi/com/sun/star/auth/XSSOManager.idl b/offapi/com/sun/star/auth/XSSOManager.idl index 567f41888684..f9bec9c872df 100644 --- a/offapi/com/sun/star/auth/XSSOManager.idl +++ b/offapi/com/sun/star/auth/XSSOManager.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module auth { /** supports the creation of security contexts for both the initiator/source side and the acceptor/target side. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XSSOManager : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/auth/XSSOManagerFactory.idl b/offapi/com/sun/star/auth/XSSOManagerFactory.idl index 6c075bee33d7..d2a7a2bb3b2e 100644 --- a/offapi/com/sun/star/auth/XSSOManagerFactory.idl +++ b/offapi/com/sun/star/auth/XSSOManagerFactory.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module auth { /** Factory for creating an SSO Manager supporting the user's configured security mechanism - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XSSOManagerFactory : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/auth/XSSOPasswordCache.idl b/offapi/com/sun/star/auth/XSSOPasswordCache.idl index 24809a33e0c7..5d19f033b7c5 100644 --- a/offapi/com/sun/star/auth/XSSOPasswordCache.idl +++ b/offapi/com/sun/star/auth/XSSOPasswordCache.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module auth { credentials or as an input to credential creation but don't have an external method to cache these passwords. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XSSOPasswordCache : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/awt/AccessibleButton.idl b/offapi/com/sun/star/awt/AccessibleButton.idl index 77d1b0f55a6f..258654681968 100644 --- a/offapi/com/sun/star/awt/AccessibleButton.idl +++ b/offapi/com/sun/star/awt/AccessibleButton.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a button. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleButton { diff --git a/offapi/com/sun/star/awt/AccessibleCheckBox.idl b/offapi/com/sun/star/awt/AccessibleCheckBox.idl index 692f7fcca103..370f7768f858 100644 --- a/offapi/com/sun/star/awt/AccessibleCheckBox.idl +++ b/offapi/com/sun/star/awt/AccessibleCheckBox.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a check box. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleCheckBox { diff --git a/offapi/com/sun/star/awt/AccessibleComboBox.idl b/offapi/com/sun/star/awt/AccessibleComboBox.idl index c53ac6c391aa..e883b74e8b69 100644 --- a/offapi/com/sun/star/awt/AccessibleComboBox.idl +++ b/offapi/com/sun/star/awt/AccessibleComboBox.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::AccessibleContext @see com::sun::star::accessibility::XAccessibleComponent @see com::sun::star::accessibility::XAccessibleExtendedComponent - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleComboBox { diff --git a/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl b/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl index 8b86279a8a36..f6d79380bd7c 100644 --- a/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl +++ b/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::XAccessibleExtendedComponent @see com::sun::star::accessibility::XAccessibleAction - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleDropDownComboBox { diff --git a/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl b/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl index a0ffaeb3a93b..74085624c4ee 100644 --- a/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl +++ b/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::XAccessibleExtendedComponent @see com::sun::star::accessibility::XAccessibleAction - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleDropDownListBox { diff --git a/offapi/com/sun/star/awt/AccessibleEdit.idl b/offapi/com/sun/star/awt/AccessibleEdit.idl index b03991de5a29..1398247c2747 100644 --- a/offapi/com/sun/star/awt/AccessibleEdit.idl +++ b/offapi/com/sun/star/awt/AccessibleEdit.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for an edit. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleEdit { diff --git a/offapi/com/sun/star/awt/AccessibleFixedText.idl b/offapi/com/sun/star/awt/AccessibleFixedText.idl index 795fe4b75679..1a949219f3ec 100644 --- a/offapi/com/sun/star/awt/AccessibleFixedText.idl +++ b/offapi/com/sun/star/awt/AccessibleFixedText.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a fixed text. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleFixedText { diff --git a/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl b/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl index ce310f212e34..b4076b005759 100644 --- a/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl +++ b/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::AccessibleContext @see com::sun::star::accessibility::XAccessibleComponent - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleIconChoiceControl { diff --git a/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl b/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl index 248d5d46d78c..0c7774bfd989 100644 --- a/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl +++ b/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::XAccessibleComponent @see com::sun::star::accessibility::XAccessibleText - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleIconChoiceControlEntry { diff --git a/offapi/com/sun/star/awt/AccessibleList.idl b/offapi/com/sun/star/awt/AccessibleList.idl index a19169eddac1..428d6a069301 100644 --- a/offapi/com/sun/star/awt/AccessibleList.idl +++ b/offapi/com/sun/star/awt/AccessibleList.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::XAccessibleExtendedComponent @see ::com::sun::star::accessibility::XAccessibleSelection - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleList { diff --git a/offapi/com/sun/star/awt/AccessibleListBox.idl b/offapi/com/sun/star/awt/AccessibleListBox.idl index b5385c39ca67..4dc349a808e4 100644 --- a/offapi/com/sun/star/awt/AccessibleListBox.idl +++ b/offapi/com/sun/star/awt/AccessibleListBox.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::XAccessibleComponent @see com::sun::star::accessibility::XAccessibleExtendedComponent - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleListBox { diff --git a/offapi/com/sun/star/awt/AccessibleListBoxList.idl b/offapi/com/sun/star/awt/AccessibleListBoxList.idl index a05424546577..89902d0672ac 100644 --- a/offapi/com/sun/star/awt/AccessibleListBoxList.idl +++ b/offapi/com/sun/star/awt/AccessibleListBoxList.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module awt { <type>AccessibleList</type> service the <type scope="com::sun::star::accessibility">XAccessibleSelection</type> interface is supported. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleListBoxList { diff --git a/offapi/com/sun/star/awt/AccessibleListItem.idl b/offapi/com/sun/star/awt/AccessibleListItem.idl index 688daef9543d..9f27e95e1516 100644 --- a/offapi/com/sun/star/awt/AccessibleListItem.idl +++ b/offapi/com/sun/star/awt/AccessibleListItem.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::XAccessibleComponent @see com::sun::star::accessibility::XAccessibleText - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleListItem { diff --git a/offapi/com/sun/star/awt/AccessibleMenu.idl b/offapi/com/sun/star/awt/AccessibleMenu.idl index 41fd30eea8e6..07271672105f 100644 --- a/offapi/com/sun/star/awt/AccessibleMenu.idl +++ b/offapi/com/sun/star/awt/AccessibleMenu.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a menu. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleMenu { diff --git a/offapi/com/sun/star/awt/AccessibleMenuBar.idl b/offapi/com/sun/star/awt/AccessibleMenuBar.idl index bfb6e6500074..970c742e9937 100644 --- a/offapi/com/sun/star/awt/AccessibleMenuBar.idl +++ b/offapi/com/sun/star/awt/AccessibleMenuBar.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a menu bar. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleMenuBar { diff --git a/offapi/com/sun/star/awt/AccessibleMenuItem.idl b/offapi/com/sun/star/awt/AccessibleMenuItem.idl index 835ff65bc494..0012eef869da 100644 --- a/offapi/com/sun/star/awt/AccessibleMenuItem.idl +++ b/offapi/com/sun/star/awt/AccessibleMenuItem.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a menu item. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleMenuItem { diff --git a/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl b/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl index ab4317a6679e..609f1228f0e6 100644 --- a/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl +++ b/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a menu separator. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleMenuSeparator { diff --git a/offapi/com/sun/star/awt/AccessiblePopupMenu.idl b/offapi/com/sun/star/awt/AccessiblePopupMenu.idl index a41878736aa5..e32f8c385675 100644 --- a/offapi/com/sun/star/awt/AccessiblePopupMenu.idl +++ b/offapi/com/sun/star/awt/AccessiblePopupMenu.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a popup menu. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessiblePopupMenu { diff --git a/offapi/com/sun/star/awt/AccessibleRadioButton.idl b/offapi/com/sun/star/awt/AccessibleRadioButton.idl index dd47910b7acd..5d9a8ff9c624 100644 --- a/offapi/com/sun/star/awt/AccessibleRadioButton.idl +++ b/offapi/com/sun/star/awt/AccessibleRadioButton.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a radio button. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleRadioButton { diff --git a/offapi/com/sun/star/awt/AccessibleScrollBar.idl b/offapi/com/sun/star/awt/AccessibleScrollBar.idl index ef926b3932c5..a4c078f5115b 100644 --- a/offapi/com/sun/star/awt/AccessibleScrollBar.idl +++ b/offapi/com/sun/star/awt/AccessibleScrollBar.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a scroll bar. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleScrollBar { diff --git a/offapi/com/sun/star/awt/AccessibleStatusBar.idl b/offapi/com/sun/star/awt/AccessibleStatusBar.idl index db6435f3b92d..ddd24dea406d 100644 --- a/offapi/com/sun/star/awt/AccessibleStatusBar.idl +++ b/offapi/com/sun/star/awt/AccessibleStatusBar.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a status bar. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleStatusBar { diff --git a/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl b/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl index b44b17c4af16..fc9b4050210b 100644 --- a/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl +++ b/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a status bar item. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleStatusBarItem { diff --git a/offapi/com/sun/star/awt/AccessibleTabBar.idl b/offapi/com/sun/star/awt/AccessibleTabBar.idl index 0a4e34eefab0..d6950603ee49 100644 --- a/offapi/com/sun/star/awt/AccessibleTabBar.idl +++ b/offapi/com/sun/star/awt/AccessibleTabBar.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a tabbar. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTabBar { diff --git a/offapi/com/sun/star/awt/AccessibleTabBarPage.idl b/offapi/com/sun/star/awt/AccessibleTabBarPage.idl index 2c59394a08e2..fd51555afc5b 100644 --- a/offapi/com/sun/star/awt/AccessibleTabBarPage.idl +++ b/offapi/com/sun/star/awt/AccessibleTabBarPage.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a tabbar page. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTabBarPage { diff --git a/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl b/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl index aa8dd317c120..16a22d818b0b 100644 --- a/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl +++ b/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a tabbar page list. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTabBarPageList { diff --git a/offapi/com/sun/star/awt/AccessibleTabControl.idl b/offapi/com/sun/star/awt/AccessibleTabControl.idl index 9ec3bdbd3af1..1235fd58da5f 100644 --- a/offapi/com/sun/star/awt/AccessibleTabControl.idl +++ b/offapi/com/sun/star/awt/AccessibleTabControl.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a tab control. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTabControl { diff --git a/offapi/com/sun/star/awt/AccessibleTabPage.idl b/offapi/com/sun/star/awt/AccessibleTabPage.idl index f70c56ae0c3f..543ed41ce3bb 100644 --- a/offapi/com/sun/star/awt/AccessibleTabPage.idl +++ b/offapi/com/sun/star/awt/AccessibleTabPage.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a tab page. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTabPage { diff --git a/offapi/com/sun/star/awt/AccessibleTextField.idl b/offapi/com/sun/star/awt/AccessibleTextField.idl index dd72453b756e..75db1787113b 100644 --- a/offapi/com/sun/star/awt/AccessibleTextField.idl +++ b/offapi/com/sun/star/awt/AccessibleTextField.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::XAccessibleExtendedComponent @see com::sun::star::accessibility::XAccessibleText - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTextField { diff --git a/offapi/com/sun/star/awt/AccessibleToolBox.idl b/offapi/com/sun/star/awt/AccessibleToolBox.idl index 1f4a45690212..33557b935c3e 100644 --- a/offapi/com/sun/star/awt/AccessibleToolBox.idl +++ b/offapi/com/sun/star/awt/AccessibleToolBox.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::XAccessibleComponent @see com::sun::star::accessibility::XAccessibleExtendedComponent - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleToolBox { diff --git a/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl b/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl index ac2e4185682d..42988702a014 100644 --- a/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl +++ b/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::XAccessibleText @see com::sun::star::accessibility::XAccessibleValue - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleToolBoxItem { diff --git a/offapi/com/sun/star/awt/AccessibleTreeListBox.idl b/offapi/com/sun/star/awt/AccessibleTreeListBox.idl index 9aee8270d9af..fa5d619614a7 100644 --- a/offapi/com/sun/star/awt/AccessibleTreeListBox.idl +++ b/offapi/com/sun/star/awt/AccessibleTreeListBox.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::XAccessibleComponent @see com::sun::star::accessibility::XAccessibleSelection - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTreeListBox { diff --git a/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl b/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl index cb0521a4a460..ea742e69f6cd 100644 --- a/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl +++ b/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module awt { @see com::sun::star::accessibility::XAccessibleSelection @see com::sun::star::accessibility::XAccessibleText - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTreeListBoxEntry { diff --git a/offapi/com/sun/star/awt/AccessibleWindow.idl b/offapi/com/sun/star/awt/AccessibleWindow.idl index 5e3a9f21a7fb..ed6d98816864 100644 --- a/offapi/com/sun/star/awt/AccessibleWindow.idl +++ b/offapi/com/sun/star/awt/AccessibleWindow.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { /** specifies accessibility support for a window. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleWindow { diff --git a/offapi/com/sun/star/awt/AnimatedImagesControl.idl b/offapi/com/sun/star/awt/AnimatedImagesControl.idl index 089b5c4a663a..466f6bc16891 100644 --- a/offapi/com/sun/star/awt/AnimatedImagesControl.idl +++ b/offapi/com/sun/star/awt/AnimatedImagesControl.idl @@ -37,7 +37,7 @@ interface XAnimation; /** is the default control used for an <type>AnimatedImagesControlModel</type>, displayed a series of images. - @since OOo 3.4 + @since OpenOffice 3.4 */ service AnimatedImagesControl { diff --git a/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl b/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl index c2885e2a98a2..4b5b0d13b543 100644 --- a/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl +++ b/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl @@ -36,7 +36,7 @@ published interface XAnimatedImages; /** describes the model for a control displaying a series of images - @since OOo 3.4 + @since OpenOffice 3.4 */ published service AnimatedImagesControlModel { diff --git a/offapi/com/sun/star/awt/EnhancedMouseEvent.idl b/offapi/com/sun/star/awt/EnhancedMouseEvent.idl index 0a01327e5190..4a028d1c6247 100644 --- a/offapi/com/sun/star/awt/EnhancedMouseEvent.idl +++ b/offapi/com/sun/star/awt/EnhancedMouseEvent.idl @@ -38,7 +38,7 @@ @see MouseEvent - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct EnhancedMouseEvent: com::sun::star::awt::MouseEvent diff --git a/offapi/com/sun/star/awt/ImageDrawMode.idl b/offapi/com/sun/star/awt/ImageDrawMode.idl index 95889630af3c..6f072cc53431 100644 --- a/offapi/com/sun/star/awt/ImageDrawMode.idl +++ b/offapi/com/sun/star/awt/ImageDrawMode.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module awt { /** defines modes how an image is drawn onto a device @see <member scope="com::sun::star::awt">XGraphics2::drawImage</member> - @since Apache OpenOffice 4.0 + @since OpenOffice 4.0 */ constants ImageDrawMode { diff --git a/offapi/com/sun/star/awt/KeyStroke.idl b/offapi/com/sun/star/awt/KeyStroke.idl index 09182442d55e..42fe12b209e0 100644 --- a/offapi/com/sun/star/awt/KeyStroke.idl +++ b/offapi/com/sun/star/awt/KeyStroke.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module awt { /** Describes a key stroke for hotkeys etc. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct KeyStroke { diff --git a/offapi/com/sun/star/awt/MaxChildrenException.idl b/offapi/com/sun/star/awt/MaxChildrenException.idl index 9897fde271ad..3da88e61b0ff 100644 --- a/offapi/com/sun/star/awt/MaxChildrenException.idl +++ b/offapi/com/sun/star/awt/MaxChildrenException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module awt { @see XLayoutContainer @see com::sun::star::awt::XLayoutContainer::addChild - @since OOo 3.0 + @since OpenOffice 3.0 */ exception MaxChildrenException: com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/awt/MouseWheelBehavior.idl b/offapi/com/sun/star/awt/MouseWheelBehavior.idl index f3598c117fef..4f4f7d28ca8c 100644 --- a/offapi/com/sun/star/awt/MouseWheelBehavior.idl +++ b/offapi/com/sun/star/awt/MouseWheelBehavior.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module awt { //============================================================================= /** describes the scroll behavior of the mouse wheel for a control - @since OOo 3.2 + @since OpenOffice 3.2 */ constants MouseWheelBehavior { diff --git a/offapi/com/sun/star/awt/PrinterServer.idl b/offapi/com/sun/star/awt/PrinterServer.idl index 31634f3a0fe1..413690bc774f 100644 --- a/offapi/com/sun/star/awt/PrinterServer.idl +++ b/offapi/com/sun/star/awt/PrinterServer.idl @@ -29,7 +29,7 @@ interface XPrinterServer; /** manages several printers on one machine. - @since Apache OpenOffice 4.0 + @since OpenOffice 4.0 */ service PrinterServer : XPrinterServer { diff --git a/offapi/com/sun/star/awt/UnoControl.idl b/offapi/com/sun/star/awt/UnoControl.idl index 34c8fe0a5e8a..f75ed25c7ece 100644 --- a/offapi/com/sun/star/awt/UnoControl.idl +++ b/offapi/com/sun/star/awt/UnoControl.idl @@ -77,7 +77,7 @@ published service UnoControl /** provides access to the accessible context associated with this object. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::accessibility::XAccessible; diff --git a/offapi/com/sun/star/awt/UnoControlButtonModel.idl b/offapi/com/sun/star/awt/UnoControlButtonModel.idl index 54ba439abf6e..a5d4124f4cef 100644 --- a/offapi/com/sun/star/awt/UnoControlButtonModel.idl +++ b/offapi/com/sun/star/awt/UnoControlButtonModel.idl @@ -91,7 +91,7 @@ published service UnoControlButtonModel If set to <FALSE/>, the focus is preserved when the user operates the button control with the mouse.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean FocusOnClick; @@ -165,7 +165,7 @@ published service UnoControlButtonModel to an empty string.</li> </ul></p> - @since OOo 2.1 + @since OpenOffice 2.1 */ [optional, property, transient] com::sun::star::graphic::XGraphic Graphic; @@ -179,7 +179,7 @@ published service UnoControlButtonModel /** specifies that the text may be displayed on more than one line. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean MultiLine; @@ -204,7 +204,7 @@ published service UnoControlButtonModel set to <TRUE/>, the button is repeatedly pressed while you hold down the mouse button.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean Repeat; @@ -218,7 +218,7 @@ published service UnoControlButtonModel mouse button and to press it again. The delay between two such triggers is specified with this property.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long RepeatDelay; @@ -257,7 +257,7 @@ published service UnoControlButtonModel <p>The default for this property is <FALSE/>, which means the button behaves like a usual push button.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean Toggle; @@ -265,7 +265,7 @@ published service UnoControlButtonModel /** specifies the vertical alignment of the text in the control. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; diff --git a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl index 4ea01dc5c0a2..8764a537af1c 100644 --- a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl +++ b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl @@ -61,7 +61,7 @@ published service UnoControlCheckBoxModel 2: right </pre> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] short Align; @@ -137,7 +137,7 @@ published service UnoControlCheckBoxModel to an empty string.</li> </ul></p> - @since OOo 2.1 + @since OpenOffice 2.1 */ [optional, property, transient] com::sun::star::graphic::XGraphic Graphic; @@ -151,7 +151,7 @@ published service UnoControlCheckBoxModel /** specifies that the text may be displayed on more than one line. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean MultiLine; @@ -201,7 +201,7 @@ published service UnoControlCheckBoxModel /** specifies the vertical alignment of the text in the control. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; @@ -214,7 +214,7 @@ published service UnoControlCheckBoxModel @see com::sun::star::awt::VisualEffect - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] short VisualEffect; @@ -224,7 +224,7 @@ published service UnoControlCheckBoxModel <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] short WritingMode; }; diff --git a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl index 669247837a4c..82f15c13a1cd 100644 --- a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl +++ b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl @@ -92,7 +92,7 @@ published service UnoControlComboBoxModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -145,7 +145,7 @@ published service UnoControlComboBoxModel /** specifies whether the selection in the control should be hidden when the control is not active (focused). - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean HideInactiveSelection; @@ -211,7 +211,7 @@ published service UnoControlComboBoxModel <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] short WritingMode; diff --git a/offapi/com/sun/star/awt/UnoControlContainerModel.idl b/offapi/com/sun/star/awt/UnoControlContainerModel.idl index c9a05514c294..919ee43fab1f 100644 --- a/offapi/com/sun/star/awt/UnoControlContainerModel.idl +++ b/offapi/com/sun/star/awt/UnoControlContainerModel.idl @@ -75,7 +75,7 @@ published service UnoControlContainerModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; diff --git a/offapi/com/sun/star/awt/UnoControlCurrencyField.idl b/offapi/com/sun/star/awt/UnoControlCurrencyField.idl index b139311baf6f..06ae11c81ff9 100644 --- a/offapi/com/sun/star/awt/UnoControlCurrencyField.idl +++ b/offapi/com/sun/star/awt/UnoControlCurrencyField.idl @@ -54,7 +54,7 @@ published service UnoControlCurrencyField /** gives access to the value of a spin field and makes it possible to register for spin events. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::awt::XSpinField; diff --git a/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl b/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl index f459a58a4444..1ca695fb0471 100644 --- a/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl @@ -76,7 +76,7 @@ published service UnoControlCurrencyFieldModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -135,7 +135,7 @@ published service UnoControlCurrencyFieldModel /** specifies whether the selection in the control should be hidden when the control is not active (focused). - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean HideInactiveSelection; @@ -163,7 +163,7 @@ published service UnoControlCurrencyFieldModel /** specifies whether the mouse should show repeating behaviour, i.e. repeatedly trigger an action when keeping pressed. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean Repeat; @@ -177,7 +177,7 @@ published service UnoControlCurrencyFieldModel mouse button and to press it again. The delay between two such triggers is specified with this property.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long RepeatDelay; @@ -247,7 +247,7 @@ published service UnoControlCurrencyFieldModel <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] short WritingMode; @@ -263,7 +263,7 @@ published service UnoControlCurrencyFieldModel /** specifies the vertical alignment of the text in the control. - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; }; diff --git a/offapi/com/sun/star/awt/UnoControlDateField.idl b/offapi/com/sun/star/awt/UnoControlDateField.idl index a347abda14eb..2ccca162c7d2 100644 --- a/offapi/com/sun/star/awt/UnoControlDateField.idl +++ b/offapi/com/sun/star/awt/UnoControlDateField.idl @@ -53,7 +53,7 @@ published service UnoControlDateField /** gives access to the value of a spin field and makes it possible to register for spin events. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::awt::XSpinField; diff --git a/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl b/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl index 82b098d4b5fb..63f25069a9d2 100644 --- a/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl @@ -76,7 +76,7 @@ published service UnoControlDateFieldModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -176,7 +176,7 @@ published service UnoControlDateFieldModel /** specifies whether the selection in the control should be hidden when the control is not active (focused). - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean HideInactiveSelection; @@ -197,7 +197,7 @@ published service UnoControlDateFieldModel /** specifies whether the mouse should show repeating behaviour, i.e. repeatedly trigger an action when keeping pressed. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean Repeat; @@ -211,7 +211,7 @@ published service UnoControlDateFieldModel mouse button and to press it again. The delay between two such triggers is specified with this property.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long RepeatDelay; @@ -237,7 +237,7 @@ published service UnoControlDateFieldModel /** specifies the text displayed in the control. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string Text; @@ -259,7 +259,7 @@ published service UnoControlDateFieldModel <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] short WritingMode; @@ -275,7 +275,7 @@ published service UnoControlDateFieldModel /** specifies the vertical alignment of the text in the control. - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; }; diff --git a/offapi/com/sun/star/awt/UnoControlDialogModel.idl b/offapi/com/sun/star/awt/UnoControlDialogModel.idl index 4c173ec28313..ce6e60486747 100644 --- a/offapi/com/sun/star/awt/UnoControlDialogModel.idl +++ b/offapi/com/sun/star/awt/UnoControlDialogModel.idl @@ -157,7 +157,7 @@ published service UnoControlDialogModel /** If set to true the dialog will have the desktop as parent. - @since OOo 2.3 + @since OpenOffice 2.3 */ [optional, property] boolean DesktopAsParent; @@ -165,7 +165,7 @@ published service UnoControlDialogModel background image. @see Graphic - @since OOo 2.4 + @since OpenOffice 2.4 */ [optional, property] string ImageURL; @@ -180,7 +180,7 @@ published service UnoControlDialogModel to an empty string.</li> </ul></p> - @since OOo 2.4 + @since OpenOffice 2.4 */ [optional, property, transient] com::sun::star::graphic::XGraphic Graphic; diff --git a/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl b/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl index b432760dcdae..0fb93339cb8b 100644 --- a/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl +++ b/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module awt { /** specifies a service to load a dialog model and allows to access the control models inside - @since OOo 3.3 + @since OpenOffice 3.3 */ service UnoControlDialogModelProvider : com::sun::star::container::XNameContainer { diff --git a/offapi/com/sun/star/awt/UnoControlEditModel.idl b/offapi/com/sun/star/awt/UnoControlEditModel.idl index b66fde17899e..cc63d5c590c6 100644 --- a/offapi/com/sun/star/awt/UnoControlEditModel.idl +++ b/offapi/com/sun/star/awt/UnoControlEditModel.idl @@ -68,7 +68,7 @@ published service UnoControlEditModel /** If set to true an horizontal scrollbar will be added automaticly when needed. - @since OOo 2.3 + @since OpenOffice 2.3 */ [optional, property] boolean AutoHScroll; @@ -77,7 +77,7 @@ published service UnoControlEditModel /** If set to true an vertical scrollbar will be added automaticly when needed. - @since OOo 2.3 + @since OpenOffice 2.3 */ [optional, property] boolean AutoVScroll; @@ -106,7 +106,7 @@ published service UnoControlEditModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -166,7 +166,7 @@ published service UnoControlEditModel /** specifies whether the selection in the control should be hidden when the control is not active (focused). - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean HideInactiveSelection; @@ -192,7 +192,7 @@ published service UnoControlEditModel No matter which line end format is used in this new text then, usual control implementations should recognize all line end formats and display them properly.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] short LineEndFormat; @@ -214,7 +214,7 @@ published service UnoControlEditModel /** specifies whether the control paints it background or not. - @since OOo 2.3 + @since OpenOffice 2.3 */ [optional, property] boolean PaintTransparent; @@ -267,7 +267,7 @@ published service UnoControlEditModel <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] short WritingMode; @@ -275,7 +275,7 @@ published service UnoControlEditModel /** specifies the vertical alignment of the text in the control. - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; }; diff --git a/offapi/com/sun/star/awt/UnoControlFileControlModel.idl b/offapi/com/sun/star/awt/UnoControlFileControlModel.idl index 347bfe8143eb..b18d289569d1 100644 --- a/offapi/com/sun/star/awt/UnoControlFileControlModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFileControlModel.idl @@ -76,7 +76,7 @@ published service UnoControlFileControlModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -123,7 +123,7 @@ published service UnoControlFileControlModel /** specifies whether the selection in the control should be hidden when the control is not active (focused). - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean HideInactiveSelection; @@ -137,7 +137,7 @@ published service UnoControlFileControlModel /** specifies that the content of the control cannot be modified by the user. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] boolean ReadOnly; @@ -169,7 +169,7 @@ published service UnoControlFileControlModel /** specifies the vertical alignment of the text in the control. - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; }; diff --git a/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl b/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl index 5c77c697af86..a0166d137c80 100644 --- a/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl @@ -89,7 +89,7 @@ service UnoControlFixedHyperlinkModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -171,7 +171,7 @@ service UnoControlFixedHyperlinkModel /** specifies the vertical alignment of the text in the control. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; }; diff --git a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl index c493a0aaf843..9bc7a99f4c5e 100644 --- a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl @@ -89,7 +89,7 @@ published service UnoControlFixedTextModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -165,7 +165,7 @@ published service UnoControlFixedTextModel /** specifies the vertical alignment of the text in the control. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; diff --git a/offapi/com/sun/star/awt/UnoControlFormattedField.idl b/offapi/com/sun/star/awt/UnoControlFormattedField.idl index 3b39276b3eb1..249fd44ca5e7 100644 --- a/offapi/com/sun/star/awt/UnoControlFormattedField.idl +++ b/offapi/com/sun/star/awt/UnoControlFormattedField.idl @@ -47,7 +47,7 @@ published service UnoControlFormattedField /** gives access to the value of a spin field and makes it possible to register for spin events. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::awt::XSpinField; diff --git a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl index 5513c3ece215..de64a8e0ad35 100644 --- a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl @@ -92,7 +92,7 @@ published service UnoControlFormattedFieldModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -192,7 +192,7 @@ published service UnoControlFormattedFieldModel /** specifies whether the selection in the control should be hidden when the control is not active (focused). - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean HideInactiveSelection; @@ -222,7 +222,7 @@ published service UnoControlFormattedFieldModel /** specifies whether the mouse should show repeating behaviour, i.e. repeatedly trigger an action when keeping pressed. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean Repeat; @@ -236,7 +236,7 @@ published service UnoControlFormattedFieldModel mouse button and to press it again. The delay between two such triggers is specified with this property.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long RepeatDelay; @@ -292,7 +292,7 @@ published service UnoControlFormattedFieldModel <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] short WritingMode; @@ -308,7 +308,7 @@ published service UnoControlFormattedFieldModel /** specifies the vertical alignment of the text in the control. - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; }; diff --git a/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl b/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl index 4bf578d7717f..d526338ecd4c 100644 --- a/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl +++ b/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl @@ -116,7 +116,7 @@ published service UnoControlGroupBoxModel <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] short WritingMode; }; diff --git a/offapi/com/sun/star/awt/UnoControlImageControlModel.idl b/offapi/com/sun/star/awt/UnoControlImageControlModel.idl index fcf1a6c2f5f1..2287ac6f9b6d 100644 --- a/offapi/com/sun/star/awt/UnoControlImageControlModel.idl +++ b/offapi/com/sun/star/awt/UnoControlImageControlModel.idl @@ -71,7 +71,7 @@ published service UnoControlImageControlModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -113,7 +113,7 @@ published service UnoControlImageControlModel to an empty string.</li> </ul></p> - @since OOo 2.1 + @since OpenOffice 2.1 */ [optional, property, transient] com::sun::star::graphic::XGraphic Graphic; @@ -136,7 +136,7 @@ published service UnoControlImageControlModel <p>The value of this property is one of the <type>ImageScaleMode</type> constants.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [property, optional] short ScaleMode; @@ -144,7 +144,7 @@ published service UnoControlImageControlModel /** specifies that the control can be reached with the TAB key. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] boolean Tabstop; diff --git a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl index b9358a729b95..3c3e5de8370b 100644 --- a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl +++ b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl @@ -87,7 +87,7 @@ published service UnoControlListBoxModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -195,7 +195,7 @@ published service UnoControlListBoxModel <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] short WritingMode; @@ -210,7 +210,7 @@ published service UnoControlListBoxModel /** allows mmanipulating the list of items in the list box more fine-grained than the <member>StringItemList</member> property. - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional] interface XItemList; @@ -219,7 +219,7 @@ published service UnoControlListBoxModel <p>If this is not <NULL/>, then a horizontal line will be drawn between the item at the given position, and the following item.</p> - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property, maybevoid] short ItemSeparatorPos; }; diff --git a/offapi/com/sun/star/awt/UnoControlNumericField.idl b/offapi/com/sun/star/awt/UnoControlNumericField.idl index 9d73a64e5648..8e0ef6bda613 100644 --- a/offapi/com/sun/star/awt/UnoControlNumericField.idl +++ b/offapi/com/sun/star/awt/UnoControlNumericField.idl @@ -54,7 +54,7 @@ published service UnoControlNumericField /** gives access to the value of a spin field and makes it possible to register for spin events. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::awt::XSpinField; diff --git a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl index 671ca6a52650..81fccac0f809 100644 --- a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl @@ -76,7 +76,7 @@ published service UnoControlNumericFieldModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -129,7 +129,7 @@ published service UnoControlNumericFieldModel /** specifies whether the selection in the control should be hidden when the control is not active (focused). - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean HideInactiveSelection; @@ -151,7 +151,7 @@ published service UnoControlNumericFieldModel /** specifies whether the mouse should show repeating behaviour, i.e. repeatedly trigger an action when keeping pressed. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean Repeat; @@ -165,7 +165,7 @@ published service UnoControlNumericFieldModel mouse button and to press it again. The delay between two such triggers is specified with this property.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long RepeatDelay; @@ -235,7 +235,7 @@ published service UnoControlNumericFieldModel <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] short WritingMode; @@ -251,7 +251,7 @@ published service UnoControlNumericFieldModel /** specifies the vertical alignment of the text in the control. - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; }; diff --git a/offapi/com/sun/star/awt/UnoControlPatternField.idl b/offapi/com/sun/star/awt/UnoControlPatternField.idl index 0c59a3061219..293085747324 100644 --- a/offapi/com/sun/star/awt/UnoControlPatternField.idl +++ b/offapi/com/sun/star/awt/UnoControlPatternField.idl @@ -54,7 +54,7 @@ published service UnoControlPatternField /** gives access to the value of a spin field and makes it possible to register for spin events. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::awt::XSpinField; diff --git a/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl b/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl index 31100706b2c6..1528fec36c3c 100644 --- a/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl @@ -76,7 +76,7 @@ published service UnoControlPatternFieldModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -129,7 +129,7 @@ published service UnoControlPatternFieldModel /** specifies whether the selection in the control should be hidden when the control is not active (focused). - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean HideInactiveSelection; @@ -194,7 +194,7 @@ published service UnoControlPatternFieldModel <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] short WritingMode; @@ -210,7 +210,7 @@ published service UnoControlPatternFieldModel /** specifies the vertical alignment of the text in the control. - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; }; diff --git a/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl b/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl index 8e99cf72e4d2..06a4c0a8f877 100644 --- a/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl +++ b/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl @@ -69,7 +69,7 @@ published service UnoControlProgressBarModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; diff --git a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl index e6bee2a291cc..1b16084ec615 100644 --- a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl +++ b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl @@ -62,7 +62,7 @@ published service UnoControlRadioButtonModel 2: right </pre> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] short Align; @@ -138,7 +138,7 @@ published service UnoControlRadioButtonModel to an empty string.</li> </ul></p> - @since OOo 2.1 + @since OpenOffice 2.1 */ [optional, property, transient] com::sun::star::graphic::XGraphic Graphic; @@ -152,7 +152,7 @@ published service UnoControlRadioButtonModel /** specifies that the text may be displayed on more than one line. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean MultiLine; @@ -195,7 +195,7 @@ published service UnoControlRadioButtonModel /** specifies the vertical alignment of the text in the control. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; @@ -208,7 +208,7 @@ published service UnoControlRadioButtonModel @see com::sun::star::awt::VisualEffect - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] short VisualEffect; @@ -218,7 +218,7 @@ published service UnoControlRadioButtonModel <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] short WritingMode; }; diff --git a/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl b/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl index 80ca3bfa6cc1..6740220ec6b4 100644 --- a/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl +++ b/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl @@ -105,7 +105,7 @@ service UnoControlRoadmapModel to an empty string.</li> </ul></p> - @since OOo 2.1 + @since OpenOffice 2.1 */ [optional, property, transient] com::sun::star::graphic::XGraphic Graphic; diff --git a/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl b/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl index 252972c4dd79..86e95765579f 100644 --- a/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl +++ b/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl @@ -48,7 +48,7 @@ published service UnoControlScrollBarModel /** specifies the RGB color to be used for the control. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] com::sun::star::util::Color BackgroundColor; @@ -77,7 +77,7 @@ published service UnoControlScrollBarModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -114,7 +114,7 @@ published service UnoControlScrollBarModel <FALSE/> means, that the window is only updated after the user has released the mouse button.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean LiveScroll; @@ -140,7 +140,7 @@ published service UnoControlScrollBarModel mouse button and to press it again. The delay between two such triggers is specified with this property.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long RepeatDelay; @@ -170,7 +170,7 @@ published service UnoControlScrollBarModel /** specifies the RGB color to be used when painting symbols which are part of the control's appearance, such as the arrow buttons. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] com::sun::star::util::Color SymbolColor; @@ -178,7 +178,7 @@ published service UnoControlScrollBarModel /** specifies that the control can be reached with the TAB key. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean Tabstop; diff --git a/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl b/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl index fb23087617f0..6b0212815765 100644 --- a/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl +++ b/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl @@ -72,7 +72,7 @@ service UnoControlSpinButtonModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; diff --git a/offapi/com/sun/star/awt/UnoControlTimeField.idl b/offapi/com/sun/star/awt/UnoControlTimeField.idl index b8559ea43947..79fedffbd058 100644 --- a/offapi/com/sun/star/awt/UnoControlTimeField.idl +++ b/offapi/com/sun/star/awt/UnoControlTimeField.idl @@ -54,7 +54,7 @@ published service UnoControlTimeField /** gives access to the value of a spin field and makes it possible to register for spin events. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::awt::XSpinField; diff --git a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl index dad0b1297ec7..ecc271c2e1ef 100644 --- a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl @@ -76,7 +76,7 @@ published service UnoControlTimeFieldModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; @@ -123,7 +123,7 @@ published service UnoControlTimeFieldModel /** specifies whether the selection in the control should be hidden when the control is not active (focused). - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean HideInactiveSelection; @@ -144,7 +144,7 @@ published service UnoControlTimeFieldModel /** specifies whether the mouse should show repeating behaviour, i.e. repeatedly trigger an action when keeping pressed. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean Repeat; @@ -158,7 +158,7 @@ published service UnoControlTimeFieldModel mouse button and to press it again. The delay between two such triggers is specified with this property.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long RepeatDelay; @@ -184,7 +184,7 @@ published service UnoControlTimeFieldModel /** specifies the text displayed in the control. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string Text; @@ -239,7 +239,7 @@ published service UnoControlTimeFieldModel <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] short WritingMode; @@ -255,7 +255,7 @@ published service UnoControlTimeFieldModel /** specifies the vertical alignment of the text in the control. - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; }; diff --git a/offapi/com/sun/star/awt/XAnimatedImages.idl b/offapi/com/sun/star/awt/XAnimatedImages.idl index 2e992b7d13bf..6163c1929ad8 100644 --- a/offapi/com/sun/star/awt/XAnimatedImages.idl +++ b/offapi/com/sun/star/awt/XAnimatedImages.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { those images will choose the best-fitting image set depending on the available space, and possibly other restrictions.</p> - @since OOo 3.4 + @since OpenOffice 3.4 */ published interface XAnimatedImages { diff --git a/offapi/com/sun/star/awt/XAnimation.idl b/offapi/com/sun/star/awt/XAnimation.idl index 452912dd3b3b..56837df06210 100644 --- a/offapi/com/sun/star/awt/XAnimation.idl +++ b/offapi/com/sun/star/awt/XAnimation.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module awt { /** allows controlling an animation. - @since OOo 3.4 + @since OpenOffice 3.4 */ published interface XAnimation { diff --git a/offapi/com/sun/star/awt/XDialog2.idl b/offapi/com/sun/star/awt/XDialog2.idl index 2bc28be72ccc..817e5efe8681 100644 --- a/offapi/com/sun/star/awt/XDialog2.idl +++ b/offapi/com/sun/star/awt/XDialog2.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module awt { /** Makes it possible to end a dialog and set a help id. - @since OOo 3.0 + @since OpenOffice 3.0 */ published interface XDialog2: com::sun::star::awt::XDialog { diff --git a/offapi/com/sun/star/awt/XEnhancedMouseClickHandler.idl b/offapi/com/sun/star/awt/XEnhancedMouseClickHandler.idl index 4c94f2bec50a..71c6a191b8ef 100644 --- a/offapi/com/sun/star/awt/XEnhancedMouseClickHandler.idl +++ b/offapi/com/sun/star/awt/XEnhancedMouseClickHandler.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module awt { /** makes it possible to receive enhanced events from the mouse. - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XEnhancedMouseClickHandler: ::com::sun::star::lang::XEventListener diff --git a/offapi/com/sun/star/awt/XExtendedToolkit.idl b/offapi/com/sun/star/awt/XExtendedToolkit.idl index aecaba03640d..99faa44ab9e8 100644 --- a/offapi/com/sun/star/awt/XExtendedToolkit.idl +++ b/offapi/com/sun/star/awt/XExtendedToolkit.idl @@ -78,7 +78,7 @@ module com { module sun { module star { module awt { This interface was only implemented in an intermediate developer release anyway. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/awt/XFont2.idl b/offapi/com/sun/star/awt/XFont2.idl index 81312a7ecc20..7ddde2ad80ec 100644 --- a/offapi/com/sun/star/awt/XFont2.idl +++ b/offapi/com/sun/star/awt/XFont2.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module awt { /** extends the <type>XFont</type> interface and provides additional information for a font. - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XFont2: com::sun::star::awt::XFont { diff --git a/offapi/com/sun/star/awt/XGraphics.idl b/offapi/com/sun/star/awt/XGraphics.idl index 7c0007865d95..7315b06cfb43 100644 --- a/offapi/com/sun/star/awt/XGraphics.idl +++ b/offapi/com/sun/star/awt/XGraphics.idl @@ -100,7 +100,7 @@ published interface XGraphics: com::sun::star::uno::XInterface /** clears the given rectangle on the device - @since Apache OpenOffice 4.0 + @since OpenOffice 4.0 */ [oneway] void clear( [in] Rectangle aRect ); @@ -241,7 +241,7 @@ published interface XGraphics: com::sun::star::uno::XInterface <p>Note that some devices may not support this operation.</p> - @since Apache OpenOffice 4.0 + @since OpenOffice 4.0 @param nX the X coordinate on the device where the graphic will be drawn diff --git a/offapi/com/sun/star/awt/XKeyHandler.idl b/offapi/com/sun/star/awt/XKeyHandler.idl index 376b012c323c..8dfdcf6f40d8 100644 --- a/offapi/com/sun/star/awt/XKeyHandler.idl +++ b/offapi/com/sun/star/awt/XKeyHandler.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module awt { handlers of the broadcaster, and a following handling by the broadcaster will not take place. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XKeyHandler : ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/awt/XLayoutContainer.idl b/offapi/com/sun/star/awt/XLayoutContainer.idl index 34f843b9be53..7e8643f13f63 100644 --- a/offapi/com/sun/star/awt/XLayoutContainer.idl +++ b/offapi/com/sun/star/awt/XLayoutContainer.idl @@ -51,7 +51,7 @@ interface XLayoutUnit; /** specifies the layout constraints for a surrounding container. - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XLayoutContainer: com::sun::star::container::XChild { diff --git a/offapi/com/sun/star/awt/XLayoutFlow.idl b/offapi/com/sun/star/awt/XLayoutFlow.idl index 078e3d9a731a..18c7ca20d78e 100644 --- a/offapi/com/sun/star/awt/XLayoutFlow.idl +++ b/offapi/com/sun/star/awt/XLayoutFlow.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module awt { whether its parent will honor it is another story, so keep implementing getMinimumSize(). - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XLayoutFlow { diff --git a/offapi/com/sun/star/awt/XLayoutFlowContainer.idl b/offapi/com/sun/star/awt/XLayoutFlowContainer.idl index 5b7b292a434e..4d453242791c 100644 --- a/offapi/com/sun/star/awt/XLayoutFlowContainer.idl +++ b/offapi/com/sun/star/awt/XLayoutFlowContainer.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module awt { should let it know of state changes that may affects their size. All children of a top-level window should share the same object. - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XLayoutContainer { diff --git a/offapi/com/sun/star/awt/XLayoutRoot.idl b/offapi/com/sun/star/awt/XLayoutRoot.idl index 7ef5495197d4..c429441ed6d0 100644 --- a/offapi/com/sun/star/awt/XLayoutRoot.idl +++ b/offapi/com/sun/star/awt/XLayoutRoot.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module awt { /** specifies an interface for a top-level layoutable widget - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XLayoutRoot: com::sun::star::container::XNameAccess { diff --git a/offapi/com/sun/star/awt/XLayoutUnit.idl b/offapi/com/sun/star/awt/XLayoutUnit.idl index 0143cf9536d5..80661b473e26 100644 --- a/offapi/com/sun/star/awt/XLayoutUnit.idl +++ b/offapi/com/sun/star/awt/XLayoutUnit.idl @@ -38,7 +38,7 @@ interface XLayoutContainer; should let it know of state changes that may affects their size. All children of a top-level window should share the same object. - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XLayoutUnit { diff --git a/offapi/com/sun/star/awt/XMouseClickHandler.idl b/offapi/com/sun/star/awt/XMouseClickHandler.idl index 85d4d05ebc0e..191847e9eaa2 100644 --- a/offapi/com/sun/star/awt/XMouseClickHandler.idl +++ b/offapi/com/sun/star/awt/XMouseClickHandler.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module awt { /** makes it possible to receive events from the mouse in a certain window. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XMouseClickHandler: ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/awt/XMouseMotionListener.idl b/offapi/com/sun/star/awt/XMouseMotionListener.idl index 4d5ada44eb99..223d6d92994d 100644 --- a/offapi/com/sun/star/awt/XMouseMotionListener.idl +++ b/offapi/com/sun/star/awt/XMouseMotionListener.idl @@ -56,7 +56,7 @@ published interface XMouseMotionListener: com::sun::star::lang::XEventListener //------------------------------------------------------------------------- - /** is invoked when the mouse button has been moved on a window + /** is invoked when the mouse pointer has been moved on a window (with no buttons down). */ void mouseMoved( [in] com::sun::star::awt::MouseEvent e ); diff --git a/offapi/com/sun/star/awt/XReschedule.idl b/offapi/com/sun/star/awt/XReschedule.idl index 26eb573eed88..4b25468a4354 100644 --- a/offapi/com/sun/star/awt/XReschedule.idl +++ b/offapi/com/sun/star/awt/XReschedule.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module awt { This interface was only implemented in an intermediate developer release anyway. - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XReschedule : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/awt/XUnitConversion.idl b/offapi/com/sun/star/awt/XUnitConversion.idl index eccc8521d835..4ba12a00a05c 100644 --- a/offapi/com/sun/star/awt/XUnitConversion.idl +++ b/offapi/com/sun/star/awt/XUnitConversion.idl @@ -47,7 +47,7 @@ /** allows converting between different measurement units - @since OOo 3.0 + @since OpenOffice 3.0 */ published interface XUnitConversion: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/awt/XUserInputInterception.idl b/offapi/com/sun/star/awt/XUserInputInterception.idl index 7ef74d256e52..3017598b2b04 100644 --- a/offapi/com/sun/star/awt/XUserInputInterception.idl +++ b/offapi/com/sun/star/awt/XUserInputInterception.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module awt { /** Interface to add handlers for key and mouse events. A handler is not a passive listener, it can even consume the event. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XUserInputInterception : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl b/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl index 9816b32a5793..8b6d878b64d0 100644 --- a/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl +++ b/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl @@ -34,7 +34,7 @@ //============================================================================= /** If you do not want to implement the <type>XGridColumnModel</type> yourself, use this service. - @since OOo 3.3 + @since OpenOffice 3.3 */ service DefaultGridColumnModel { diff --git a/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl b/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl index 34fa73b7f737..a6c88f70a3c0 100644 --- a/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl +++ b/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl @@ -39,7 +39,7 @@ <p>The implementation will implicitly increase its column count if you add a row which has more values than the current column count.</p> - @since OOo 3.3 + @since OpenOffice 3.3 */ published service DefaultGridDataModel : ::com::sun::star::awt::grid::XMutableGridDataModel; diff --git a/offapi/com/sun/star/awt/grid/GridColumn.idl b/offapi/com/sun/star/awt/grid/GridColumn.idl index 550e45a14828..18315e548eae 100644 --- a/offapi/com/sun/star/awt/grid/GridColumn.idl +++ b/offapi/com/sun/star/awt/grid/GridColumn.idl @@ -35,7 +35,7 @@ /** Represents a column as used by the <type>DefaultGridColumnModel</type> - @since OOo 3.3 + @since OpenOffice 3.3 */ service GridColumn { diff --git a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl index e5456d91d7c4..ee570d7f25aa 100644 --- a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl +++ b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module awt { module grid { //============================================================================= /** An event used by a <type>XGridColumn</type> to notify changes in the column. - @since OOo 3.3 + @since OpenOffice 3.3 */ published struct GridColumnEvent : ::com::sun::star::lang::EventObject { diff --git a/offapi/com/sun/star/awt/grid/GridDataEvent.idl b/offapi/com/sun/star/awt/grid/GridDataEvent.idl index a7266078ab55..c57d65673ea9 100644 --- a/offapi/com/sun/star/awt/grid/GridDataEvent.idl +++ b/offapi/com/sun/star/awt/grid/GridDataEvent.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { module grid { @see XMutableGridDataModel @see XGridDataListener - @since OOo 3.3 + @since OpenOffice 3.3 */ published struct GridDataEvent: com::sun::star::lang::EventObject { diff --git a/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl b/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl index b22a94c18fe6..453f05fef73b 100644 --- a/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl +++ b/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module awt { module grid { /** Exception is thrown to indicate that set data is invalid, e.g. type of data is unknown or data count doesn't match with column count. - @since OOo 3.3 + @since OpenOffice 3.3 */ exception GridInvalidDataException : com::sun::star::uno::RuntimeException { diff --git a/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl b/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl index 6fe25d6785f1..66e0c52c35a9 100644 --- a/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl +++ b/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module awt { module grid { /** Exception is thrown when data or column model isn't set. - @since OOo 3.3 + @since OpenOffice 3.3 */ exception GridInvalidModelException : com::sun::star::uno::RuntimeException { diff --git a/offapi/com/sun/star/awt/grid/UnoControlGrid.idl b/offapi/com/sun/star/awt/grid/UnoControlGrid.idl index b45f8e79831c..fd79ef918dc2 100644 --- a/offapi/com/sun/star/awt/grid/UnoControlGrid.idl +++ b/offapi/com/sun/star/awt/grid/UnoControlGrid.idl @@ -65,7 +65,7 @@ You than will be notified for any selection change.</p> <p>The <type>XGridSelection</type> interface provides a bunch of methods to set and get selection for the grid control.</p> - @since OOo 3.3 + @since OpenOffice 3.3 */ service UnoControlGrid { diff --git a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl index 3b63b6b84b00..7b28095fe976 100644 --- a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl +++ b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { module grid { /** specifies the standard model of a <type>UnoControlGrid</type> control. - @since OOo 3.3 + @since OpenOffice 3.3 */ published service UnoControlGridModel { diff --git a/offapi/com/sun/star/awt/grid/XGridColumn.idl b/offapi/com/sun/star/awt/grid/XGridColumn.idl index 6508b7f6f35e..32fa84983a00 100644 --- a/offapi/com/sun/star/awt/grid/XGridColumn.idl +++ b/offapi/com/sun/star/awt/grid/XGridColumn.idl @@ -36,7 +36,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 + @since OpenOffice 3.3 */ published interface XGridColumn { diff --git a/offapi/com/sun/star/awt/grid/XGridColumnListener.idl b/offapi/com/sun/star/awt/grid/XGridColumnListener.idl index f1d013ebefe5..4ef0b909fbc3 100644 --- a/offapi/com/sun/star/awt/grid/XGridColumnListener.idl +++ b/offapi/com/sun/star/awt/grid/XGridColumnListener.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module awt { module grid { /** An instance of this interface is used by the <type>XGridColumnModel</type> to get notifications about column model changes. - @since OOo 3.3 + @since OpenOffice 3.3 */ published interface XGridColumnListener : ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/awt/grid/XGridColumnModel.idl b/offapi/com/sun/star/awt/grid/XGridColumnModel.idl index 7c787bd34e5b..eaa66f2a8214 100644 --- a/offapi/com/sun/star/awt/grid/XGridColumnModel.idl +++ b/offapi/com/sun/star/awt/grid/XGridColumnModel.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module awt { module grid { If you do not need your own model implementation, you can also use the <type>DefaultGridColumnModel</type>. - @since OOo 3.3 + @since OpenOffice 3.3 */ published interface XGridColumnModel { diff --git a/offapi/com/sun/star/awt/grid/XGridControl.idl b/offapi/com/sun/star/awt/grid/XGridControl.idl index 9f4c568f5f4a..dc3b0a8b5b8c 100644 --- a/offapi/com/sun/star/awt/grid/XGridControl.idl +++ b/offapi/com/sun/star/awt/grid/XGridControl.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module awt { module grid { @see UnoControlGrid - @since OOo 3.3 + @since OpenOffice 3.3 */ published interface XGridControl { diff --git a/offapi/com/sun/star/awt/grid/XGridDataListener.idl b/offapi/com/sun/star/awt/grid/XGridDataListener.idl index 91aa305941e6..c237e73c82de 100644 --- a/offapi/com/sun/star/awt/grid/XGridDataListener.idl +++ b/offapi/com/sun/star/awt/grid/XGridDataListener.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module awt { module grid { <p>Usually you must not implement this interface yourself, but you must notify it correctly if you implement the <type>XGridDataModel</type> yourself</p>. - @since OOo 3.3 + @since OpenOffice 3.3 */ published interface XGridDataListener: com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/awt/grid/XGridDataModel.idl b/offapi/com/sun/star/awt/grid/XGridDataModel.idl index d0e2d331a406..96ee4f06540f 100644 --- a/offapi/com/sun/star/awt/grid/XGridDataModel.idl +++ b/offapi/com/sun/star/awt/grid/XGridDataModel.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { module grid { If you do not need your own model implementation, you can also use the <type>DefaultGridDataModel</type>. - @since OOo 3.3 + @since OpenOffice 3.3 */ published interface XGridDataModel { diff --git a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl index 5088dc98f401..f508c2e4d312 100644 --- a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl +++ b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module awt { module grid { /** This interfaces provides access to the selection of row for <type>UnoControlGrid</type>. - @since OOo 3.4 + @since OpenOffice 3.4 */ published interface XGridRowSelection { diff --git a/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl b/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl index 4a3e1918b400..e32d68f63524 100644 --- a/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl +++ b/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module awt { module tab { /** An event used by a <type>XTabPageContainer</type> to notify changes in tab page activation. - @since OOo 3.4 + @since OpenOffice 3.4 */ published struct TabPageActivatedEvent: com::sun::star::lang::EventObject { diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl index 0f8660f9876a..091c3cdc42ef 100644 --- a/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl +++ b/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module awt { module tab { /** specifies a TabPage control. - @since OOo 3.4 + @since OpenOffice 3.4 */ published service UnoControlTabPage diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl index ffe849031eca..a733f51384cf 100644 --- a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl +++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module awt { module tab { /** specifies a TabPageContainer control. - @since OOo 3.4 + @since OpenOffice 3.4 */ published service UnoControlTabPageContainer { diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl index 284f6cdd8fe8..b329fbd4842f 100644 --- a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl +++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module awt { module tab { /** specifies a model for a UnoControlTabPageContainer control. - @since OOo 3.4 + @since OpenOffice 3.4 */ published service UnoControlTabPageContainerModel { diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl index 1ebb79a07f5a..01a195b55029 100644 --- a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl +++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module awt { module tab { //============================================================================= /** specifies the standard model of a XTabPageModel. - @since OOo 3.4 + @since OpenOffice 3.4 */ published service UnoControlTabPageModel { diff --git a/offapi/com/sun/star/awt/tab/XTabPage.idl b/offapi/com/sun/star/awt/tab/XTabPage.idl index f641bc20ded4..d8e9b8aea230 100644 --- a/offapi/com/sun/star/awt/tab/XTabPage.idl +++ b/offapi/com/sun/star/awt/tab/XTabPage.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module awt { module tab { @see UnoControlTabPage - @since OOo 3.4 + @since OpenOffice 3.4 */ published interface XTabPage { diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl index c786db6baeda..344cfd62c27e 100644 --- a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl +++ b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module awt { module tab { @see UnoControlTabPageContainer - @since OOo 3.4 + @since OpenOffice 3.4 */ published interface XTabPageContainer { diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl b/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl index fc0cdc206cc2..6ec57f58a608 100644 --- a/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl +++ b/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module awt { module tab { /** An instance of this interface is used by the <type>XTabPageContainer</type> to get notifications about changes in activation of tab pages. - @since OOo 3.4 + @since OpenOffice 3.4 */ published interface XTabPageContainerListener: com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl b/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl index 7ca89240cb58..0104e6d33989 100644 --- a/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl +++ b/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl @@ -36,7 +36,7 @@ published interface XTabPageModel; /** specifies an interface for a UnoControlTabPageContainerModel. - @since OOo 3.4 + @since OpenOffice 3.4 */ published interface XTabPageContainerModel { diff --git a/offapi/com/sun/star/awt/tab/XTabPageModel.idl b/offapi/com/sun/star/awt/tab/XTabPageModel.idl index 787f5de8fd6f..1d08ea116020 100644 --- a/offapi/com/sun/star/awt/tab/XTabPageModel.idl +++ b/offapi/com/sun/star/awt/tab/XTabPageModel.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module awt { module tab { /** specifies an XTabPageModel interface. - @since OOo 3.4 + @since OpenOffice 3.4 */ published interface XTabPageModel diff --git a/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl b/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl index dc2feb39493a..bc1322f814ff 100644 --- a/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl +++ b/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module chart { accessibility representation tree as simple as possible and provide as much relevant information as possible.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleChartDocumentView { diff --git a/offapi/com/sun/star/chart/AccessibleChartElement.idl b/offapi/com/sun/star/chart/AccessibleChartElement.idl index 0273eda7867d..0ced1629d2b3 100644 --- a/offapi/com/sun/star/chart/AccessibleChartElement.idl +++ b/offapi/com/sun/star/chart/AccessibleChartElement.idl @@ -55,7 +55,7 @@ module com { module sun { module star { module chart { <type scope="::com::sun::star::accessibility">XAccessibleExtendedComponent</type> is suported by all chart elements.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleChartElement { diff --git a/offapi/com/sun/star/chart/BubbleDiagram.idl b/offapi/com/sun/star/chart/BubbleDiagram.idl index b9e578689ec9..8077426863c2 100644 --- a/offapi/com/sun/star/chart/BubbleDiagram.idl +++ b/offapi/com/sun/star/chart/BubbleDiagram.idl @@ -45,7 +45,7 @@ //============================================================================= -/** a service for bubble diagrams. @since OOo 3.2 +/** a service for bubble diagrams. @since OpenOffice 3.2 */ published service BubbleDiagram { diff --git a/offapi/com/sun/star/chart/ChartArea.idl b/offapi/com/sun/star/chart/ChartArea.idl index a37317ca2574..5ef0dcec2bfb 100644 --- a/offapi/com/sun/star/chart/ChartArea.idl +++ b/offapi/com/sun/star/chart/ChartArea.idl @@ -58,7 +58,7 @@ published service ChartArea this service should be supported in order to preserve unparsed XML attributes. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl index 88c33c40e8fc..ee73b5f8c804 100644 --- a/offapi/com/sun/star/chart/ChartAxis.idl +++ b/offapi/com/sun/star/chart/ChartAxis.idl @@ -93,12 +93,12 @@ published service ChartAxis service should be supported in order to preserve unparsed XML attributes. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; /** Access to the sub elements of an axis like title and grids. - @since OOo 3.4 + @since OpenOffice 3.4 */ [optional] interface com::sun::star::chart::XAxis; @@ -181,14 +181,14 @@ published service ChartAxis //------------------------------------------------------------------------- /** determines which type of axis this is, e.g. a date-axis or a category-axis @see ChartAxisType - @since OOo 3.4 + @since OpenOffice 3.4 */ [optional, property] long AxisType; //------------------------------------------------------------------------- /** if the current axis is a date-axis the intervals are choosen as given with TimeIncrement - @since OOo 3.4 + @since OpenOffice 3.4 */ [optional, maybevoid, property] TimeIncrement TimeIncrement; diff --git a/offapi/com/sun/star/chart/ChartAxisType.idl b/offapi/com/sun/star/chart/ChartAxisType.idl index 8ae33f62d743..c5d3878fe061 100644 --- a/offapi/com/sun/star/chart/ChartAxisType.idl +++ b/offapi/com/sun/star/chart/ChartAxisType.idl @@ -31,7 +31,7 @@ module star { module chart { -/** @since OOo 3.4 +/** @since OpenOffice 3.4 */ published constants ChartAxisType { diff --git a/offapi/com/sun/star/chart/ChartDataPointProperties.idl b/offapi/com/sun/star/chart/ChartDataPointProperties.idl index 1c9a61e809ff..603f44b1f460 100644 --- a/offapi/com/sun/star/chart/ChartDataPointProperties.idl +++ b/offapi/com/sun/star/chart/ChartDataPointProperties.idl @@ -81,7 +81,7 @@ published service ChartDataPointProperties element, this service should be supported in order to preserve unparsed XML attributes. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; diff --git a/offapi/com/sun/star/chart/ChartDataRowProperties.idl b/offapi/com/sun/star/chart/ChartDataRowProperties.idl index 06c54cd59af9..4edf7fda6b6a 100644 --- a/offapi/com/sun/star/chart/ChartDataRowProperties.idl +++ b/offapi/com/sun/star/chart/ChartDataRowProperties.idl @@ -67,7 +67,7 @@ published service ChartDataRowProperties file, this service should be supported in order to preserve unparsed XML attributes. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; diff --git a/offapi/com/sun/star/chart/ChartDocument.idl b/offapi/com/sun/star/chart/ChartDocument.idl index 04ae784755d4..432279c95f25 100644 --- a/offapi/com/sun/star/chart/ChartDocument.idl +++ b/offapi/com/sun/star/chart/ChartDocument.idl @@ -61,7 +61,7 @@ published service ChartDocument this service should be supported in order to preserve unparsed XML attributes. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] service ::com::sun::star::xml::UserDefinedAttributeSupplier; diff --git a/offapi/com/sun/star/chart/ChartGrid.idl b/offapi/com/sun/star/chart/ChartGrid.idl index 177affd42242..11de965822d4 100644 --- a/offapi/com/sun/star/chart/ChartGrid.idl +++ b/offapi/com/sun/star/chart/ChartGrid.idl @@ -56,7 +56,7 @@ published service ChartGrid service should be supported in order to preserve unparsed XML attributes. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; diff --git a/offapi/com/sun/star/chart/ChartLegend.idl b/offapi/com/sun/star/chart/ChartLegend.idl index 23e23e6c9cc7..1e43e9c49a44 100644 --- a/offapi/com/sun/star/chart/ChartLegend.idl +++ b/offapi/com/sun/star/chart/ChartLegend.idl @@ -76,7 +76,7 @@ published service ChartLegend this service should be supported in order to preserve unparsed XML attributes. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; diff --git a/offapi/com/sun/star/chart/ChartTitle.idl b/offapi/com/sun/star/chart/ChartTitle.idl index 87e01c3ed2b2..3d9701ee7370 100644 --- a/offapi/com/sun/star/chart/ChartTitle.idl +++ b/offapi/com/sun/star/chart/ChartTitle.idl @@ -60,7 +60,7 @@ published service ChartTitle this service should be supported in order to preserve unparsed XML attributes. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; diff --git a/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl b/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl index 52c909af3c2a..a26338fc1529 100644 --- a/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl +++ b/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl @@ -70,7 +70,7 @@ published service ChartTwoAxisXSupplier @see ChartTitle - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] boolean HasSecondaryXAxisTitle; diff --git a/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl b/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl index 33dffd7533d6..5384e04000a1 100644 --- a/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl +++ b/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl @@ -71,7 +71,7 @@ published service ChartTwoAxisYSupplier @see ChartTitle - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] boolean HasSecondaryYAxisTitle; diff --git a/offapi/com/sun/star/chart/Diagram.idl b/offapi/com/sun/star/chart/Diagram.idl index 5b32613b7f4f..c7a8a8a7cd48 100644 --- a/offapi/com/sun/star/chart/Diagram.idl +++ b/offapi/com/sun/star/chart/Diagram.idl @@ -73,17 +73,17 @@ published service Diagram interface com::sun::star::chart::XDiagram; /** Provides easier access to the differnet axes and their sub elements. - @since OOo 3.4 + @since OpenOffice 3.4 */ [optional] interface com::sun::star::chart::XAxisSupplier; /** Provides access to the titles of the secondary X axis and Y axis. - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional] interface com::sun::star::chart::XSecondAxisTitleSupplier; /** - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional] interface com::sun::star::chart::XDiagramPositioning; @@ -113,7 +113,7 @@ published service Diagram service should be supported in order to preserve unparsed XML attributes. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier; diff --git a/offapi/com/sun/star/chart/FilledNetDiagram.idl b/offapi/com/sun/star/chart/FilledNetDiagram.idl index 2fc9aff3b61b..46a7dc54bb24 100644 --- a/offapi/com/sun/star/chart/FilledNetDiagram.idl +++ b/offapi/com/sun/star/chart/FilledNetDiagram.idl @@ -46,7 +46,7 @@ //============================================================================= -/** specifies filled net diagrams. @since OOo 3.2 +/** specifies filled net diagrams. @since OpenOffice 3.2 <p>Net diagrams are also known as radar diagrams.</p> */ diff --git a/offapi/com/sun/star/chart/TimeIncrement.idl b/offapi/com/sun/star/chart/TimeIncrement.idl index 29d30e4415fa..e1e1fff0a2d5 100644 --- a/offapi/com/sun/star/chart/TimeIncrement.idl +++ b/offapi/com/sun/star/chart/TimeIncrement.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module chart { //============================================================================= /** A TimeIncrement describes how tickmarks are positioned on the scale of a date-time axis. -@since OOo 3.4 +@since OpenOffice 3.4 */ published struct TimeIncrement { diff --git a/offapi/com/sun/star/chart/TimeInterval.idl b/offapi/com/sun/star/chart/TimeInterval.idl index 889937b33d68..0c55f66adf98 100644 --- a/offapi/com/sun/star/chart/TimeInterval.idl +++ b/offapi/com/sun/star/chart/TimeInterval.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module chart { //============================================================================= /** Describes an interval on a date-axis -@since OOo 3.4 +@since OpenOffice 3.4 */ published struct TimeInterval { diff --git a/offapi/com/sun/star/chart/TimeUnit.idl b/offapi/com/sun/star/chart/TimeUnit.idl index c02ca761b57a..c8c74b1651de 100644 --- a/offapi/com/sun/star/chart/TimeUnit.idl +++ b/offapi/com/sun/star/chart/TimeUnit.idl @@ -30,7 +30,7 @@ //============================================================================= /** Specifies a unit for intervals on a date-time axis -@since OOo 3.4 +@since OpenOffice 3.4 */ published constants TimeUnit { diff --git a/offapi/com/sun/star/chart/XAxis.idl b/offapi/com/sun/star/chart/XAxis.idl index 1a8f21bf71d7..9c28a24b2609 100644 --- a/offapi/com/sun/star/chart/XAxis.idl +++ b/offapi/com/sun/star/chart/XAxis.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module chart { /** Allows easier access to the different subelements of an axis. -@since OOo 3.4 +@since OpenOffice 3.4 */ interface XAxis : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/chart/XAxisSupplier.idl b/offapi/com/sun/star/chart/XAxisSupplier.idl index 49a862df98d7..5f2b597b2f15 100644 --- a/offapi/com/sun/star/chart/XAxisSupplier.idl +++ b/offapi/com/sun/star/chart/XAxisSupplier.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module chart { /** Easier access to the different axes within a chart. -@since OOo 3.4 +@since OpenOffice 3.4 */ interface XAxisSupplier : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/chart/XChartDocument.idl b/offapi/com/sun/star/chart/XChartDocument.idl index 7383a9f67a1f..b2b20658ffac 100644 --- a/offapi/com/sun/star/chart/XChartDocument.idl +++ b/offapi/com/sun/star/chart/XChartDocument.idl @@ -137,10 +137,10 @@ published interface XChartDocument: com::sun::star::frame::XModel <p>The returned object supports interface <type>XChartDataArray</type> which can be used to access the concrete data.</p> - <p>Since OOo 3.3 the returned object also supports interface <type>XComplexDescriptionAccess</type> + <p>Since OpenOffice 3.3 the returned object also supports interface <type>XComplexDescriptionAccess</type> which can be used to access complex hierarchical axis descriptions.</p> - <p>Since OOo 3.4 the returned object also supports interface <type>XDateCategories</type>.</p> + <p>Since OpenOffice 3.4 the returned object also supports interface <type>XDateCategories</type>.</p> @see XChartData @see XChartDataArray @@ -155,10 +155,10 @@ published interface XChartDocument: com::sun::star::frame::XModel <p>The given object needs to support interface <type>XChartDataArray</type>.</p> - <p>Since OOo 3.3 if the given object might support interface <type>XComplexDescriptionAccess</type> + <p>Since OpenOffice 3.3 if the given object might support interface <type>XComplexDescriptionAccess</type> which allows to set complex hierarchical axis descriptions.</p> - <p>Since OOo 3.4 if the given object might support interface <type>XDateCategories</type> + <p>Since OpenOffice 3.4 if the given object might support interface <type>XDateCategories</type> which allows to set date values as x values for category charts.</p> <p>The given data is copied before it is applied to the chart. diff --git a/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl b/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl index 2315ccd578f8..66b7046f7d4a 100644 --- a/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl +++ b/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl @@ -37,7 +37,7 @@ <p>Can be obtained from interface <type>XChartDocument</type> via method getData().</p> -@since OOo 3.3 +@since OpenOffice 3.3 */ published interface XComplexDescriptionAccess : XChartDataArray diff --git a/offapi/com/sun/star/chart/XDateCategories.idl b/offapi/com/sun/star/chart/XDateCategories.idl index 375e654dd69d..485a193cb6ed 100644 --- a/offapi/com/sun/star/chart/XDateCategories.idl +++ b/offapi/com/sun/star/chart/XDateCategories.idl @@ -35,7 +35,7 @@ <p>Can be obtained from interface <type>XChartDocument</type> via method getData().</p> -@since OOo 3.4 +@since OpenOffice 3.4 */ published interface XDateCategories diff --git a/offapi/com/sun/star/chart/XSecondAxisTitleSupplier.idl b/offapi/com/sun/star/chart/XSecondAxisTitleSupplier.idl index b80292a4b6b2..c28e3e219b84 100644 --- a/offapi/com/sun/star/chart/XSecondAxisTitleSupplier.idl +++ b/offapi/com/sun/star/chart/XSecondAxisTitleSupplier.idl @@ -42,4 +42,4 @@ interface XSecondAxisTitleSupplier: com::sun::star::uno::XInterface }; }; }; }; -#endif
\ No newline at end of file +#endif diff --git a/offapi/com/sun/star/chart2/RegressionCurveEquation.idl b/offapi/com/sun/star/chart2/RegressionCurveEquation.idl index c003f19a63a1..f62c6fb0b3cf 100644 --- a/offapi/com/sun/star/chart2/RegressionCurveEquation.idl +++ b/offapi/com/sun/star/chart2/RegressionCurveEquation.idl @@ -58,4 +58,4 @@ service RegressionCurveEquation } ; // sun } ; // star -#endif
\ No newline at end of file +#endif diff --git a/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl b/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl index 77cf29c8d301..2d82b97263f9 100644 --- a/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl +++ b/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl @@ -38,7 +38,7 @@ This allows to set date values as categories. <p>Can be obtained from interface <type>XChartDocument</type> via method getData().</p> -@since OOo 3.4 +@since OpenOffice 3.4 */ interface XAnyDescriptionAccess : ::com::sun::star::chart::XComplexDescriptionAccess diff --git a/offapi/com/sun/star/chart2/XInternalDataProvider.idl b/offapi/com/sun/star/chart2/XInternalDataProvider.idl index 97b03a85373b..7a36ae128f41 100644 --- a/offapi/com/sun/star/chart2/XInternalDataProvider.idl +++ b/offapi/com/sun/star/chart2/XInternalDataProvider.idl @@ -72,12 +72,12 @@ interface XInternalDataProvider : com::sun::star::chart2::data::XDataProvider /** insert an additional sequence for categories nLevel>=1; categories at level 0 are always present and cannot be inserted or deleted - @since OOo 3.3 + @since OpenOffice 3.3 */ void insertComplexCategoryLevel( [in] long nLevel ); /** deletes an additional sequence for categories at nLevel>=1; categories at level 0 are always present and cannot be deleted - @since OOo 3.3 + @since OpenOffice 3.3 */ void deleteComplexCategoryLevel( [in] long nLevel ); }; diff --git a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl index 9de2d35428ac..d714c1312b0d 100644 --- a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl +++ b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl @@ -48,8 +48,8 @@ service TabularDataProviderArguments <member>XDataProvider::detectArguments</member>.</p> <p>The representation string is of a form that may be used in the - user interface. Example for OOo Calc: "$Sheet1.$A$1:$D$7", - example for OOo Writer: "<Table1.A1:D7>".</p> + user interface. Example for OpenOffice Calc: "$Sheet1.$A$1:$D$7", + example for OpenOffice Writer: "<Table1.A1:D7>".</p> <p>When used as input, this range will be split in columns or rows depending on the property diff --git a/offapi/com/sun/star/configuration/CorruptedConfigurationException.idl b/offapi/com/sun/star/configuration/CorruptedConfigurationException.idl index 9e98909aa49a..53cf4b4f5c04 100644 --- a/offapi/com/sun/star/configuration/CorruptedConfigurationException.idl +++ b/offapi/com/sun/star/configuration/CorruptedConfigurationException.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module configuration { specialized exceptions from it which identify a concrete error case. - @since OOo 2.3 + @since OpenOffice 2.3 */ published exception CorruptedConfigurationException : ::com::sun::star::uno::RuntimeException { diff --git a/offapi/com/sun/star/configuration/CorruptedUIConfigurationException.idl b/offapi/com/sun/star/configuration/CorruptedUIConfigurationException.idl index 6c55cad0d844..b4dff71c500b 100644 --- a/offapi/com/sun/star/configuration/CorruptedUIConfigurationException.idl +++ b/offapi/com/sun/star/configuration/CorruptedUIConfigurationException.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module configuration { (including menubars/toolbars and accelerators) does not exists or contains corrupted data. - @since OOo 2.3 + @since OpenOffice 2.3 */ published exception CorruptedUIConfigurationException : ::com::sun::star::configuration::CorruptedConfigurationException { diff --git a/offapi/com/sun/star/configuration/DefaultProvider.idl b/offapi/com/sun/star/configuration/DefaultProvider.idl index 3676678fe5d4..ece0ac1ab825 100644 --- a/offapi/com/sun/star/configuration/DefaultProvider.idl +++ b/offapi/com/sun/star/configuration/DefaultProvider.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module configuration { <p>This object is accessible as singleton within the context</p>. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service DefaultProvider { @@ -74,14 +74,14 @@ published service DefaultProvider /** Enable setting/getting locale for Provider - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional] interface com::sun::star::lang::XLocalizable; /** Property to enable/disable asynchronous write-back from in-memory cache to backend(s) - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional,property] boolean EnableAsync; diff --git a/offapi/com/sun/star/configuration/Update.idl b/offapi/com/sun/star/configuration/Update.idl index b696fa4520fb..cd1e3716882f 100644 --- a/offapi/com/sun/star/configuration/Update.idl +++ b/offapi/com/sun/star/configuration/Update.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module configuration { <p>This singleton is unpublished and unstable.</p> - @since OOo 3.3 + @since OpenOffice 3.3 */ singleton Update: XUpdate; diff --git a/offapi/com/sun/star/configuration/XUpdate.idl b/offapi/com/sun/star/configuration/XUpdate.idl index ec6cc2b8c626..9bad2c9c98fd 100644 --- a/offapi/com/sun/star/configuration/XUpdate.idl +++ b/offapi/com/sun/star/configuration/XUpdate.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module configuration { <p>This interface is unpublished and unstable.</p> - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XUpdate { void insertExtensionXcsFile([in] boolean shared, [in] string fileUri); diff --git a/offapi/com/sun/star/configuration/backend/AuthenticationFailedException.idl b/offapi/com/sun/star/configuration/backend/AuthenticationFailedException.idl index 0f0484d8c420..e051a4fb9e4f 100644 --- a/offapi/com/sun/star/configuration/backend/AuthenticationFailedException.idl +++ b/offapi/com/sun/star/configuration/backend/AuthenticationFailedException.idl @@ -35,7 +35,7 @@ module backend { Exception thrown when authentication to the underlying backend fails due to an unknown user-id or invalid credentials. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception AuthenticationFailedException : BackendSetupException { } ; diff --git a/offapi/com/sun/star/configuration/backend/Backend.idl b/offapi/com/sun/star/configuration/backend/Backend.idl index 91352ba4cb11..d614f35e13e0 100644 --- a/offapi/com/sun/star/configuration/backend/Backend.idl +++ b/offapi/com/sun/star/configuration/backend/Backend.idl @@ -61,7 +61,7 @@ module com { module sun { module star { module configuration { module backend { associated to a single entity. <p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service Backend { diff --git a/offapi/com/sun/star/configuration/backend/BackendAccessException.idl b/offapi/com/sun/star/configuration/backend/BackendAccessException.idl index 0b13c731d81b..c76e3406338c 100644 --- a/offapi/com/sun/star/configuration/backend/BackendAccessException.idl +++ b/offapi/com/sun/star/configuration/backend/BackendAccessException.idl @@ -36,7 +36,7 @@ module backend { backend fails. <p>Wraps an exception that originates in the underlying access layer.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception BackendAccessException : ::com::sun::star::lang::WrappedTargetException { } ; diff --git a/offapi/com/sun/star/configuration/backend/BackendAdapter.idl b/offapi/com/sun/star/configuration/backend/BackendAdapter.idl index 52800f5ecd24..7714180c26c1 100644 --- a/offapi/com/sun/star/configuration/backend/BackendAdapter.idl +++ b/offapi/com/sun/star/configuration/backend/BackendAdapter.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module configuration { module backend { implements <type>Backend</type> retrieving data from a <type>SingleBackend</type>. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service BackendAdapter { diff --git a/offapi/com/sun/star/configuration/backend/BackendSetupException.idl b/offapi/com/sun/star/configuration/backend/BackendSetupException.idl index 9fc15b8669a3..eeb5bd970798 100644 --- a/offapi/com/sun/star/configuration/backend/BackendSetupException.idl +++ b/offapi/com/sun/star/configuration/backend/BackendSetupException.idl @@ -36,7 +36,7 @@ module backend { backend fails. <p>Indicates an error that originates in the underlying access layer.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception BackendSetupException : ::com::sun::star::configuration::CannotLoadConfigurationException { diff --git a/offapi/com/sun/star/configuration/backend/CannotConnectException.idl b/offapi/com/sun/star/configuration/backend/CannotConnectException.idl index 56f40d539587..7bc08aaf723e 100644 --- a/offapi/com/sun/star/configuration/backend/CannotConnectException.idl +++ b/offapi/com/sun/star/configuration/backend/CannotConnectException.idl @@ -44,7 +44,7 @@ module backend { <ul/> </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception CannotConnectException : BackendSetupException { } ; diff --git a/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl b/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl index 90245430d8a7..60b408fb9410 100644 --- a/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl +++ b/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl @@ -39,7 +39,7 @@ module backend { will also fail. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception ConnectionLostException : BackendAccessException { } ; diff --git a/offapi/com/sun/star/configuration/backend/CopyImporter.idl b/offapi/com/sun/star/configuration/backend/CopyImporter.idl index 6597f302baad..5a58c078eadc 100644 --- a/offapi/com/sun/star/configuration/backend/CopyImporter.idl +++ b/offapi/com/sun/star/configuration/backend/CopyImporter.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module configuration { module backend { imports data into a configuration layer by copying over existing data. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service CopyImporter { diff --git a/offapi/com/sun/star/configuration/backend/DataImporter.idl b/offapi/com/sun/star/configuration/backend/DataImporter.idl index e5131c0037b3..88a56c0df77e 100644 --- a/offapi/com/sun/star/configuration/backend/DataImporter.idl +++ b/offapi/com/sun/star/configuration/backend/DataImporter.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module configuration { module backend { /** allows importing data from one configuration repository into another. . - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service DataImporter { diff --git a/offapi/com/sun/star/configuration/backend/DefaultBackend.idl b/offapi/com/sun/star/configuration/backend/DefaultBackend.idl index 3ae7b9dff9e6..3169456177fd 100644 --- a/offapi/com/sun/star/configuration/backend/DefaultBackend.idl +++ b/offapi/com/sun/star/configuration/backend/DefaultBackend.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module configuration { module backend { <p>This object is accessible as singleton within the context</p>. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ service DefaultBackend { diff --git a/offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl b/offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl index b574bec9a81f..0bf40d29d05e 100644 --- a/offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl +++ b/offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module configuration { module backend { /** allows scanning a configuration data repository for available components . - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service HierarchyBrowser { diff --git a/offapi/com/sun/star/configuration/backend/Importer.idl b/offapi/com/sun/star/configuration/backend/Importer.idl index b6486cf10cc2..83086bd17e19 100644 --- a/offapi/com/sun/star/configuration/backend/Importer.idl +++ b/offapi/com/sun/star/configuration/backend/Importer.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module configuration { module backend { and stored into a <type>Backend</type>. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service Importer { diff --git a/offapi/com/sun/star/configuration/backend/InsufficientAccessRightsException.idl b/offapi/com/sun/star/configuration/backend/InsufficientAccessRightsException.idl index 0ed2177084e7..5960078f559b 100644 --- a/offapi/com/sun/star/configuration/backend/InsufficientAccessRightsException.idl +++ b/offapi/com/sun/star/configuration/backend/InsufficientAccessRightsException.idl @@ -45,7 +45,7 @@ module backend { </ul> </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception InsufficientAccessRightsException : BackendAccessException { } ; diff --git a/offapi/com/sun/star/configuration/backend/InteractionHandler.idl b/offapi/com/sun/star/configuration/backend/InteractionHandler.idl index 55dbabca0ef4..6963dd100fe9 100644 --- a/offapi/com/sun/star/configuration/backend/InteractionHandler.idl +++ b/offapi/com/sun/star/configuration/backend/InteractionHandler.idl @@ -63,7 +63,7 @@ module com { module sun { module star { module configuration { module backend { <LI>Approve, Disapprove, Abort</LI> </UL></P> - @since OOo 2.0 + @since OpenOffice 2.0 @see com::sun::star::task::InteractionHandler */ diff --git a/offapi/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException.idl b/offapi/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException.idl index 370714d05a15..db0d5ef7c04f 100644 --- a/offapi/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException.idl +++ b/offapi/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException.idl @@ -36,7 +36,7 @@ module backend { because the configured authentication mechanism is not supported by the backend or no valid mechanism can be negotiated. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception InvalidAuthenticationMechanismException : BackendSetupException { } ; diff --git a/offapi/com/sun/star/configuration/backend/Layer.idl b/offapi/com/sun/star/configuration/backend/Layer.idl index c51dbcc042bb..61af53d09185 100644 --- a/offapi/com/sun/star/configuration/backend/Layer.idl +++ b/offapi/com/sun/star/configuration/backend/Layer.idl @@ -56,7 +56,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::UpdatableLayer Service providing write access to a configuration data layer. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service Layer { @@ -98,7 +98,7 @@ published service Layer /** The URL of the layer data. - @since OOo 2.0 + @since OpenOffice 2.0 */ [property,optional,readonly] string URL ; diff --git a/offapi/com/sun/star/configuration/backend/LayerFilter.idl b/offapi/com/sun/star/configuration/backend/LayerFilter.idl index 12285c94965d..d0d872969bdf 100644 --- a/offapi/com/sun/star/configuration/backend/LayerFilter.idl +++ b/offapi/com/sun/star/configuration/backend/LayerFilter.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::DataImporter Service that supports applying a <type>LayerFilter</type> to imported data. - @since OOo 2.0 + @since OpenOffice 2.0 */ published service LayerFilter { diff --git a/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl b/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl index 5c7b40f54470..cbe6bbdf9216 100644 --- a/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl +++ b/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::UpdatableLayer Service describes a layer and accepts a changed layer.. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service LayerUpdateMerger { diff --git a/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl b/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl index de88b1244bee..41a87a4c6260 100644 --- a/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl +++ b/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module configuration { module backend { implements <type>SingleBackend</type> that stores data in an LDAP directoy. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service LdapSingleBackend { diff --git a/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl b/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl index b2d47f30df37..868bf059f085 100644 --- a/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl +++ b/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::LocalSingleBackend Service that can be used to access a local configuration database. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service LocalDataImporter { diff --git a/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl b/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl index 799b1aaef4fb..7abccd758c3a 100644 --- a/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl +++ b/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::LocalSingleBackend - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service LocalHierarchyBrowser { diff --git a/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl b/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl index 3f0f3310b8e9..89ab4f6b0e62 100644 --- a/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl +++ b/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module configuration { module backend { implements <type>SingleBackend</type> that stores data in the local filesystem using the OOR XML formats. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service LocalSingleBackend { diff --git a/offapi/com/sun/star/configuration/backend/MalformedDataException.idl b/offapi/com/sun/star/configuration/backend/MalformedDataException.idl index 810cd82478fd..e56318952610 100644 --- a/offapi/com/sun/star/configuration/backend/MalformedDataException.idl +++ b/offapi/com/sun/star/configuration/backend/MalformedDataException.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module configuration { module backend { /** is raised when the data of a component schema, layer or update is not well-formed, violates the schema or is otherwise invalid. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception MalformedDataException: ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/configuration/backend/MergeImporter.idl b/offapi/com/sun/star/configuration/backend/MergeImporter.idl index fe248f24c49d..41943252e745 100644 --- a/offapi/com/sun/star/configuration/backend/MergeImporter.idl +++ b/offapi/com/sun/star/configuration/backend/MergeImporter.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module configuration { module backend { are supported. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service MergeImporter { diff --git a/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl b/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl index fb7b7f383a85..e98d92a8c2ff 100644 --- a/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl +++ b/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module configuration { module backend { /** is passed to an <type>InteractionHandler<type> when merging fails due to invalid layer data or access problems. - @since OOo 2.0 + @since OpenOffice 2.0 */ exception MergeRecoveryRequest: ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/configuration/backend/NodeAttribute.idl b/offapi/com/sun/star/configuration/backend/NodeAttribute.idl index d854eb65c4bf..336fef4bdfd8 100644 --- a/offapi/com/sun/star/configuration/backend/NodeAttribute.idl +++ b/offapi/com/sun/star/configuration/backend/NodeAttribute.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module configuration { module backend { During merging the values may be combined with static attributes from the schema. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants NodeAttribute { @@ -74,7 +74,7 @@ published constants NodeAttribute <member>XUpdateHandler::addOrReplaceNode</member>, and <member>XUpdateHandler::addOrReplaceNodeFromTemplate</member>.</p> - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ const short FUSE = 2048; diff --git a/offapi/com/sun/star/configuration/backend/OfflineBackend.idl b/offapi/com/sun/star/configuration/backend/OfflineBackend.idl index 0fd365d466b2..be125f2f9b53 100644 --- a/offapi/com/sun/star/configuration/backend/OfflineBackend.idl +++ b/offapi/com/sun/star/configuration/backend/OfflineBackend.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::OnlineBackend - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service OfflineBackend { diff --git a/offapi/com/sun/star/configuration/backend/OnlineBackend.idl b/offapi/com/sun/star/configuration/backend/OnlineBackend.idl index 4bc1d838dffe..6604569e43ad 100644 --- a/offapi/com/sun/star/configuration/backend/OnlineBackend.idl +++ b/offapi/com/sun/star/configuration/backend/OnlineBackend.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::OfflineBackend - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service OnlineBackend { diff --git a/offapi/com/sun/star/configuration/backend/Schema.idl b/offapi/com/sun/star/configuration/backend/Schema.idl index 990dceb995bf..a3ac9ac24fe2 100644 --- a/offapi/com/sun/star/configuration/backend/Schema.idl +++ b/offapi/com/sun/star/configuration/backend/Schema.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module configuration { module backend { Service providing access to individual configuration data for an entity. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service Schema { @@ -68,7 +68,7 @@ published service Schema /** The URL of the layer data. - @since OOo 2.0 + @since OpenOffice 2.0 */ [property,optional,readonly] string URL ; diff --git a/offapi/com/sun/star/configuration/backend/SchemaAttribute.idl b/offapi/com/sun/star/configuration/backend/SchemaAttribute.idl index 74abf0bb9038..ea9ae07ce95c 100644 --- a/offapi/com/sun/star/configuration/backend/SchemaAttribute.idl +++ b/offapi/com/sun/star/configuration/backend/SchemaAttribute.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::NodeAttribute During merging the values may be combined with node attributes. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants SchemaAttribute { diff --git a/offapi/com/sun/star/configuration/backend/SingleBackend.idl b/offapi/com/sun/star/configuration/backend/SingleBackend.idl index 652d50591826..09c8a2d12fc4 100644 --- a/offapi/com/sun/star/configuration/backend/SingleBackend.idl +++ b/offapi/com/sun/star/configuration/backend/SingleBackend.idl @@ -62,7 +62,7 @@ module com { module sun { module star { module configuration { module backend { associated to a single entity. <p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service SingleBackend { diff --git a/offapi/com/sun/star/configuration/backend/SingleBackendAdapter.idl b/offapi/com/sun/star/configuration/backend/SingleBackendAdapter.idl index b9189daccc01..26d777ed1025 100644 --- a/offapi/com/sun/star/configuration/backend/SingleBackendAdapter.idl +++ b/offapi/com/sun/star/configuration/backend/SingleBackendAdapter.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::OnlineBackend - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service SingleBackendAdapter { diff --git a/offapi/com/sun/star/configuration/backend/StratumCreationException.idl b/offapi/com/sun/star/configuration/backend/StratumCreationException.idl index 1890eff3f231..ba5628f6eac3 100644 --- a/offapi/com/sun/star/configuration/backend/StratumCreationException.idl +++ b/offapi/com/sun/star/configuration/backend/StratumCreationException.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module configuration { module backend { /** is passed to an <type>InteractionHandler<type> when creating a stratum backend fails. - @since OOo 2.0 + @since OpenOffice 2.0 */ exception StratumCreationException : BackendSetupException { diff --git a/offapi/com/sun/star/configuration/backend/TemplateIdentifier.idl b/offapi/com/sun/star/configuration/backend/TemplateIdentifier.idl index 9502b0cfab56..55f8c9c115c9 100644 --- a/offapi/com/sun/star/configuration/backend/TemplateIdentifier.idl +++ b/offapi/com/sun/star/configuration/backend/TemplateIdentifier.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module configuration { module backend { /** holds the data needed to identify a template. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct TemplateIdentifier diff --git a/offapi/com/sun/star/configuration/backend/UpdatableLayer.idl b/offapi/com/sun/star/configuration/backend/UpdatableLayer.idl index 7cd2e14b3981..78aea92ab532 100644 --- a/offapi/com/sun/star/configuration/backend/UpdatableLayer.idl +++ b/offapi/com/sun/star/configuration/backend/UpdatableLayer.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module configuration { module backend { <p>An updatable layer can be read or replaced with another layer. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service UpdatableLayer { diff --git a/offapi/com/sun/star/configuration/backend/XBackend.idl b/offapi/com/sun/star/configuration/backend/XBackend.idl index af3d22641609..8b8a1091c558 100644 --- a/offapi/com/sun/star/configuration/backend/XBackend.idl +++ b/offapi/com/sun/star/configuration/backend/XBackend.idl @@ -70,7 +70,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::XBackendEntities @see com::sun::star::configuration::backend::XSchemaSupplier - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XBackend : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/configuration/backend/XBackendEntities.idl b/offapi/com/sun/star/configuration/backend/XBackendEntities.idl index 5c9fdf08fdcb..953a000b37c6 100644 --- a/offapi/com/sun/star/configuration/backend/XBackendEntities.idl +++ b/offapi/com/sun/star/configuration/backend/XBackendEntities.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::XBackend @see com::sun::star::configuration::backend::XMultiLayerStratum - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XBackendEntities : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl b/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl index cd6375813dc8..1d319fa3107c 100644 --- a/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl +++ b/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl @@ -54,7 +54,7 @@ module com { module sun { module star { module configuration { module backend { provides read access to layers that contain sublayers accessible through an additional criterion (for instance the locale they contain data for). - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XCompositeLayer : XLayer { diff --git a/offapi/com/sun/star/configuration/backend/XLayer.idl b/offapi/com/sun/star/configuration/backend/XLayer.idl index 593f6747b8a1..3a7a623c79cb 100644 --- a/offapi/com/sun/star/configuration/backend/XLayer.idl +++ b/offapi/com/sun/star/configuration/backend/XLayer.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module configuration { module backend { /** provides read access to the data contained in a layer. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XLayer : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl index 70900bef356b..a1b026968002 100644 --- a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl +++ b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module configuration { module backend { /** receives a description of a configuration layer as a sequence of events. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XLayerHandler: ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/configuration/backend/XLayerImporter.idl b/offapi/com/sun/star/configuration/backend/XLayerImporter.idl index f4c0c80c1854..d3bd128037c0 100644 --- a/offapi/com/sun/star/configuration/backend/XLayerImporter.idl +++ b/offapi/com/sun/star/configuration/backend/XLayerImporter.idl @@ -56,7 +56,7 @@ module com { module sun { module star { module configuration { module backend { /** allows importing a layer into a <type>Backend</type> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XLayerImporter : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl b/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl index bd36bcbc3043..ada567f099d8 100644 --- a/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl +++ b/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl @@ -66,7 +66,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::XSchemaSupplier @see com::sun::star::configuration::backend::XSingleLayerStratum - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XMultiLayerStratum : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/configuration/backend/XSchema.idl b/offapi/com/sun/star/configuration/backend/XSchema.idl index 7c727175ffad..b041ab6205b8 100644 --- a/offapi/com/sun/star/configuration/backend/XSchema.idl +++ b/offapi/com/sun/star/configuration/backend/XSchema.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module configuration { module backend { Handles access to the elements of a component schema, i.e its templates and its component definition. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XSchema : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl index 0a5e79c1801e..f848cb8b9dd6 100644 --- a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl +++ b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module configuration { module backend { /** receives a description of a configuration schema as a sequence of events. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XSchemaHandler: ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl b/offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl index 1afec322743d..70bdb3564821 100644 --- a/offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl +++ b/offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module configuration { module backend { /** provides access to configuration component schemas. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XSchemaSupplier : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl b/offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl index 88d022f81376..278334bc0a9c 100644 --- a/offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl +++ b/offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl @@ -65,7 +65,7 @@ module com { module sun { module star { module configuration { module backend { @see com::sun::star::configuration::backend::XSchemaSupplier @see com::sun::star::configuration::backend::XMultiLayerStratum - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XSingleLayerStratum : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl b/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl index 29fd10d9960d..7b9a9e55cc03 100644 --- a/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl +++ b/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module configuration { module backend { Provides access to a read-write layer of configuration data for a given component and entity. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XUpdatableLayer : XLayer { diff --git a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl index a41cee289bc4..2c1b83b8f1c5 100644 --- a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl +++ b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module configuration { module backend { /** receives a description of a configuration update or layer as a sequence of events. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XUpdateHandler: ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl b/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl index a359bb42e606..b38bfa61c431 100644 --- a/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl +++ b/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module configuration { module backend { /** provides access to versioned configuration component schemas. - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XVersionedSchemaSupplier : XSchemaSupplier { diff --git a/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl b/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl index d027ce69d360..6402b0d2dbf5 100644 --- a/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl +++ b/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl @@ -57,7 +57,7 @@ module xml { Service that writes OOR Update XML for data described via <type scope="com::sun::star::configuration::backend">XLayerHandler</type>. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service LayerParser { diff --git a/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl b/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl index f363394b7d9c..b001375053f0 100644 --- a/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl +++ b/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl @@ -53,7 +53,7 @@ module xml { @see com::sun::star::configuration::backend::xml::LayerParser Service that parses configuration layer xml. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service LayerWriter { diff --git a/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl b/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl index 45ccd89209c6..789cc2fa9fce 100644 --- a/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl +++ b/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl @@ -52,7 +52,7 @@ module xml { @see com::sun::star::configuration::backend::xml::LayerParser Service that parses configuration layer xml. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service SchemaParser { diff --git a/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl b/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl index 7c97d8f22e22..4b6930d7e11c 100644 --- a/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl +++ b/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module configuration { module bootstrap that it wraps.. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 @deprecated */ diff --git a/offapi/com/sun/star/deployment/DependencyException.idl b/offapi/com/sun/star/deployment/DependencyException.idl index a9285401e41c..cf1ce4b2dcd8 100644 --- a/offapi/com/sun/star/deployment/DependencyException.idl +++ b/offapi/com/sun/star/deployment/DependencyException.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module deployment { <p>This exception is intended to be used with an <type scope="com::sun::star::task">XInteractionHandler</type>.</p> - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ exception DependencyException: com::sun::star::uno::Exception { /** @@ -52,7 +52,7 @@ exception DependencyException: com::sun::star::uno::Exception { namespace name <code>http://openoffice.org/extensions/description/2006</code> and the local part <code>name</code> and whose value is a human-readable - (english) description of the dependency. If an instance of OOo does not + (english) description of the dependency. If an instance of OpenOffice does not know more about a specific kind of dependency, it should display the value of that attribute to the user.</p> diff --git a/offapi/com/sun/star/deployment/DeploymentException.idl b/offapi/com/sun/star/deployment/DeploymentException.idl index 3f5a9be6e427..07548eafa067 100644 --- a/offapi/com/sun/star/deployment/DeploymentException.idl +++ b/offapi/com/sun/star/deployment/DeploymentException.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module deployment { /** A DeploymentException reflects a deployment error. - @since OOo 2.0 + @since OpenOffice 2.0 */ published exception DeploymentException : com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/deployment/ExtensionManager.idl b/offapi/com/sun/star/deployment/ExtensionManager.idl index 31ecf358533f..24e3efbc9139 100644 --- a/offapi/com/sun/star/deployment/ExtensionManager.idl +++ b/offapi/com/sun/star/deployment/ExtensionManager.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module deployment { /singletons/com.sun.star.deployment.ExtensionManager </code>. - @since OOo 3.3 + @since OpenOffice 3.3 */ singleton ExtensionManager : XExtensionManager; diff --git a/offapi/com/sun/star/deployment/ExtensionRemovedException.idl b/offapi/com/sun/star/deployment/ExtensionRemovedException.idl index 34a91286e437..47913841582b 100644 --- a/offapi/com/sun/star/deployment/ExtensionRemovedException.idl +++ b/offapi/com/sun/star/deployment/ExtensionRemovedException.idl @@ -35,7 +35,7 @@ interface XPackage; because the extension was removed. <member>XPackage::isRemoved</member> will return true on that object. - @since OOo 3.3 + @since OpenOffice 3.3 */ exception ExtensionRemovedException: com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/deployment/InstallException.idl b/offapi/com/sun/star/deployment/InstallException.idl index 10d175914afa..2732a4fc584b 100644 --- a/offapi/com/sun/star/deployment/InstallException.idl +++ b/offapi/com/sun/star/deployment/InstallException.idl @@ -36,7 +36,7 @@ interface XPackage; <p>This exception is intended to be used with an <type scope="com::sun::star::task">XInteractionHandler</type>.</p> - @since OOo 2.2 + @since OpenOffice 2.2 */ exception InstallException: com::sun::star::uno::Exception { /** diff --git a/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl b/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl index 8f1ba78376b4..dd3ff28226d7 100644 --- a/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl +++ b/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl @@ -35,7 +35,7 @@ interface XPackage; called with a different value for the <code>removed</code> parameter and that the <type>XPackage</type> object created by that call still exist. - @since OOo 3.3 + @since OpenOffice 3.3 */ exception InvalidRemovedParameterException: com::sun::star::uno::Exception { /** the value of the <code>removed</code> parameter which was used in diff --git a/offapi/com/sun/star/deployment/LicenseException.idl b/offapi/com/sun/star/deployment/LicenseException.idl index a3d785640aca..0697cd6c06c4 100644 --- a/offapi/com/sun/star/deployment/LicenseException.idl +++ b/offapi/com/sun/star/deployment/LicenseException.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module deployment { /** A LicenseException reflects the necessity of someone aggreeing to a license. - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ exception LicenseException : com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/deployment/PackageInformationProvider.idl b/offapi/com/sun/star/deployment/PackageInformationProvider.idl index 934bc15004c6..20527ac4e047 100644 --- a/offapi/com/sun/star/deployment/PackageInformationProvider.idl +++ b/offapi/com/sun/star/deployment/PackageInformationProvider.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module deployment { /** Implementations of this service provide the root location of a package for a given Package ID. - @since OOo 2.3 + @since OpenOffice 2.3 */ published singleton PackageInformationProvider : XPackageInformationProvider; diff --git a/offapi/com/sun/star/deployment/PackageRegistryBackend.idl b/offapi/com/sun/star/deployment/PackageRegistryBackend.idl index a0f2c54a3918..f118f8beac09 100644 --- a/offapi/com/sun/star/deployment/PackageRegistryBackend.idl +++ b/offapi/com/sun/star/deployment/PackageRegistryBackend.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module deployment { are related to a <type>XPackageManager</type> instance. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service PackageRegistryBackend : XPackageRegistry { diff --git a/offapi/com/sun/star/deployment/PlatformException.idl b/offapi/com/sun/star/deployment/PlatformException.idl index 3337e9e28c0b..ad58949ccc25 100644 --- a/offapi/com/sun/star/deployment/PlatformException.idl +++ b/offapi/com/sun/star/deployment/PlatformException.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module deployment { /** A DeploymentException indicates that the current platform is not supported. - @since OOo 3.0 + @since OpenOffice 3.0 */ exception PlatformException : com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/deployment/UpdateInformationEntry.idl b/offapi/com/sun/star/deployment/UpdateInformationEntry.idl index 5b6448b3385a..9bc61b12ad11 100644 --- a/offapi/com/sun/star/deployment/UpdateInformationEntry.idl +++ b/offapi/com/sun/star/deployment/UpdateInformationEntry.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module deployment { /** Objects of this type are used as elements of the enumeration returned by <type>XUpdateInformationProvider</type>. - @since OOo 2.3 + @since OpenOffice 2.3 */ struct UpdateInformationEntry { diff --git a/offapi/com/sun/star/deployment/UpdateInformationProvider.idl b/offapi/com/sun/star/deployment/UpdateInformationProvider.idl index 22756164deaf..a63819d3a82d 100644 --- a/offapi/com/sun/star/deployment/UpdateInformationProvider.idl +++ b/offapi/com/sun/star/deployment/UpdateInformationProvider.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module deployment { /** Implementations of this service provide access to the root element of one or more update information files for a given sets of URLs. - @since OOo 2.2 + @since OpenOffice 2.2 */ service UpdateInformationProvider : XUpdateInformationProvider; diff --git a/offapi/com/sun/star/deployment/VersionException.idl b/offapi/com/sun/star/deployment/VersionException.idl index 500824fbc876..ad2fbd19156a 100644 --- a/offapi/com/sun/star/deployment/VersionException.idl +++ b/offapi/com/sun/star/deployment/VersionException.idl @@ -36,7 +36,7 @@ interface XPackage; <p>This exception is intended to be used with an <type scope="com::sun::star::task">XInteractionHandler</type>.</p> - @since OOo 2.1 + @since OpenOffice 2.1 */ exception VersionException: com::sun::star::uno::Exception { /** diff --git a/offapi/com/sun/star/deployment/XExtensionManager.idl b/offapi/com/sun/star/deployment/XExtensionManager.idl index 6dce604e0f80..2309c2b1b544 100644 --- a/offapi/com/sun/star/deployment/XExtensionManager.idl +++ b/offapi/com/sun/star/deployment/XExtensionManager.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module deployment { in the user, shared and bundled repository. @see ExtensionManager - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XExtensionManager { @@ -302,7 +302,7 @@ interface XExtensionManager with bundled extensions. This function is intended to be called during the installation of OOo. - OOo will copy parts of the registration data folder to the user installation at the + OpenOffice will copy parts of the registration data folder to the user installation at the first startup. */ diff --git a/offapi/com/sun/star/deployment/XPackage.idl b/offapi/com/sun/star/deployment/XPackage.idl index 24448830d13d..f05de727949c 100755 --- a/offapi/com/sun/star/deployment/XPackage.idl +++ b/offapi/com/sun/star/deployment/XPackage.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module deployment { /** Objects of this interface reflect a bound package and are issued by a <type>PackageRegistryBackend</type>. - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XPackage { @@ -96,7 +96,7 @@ interface XPackage After updateing the OpenOffice.org, some dependencies for packages might no longer be satisfied. - @since OOo 3.2 + @since OpenOffice 3.2 @param xCmdEnv command environment for error handling and other interaction. diff --git a/offapi/com/sun/star/deployment/XPackageInformationProvider.idl b/offapi/com/sun/star/deployment/XPackageInformationProvider.idl index b5bc18d9767f..37bd8f8d1b44 100644 --- a/offapi/com/sun/star/deployment/XPackageInformationProvider.idl +++ b/offapi/com/sun/star/deployment/XPackageInformationProvider.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module deployment { /** Objects implementing this interface provide an URL to the root of an installed package. - @since OOo 2.3 + @since OpenOffice 2.3 */ published interface XPackageInformationProvider { diff --git a/offapi/com/sun/star/deployment/XPackageManager.idl b/offapi/com/sun/star/deployment/XPackageManager.idl index 5d77f3918243..51bc9964a08f 100644 --- a/offapi/com/sun/star/deployment/XPackageManager.idl +++ b/offapi/com/sun/star/deployment/XPackageManager.idl @@ -63,7 +63,7 @@ module com { module sun { module star { module deployment { </p> @see thePackageManagerFactory - @since OOo 2.0 + @since OpenOffice 2.0 @deprecated Use <type>XExtensionManager</type>. */ diff --git a/offapi/com/sun/star/deployment/XPackageManagerFactory.idl b/offapi/com/sun/star/deployment/XPackageManagerFactory.idl index 2ac4278b7b2d..b8217f84fb7b 100644 --- a/offapi/com/sun/star/deployment/XPackageManagerFactory.idl +++ b/offapi/com/sun/star/deployment/XPackageManagerFactory.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module deployment { exclusively. </p> - @since OOo 2.0 + @since OpenOffice 2.0 @deprecated Use <type>XExtensionManager</type>. */ diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl index 341e6301c4a9..bd9870b30b19 100644 --- a/offapi/com/sun/star/deployment/XPackageRegistry.idl +++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module deployment { /** Interface to bind an UNO package. - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XPackageRegistry { diff --git a/offapi/com/sun/star/deployment/XPackageTypeInfo.idl b/offapi/com/sun/star/deployment/XPackageTypeInfo.idl index 36f625085220..2da764fd1236 100644 --- a/offapi/com/sun/star/deployment/XPackageTypeInfo.idl +++ b/offapi/com/sun/star/deployment/XPackageTypeInfo.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module deployment { /** Objects of this interface provide information about a package's type. - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XPackageTypeInfo { diff --git a/offapi/com/sun/star/deployment/XUpdateInformationProvider.idl b/offapi/com/sun/star/deployment/XUpdateInformationProvider.idl index 4cede65d0505..5ff80203846b 100644 --- a/offapi/com/sun/star/deployment/XUpdateInformationProvider.idl +++ b/offapi/com/sun/star/deployment/XUpdateInformationProvider.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module deployment { /** Objects implementing this interface provide access to the xml root of one or more update information files for a given set of URLs. - @since OOo 2.2 + @since OpenOffice 2.2 */ interface XUpdateInformationProvider { diff --git a/offapi/com/sun/star/deployment/thePackageManagerFactory.idl b/offapi/com/sun/star/deployment/thePackageManagerFactory.idl index 4f1d4c29228a..35e9c787f0ac 100644 --- a/offapi/com/sun/star/deployment/thePackageManagerFactory.idl +++ b/offapi/com/sun/star/deployment/thePackageManagerFactory.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module deployment { </code>. </p> - @since OOo 2.0 + @since OpenOffice 2.0 @deprecated Use <type>XExtensionManager</type>. */ diff --git a/offapi/com/sun/star/deployment/ui/LicenseDialog.idl b/offapi/com/sun/star/deployment/ui/LicenseDialog.idl index f629ecaf687e..589658d2d1e4 100644 --- a/offapi/com/sun/star/deployment/ui/LicenseDialog.idl +++ b/offapi/com/sun/star/deployment/ui/LicenseDialog.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module deployment { module ui { /** The <type>LicenseDialog</type> is used to display a license text. - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ service LicenseDialog : com::sun::star::ui::dialogs::XExecutableDialog { diff --git a/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl b/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl index c16521f27080..8c4144cd9a76 100644 --- a/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl +++ b/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module deployment { module ui { packages of the user and shared installation as well as currently open documents. - @since OOo 2.0 + @since OpenOffice 2.0 */ service PackageManagerDialog : com::sun::star::ui::dialogs::XAsynchronousExecutableDialog { diff --git a/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl b/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl index c73b0e12a915..2002b0f9063f 100644 --- a/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl +++ b/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module deployment { module ui { /** The <type>UpdateRequiredDialog</type> is used to show a list of extensions not compatible with this office version. - @since OOo 3.2 + @since OpenOffice 3.2 */ service UpdateRequiredDialog : com::sun::star::ui::dialogs::XExecutableDialog { diff --git a/offapi/com/sun/star/document/BrokenPackageRequest.idl b/offapi/com/sun/star/document/BrokenPackageRequest.idl index 8e0d7540f586..504d5dc5ad5c 100644 --- a/offapi/com/sun/star/document/BrokenPackageRequest.idl +++ b/offapi/com/sun/star/document/BrokenPackageRequest.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module document { //============================================================================= /** Is used for interaction handle in case package is broken. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception BrokenPackageRequest : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/document/ChangedByOthersRequest.idl b/offapi/com/sun/star/document/ChangedByOthersRequest.idl index 347db2b1108d..90db8feaeae0 100644 --- a/offapi/com/sun/star/document/ChangedByOthersRequest.idl +++ b/offapi/com/sun/star/document/ChangedByOthersRequest.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module document { /** Is used for interaction handle to query user decision in case the document being saved was already stored by another user during the editing. - @since OOo 3.1 + @since OpenOffice 3.1 */ published exception ChangedByOthersRequest : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/document/CorruptedFilterConfigurationException.idl b/offapi/com/sun/star/document/CorruptedFilterConfigurationException.idl index d1cc03428fd7..26e12807969e 100644 --- a/offapi/com/sun/star/document/CorruptedFilterConfigurationException.idl +++ b/offapi/com/sun/star/document/CorruptedFilterConfigurationException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module document { /** This exception is thrown in case the global filter configuration does not exists or contains corrupted data. - @since OOo 2.0 + @since OpenOffice 2.0 */ published exception CorruptedFilterConfigurationException : ::com::sun::star::uno::RuntimeException { diff --git a/offapi/com/sun/star/document/DocumentEvent.idl b/offapi/com/sun/star/document/DocumentEvent.idl index 8ab37dcc6745..f28677de52cd 100644 --- a/offapi/com/sun/star/document/DocumentEvent.idl +++ b/offapi/com/sun/star/document/DocumentEvent.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module document { anymore.</p> @see XDocumentEventBroadcaster - @since OOo 3.1 + @since OpenOffice 3.1 */ published struct DocumentEvent : ::com::sun::star::lang::EventObject { diff --git a/offapi/com/sun/star/document/DocumentProperties.idl b/offapi/com/sun/star/document/DocumentProperties.idl index 402a8a3954cd..f4728a55b2e0 100644 --- a/offapi/com/sun/star/document/DocumentProperties.idl +++ b/offapi/com/sun/star/document/DocumentProperties.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module document { <type>StandaloneDocumentInfo</type> services. </p> - @since OOo 3.0 + @since OpenOffice 3.0 @see XDocumentProperties @see XDocumentPropertiesSupplier diff --git a/offapi/com/sun/star/document/EmptyUndoStackException.idl b/offapi/com/sun/star/document/EmptyUndoStackException.idl index 01e89fc9bac1..aa0e639b1916 100644 --- a/offapi/com/sun/star/document/EmptyUndoStackException.idl +++ b/offapi/com/sun/star/document/EmptyUndoStackException.idl @@ -19,30 +19,21 @@ * *************************************************************/ - - #ifndef __com_sun_star_document_EmptyUndoStackException_idl__ #define __com_sun_star_document_EmptyUndoStackException_idl__ #include <com/sun/star/util/InvalidStateException.idl> -//================================================================================================================== - 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. + @since OpenOffice 3.4 */ -published exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException +exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException { }; -//================================================================================================================== - }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl index 696152eea930..26d2b401b08d 100644 --- a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl +++ b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module document { can be used here too. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service ExtendedTypeDetectionFactory { diff --git a/offapi/com/sun/star/document/FilterAdapter.idl b/offapi/com/sun/star/document/FilterAdapter.idl index 8f41a23fba28..66ea55513b95 100644 --- a/offapi/com/sun/star/document/FilterAdapter.idl +++ b/offapi/com/sun/star/document/FilterAdapter.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module document { /* Provides access to user to filters written to use the FilterAdapter @author Aidan Butler - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service FilterAdapter { diff --git a/offapi/com/sun/star/document/FilterOptionsRequest.idl b/offapi/com/sun/star/document/FilterOptionsRequest.idl index 7f8e084285fc..2b8a9f8a78c7 100644 --- a/offapi/com/sun/star/document/FilterOptionsRequest.idl +++ b/offapi/com/sun/star/document/FilterOptionsRequest.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module document { //============================================================================= /** Is used for interaction handle to get filter options. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception FilterOptionsRequest : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/document/LockFileIgnoreRequest.idl b/offapi/com/sun/star/document/LockFileIgnoreRequest.idl index de39884f7934..87d03ff1e459 100644 --- a/offapi/com/sun/star/document/LockFileIgnoreRequest.idl +++ b/offapi/com/sun/star/document/LockFileIgnoreRequest.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module document { /** Is used for interaction handle to query user decision regarding storing to a location where no lock file can be created. - @since OOo 3.0 + @since OpenOffice 3.0 */ published exception LockFileIgnoreRequest : ::com::sun::star::io::IOException { diff --git a/offapi/com/sun/star/document/LockedDocumentRequest.idl b/offapi/com/sun/star/document/LockedDocumentRequest.idl index d71a44d42650..e63f9ac84e15 100644 --- a/offapi/com/sun/star/document/LockedDocumentRequest.idl +++ b/offapi/com/sun/star/document/LockedDocumentRequest.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module document { //============================================================================= /** Is used for interaction handle to query user decision regarding locked document. - @since OOo 3.0 + @since OpenOffice 3.0 */ published exception LockedDocumentRequest : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/document/LockedOnSavingRequest.idl b/offapi/com/sun/star/document/LockedOnSavingRequest.idl index 98941b6005c4..d248b77421f8 100644 --- a/offapi/com/sun/star/document/LockedOnSavingRequest.idl +++ b/offapi/com/sun/star/document/LockedOnSavingRequest.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module document { /** Is used for interaction handle to query user decision regarding locked document on saving. - @since OOo 3.1 + @since OpenOffice 3.1 */ published exception LockedOnSavingRequest : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/document/MacroExecMode.idl b/offapi/com/sun/star/document/MacroExecMode.idl index 252d13e53df7..1b4dbcc7aa8b 100644 --- a/offapi/com/sun/star/document/MacroExecMode.idl +++ b/offapi/com/sun/star/document/MacroExecMode.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module document { //============================================================================= /** Specify whether a macro can be executed. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants MacroExecMode { diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl index 6385163d7e7c..25d2520fbc7f 100644 --- a/offapi/com/sun/star/document/MediaDescriptor.idl +++ b/offapi/com/sun/star/document/MediaDescriptor.idl @@ -474,7 +474,7 @@ published service MediaDescriptor be opened in repair mode, so as much as possible information will be retrieved. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional,property] boolean RepairPackage; @@ -593,7 +593,7 @@ published service MediaDescriptor the value should be one from <type scope="com::sun::star::document">MacroExecMode</type> constant list. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional,property] short MacroExecutionMode; @@ -602,7 +602,7 @@ published service MediaDescriptor the value should be one from <type scope="com::sun::star::document">UpdateDocMode</type> constant list. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional,property] short UpdateDocMode; @@ -619,7 +619,7 @@ published service MediaDescriptor @see ::com::sun::star::frame::XModel2::createViewController @see ::com::sun::star::frame::XController2::ViewControllerName - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional,property] string ViewControllerName; //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/document/OfficeDocument.idl b/offapi/com/sun/star/document/OfficeDocument.idl index ef1966a75acb..33c5b8ac934f 100644 --- a/offapi/com/sun/star/document/OfficeDocument.idl +++ b/offapi/com/sun/star/document/OfficeDocument.idl @@ -137,20 +137,20 @@ published service OfficeDocument //------------------------------------------------------------------------- /** allows for getting information about a print job - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::view::XPrintJobBroadcaster; /** is supported when the document can contain scripts and dialogs - @since OOo 2.4 + @since OpenOffice 2.4 */ [optional] interface XEmbeddedScripts; //------------------------------------------------------------------------- /** access to the <type>DocumentProperties</type>. - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional] interface XDocumentPropertiesSupplier; diff --git a/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl b/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl index 78d6ccd19ce0..97f13b047493 100644 --- a/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl +++ b/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module document { for StarOffice documents. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service OleEmbeddedServerRegistration { diff --git a/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl b/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl index ce2f91f99cfc..a5695428d017 100644 --- a/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl +++ b/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module document { /** Is used for interaction handle to query user decision regarding locked document. - @since OOo 3.1 + @since OpenOffice 3.1 */ published exception OwnLockOnDocumentRequest : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/document/PrinterIndependentLayout.idl b/offapi/com/sun/star/document/PrinterIndependentLayout.idl index b89f29bdbbee..4de9de40ca5c 100644 --- a/offapi/com/sun/star/document/PrinterIndependentLayout.idl +++ b/offapi/com/sun/star/document/PrinterIndependentLayout.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module document { /** specifies whether the document printer metric is used. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants PrinterIndependentLayout { diff --git a/offapi/com/sun/star/document/UndoContextNotClosedException.idl b/offapi/com/sun/star/document/UndoContextNotClosedException.idl index c19a53983c69..4e22b21c3285 100644 --- a/offapi/com/sun/star/document/UndoContextNotClosedException.idl +++ b/offapi/com/sun/star/document/UndoContextNotClosedException.idl @@ -19,30 +19,21 @@ * *************************************************************/ - - #ifndef __com_sun_star_document_UndoContextNotClosedException_idl__ #define __com_sun_star_document_UndoContextNotClosedException_idl__ #include <com/sun/star/util/InvalidStateException.idl> -//================================================================================================================== - 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. + @since OpenOffice 3.4 */ -published exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException +exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException { }; -//================================================================================================================== - }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/document/UndoFailedException.idl b/offapi/com/sun/star/document/UndoFailedException.idl index e77fceda52c8..40d78c1f7d15 100644 --- a/offapi/com/sun/star/document/UndoFailedException.idl +++ b/offapi/com/sun/star/document/UndoFailedException.idl @@ -19,35 +19,26 @@ * *************************************************************/ - - #ifndef __com_sun_star_document_UndoFailedException_idl__ #define __com_sun_star_document_UndoFailedException_idl__ #include <com/sun/star/uno/Exception.idl> -//================================================================================================================== - module com { module sun { module star { module document { -//================================================================================================================== - /** thrown when reverting to re-applying an undoable action fails. @see XUndoAction::undo @see XUndoManager::undo + @since OpenOffice 3.4 */ -published exception UndoFailedException : ::com::sun::star::uno::Exception +exception UndoFailedException : ::com::sun::star::uno::Exception { /** describes the reason why the operation failed. Usually, this member will carry an exception. */ any Reason; }; -//================================================================================================================== - }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/document/UndoManagerEvent.idl b/offapi/com/sun/star/document/UndoManagerEvent.idl index bcea4025853a..11e27a5dee39 100644 --- a/offapi/com/sun/star/document/UndoManagerEvent.idl +++ b/offapi/com/sun/star/document/UndoManagerEvent.idl @@ -19,26 +19,21 @@ * *************************************************************/ - - #ifndef __com_sun_star_document_UndoManagerEvent_idl__ #define __com_sun_star_document_UndoManagerEvent_idl__ #include <com/sun/star/lang/EventObject.idl> -//================================================================================================================== - module com { module sun { module star { module document { -//================================================================================================================== - /** is an event sent by an <type>XUndoManager</type> implementation when the Undo/Redo stacks of the manager are modified. @see XUndoManager @see XUndoManagerListener @see XUndoAction + @since OpenOffice 3.4 */ -published struct UndoManagerEvent : ::com::sun::star::lang::EventObject +struct UndoManagerEvent : ::com::sun::star::lang::EventObject { /** the title of the undo action which is described by the event @see XUndoAction::Title @@ -51,10 +46,6 @@ published struct UndoManagerEvent : ::com::sun::star::lang::EventObject long UndoContextDepth; }; -//================================================================================================================== - }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/document/UpdateDocMode.idl b/offapi/com/sun/star/document/UpdateDocMode.idl index b4a42dab3fa9..8e2a463c9365 100644 --- a/offapi/com/sun/star/document/UpdateDocMode.idl +++ b/offapi/com/sun/star/document/UpdateDocMode.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module document { //============================================================================= /** Specify the way a document can be updated. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants UpdateDocMode { diff --git a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl index c1c55ddfceda..9308a5b8f07b 100644 --- a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl +++ b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl @@ -55,7 +55,7 @@ published interface XDocumentEventListener; anymore.</p> @see DocumentEvent - @since OOo 3.1 + @since OpenOffice 3.1 */ published interface XDocumentEventBroadcaster { diff --git a/offapi/com/sun/star/document/XDocumentEventListener.idl b/offapi/com/sun/star/document/XDocumentEventListener.idl index 6f9b5aea357d..27bd0b0e4e55 100644 --- a/offapi/com/sun/star/document/XDocumentEventListener.idl +++ b/offapi/com/sun/star/document/XDocumentEventListener.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module document { anymore.</p> @see XDocumentEventBroadcaster - @since OOo 3.1 + @since OpenOffice 3.1 */ published interface XDocumentEventListener : ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/document/XDocumentProperties.idl b/offapi/com/sun/star/document/XDocumentProperties.idl index e5dd70ceb793..178ee99ebcd0 100644 --- a/offapi/com/sun/star/document/XDocumentProperties.idl +++ b/offapi/com/sun/star/document/XDocumentProperties.idl @@ -78,7 +78,7 @@ module com { module sun { module star { module document { <member>storeToStorage</member> and <member>storeToMedium</member>. </p> - @since OOo 3.0 + @since OpenOffice 3.0 @see XDocumentPropertiesSupplier for getting access to an instance from a loaded document @@ -392,7 +392,7 @@ published interface XDocumentProperties This method is used for accessing an ODF package that is owned by someone else, e.g., a document. Note that the implementation may choose to store the meta-data - in either OOo or ODF format, depending on the MediaType property + in either OpenOffice or ODF format, depending on the MediaType property of the given <type>Storage</type> argument. </p> diff --git a/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl b/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl index 473aa9b7b4b6..94cfd0247cdb 100644 --- a/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl +++ b/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module document { via this supplier interface. </p> - @since OOo 3.0 + @since OpenOffice 3.0 @see XDocumentProperties @see DocumentProperties diff --git a/offapi/com/sun/star/document/XEmbeddedScripts.idl b/offapi/com/sun/star/document/XEmbeddedScripts.idl index 135d179f9504..0980ddb8c00e 100644 --- a/offapi/com/sun/star/document/XEmbeddedScripts.idl +++ b/offapi/com/sun/star/document/XEmbeddedScripts.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module document { /** is suppoerted by <type>OfficeDocument</type>s which allow to embed scripts - @since OOo 2.4 + @since OpenOffice 2.4 */ interface XEmbeddedScripts { diff --git a/offapi/com/sun/star/document/XFilterAdapter.idl b/offapi/com/sun/star/document/XFilterAdapter.idl index c8d45ae501bc..2fd2521525d9 100644 --- a/offapi/com/sun/star/document/XFilterAdapter.idl +++ b/offapi/com/sun/star/document/XFilterAdapter.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module document { @throws com::sun::star::uno::RuntimeException - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XFilterAdapter : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/document/XInteractionFilterOptions.idl b/offapi/com/sun/star/document/XInteractionFilterOptions.idl index c8c00743e516..feb782a66a53 100644 --- a/offapi/com/sun/star/document/XInteractionFilterOptions.idl +++ b/offapi/com/sun/star/document/XInteractionFilterOptions.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module document { //============================================================================= /** A continuation to return filter options from interaction helper. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XInteractionFilterOptions : ::com::sun::star::task::XInteractionContinuation { diff --git a/offapi/com/sun/star/document/XMLBasicExporter.idl b/offapi/com/sun/star/document/XMLBasicExporter.idl index a786068ef112..7cc45c266d28 100644 --- a/offapi/com/sun/star/document/XMLBasicExporter.idl +++ b/offapi/com/sun/star/document/XMLBasicExporter.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module document { from which the data should be exported. After that, the export is started by calling the <method>XFilter::filter</method> method.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published service XMLBasicExporter { diff --git a/offapi/com/sun/star/document/XMLBasicImporter.idl b/offapi/com/sun/star/document/XMLBasicImporter.idl index 744275ebbe78..8eec1d57fc0b 100644 --- a/offapi/com/sun/star/document/XMLBasicImporter.idl +++ b/offapi/com/sun/star/document/XMLBasicImporter.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module document { The <type scope="com::sun::star::xml::sax">XDocumentHandler</type> interface is used to stream the XML data into the filter.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published service XMLBasicImporter { diff --git a/offapi/com/sun/star/document/XMLOasisBasicExporter.idl b/offapi/com/sun/star/document/XMLOasisBasicExporter.idl index 923cb87cec2c..a47c2b0b9b57 100644 --- a/offapi/com/sun/star/document/XMLOasisBasicExporter.idl +++ b/offapi/com/sun/star/document/XMLOasisBasicExporter.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module document { from which the data should be exported. After that, the export is started by calling the <method>XFilter::filter</method> method.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published service XMLOasisBasicExporter { diff --git a/offapi/com/sun/star/document/XMLOasisBasicImporter.idl b/offapi/com/sun/star/document/XMLOasisBasicImporter.idl index f8de2d661dd6..a0db1505d1d3 100644 --- a/offapi/com/sun/star/document/XMLOasisBasicImporter.idl +++ b/offapi/com/sun/star/document/XMLOasisBasicImporter.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module document { The <type scope="com::sun::star::xml::sax">XDocumentHandler</type> interface is used to stream the XML data into the filter.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published service XMLOasisBasicImporter { diff --git a/offapi/com/sun/star/document/XScriptInvocationContext.idl b/offapi/com/sun/star/document/XScriptInvocationContext.idl index 9ca42486828f..175937ec0739 100644 --- a/offapi/com/sun/star/document/XScriptInvocationContext.idl +++ b/offapi/com/sun/star/document/XScriptInvocationContext.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module document { associated with the controller. This must not necessarily be the model returned by <member scope="com::sun::star::frame">XController::getModel</member>.</p> - @since OOo 2.4 + @since OpenOffice 2.4 */ interface XScriptInvocationContext { diff --git a/offapi/com/sun/star/document/XUndoAction.idl b/offapi/com/sun/star/document/XUndoAction.idl index b3ca5df151fd..9833992354ec 100644 --- a/offapi/com/sun/star/document/XUndoAction.idl +++ b/offapi/com/sun/star/document/XUndoAction.idl @@ -19,23 +19,18 @@ * *************************************************************/ - - #ifndef __com_sun_star_document_XUndoAction_idl__ #define __com_sun_star_document_XUndoAction_idl__ #include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/document/UndoFailedException.idl> -//================================================================================================================== - module com { module sun { module star { module document { -//================================================================================================================== - /** represents a single (undoable) action on a document + @since OpenOffice 3.4 */ -published interface XUndoAction +interface XUndoAction { /** reverts the action represented by the instance @@ -64,10 +59,6 @@ published interface XUndoAction [attribute, readonly] string Title; }; -//================================================================================================================== - }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/document/XUndoManager.idl b/offapi/com/sun/star/document/XUndoManager.idl index 3b2d601f667d..e70fc3b60d10 100644 --- a/offapi/com/sun/star/document/XUndoManager.idl +++ b/offapi/com/sun/star/document/XUndoManager.idl @@ -19,8 +19,6 @@ * *************************************************************/ - - #ifndef __com_sun_star_document_XUndoManager_idl__ #define __com_sun_star_document_XUndoManager_idl__ @@ -33,17 +31,13 @@ #include <com/sun/star/lang/IllegalArgumentException.idl> #include <com/sun/star/lang/WrappedTargetException.idl> -//================================================================================================================== - module com { module sun { module star { module document { -published interface XUndoAction; -published interface XUndoManagerListener; - -//================================================================================================================== +interface XUndoAction; +interface XUndoManagerListener; /** provides access to the undo/redo stacks of a document - + <p></p> <h3>Undo</h3> <p>Changes to a document usually result in recording of information how to undo those changes, if desired. A so-called undo action records the information how to undo a single change. Undo actions are maintained in a stack, so that @@ -72,8 +66,10 @@ published interface XUndoManagerListener; <p>An Undo manager can be locked and unlocked, using the <member>XLockable::lock</member> and <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> + + @since OpenOffice 3.4 */ -published interface XUndoManager +interface XUndoManager { /** allows <a href="#locking">locking</a> the undo manager. */ @@ -325,10 +321,6 @@ published interface XUndoManager ); }; -//================================================================================================================== - }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/document/XUndoManagerListener.idl b/offapi/com/sun/star/document/XUndoManagerListener.idl index b3207f8d915f..dc18a415c0f0 100644 --- a/offapi/com/sun/star/document/XUndoManagerListener.idl +++ b/offapi/com/sun/star/document/XUndoManagerListener.idl @@ -19,25 +19,20 @@ * *************************************************************/ - - #ifndef __com_sun_star_document_XUndoManagerListener_idl__ #define __com_sun_star_document_XUndoManagerListener_idl__ #include <com/sun/star/document/UndoManagerEvent.idl> #include <com/sun/star/lang/XEventListener.idl> -//================================================================================================================== - module com { module sun { module star { module document { -//================================================================================================================== - /** implemented by components which want to be notified of changes in the Undo/Redo stacks of an Undo manager. @see XUndoManager + @since OpenOffice 3.4 */ -published interface XUndoManagerListener : ::com::sun::star::lang::XEventListener +interface XUndoManagerListener : ::com::sun::star::lang::XEventListener { /** is called when an undo action is added to the undo stack. @@ -132,10 +127,6 @@ published interface XUndoManagerListener : ::com::sun::star::lang::XEventListene void cancelledContext( [in] UndoManagerEvent i_event ); }; -//================================================================================================================== - }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/document/XUndoManagerSupplier.idl b/offapi/com/sun/star/document/XUndoManagerSupplier.idl index 71532e208631..5c3b872b82d5 100644 --- a/offapi/com/sun/star/document/XUndoManagerSupplier.idl +++ b/offapi/com/sun/star/document/XUndoManagerSupplier.idl @@ -19,34 +19,26 @@ * *************************************************************/ - - #ifndef __com_sun_star_document_XUndoManagerSupplier_idl__ #define __com_sun_star_document_XUndoManagerSupplier_idl__ #include <com/sun/star/uno/XInterface.idl> -//================================================================================================================== - module com { module sun { module star { module document { -published interface XUndoManager; - -//================================================================================================================== +interface XUndoManager; /** provides access to an XUndoManager. + + @since OpenOffice 3.4 */ -published interface XUndoManagerSupplier +interface XUndoManagerSupplier { /** returns the Undo manager associated with the component. */ XUndoManager getUndoManager(); }; -//================================================================================================================== - }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl index dffb43762409..78cb23e8b4c6 100644 --- a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl +++ b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl @@ -65,7 +65,7 @@ module com { module sun { module star { module drawing { rearrangement of the visible shapes, the user gets notified of this.</li> </ol></p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleDrawDocumentView { diff --git a/offapi/com/sun/star/drawing/AccessibleGraphControl.idl b/offapi/com/sun/star/drawing/AccessibleGraphControl.idl index 3760f0fb1df7..95bc1f2bfee9 100644 --- a/offapi/com/sun/star/drawing/AccessibleGraphControl.idl +++ b/offapi/com/sun/star/drawing/AccessibleGraphControl.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module drawing { <p>The children of graph controls are shapes that define contrours.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleGraphControl { diff --git a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl index c351e3684cb1..5b036a4e20ec 100644 --- a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module drawing { scope="::com::sun::star::accessibility">XAccessibleImage</type> interface.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleGraphicShape { diff --git a/offapi/com/sun/star/drawing/AccessibleImageBullet.idl b/offapi/com/sun/star/drawing/AccessibleImageBullet.idl index 890675f9754d..a6f15e0ec748 100644 --- a/offapi/com/sun/star/drawing/AccessibleImageBullet.idl +++ b/offapi/com/sun/star/drawing/AccessibleImageBullet.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module drawing { /** The accessible view of an image bullet. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ service AccessibleImageBullet { diff --git a/offapi/com/sun/star/drawing/AccessibleOLEShape.idl b/offapi/com/sun/star/drawing/AccessibleOLEShape.idl index bcc368417150..08693a6dfbf9 100644 --- a/offapi/com/sun/star/drawing/AccessibleOLEShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleOLEShape.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module drawing { - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleOLEShape { diff --git a/offapi/com/sun/star/drawing/AccessibleShape.idl b/offapi/com/sun/star/drawing/AccessibleShape.idl index fc7e5fa82033..2d0b709b5957 100644 --- a/offapi/com/sun/star/drawing/AccessibleShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleShape.idl @@ -64,7 +64,7 @@ module com { module sun { module star { module drawing { parent. That is either the containing draw page or a group shape or a 3D scene object.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleShape { diff --git a/offapi/com/sun/star/drawing/AccessibleSlideView.idl b/offapi/com/sun/star/drawing/AccessibleSlideView.idl index 5ffe092606de..8002d460c7ca 100644 --- a/offapi/com/sun/star/drawing/AccessibleSlideView.idl +++ b/offapi/com/sun/star/drawing/AccessibleSlideView.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module drawing { <p>An accessible slide view gives access to all visible slides of a slide view.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleSlideView { diff --git a/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl b/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl index bee1f27ff145..2b1c855b68d8 100644 --- a/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl +++ b/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module drawing { <p>An accessible slide view object gives access to one of the visible slides of a slide view.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleSlideViewObject { diff --git a/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl b/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl index 495a4b0b7bc4..37964464361b 100644 --- a/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl +++ b/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl @@ -82,7 +82,7 @@ published service DrawingDocumentDrawView /** lets you access the window for this view - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::awt::XWindow; @@ -158,7 +158,7 @@ published service DrawingDocumentDrawView to <member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member> afterwards. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] short ZoomType; @@ -168,7 +168,7 @@ published service DrawingDocumentDrawView Valid only if the ZoomType is set to <member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member>. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] short ZoomValue; @@ -177,7 +177,7 @@ published service DrawingDocumentDrawView /** defines the offset from the top left position of the displayed page to the top left position of the view area in 100th/mm. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] com::sun::star::awt::Point ViewOffset; diff --git a/offapi/com/sun/star/drawing/GraphicFilterRequest.idl b/offapi/com/sun/star/drawing/GraphicFilterRequest.idl index a3dfe1f84864..ab1e391a38d7 100644 --- a/offapi/com/sun/star/drawing/GraphicFilterRequest.idl +++ b/offapi/com/sun/star/drawing/GraphicFilterRequest.idl @@ -37,7 +37,7 @@ It can be used to transport the error code information. E.g. that can be usefull for interactions. - @since OOo 3.0 + @since OpenOffice 3.0 */ exception GraphicFilterRequest : com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/drawing/MeasureProperties.idl b/offapi/com/sun/star/drawing/MeasureProperties.idl index 7fee85a75699..ca31dfca31fa 100644 --- a/offapi/com/sun/star/drawing/MeasureProperties.idl +++ b/offapi/com/sun/star/drawing/MeasureProperties.idl @@ -137,7 +137,7 @@ published service MeasureProperties /** This value is the number of decimal places that is used to format the measure value. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] short MeasureDecimalPlaces; }; diff --git a/offapi/com/sun/star/embed/EmbedMisc.idl b/offapi/com/sun/star/embed/EmbedMisc.idl index b43f05462ce6..f1e27ed1eb45 100644 --- a/offapi/com/sun/star/embed/EmbedMisc.idl +++ b/offapi/com/sun/star/embed/EmbedMisc.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module embed { <p> The constant values can be combined with 'or' operation. The first 32 bits are reserved for MS values, they are added because - this API is going to be used to embed MS OLE objects into OOo documents, + this API is going to be used to embed MS OLE objects into OpenOffice documents, so there should be a possibility to transfer all the possible MS flags to container. In case own specific values should be added those bits can not be used. diff --git a/offapi/com/sun/star/embed/StorageFormats.idl b/offapi/com/sun/star/embed/StorageFormats.idl index 83beb0c4ce5c..4c963bbd052a 100644 --- a/offapi/com/sun/star/embed/StorageFormats.idl +++ b/offapi/com/sun/star/embed/StorageFormats.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module embed { <type>StorageFactory</type>. @see <type>StorageFactory</type> - @since OOo 3.3 + @since OpenOffice 3.3 */ published constants StorageFormats { diff --git a/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl b/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl index 04c2a32ea759..b61bdda3465f 100644 --- a/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl +++ b/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module embed { //============================================================================ /** This interface allows to set a password for an object. - @since OOo 3.4 + @since OpenOffice 3.4 */ interface XEncryptionProtectedSource2: XEncryptionProtectedSource { diff --git a/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl b/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl index 7420150c76fc..10c381341b73 100644 --- a/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl +++ b/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module embed { //============================================================================ /** This interface allows to set a password for an object. - @since OOo 3.4 + @since OpenOffice 3.4 */ interface XEncryptionProtectedStorage: XEncryptionProtectedSource2 { diff --git a/offapi/com/sun/star/embed/XLinkageSupport.idl b/offapi/com/sun/star/embed/XLinkageSupport.idl index cc38f0b85e71..9161c635f815 100644 --- a/offapi/com/sun/star/embed/XLinkageSupport.idl +++ b/offapi/com/sun/star/embed/XLinkageSupport.idl @@ -60,7 +60,7 @@ published interface XLinkageSupport: XCommonEmbedPersist This method can be used only for links implementations that implement the whole set of embedded object interfaces. Usually the sets of interfaces are the same for links and objects. An example of exception - from this are OOo links that do not implement + from this are OpenOffice links that do not implement <type>XEmbedPersist</type> interface. For such cases the method will throw an exception. </p> diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl index 4a9aa33ff5de..9416a19eef70 100644 --- a/offapi/com/sun/star/form/DataAwareControlModel.idl +++ b/offapi/com/sun/star/form/DataAwareControlModel.idl @@ -130,7 +130,7 @@ published service DataAwareControlModel update is prevented, showing an error message to the user. To disable this behavior on a per-control basis, use the <code>InputRequired</code> property.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] boolean InputRequired; diff --git a/offapi/com/sun/star/form/FormComponent.idl b/offapi/com/sun/star/form/FormComponent.idl index 454465a28ca8..9e7cf189f141 100644 --- a/offapi/com/sun/star/form/FormComponent.idl +++ b/offapi/com/sun/star/form/FormComponent.idl @@ -100,7 +100,7 @@ published service FormComponent will always be set, even if you do not specify it in the <member scope="com::sun::star::beans">XPropertyContainer::addProperty</member> call.</p> - @since OOo 2.3 + @since OpenOffice 2.3 */ [optional] service com::sun::star::beans::PropertyBag; diff --git a/offapi/com/sun/star/form/XGridControl.idl b/offapi/com/sun/star/form/XGridControl.idl index b73f787ce6f7..c43c20992c14 100644 --- a/offapi/com/sun/star/form/XGridControl.idl +++ b/offapi/com/sun/star/form/XGridControl.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module form { /** specifies (some) functionality provided by a grid control (aka table control) - @since OOo 3.1 + @since OpenOffice 3.1 */ interface XGridControl { diff --git a/offapi/com/sun/star/form/XGridControlListener.idl b/offapi/com/sun/star/form/XGridControlListener.idl index d9f865c64d05..5a31f506fb57 100644 --- a/offapi/com/sun/star/form/XGridControlListener.idl +++ b/offapi/com/sun/star/form/XGridControlListener.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module form { /** specifies a listener which is to be notified about state changes in a grid control @see XGridControl - @since OOo 3.1 + @since OpenOffice 3.1 */ interface XGridControlListener : ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/form/component/GridControl.idl b/offapi/com/sun/star/form/component/GridControl.idl index 16c695708311..6322191f1dd5 100644 --- a/offapi/com/sun/star/form/component/GridControl.idl +++ b/offapi/com/sun/star/form/component/GridControl.idl @@ -158,7 +158,7 @@ published service GridControl <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long BorderColor; diff --git a/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl b/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl index 37aa6683ff51..5501cda9268f 100644 --- a/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl +++ b/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl @@ -58,7 +58,7 @@ service DefaultFormComponentInspectorModel : com::sun::star::inspection::XObject /** creates a default DefaultFormComponentInspectorModel, providing factories for all handlers listed above. - @since OOo 2.2 + @since OpenOffice 2.2 */ createDefault(); @@ -81,7 +81,7 @@ service DefaultFormComponentInspectorModel : com::sun::star::inspection::XObject @see XObjectInspectorModel::MinHelpTextLines @see XObjectInspectorModel::MaxHelpTextLines - @since OOo 2.2 + @since OpenOffice 2.2 */ createWithHelpSection( [in] long minHelpTextLines, diff --git a/offapi/com/sun/star/form/runtime/FeatureState.idl b/offapi/com/sun/star/form/runtime/FeatureState.idl index 6767803459e5..c6672b2d3fbd 100644 --- a/offapi/com/sun/star/form/runtime/FeatureState.idl +++ b/offapi/com/sun/star/form/runtime/FeatureState.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module form { module runtime { @see XFormOperations - @since OOo 2.2 + @since OpenOffice 2.2 */ struct FeatureState { diff --git a/offapi/com/sun/star/form/runtime/FilterEvent.idl b/offapi/com/sun/star/form/runtime/FilterEvent.idl index 25b9521d5988..167f7f47ba80 100644 --- a/offapi/com/sun/star/form/runtime/FilterEvent.idl +++ b/offapi/com/sun/star/form/runtime/FilterEvent.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module form { module runtime { @see XFilterController - @since OOo 3.3 + @since OpenOffice 3.3 */ struct FilterEvent : ::com::sun::star::lang::EventObject { diff --git a/offapi/com/sun/star/form/runtime/FormFeature.idl b/offapi/com/sun/star/form/runtime/FormFeature.idl index b5e05b3c65ec..46c1f8094757 100644 --- a/offapi/com/sun/star/form/runtime/FormFeature.idl +++ b/offapi/com/sun/star/form/runtime/FormFeature.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module form { module runtime { /** specifies the operations on a user interface form, as supported by the <type>XFormOperations</type> interface. - @since OOo 2.2 + @since OpenOffice 2.2 */ constants FormFeature { @@ -137,7 +137,7 @@ constants FormFeature <p>Basically, this means calling XRefreshable::refresh on the current control, if it supports this interface.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ const short RefreshCurrentControl = 19; }; diff --git a/offapi/com/sun/star/form/runtime/FormOperations.idl b/offapi/com/sun/star/form/runtime/FormOperations.idl index 69b46ad9ecf3..f9e949b7b70e 100644 --- a/offapi/com/sun/star/form/runtime/FormOperations.idl +++ b/offapi/com/sun/star/form/runtime/FormOperations.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module form { module runtime { /** encapsulates operations on a database form which has a UI representation, and is interacting with the user. - @since OOo 2.2 + @since OpenOffice 2.2 */ service FormOperations : XFormOperations { diff --git a/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl b/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl index da8773c9acd2..986bd45162f9 100644 --- a/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl +++ b/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module form { module runtime { @see XFormOperations - @since OOo 2.2 + @since OpenOffice 2.2 */ interface XFeatureInvalidation { diff --git a/offapi/com/sun/star/form/runtime/XFilterController.idl b/offapi/com/sun/star/form/runtime/XFilterController.idl index d786113bd7dc..33ba46c6412a 100644 --- a/offapi/com/sun/star/form/runtime/XFilterController.idl +++ b/offapi/com/sun/star/form/runtime/XFilterController.idl @@ -70,7 +70,7 @@ interface XFilterControllerListener; @see com::sun::star::sdb::XSingleSelectQueryAnalyzer::getStructuredFilter @see com::sun::star::sdb::SQLFilterOperator - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XFilterController { diff --git a/offapi/com/sun/star/form/runtime/XFilterControllerListener.idl b/offapi/com/sun/star/form/runtime/XFilterControllerListener.idl index 51d3c73e067b..075f438140b4 100644 --- a/offapi/com/sun/star/form/runtime/XFilterControllerListener.idl +++ b/offapi/com/sun/star/form/runtime/XFilterControllerListener.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module form { module runtime { /** is implemented by components listening for events fired by an <type>XFilterController</type>. - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XFilterControllerListener : ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/form/runtime/XFormController.idl b/offapi/com/sun/star/form/runtime/XFormController.idl index 8f3c691d9684..67ce8c97de2c 100644 --- a/offapi/com/sun/star/form/runtime/XFormController.idl +++ b/offapi/com/sun/star/form/runtime/XFormController.idl @@ -245,7 +245,7 @@ interface XFormControllerContext; @see ::com::sun::star::form::binding::BindableControlModel @see ::com::sun::star::sdb::DataSource::Settings - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XFormController { diff --git a/offapi/com/sun/star/form/runtime/XFormOperations.idl b/offapi/com/sun/star/form/runtime/XFormOperations.idl index fc745610ecb8..78add6fcf650 100644 --- a/offapi/com/sun/star/form/runtime/XFormOperations.idl +++ b/offapi/com/sun/star/form/runtime/XFormOperations.idl @@ -89,7 +89,7 @@ interface XFeatureInvalidation; @see FormFeature - @since OOo 2.2 + @since OpenOffice 2.2 */ interface XFormOperations : ::com::sun::star::lang::XComponent { diff --git a/offapi/com/sun/star/formula/AccessibleFormulaText.idl b/offapi/com/sun/star/formula/AccessibleFormulaText.idl index 2d7d5bd1f3d8..ff1d7f8ac6ec 100644 --- a/offapi/com/sun/star/formula/AccessibleFormulaText.idl +++ b/offapi/com/sun/star/formula/AccessibleFormulaText.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module formula { /** The accessible view of a formula documents command text. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleFormulaText { diff --git a/offapi/com/sun/star/formula/AccessibleFormulaView.idl b/offapi/com/sun/star/formula/AccessibleFormulaView.idl index 1f2780873a9b..a518ee3501e3 100644 --- a/offapi/com/sun/star/formula/AccessibleFormulaView.idl +++ b/offapi/com/sun/star/formula/AccessibleFormulaView.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module formula { /** The accessible view of a formula documents visual representation. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleFormulaView { diff --git a/offapi/com/sun/star/formula/FormulaProperties.idl b/offapi/com/sun/star/formula/FormulaProperties.idl index 9fefd299c699..f30b8576ba77 100644 --- a/offapi/com/sun/star/formula/FormulaProperties.idl +++ b/offapi/com/sun/star/formula/FormulaProperties.idl @@ -339,7 +339,7 @@ published service FormulaProperties /** contains the baselines offset in respect to the top of the formula rectangle - @since OOo 3.4 + @since OpenOffice 3.4 */ [property, optional] short BaseLine; }; diff --git a/offapi/com/sun/star/frame/CommandGroup.idl b/offapi/com/sun/star/frame/CommandGroup.idl index a44ee91cb49d..0324357f2608 100644 --- a/offapi/com/sun/star/frame/CommandGroup.idl +++ b/offapi/com/sun/star/frame/CommandGroup.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module frame { @see XDispatchInformationProvider @see Controller - @since OOo 2.0 + @since OpenOffice 2.0 */ published constants CommandGroup { diff --git a/offapi/com/sun/star/frame/ControlCommand.idl b/offapi/com/sun/star/frame/ControlCommand.idl index ba41ec51ee35..f79d9f5fc357 100644 --- a/offapi/com/sun/star/frame/ControlCommand.idl +++ b/offapi/com/sun/star/frame/ControlCommand.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module frame { /** describes a command which can be send to a generic toolbar control. - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ struct ControlCommand { diff --git a/offapi/com/sun/star/frame/ControlEvent.idl b/offapi/com/sun/star/frame/ControlEvent.idl index bfd26b534bc7..791ea357758b 100644 --- a/offapi/com/sun/star/frame/ControlEvent.idl +++ b/offapi/com/sun/star/frame/ControlEvent.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module frame { /** describes a control event send by extended user interface controls. - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ struct ControlEvent { diff --git a/offapi/com/sun/star/frame/DispatchHelper.idl b/offapi/com/sun/star/frame/DispatchHelper.idl index c62d51cafa74..6f7572938795 100644 --- a/offapi/com/sun/star/frame/DispatchHelper.idl +++ b/offapi/com/sun/star/frame/DispatchHelper.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module frame { @see DispatchProvider - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service DispatchHelper { diff --git a/offapi/com/sun/star/frame/DispatchInformation.idl b/offapi/com/sun/star/frame/DispatchInformation.idl index d0ad8c811443..c1bc6d672871 100644 --- a/offapi/com/sun/star/frame/DispatchInformation.idl +++ b/offapi/com/sun/star/frame/DispatchInformation.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module frame { @see XDispatchInformationProvider @see Controller - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct DispatchInformation { diff --git a/offapi/com/sun/star/frame/DispatchRecorder.idl b/offapi/com/sun/star/frame/DispatchRecorder.idl index 08472253b332..5aef7adb36f1 100644 --- a/offapi/com/sun/star/frame/DispatchRecorder.idl +++ b/offapi/com/sun/star/frame/DispatchRecorder.idl @@ -51,7 +51,7 @@ @see DispatchRecorderSupplier @see Frame::RecorderSupplier - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service DispatchRecorder { diff --git a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl index 821adf20820f..e56170b7e0ff 100644 --- a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl +++ b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl @@ -47,7 +47,7 @@ @see DispatchRecorder @see Frame - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service DispatchRecorderSupplier { diff --git a/offapi/com/sun/star/frame/DispatchStatement.idl b/offapi/com/sun/star/frame/DispatchStatement.idl index c1a62e015b58..9543b148f072 100644 --- a/offapi/com/sun/star/frame/DispatchStatement.idl +++ b/offapi/com/sun/star/frame/DispatchStatement.idl @@ -36,7 +36,7 @@ // DocMerge from xml: struct com::sun::star::frame::DispatchStatement /** represents a dispatch statement from a recorded macro - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct DispatchStatement { diff --git a/offapi/com/sun/star/frame/DoubleInitializationException.idl b/offapi/com/sun/star/frame/DoubleInitializationException.idl index 8a51efb0fe0f..5fc5ca52eee1 100644 --- a/offapi/com/sun/star/frame/DoubleInitializationException.idl +++ b/offapi/com/sun/star/frame/DoubleInitializationException.idl @@ -37,7 +37,7 @@ // DocMerge from xml: exception com::sun::star::frame::DoubleInitializationException /** This exception can be thrown in case an object is initialized second time. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception DoubleInitializationException: com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/frame/Frame.idl b/offapi/com/sun/star/frame/Frame.idl index 50b8d7e6a3ed..64306ad5fcc0 100644 --- a/offapi/com/sun/star/frame/Frame.idl +++ b/offapi/com/sun/star/frame/Frame.idl @@ -123,7 +123,7 @@ published service Frame //------------------------------------------------------------------------- /** provides information about supported commands - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional] interface XDispatchInformationProvider; @@ -185,7 +185,7 @@ published service Frame no possibility to check for enabled/disabled recording then. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] XDispatchRecorderSupplier RecorderSupplier; diff --git a/offapi/com/sun/star/frame/IllegalArgumentIOException.idl b/offapi/com/sun/star/frame/IllegalArgumentIOException.idl index 98283ee802cc..841f94282b3a 100644 --- a/offapi/com/sun/star/frame/IllegalArgumentIOException.idl +++ b/offapi/com/sun/star/frame/IllegalArgumentIOException.idl @@ -37,7 +37,7 @@ // DocMerge from xml: exception com::sun::star::frame::IllegalArgumentIOException /** This exception can be thrown in case arguments are wrong. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception IllegalArgumentIOException: com::sun::star::io::IOException { diff --git a/offapi/com/sun/star/frame/LayoutManager.idl b/offapi/com/sun/star/frame/LayoutManager.idl index f6269518d3bc..e38f75d49c1f 100644 --- a/offapi/com/sun/star/frame/LayoutManager.idl +++ b/offapi/com/sun/star/frame/LayoutManager.idl @@ -68,7 +68,7 @@ the size and position of those user interface elements. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service LayoutManager diff --git a/offapi/com/sun/star/frame/LayoutManagerEvents.idl b/offapi/com/sun/star/frame/LayoutManagerEvents.idl index 47cdb21d239a..6029444e3620 100644 --- a/offapi/com/sun/star/frame/LayoutManagerEvents.idl +++ b/offapi/com/sun/star/frame/LayoutManagerEvents.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module frame { @see com::sun::star::frame::LayoutManager @see com::sun::star::frame::XLayoutManagerEventBroadcaster - @since OOo 2.0 + @since OpenOffice 2.0 */ constants LayoutManagerEvents { diff --git a/offapi/com/sun/star/frame/ModuleManager.idl b/offapi/com/sun/star/frame/ModuleManager.idl index f73373597a11..04ae67526d5c 100644 --- a/offapi/com/sun/star/frame/ModuleManager.idl +++ b/offapi/com/sun/star/frame/ModuleManager.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module frame { of office modules. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published service ModuleManager diff --git a/offapi/com/sun/star/frame/PopupMenuController.idl b/offapi/com/sun/star/frame/PopupMenuController.idl index 9c9ea3e1be5b..66e83c36938f 100644 --- a/offapi/com/sun/star/frame/PopupMenuController.idl +++ b/offapi/com/sun/star/frame/PopupMenuController.idl @@ -61,7 +61,7 @@ module com { module sun { module star { module frame { worked on. This list gets changes consistently during a work session. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service PopupMenuController @@ -124,7 +124,7 @@ service PopupMenuController the dispatch URL scheme: "vnd.sun.star.popup:" opaque_part [ "?" query ]. </p> - @since OOo 2.2 + @since OpenOffice 2.2 */ [optional] interface com::sun::star::frame::XDispatchProvider; @@ -137,7 +137,7 @@ service PopupMenuController controller should support this interface. </p> - @since OOo 2.2 + @since OpenOffice 2.2 */ [optional] interface com::sun::star::lang::XComponent; }; diff --git a/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl b/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl index 5eccdc85ba1b..b2105df7d651 100644 --- a/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl +++ b/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module frame { it contains a registered command URL. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service PopupMenuControllerFactory : XUIControllerFactory { diff --git a/offapi/com/sun/star/frame/StatusbarController.idl b/offapi/com/sun/star/frame/StatusbarController.idl index a9773a55ff96..0e048d6b36e3 100644 --- a/offapi/com/sun/star/frame/StatusbarController.idl +++ b/offapi/com/sun/star/frame/StatusbarController.idl @@ -45,7 +45,7 @@ interface XStatusbarController; @see com::sun::star::frame::XDispatchProvider @see com::sun::star::frame::XStatusbarController - @since OOo 2.0 + @since OpenOffice 2.0 */ service StatusbarController : XStatusbarController { diff --git a/offapi/com/sun/star/frame/StatusbarControllerFactory.idl b/offapi/com/sun/star/frame/StatusbarControllerFactory.idl index 46aff8d418f1..636b6aee7bea 100644 --- a/offapi/com/sun/star/frame/StatusbarControllerFactory.idl +++ b/offapi/com/sun/star/frame/StatusbarControllerFactory.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module frame { if it contains a registered command URL. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service StatusbarControllerFactory : XUIControllerFactory { diff --git a/offapi/com/sun/star/frame/Task.idl b/offapi/com/sun/star/frame/Task.idl index 2721dd245a31..23cbfc0e0588 100644 --- a/offapi/com/sun/star/frame/Task.idl +++ b/offapi/com/sun/star/frame/Task.idl @@ -48,7 +48,7 @@ @deprecated - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service Task { diff --git a/offapi/com/sun/star/frame/ToolbarController.idl b/offapi/com/sun/star/frame/ToolbarController.idl index 9b5c543afafe..fc45325b99e3 100644 --- a/offapi/com/sun/star/frame/ToolbarController.idl +++ b/offapi/com/sun/star/frame/ToolbarController.idl @@ -63,7 +63,7 @@ @see com::sun::star::frame::XDispatchProvider - @since OOo 2.0 + @since OpenOffice 2.0 */ service ToolbarController diff --git a/offapi/com/sun/star/frame/ToolbarControllerFactory.idl b/offapi/com/sun/star/frame/ToolbarControllerFactory.idl index f24bc0391a8e..9ba539f88b78 100644 --- a/offapi/com/sun/star/frame/ToolbarControllerFactory.idl +++ b/offapi/com/sun/star/frame/ToolbarControllerFactory.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module frame { A toolbar controller can be registered for a command URL and a model service name. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service ToolbarControllerFactory : XUIControllerFactory diff --git a/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl b/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl index 53e51ef92b09..2624ff834a1f 100644 --- a/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl +++ b/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module frame { /** specifies a factory for <type scope="com::sun::star::ucb">TransientDocumentsDocumentContent</type>s. - @since OOo 2.0 + @since OpenOffice 2.0 */ service TransientDocumentsDocumentContentFactory { diff --git a/offapi/com/sun/star/frame/UnknownModuleException.idl b/offapi/com/sun/star/frame/UnknownModuleException.idl index 46ddef1dd8de..7240cc8baab4 100644 --- a/offapi/com/sun/star/frame/UnknownModuleException.idl +++ b/offapi/com/sun/star/frame/UnknownModuleException.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module frame { * module could not be classified or does not have * a valid configuration. - @since OOo 2.0 + @since OpenOffice 2.0 */ published exception UnknownModuleException : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/frame/XControlNotificationListener.idl b/offapi/com/sun/star/frame/XControlNotificationListener.idl index 3688343ba02f..5370d75aaf82 100644 --- a/offapi/com/sun/star/frame/XControlNotificationListener.idl +++ b/offapi/com/sun/star/frame/XControlNotificationListener.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module frame { /** Must be implemented by dispatch objects which want to get notifications about control events. - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ interface XControlNotificationListener : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XController2.idl b/offapi/com/sun/star/frame/XController2.idl index e21dabfceaee..712839d877c8 100644 --- a/offapi/com/sun/star/frame/XController2.idl +++ b/offapi/com/sun/star/frame/XController2.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module frame { /** extends the <type>XController</type> interface - @since OOo 3.0 + @since OpenOffice 3.0 */ published interface XController2 : XController { diff --git a/offapi/com/sun/star/frame/XDispatchHelper.idl b/offapi/com/sun/star/frame/XDispatchHelper.idl index 49e919c6364e..18fa212913a8 100644 --- a/offapi/com/sun/star/frame/XDispatchHelper.idl +++ b/offapi/com/sun/star/frame/XDispatchHelper.idl @@ -44,7 +44,7 @@ @see XDispatch - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XDispatchHelper : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl index 2425347211cc..d2ac164df68b 100644 --- a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl +++ b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module frame { @see Frame - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XDispatchInformationProvider: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XDispatchRecorder.idl b/offapi/com/sun/star/frame/XDispatchRecorder.idl index 61d3e93c997e..0f9564fa27f5 100644 --- a/offapi/com/sun/star/frame/XDispatchRecorder.idl +++ b/offapi/com/sun/star/frame/XDispatchRecorder.idl @@ -56,7 +56,7 @@ module com { module sun { module star { module frame { @see Frame @see XDispatchRecorderSupplier - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XDispatchRecorder: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl index 4706b5e27b7b..1b5ed8008181 100644 --- a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl +++ b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl @@ -51,7 +51,7 @@ </p> @see XDispatchRecorder - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XInplaceLayout.idl b/offapi/com/sun/star/frame/XInplaceLayout.idl index a831d47f466f..54b3dfdbc722 100644 --- a/offapi/com/sun/star/frame/XInplaceLayout.idl +++ b/offapi/com/sun/star/frame/XInplaceLayout.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module frame { @deprecated - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XInplaceLayout : com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/frame/XLayoutManager.idl b/offapi/com/sun/star/frame/XLayoutManager.idl index 446f90bb0805..a078140c7f26 100644 --- a/offapi/com/sun/star/frame/XLayoutManager.idl +++ b/offapi/com/sun/star/frame/XLayoutManager.idl @@ -91,7 +91,7 @@ module com { module sun { module star { module frame { @see com::sun::star::frame::XFrame </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XLayoutManager : com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl b/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl index f287ae8e2f63..481fcd377680 100644 --- a/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl +++ b/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl @@ -36,7 +36,7 @@ @see ::com::sun::star::frame::LayoutManager - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XLayoutManagerEventBroadcaster : com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/frame/XLayoutManagerListener.idl b/offapi/com/sun/star/frame/XLayoutManagerListener.idl index 9ea26aceff66..cebe0821a779 100644 --- a/offapi/com/sun/star/frame/XLayoutManagerListener.idl +++ b/offapi/com/sun/star/frame/XLayoutManagerListener.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module frame { @see ::com::sun::star::frame::LayoutManager @see ::com::sun::star::frame::LayoutManagerEvents - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XLayoutManagerListener : com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/frame/XLoadable.idl b/offapi/com/sun/star/frame/XLoadable.idl index 9db71a4c02ed..0476a139a751 100644 --- a/offapi/com/sun/star/frame/XLoadable.idl +++ b/offapi/com/sun/star/frame/XLoadable.idl @@ -51,7 +51,7 @@ is already initialized the mentioned methods should throw DoubleInitializationException. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XLoadable: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XMenuBarAcceptor.idl b/offapi/com/sun/star/frame/XMenuBarAcceptor.idl index bbf46b17716b..9767cfd8f720 100644 --- a/offapi/com/sun/star/frame/XMenuBarAcceptor.idl +++ b/offapi/com/sun/star/frame/XMenuBarAcceptor.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module frame { @deprecated - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XMenuBarAcceptor : com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl b/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl index 61fba271b39f..317333bff942 100644 --- a/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl +++ b/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module frame { /** provides functions to set and remove a merged menu bar for inplace editing. - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XMenuBarMergingAcceptor : com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/frame/XModule.idl b/offapi/com/sun/star/frame/XModule.idl index 5a76f14f854c..fc0a583a47f2 100644 --- a/offapi/com/sun/star/frame/XModule.idl +++ b/offapi/com/sun/star/frame/XModule.idl @@ -54,7 +54,7 @@ module com { module sun { module star { module frame { @see XModuleManager - @since OOo 2.3 + @since OpenOffice 2.3 */ interface XModule : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XModuleManager.idl b/offapi/com/sun/star/frame/XModuleManager.idl index 51cf804f9578..d893366adf6f 100644 --- a/offapi/com/sun/star/frame/XModuleManager.idl +++ b/offapi/com/sun/star/frame/XModuleManager.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module frame { //=============================================== /** can be used to identify office modules. - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XModuleManager : com::sun::star::uno::XInterface { @@ -58,7 +58,7 @@ published interface XModuleManager : com::sun::star::uno::XInterface is requested on the given module. Because all module service registrations must be unique this value can be queried and checked against the configuration. - Since OOo 2.3.0 also the optional interface <type>XModule</type> will be used. + Since OpenOffice 2.3.0 also the optional interface <type>XModule</type> will be used. If its exists it will be preferred. @param Module diff --git a/offapi/com/sun/star/frame/XPopupMenuController.idl b/offapi/com/sun/star/frame/XPopupMenuController.idl index 61ad2056cade..50126264ddbe 100644 --- a/offapi/com/sun/star/frame/XPopupMenuController.idl +++ b/offapi/com/sun/star/frame/XPopupMenuController.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module frame { briefs the controller whenever the popup menu gets activated by a user. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XPopupMenuController : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XRecordableDispatch.idl b/offapi/com/sun/star/frame/XRecordableDispatch.idl index 09af15feb622..2267f56bc31a 100644 --- a/offapi/com/sun/star/frame/XRecordableDispatch.idl +++ b/offapi/com/sun/star/frame/XRecordableDispatch.idl @@ -79,7 +79,7 @@ @see XDispatchRecorderSupplier @see XDispatch - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XRecordableDispatch: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XStatusbarController.idl b/offapi/com/sun/star/frame/XStatusbarController.idl index f2d853c03af0..46dad7d56c4c 100644 --- a/offapi/com/sun/star/frame/XStatusbarController.idl +++ b/offapi/com/sun/star/frame/XStatusbarController.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module frame { @see com::sun::star::frame::XDispatchProvider - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XStatusbarController { diff --git a/offapi/com/sun/star/frame/XSubToolbarController.idl b/offapi/com/sun/star/frame/XSubToolbarController.idl index a7fc2afc2327..8e94d49e1a0f 100644 --- a/offapi/com/sun/star/frame/XSubToolbarController.idl +++ b/offapi/com/sun/star/frame/XSubToolbarController.idl @@ -43,7 +43,7 @@ @see com::sun::star::frame::ToolbarController - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XSubToolbarController : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XSynchronousDispatch.idl b/offapi/com/sun/star/frame/XSynchronousDispatch.idl index 66de6796efa2..6e8724412334 100644 --- a/offapi/com/sun/star/frame/XSynchronousDispatch.idl +++ b/offapi/com/sun/star/frame/XSynchronousDispatch.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module frame { //============================================================================= /** additional interfaces for dispatch objects: allow to execute with return value - @since OOo 2.0 + @since OpenOffice 2.0 @see XDispatch */ published interface XSynchronousDispatch: com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/frame/XToolbarController.idl b/offapi/com/sun/star/frame/XToolbarController.idl index 0dc123e56cdf..8aa090f8d5ff 100644 --- a/offapi/com/sun/star/frame/XToolbarController.idl +++ b/offapi/com/sun/star/frame/XToolbarController.idl @@ -49,7 +49,7 @@ @see com::sun::star::frame::XDispatchProvider - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XToolbarController : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XToolbarControllerListener.idl b/offapi/com/sun/star/frame/XToolbarControllerListener.idl index 74448109e414..2e2985044cc8 100644 --- a/offapi/com/sun/star/frame/XToolbarControllerListener.idl +++ b/offapi/com/sun/star/frame/XToolbarControllerListener.idl @@ -32,7 +32,7 @@ @see com::sun::star::frame::ToolbarController - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XToolbarControllerListener : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl b/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl index 8c85ca49b45d..eafb92dc47f6 100644 --- a/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl +++ b/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module frame { @see com::sun::star::document::OfficeDocument @see com::sun::star::ucb::TransientDocumentsDocumentContent - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XTransientDocumentsDocumentContentFactory : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/frame/XUIControllerFactory.idl b/offapi/com/sun/star/frame/XUIControllerFactory.idl index 4e21a0a3d250..a1fc07787373 100644 --- a/offapi/com/sun/star/frame/XUIControllerFactory.idl +++ b/offapi/com/sun/star/frame/XUIControllerFactory.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module frame { @see ToolbarControllerFactory </p> - @since Apache OpenOffice 4.0 + @since OpenOffice 4.0 */ interface XUIControllerFactory { diff --git a/offapi/com/sun/star/frame/XUIControllerRegistration.idl b/offapi/com/sun/star/frame/XUIControllerRegistration.idl index a4abcd358781..19def98bf3e9 100644 --- a/offapi/com/sun/star/frame/XUIControllerRegistration.idl +++ b/offapi/com/sun/star/frame/XUIControllerRegistration.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module frame { @see PopupMenuControllerFactory </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XUIControllerRegistration : com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/frame/status/ClipboardFormats.idl b/offapi/com/sun/star/frame/status/ClipboardFormats.idl index 8adaa34934ff..95f25e198ca5 100644 --- a/offapi/com/sun/star/frame/status/ClipboardFormats.idl +++ b/offapi/com/sun/star/frame/status/ClipboardFormats.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module frame { module status { /** contains a list of format ID's and names which are part of the system clipboard. - @since OOo 2.0 + @since OpenOffice 2.0 */ struct ClipboardFormats { diff --git a/offapi/com/sun/star/frame/status/FontHeight.idl b/offapi/com/sun/star/frame/status/FontHeight.idl index ba4ba9490175..237b9cbd137f 100644 --- a/offapi/com/sun/star/frame/status/FontHeight.idl +++ b/offapi/com/sun/star/frame/status/FontHeight.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module frame { module status { <p>For example, this can be used to select a font.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ struct FontHeight { diff --git a/offapi/com/sun/star/frame/status/ItemState.idl b/offapi/com/sun/star/frame/status/ItemState.idl index b00c119236fd..10aaf039b63d 100644 --- a/offapi/com/sun/star/frame/status/ItemState.idl +++ b/offapi/com/sun/star/frame/status/ItemState.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module frame { module status { @see ItemStatus - @since OOo 2.0 + @since OpenOffice 2.0 */ constants ItemState { diff --git a/offapi/com/sun/star/frame/status/ItemStatus.idl b/offapi/com/sun/star/frame/status/ItemStatus.idl index e5467ecd4ac6..0179b3df4c00 100644 --- a/offapi/com/sun/star/frame/status/ItemStatus.idl +++ b/offapi/com/sun/star/frame/status/ItemStatus.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module frame { module status { /** describes a state of a property. - @since OOo 2.0 + @since OpenOffice 2.0 */ struct ItemStatus { diff --git a/offapi/com/sun/star/frame/status/LeftRightMargin.idl b/offapi/com/sun/star/frame/status/LeftRightMargin.idl index 0066f2fa83ca..371e8ab8a82d 100644 --- a/offapi/com/sun/star/frame/status/LeftRightMargin.idl +++ b/offapi/com/sun/star/frame/status/LeftRightMargin.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module frame { module status { /** specifies a left and right margin. - @since OOo 2.0 + @since OpenOffice 2.0 */ struct LeftRightMargin { diff --git a/offapi/com/sun/star/frame/status/Template.idl b/offapi/com/sun/star/frame/status/Template.idl index 21be6be1a02b..96ae5fbc1e56 100644 --- a/offapi/com/sun/star/frame/status/Template.idl +++ b/offapi/com/sun/star/frame/status/Template.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module frame { module status { /** contains an association between a style name and a value. - @since OOo 2.0 + @since OpenOffice 2.0 */ struct Template { diff --git a/offapi/com/sun/star/frame/status/UpperLowerMargin.idl b/offapi/com/sun/star/frame/status/UpperLowerMargin.idl index bbf379a6035e..ef225cf17f70 100644 --- a/offapi/com/sun/star/frame/status/UpperLowerMargin.idl +++ b/offapi/com/sun/star/frame/status/UpperLowerMargin.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module frame { module status { /** specifies an upper and lower margin. - @since OOo 2.0 + @since OpenOffice 2.0 */ struct UpperLowerMargin { diff --git a/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl b/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl index c6cbcd32dcef..0d2f77f06d58 100644 --- a/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl +++ b/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module frame { module status { /** specifies an upper and lower margin. - @since OOo 2.0 + @since OpenOffice 2.0 */ struct UpperLowerMarginScale { diff --git a/offapi/com/sun/star/frame/status/Verb.idl b/offapi/com/sun/star/frame/status/Verb.idl index fbfef5f28113..6d1771dc9ae8 100644 --- a/offapi/com/sun/star/frame/status/Verb.idl +++ b/offapi/com/sun/star/frame/status/Verb.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module frame { module status { <p>For example, this can be used to select a font.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ struct Verb { diff --git a/offapi/com/sun/star/frame/status/Visibility.idl b/offapi/com/sun/star/frame/status/Visibility.idl index a913bb0c4ef2..06fcad3e2ac3 100644 --- a/offapi/com/sun/star/frame/status/Visibility.idl +++ b/offapi/com/sun/star/frame/status/Visibility.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module frame { module status { /** describes the visibility state of a property. - @since OOo 2.0 + @since OpenOffice 2.0 */ struct Visibility { diff --git a/offapi/com/sun/star/geometry/AffineMatrix2D.idl b/offapi/com/sun/star/geometry/AffineMatrix2D.idl index cd2e7062e68c..44980f7b49ea 100644 --- a/offapi/com/sun/star/geometry/AffineMatrix2D.idl +++ b/offapi/com/sun/star/geometry/AffineMatrix2D.idl @@ -61,7 +61,7 @@ module com { module sun { module star { module geometry { printer, Then, the total transformation matrix and the device resolution determine the actual measurement unit.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct AffineMatrix2D { diff --git a/offapi/com/sun/star/geometry/AffineMatrix3D.idl b/offapi/com/sun/star/geometry/AffineMatrix3D.idl index 61700c68d0db..0266fabe7a68 100644 --- a/offapi/com/sun/star/geometry/AffineMatrix3D.idl +++ b/offapi/com/sun/star/geometry/AffineMatrix3D.idl @@ -63,7 +63,7 @@ module com { module sun { module star { module geometry { Only then the total transformation matrix (oncluding projection to 2D) and the device resolution determine the actual measurement unit in 3D.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ struct AffineMatrix3D { diff --git a/offapi/com/sun/star/geometry/EllipticalArc.idl b/offapi/com/sun/star/geometry/EllipticalArc.idl index f019b6e370a0..47e0d98ab170 100644 --- a/offapi/com/sun/star/geometry/EllipticalArc.idl +++ b/offapi/com/sun/star/geometry/EllipticalArc.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module geometry { constrains. Thus, there are two flags indicating which one of those ellipses should be taken.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ struct EllipticalArc { diff --git a/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl b/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl index 7429c0d72387..75075175a72c 100644 --- a/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl +++ b/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module geometry { ignored.<p> @see com.sun.star.rendering.XBezierPolyPolygon2D - @since OOo 2.0 + @since OpenOffice 2.0 */ struct IntegerBezierSegment2D { diff --git a/offapi/com/sun/star/geometry/IntegerPoint2D.idl b/offapi/com/sun/star/geometry/IntegerPoint2D.idl index 607170622af6..8f5d871c4820 100644 --- a/offapi/com/sun/star/geometry/IntegerPoint2D.idl +++ b/offapi/com/sun/star/geometry/IntegerPoint2D.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module geometry { This structure contains x and y integer-valued coordinates of a two-dimensional point. - @since OOo 2.0 + @since OpenOffice 2.0 */ struct IntegerPoint2D { diff --git a/offapi/com/sun/star/geometry/IntegerRectangle2D.idl b/offapi/com/sun/star/geometry/IntegerRectangle2D.idl index 341696895a92..9632e90d2e42 100644 --- a/offapi/com/sun/star/geometry/IntegerRectangle2D.idl +++ b/offapi/com/sun/star/geometry/IntegerRectangle2D.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module geometry { /** This structure contains the necessary information for a two-dimensional rectangle.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ struct IntegerRectangle2D { diff --git a/offapi/com/sun/star/geometry/IntegerSize2D.idl b/offapi/com/sun/star/geometry/IntegerSize2D.idl index 36e092d26cc3..6533c48c9c9b 100644 --- a/offapi/com/sun/star/geometry/IntegerSize2D.idl +++ b/offapi/com/sun/star/geometry/IntegerSize2D.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module geometry { The data is stored integer-valued.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct IntegerSize2D { diff --git a/offapi/com/sun/star/geometry/Matrix2D.idl b/offapi/com/sun/star/geometry/Matrix2D.idl index f2e288ad54dc..cd1eea0ae913 100644 --- a/offapi/com/sun/star/geometry/Matrix2D.idl +++ b/offapi/com/sun/star/geometry/Matrix2D.idl @@ -64,7 +64,7 @@ module com { module sun { module star { module geometry { printer. Then, the total transformation matrix and the device resolution determine the actual measurement unit.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct Matrix2D { diff --git a/offapi/com/sun/star/geometry/RealBezierSegment2D.idl b/offapi/com/sun/star/geometry/RealBezierSegment2D.idl index fb9bd1dc6fc5..3881ff81d8c9 100644 --- a/offapi/com/sun/star/geometry/RealBezierSegment2D.idl +++ b/offapi/com/sun/star/geometry/RealBezierSegment2D.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module geometry { ignored.<p> @see com.sun.star.rendering.XBezierPolyPolygon2D - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct RealBezierSegment2D { diff --git a/offapi/com/sun/star/geometry/RealPoint2D.idl b/offapi/com/sun/star/geometry/RealPoint2D.idl index d11935b09fe9..58b027e86522 100644 --- a/offapi/com/sun/star/geometry/RealPoint2D.idl +++ b/offapi/com/sun/star/geometry/RealPoint2D.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module geometry { This structure contains x and y real-valued coordinates of a two-dimensional point. - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct RealPoint2D { diff --git a/offapi/com/sun/star/geometry/RealRectangle2D.idl b/offapi/com/sun/star/geometry/RealRectangle2D.idl index 6122b35dc753..a443e78c8422 100644 --- a/offapi/com/sun/star/geometry/RealRectangle2D.idl +++ b/offapi/com/sun/star/geometry/RealRectangle2D.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module geometry { /** This structure contains the necessary information for a two-dimensional rectangle.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct RealRectangle2D { diff --git a/offapi/com/sun/star/geometry/RealRectangle3D.idl b/offapi/com/sun/star/geometry/RealRectangle3D.idl index 1883b85566b4..6de885b73922 100644 --- a/offapi/com/sun/star/geometry/RealRectangle3D.idl +++ b/offapi/com/sun/star/geometry/RealRectangle3D.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module geometry { /** This structure contains the necessary information for a three-dimensional cube.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ struct RealRectangle3D { diff --git a/offapi/com/sun/star/geometry/RealSize2D.idl b/offapi/com/sun/star/geometry/RealSize2D.idl index 6b702db2e89f..6a95cd455736 100644 --- a/offapi/com/sun/star/geometry/RealSize2D.idl +++ b/offapi/com/sun/star/geometry/RealSize2D.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module geometry { The data is stored real-valued.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct RealSize2D { diff --git a/offapi/com/sun/star/geometry/XMapping2D.idl b/offapi/com/sun/star/geometry/XMapping2D.idl index 71c3ac803387..342002c0ffec 100644 --- a/offapi/com/sun/star/geometry/XMapping2D.idl +++ b/offapi/com/sun/star/geometry/XMapping2D.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module geometry { pair of real numbers there must be another pair that is mapped upon them.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XMapping2D : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/i18n/CTLScriptType.idl b/offapi/com/sun/star/i18n/CTLScriptType.idl index bc8950351f69..b551b4be2a44 100644 --- a/offapi/com/sun/star/i18n/CTLScriptType.idl +++ b/offapi/com/sun/star/i18n/CTLScriptType.idl @@ -35,12 +35,12 @@ module com { module sun { module star { module i18n { /** CTL tcript type constants for layout engine, returned by <member>XScriptTypeDetector::getCTLScriptType()</member> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants CTLScriptType { - /// For CTL scripts OOo currently does not support or could not handle + /// For CTL scripts OpenOffice currently does not support or could not handle const short CTL_UNKNOWN = 0; /// For Hebrew script diff --git a/offapi/com/sun/star/i18n/CalendarDisplayCode.idl b/offapi/com/sun/star/i18n/CalendarDisplayCode.idl index da59adf1b2c0..8a31fe0ac8cb 100644 --- a/offapi/com/sun/star/i18n/CalendarDisplayCode.idl +++ b/offapi/com/sun/star/i18n/CalendarDisplayCode.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module i18n { strings, for example not a four digit year but a CJK name instead. <p/> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants CalendarDisplayCode { diff --git a/offapi/com/sun/star/i18n/CalendarFieldIndex.idl b/offapi/com/sun/star/i18n/CalendarFieldIndex.idl index 2e97ae875f5c..611b97d4f1a0 100644 --- a/offapi/com/sun/star/i18n/CalendarFieldIndex.idl +++ b/offapi/com/sun/star/i18n/CalendarFieldIndex.idl @@ -88,7 +88,7 @@ published constants CalendarFieldIndex /// Get/Set time zone offset in minutes, e.g. [-14*60..14*60] const short ZONE_OFFSET = 14; - /// Total number of fields for < OOo 3.1 + /// Total number of fields for < OpenOffice 3.1 const short FIELD_COUNT = 15; /** Get/Set additional offset in milliseconds that <b>adds</b> to @@ -101,7 +101,7 @@ published constants CalendarFieldIndex 60000 and expresses an absolute value that inherits its sign from the parent ZONE_OFFSET field. - @since OOo 3.1 + @since OpenOffice 3.1 */ const short ZONE_OFFSET_SECOND_MILLIS = 15; @@ -115,13 +115,13 @@ published constants CalendarFieldIndex 60000 and expresses an absolute value that inherits its sign from the parent DST_OFFSET field. - @since OOo 3.1 + @since OpenOffice 3.1 */ const short DST_OFFSET_SECOND_MILLIS = 16; - /** Total number of fields as of OOo 3.1 + /** Total number of fields as of OpenOffice 3.1 - @since OOo 3.1 + @since OpenOffice 3.1 */ const short FIELD_COUNT2 = 17; diff --git a/offapi/com/sun/star/i18n/Currency2.idl b/offapi/com/sun/star/i18n/Currency2.idl index 8b4ab3351e78..b7931f99a468 100644 --- a/offapi/com/sun/star/i18n/Currency2.idl +++ b/offapi/com/sun/star/i18n/Currency2.idl @@ -53,7 +53,7 @@ published struct Currency2 : com::sun::star::i18n::Currency /** If set, the currency and/or its symbol is only to be used in legacy context. - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ boolean LegacyOnly; }; diff --git a/offapi/com/sun/star/i18n/InputSequenceCheckMode.idl b/offapi/com/sun/star/i18n/InputSequenceCheckMode.idl index 384b23c44f7e..abccc7234f7d 100644 --- a/offapi/com/sun/star/i18n/InputSequenceCheckMode.idl +++ b/offapi/com/sun/star/i18n/InputSequenceCheckMode.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module i18n { /** Input check mode constants to use with <member>XInputSequenceChecker::checkInputSequence()</member> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants InputSequenceCheckMode diff --git a/offapi/com/sun/star/i18n/InputSequenceChecker.idl b/offapi/com/sun/star/i18n/InputSequenceChecker.idl index becc07dbba39..c7f9d6b0e423 100644 --- a/offapi/com/sun/star/i18n/InputSequenceChecker.idl +++ b/offapi/com/sun/star/i18n/InputSequenceChecker.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module i18n { /** Check input sequence of CTL languages like Thai or Hindi. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service InputSequenceChecker { diff --git a/offapi/com/sun/star/i18n/LocaleItem.idl b/offapi/com/sun/star/i18n/LocaleItem.idl index 28342eb879f3..ebc023fdd2ba 100644 --- a/offapi/com/sun/star/i18n/LocaleItem.idl +++ b/offapi/com/sun/star/i18n/LocaleItem.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module i18n { @deprecated internal Constant values identifying specific locale data items. - <p> These are not used with the API but with an OOo internal wrapper class + <p> These are not used with the API but with an OpenOffice internal wrapper class that caches the contents of an instance of <type>LocaleDataItem</type> and uses these values to access it's members for faster access. </p> diff --git a/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl b/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl index c5e73cebd2bf..7fcfc79f82c2 100644 --- a/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl +++ b/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module i18n { <method>XExtendedTransliteration::transliterateChar2Char()</method> </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception MultipleCharsOutputException : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/i18n/NativeNumberMode.idl b/offapi/com/sun/star/i18n/NativeNumberMode.idl index adca6a53db6f..7b66cde18b23 100644 --- a/offapi/com/sun/star/i18n/NativeNumberMode.idl +++ b/offapi/com/sun/star/i18n/NativeNumberMode.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module i18n { marked with CAL: for the specific language and the corresponding DBNum modifier and the NatNum values used for Y/M/D are listed </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants NativeNumberMode diff --git a/offapi/com/sun/star/i18n/NativeNumberSupplier.idl b/offapi/com/sun/star/i18n/NativeNumberSupplier.idl index 6c5679480ba7..b7a6eb996828 100644 --- a/offapi/com/sun/star/i18n/NativeNumberSupplier.idl +++ b/offapi/com/sun/star/i18n/NativeNumberSupplier.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module i18n { /** Supplier for transliteration of numerals (native number strings). - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service NativeNumberSupplier { diff --git a/offapi/com/sun/star/i18n/NativeNumberXmlAttributes.idl b/offapi/com/sun/star/i18n/NativeNumberXmlAttributes.idl index 1b6e79583e2c..af25ca2f5d4a 100644 --- a/offapi/com/sun/star/i18n/NativeNumberXmlAttributes.idl +++ b/offapi/com/sun/star/i18n/NativeNumberXmlAttributes.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module i18n { <member>XNativeNumberSupplier::convertFromXmlAttributes()</member> </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct NativeNumberXmlAttributes diff --git a/offapi/com/sun/star/i18n/OrdinalSuffix.idl b/offapi/com/sun/star/i18n/OrdinalSuffix.idl index 34b3e9e4d522..b997fbce7cd1 100644 --- a/offapi/com/sun/star/i18n/OrdinalSuffix.idl +++ b/offapi/com/sun/star/i18n/OrdinalSuffix.idl @@ -33,13 +33,13 @@ module com { module sun { module star { module i18n { /** provides access to locale specific ordinal suffix systems. - @since OOo 2.2 + @since OpenOffice 2.2 @internal ATTENTION: This service is marked <em>internal</em> and does not have the <em>published</em> flag, which means it is subject to - change without notice and should not be used outside the OOo core. + change without notice and should not be used outside the OpenOffice core. */ service OrdinalSuffix diff --git a/offapi/com/sun/star/i18n/ScriptDirection.idl b/offapi/com/sun/star/i18n/ScriptDirection.idl index 856706b5a8d0..9235383e4ef7 100644 --- a/offapi/com/sun/star/i18n/ScriptDirection.idl +++ b/offapi/com/sun/star/i18n/ScriptDirection.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module i18n { /** Script direction constants to use with <type>XScriptTypeDetector</type> methods. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants ScriptDirection diff --git a/offapi/com/sun/star/i18n/TextConversion.idl b/offapi/com/sun/star/i18n/TextConversion.idl index 1035b3e36163..85a2d1a013fa 100644 --- a/offapi/com/sun/star/i18n/TextConversion.idl +++ b/offapi/com/sun/star/i18n/TextConversion.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module i18n { <p>This is an abstract service which does not make sense to be instatiated. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service TextConversion { diff --git a/offapi/com/sun/star/i18n/TextConversionOption.idl b/offapi/com/sun/star/i18n/TextConversionOption.idl index de616e2a1fa8..a545dbb40493 100644 --- a/offapi/com/sun/star/i18n/TextConversionOption.idl +++ b/offapi/com/sun/star/i18n/TextConversionOption.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module i18n { The options can be combined and may be related to <type>TextConversionType</type>. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants TextConversionOption @@ -55,7 +55,7 @@ published constants TextConversionOption /** Use Taiwan, HongKong SAR, and Macao SAR character variants for Simplified to Traditionary Chinese conversion - @since OOo 2.0 + @since OpenOffice 2.0 */ const long USE_CHARACTER_VARIANTS = 2; // (1 << 1) }; diff --git a/offapi/com/sun/star/i18n/TextConversionResult.idl b/offapi/com/sun/star/i18n/TextConversionResult.idl index 9942074c9c5b..5ae23cf4122c 100644 --- a/offapi/com/sun/star/i18n/TextConversionResult.idl +++ b/offapi/com/sun/star/i18n/TextConversionResult.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module i18n { /** Text conversion result to be used with <type>XTextConversion</type>. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct TextConversionResult diff --git a/offapi/com/sun/star/i18n/TextConversionType.idl b/offapi/com/sun/star/i18n/TextConversionType.idl index ad18d40e770a..bc3087bb7436 100644 --- a/offapi/com/sun/star/i18n/TextConversionType.idl +++ b/offapi/com/sun/star/i18n/TextConversionType.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module i18n { /** These constansts specifiy the conversion type to be used with <type>XTextConversion</type>. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants TextConversionType diff --git a/offapi/com/sun/star/i18n/XExtendedCalendar.idl b/offapi/com/sun/star/i18n/XExtendedCalendar.idl index 5e306fec21df..9bcdc7962f45 100644 --- a/offapi/com/sun/star/i18n/XExtendedCalendar.idl +++ b/offapi/com/sun/star/i18n/XExtendedCalendar.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module i18n { additional functionality to display parts of the date currently set at the calendar. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XExtendedCalendar : ::com::sun::star::i18n::XCalendar { diff --git a/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl b/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl index 5b648835921f..f72958681f20 100644 --- a/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl +++ b/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module i18n { <li>Provide method to compare index entry. </ul> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XExtendedIndexEntrySupplier : ::com::sun::star::i18n::XIndexEntrySupplier { diff --git a/offapi/com/sun/star/i18n/XExtendedInputSequenceChecker.idl b/offapi/com/sun/star/i18n/XExtendedInputSequenceChecker.idl index d238f164ff2d..000d729cd009 100644 --- a/offapi/com/sun/star/i18n/XExtendedInputSequenceChecker.idl +++ b/offapi/com/sun/star/i18n/XExtendedInputSequenceChecker.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module i18n { <type scope="::com::sun::star::i18n">XInputSequenceChecker</type> and provides additional functionality to correct input sequence.</p> - @since OOo 2.0.1 + @since OpenOffice 2.0.1 */ published interface XExtendedInputSequenceChecker : ::com::sun::star::i18n::XInputSequenceChecker { diff --git a/offapi/com/sun/star/i18n/XExtendedTextConversion.idl b/offapi/com/sun/star/i18n/XExtendedTextConversion.idl index 6c79d7ffbe41..e9c2613ee8e4 100644 --- a/offapi/com/sun/star/i18n/XExtendedTextConversion.idl +++ b/offapi/com/sun/star/i18n/XExtendedTextConversion.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module i18n { a new conversion function containing position map (offset) between original and conveted string. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XExtendedTextConversion : ::com::sun::star::i18n::XTextConversion { diff --git a/offapi/com/sun/star/i18n/XExtendedTransliteration.idl b/offapi/com/sun/star/i18n/XExtendedTransliteration.idl index d329fbe6fe47..0f3ee8f6894b 100644 --- a/offapi/com/sun/star/i18n/XExtendedTransliteration.idl +++ b/offapi/com/sun/star/i18n/XExtendedTransliteration.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module i18n { should be used for performance reason if their full-blown counterparts aren't neded. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XExtendedTransliteration : ::com::sun::star::i18n::XTransliteration { diff --git a/offapi/com/sun/star/i18n/XInputSequenceChecker.idl b/offapi/com/sun/star/i18n/XInputSequenceChecker.idl index 6c5214a050a6..9a5f6805ccf8 100644 --- a/offapi/com/sun/star/i18n/XInputSequenceChecker.idl +++ b/offapi/com/sun/star/i18n/XInputSequenceChecker.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module i18n { /** contains the routine to check Thai input sequence checking - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XInputSequenceChecker : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/i18n/XLocaleData2.idl b/offapi/com/sun/star/i18n/XLocaleData2.idl index 4dbb0e0d0140..3de44051f23a 100644 --- a/offapi/com/sun/star/i18n/XLocaleData2.idl +++ b/offapi/com/sun/star/i18n/XLocaleData2.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module i18n { <type scope="::com::sun::star::i18n">Currency2</type> elements available for that locale. - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published interface XLocaleData2 : com::sun::star::i18n::XLocaleData diff --git a/offapi/com/sun/star/i18n/XNativeNumberSupplier.idl b/offapi/com/sun/star/i18n/XNativeNumberSupplier.idl index 9c06f4fcc096..a0c15b41df2e 100644 --- a/offapi/com/sun/star/i18n/XNativeNumberSupplier.idl +++ b/offapi/com/sun/star/i18n/XNativeNumberSupplier.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module i18n { /** Methods to convert between strings of ASCII Arabic digits and native numeral strings. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XNativeNumberSupplier : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/i18n/XOrdinalSuffix.idl b/offapi/com/sun/star/i18n/XOrdinalSuffix.idl index ebf567f078e3..8d1cb56f6902 100644 --- a/offapi/com/sun/star/i18n/XOrdinalSuffix.idl +++ b/offapi/com/sun/star/i18n/XOrdinalSuffix.idl @@ -34,13 +34,13 @@ module com { module sun { module star { module i18n { /** provides access to locale specific ordinal suffix systems. - @since OOo 2.2 + @since OpenOffice 2.2 @internal ATTENTION: This interface is marked <em>internal</em> and does not have the <em>published</em> flag, which means it is subject to - change without notice and should not be used outside the OOo core. + change without notice and should not be used outside the OpenOffice core. The current version is a draft and works only for English language locales. Future enhancements adding functionality for other locales should use the 'ordinal' RuleBasedNumberFormat of the ICU if diff --git a/offapi/com/sun/star/i18n/XScriptTypeDetector.idl b/offapi/com/sun/star/i18n/XScriptTypeDetector.idl index d2f0f6def091..af1432b446f0 100644 --- a/offapi/com/sun/star/i18n/XScriptTypeDetector.idl +++ b/offapi/com/sun/star/i18n/XScriptTypeDetector.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module i18n { <p> The <em>nScriptDirection</em> parameters are of type <type>ScriptDirection</type></p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XScriptTypeDetector : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/i18n/XTextConversion.idl b/offapi/com/sun/star/i18n/XTextConversion.idl index 258a19477c04..569539a41d79 100644 --- a/offapi/com/sun/star/i18n/XTextConversion.idl +++ b/offapi/com/sun/star/i18n/XTextConversion.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module i18n { /** Method to convert text from one type to another - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XTextConversion : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/inspection/GenericPropertyHandler.idl b/offapi/com/sun/star/inspection/GenericPropertyHandler.idl index 4bc144b0b81a..729a524a0b57 100644 --- a/offapi/com/sun/star/inspection/GenericPropertyHandler.idl +++ b/offapi/com/sun/star/inspection/GenericPropertyHandler.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module inspection { @see scom::sun::star::beans::XIntrospectionAccess @see XPropertyControl - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published service GenericPropertyHandler : XPropertyHandler; diff --git a/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl b/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl index 0d12da771fee..cd12f532ae9b 100644 --- a/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl +++ b/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module inspection { @see XPropertyHandler::onInteractivePropertySelection - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published enum InteractiveSelectionResult { diff --git a/offapi/com/sun/star/inspection/LineDescriptor.idl b/offapi/com/sun/star/inspection/LineDescriptor.idl index 575f673a114b..f5fc1d1e7853 100644 --- a/offapi/com/sun/star/inspection/LineDescriptor.idl +++ b/offapi/com/sun/star/inspection/LineDescriptor.idl @@ -49,7 +49,7 @@ published interface XPropertyControl; @see XPropertyHandler::describePropertyLine @see PropertyLineElement - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published struct LineDescriptor { diff --git a/offapi/com/sun/star/inspection/ObjectInspector.idl b/offapi/com/sun/star/inspection/ObjectInspector.idl index 17966aac296e..58f68f2fc92b 100644 --- a/offapi/com/sun/star/inspection/ObjectInspector.idl +++ b/offapi/com/sun/star/inspection/ObjectInspector.idl @@ -76,13 +76,13 @@ module com { module sun { module star { module inspection { @see com::sun::star::uno::XComponentContext @see com::sun::star::lang::XMultiComponentFactory - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published service ObjectInspector : XObjectInspector { /** creates a default instance of the ObjectInspector - @since OOo 2.2 + @since OpenOffice 2.2 */ createDefault(); @@ -91,7 +91,7 @@ published service ObjectInspector : XObjectInspector @throws ::com::sun::star::lang::IllegalArgumentException if <arg>Model</arg> is <NULL/>. - @since OOo 2.2 + @since OpenOffice 2.2 */ createWithModel( [in] XObjectInspectorModel Model ) raises ( ::com::sun::star::lang::IllegalArgumentException ); diff --git a/offapi/com/sun/star/inspection/ObjectInspectorModel.idl b/offapi/com/sun/star/inspection/ObjectInspectorModel.idl index c307f9cf9668..7fea8c336730 100644 --- a/offapi/com/sun/star/inspection/ObjectInspectorModel.idl +++ b/offapi/com/sun/star/inspection/ObjectInspectorModel.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module inspection { @see XObjectInspectorModel::describeCategories @see XObjectInspectorModel::getPropertyOrderIndex - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published service ObjectInspectorModel : XObjectInspectorModel { @@ -98,7 +98,7 @@ published service ObjectInspectorModel : XObjectInspectorModel @see XObjectInspectorModel::MinHelpTextLines @see XObjectInspectorModel::MaxHelpTextLines - @since OOo 2.2 + @since OpenOffice 2.2 */ createWithHandlerFactoriesAndHelpSection( [in] sequence< any > handlerFactories, diff --git a/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl b/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl index a44db4e4186d..7b9c840c78f1 100644 --- a/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl +++ b/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module inspection { @see XObjectInspectorModel::describeCategory @see LineDescriptor::Category - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published struct PropertyCategoryDescriptor { diff --git a/offapi/com/sun/star/inspection/PropertyControlType.idl b/offapi/com/sun/star/inspection/PropertyControlType.idl index d6ddb3656482..9710591abc97 100644 --- a/offapi/com/sun/star/inspection/PropertyControlType.idl +++ b/offapi/com/sun/star/inspection/PropertyControlType.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module inspection { @see XPropertyControlFactory @see XPropertyControl::ValueType - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published constants PropertyControlType { diff --git a/offapi/com/sun/star/inspection/PropertyLineElement.idl b/offapi/com/sun/star/inspection/PropertyLineElement.idl index 2dceb4bb379c..28c805347b65 100644 --- a/offapi/com/sun/star/inspection/PropertyLineElement.idl +++ b/offapi/com/sun/star/inspection/PropertyLineElement.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module inspection { @see XPropertyHandler::describePropertyLine @see LineDescriptor - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published constants PropertyLineElement { diff --git a/offapi/com/sun/star/inspection/XHyperlinkControl.idl b/offapi/com/sun/star/inspection/XHyperlinkControl.idl index 37cb83867031..52bdd5f43b08 100644 --- a/offapi/com/sun/star/inspection/XHyperlinkControl.idl +++ b/offapi/com/sun/star/inspection/XHyperlinkControl.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module inspection { <p>Hyperlink controls exchange their value (<member>XPropertyControl::Value</member>) as strings.</p> - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published interface XHyperlinkControl : XPropertyControl { diff --git a/offapi/com/sun/star/inspection/XNumericControl.idl b/offapi/com/sun/star/inspection/XNumericControl.idl index 6bde4e97a7ce..3ed7c722de88 100644 --- a/offapi/com/sun/star/inspection/XNumericControl.idl +++ b/offapi/com/sun/star/inspection/XNumericControl.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module inspection { /** defines the interface for an <type>XPropertyControl</type> which supports displaying and entering numerical values. - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published interface XNumericControl : XPropertyControl { diff --git a/offapi/com/sun/star/inspection/XObjectInspector.idl b/offapi/com/sun/star/inspection/XObjectInspector.idl index ed8ddfa099b0..7c726841335a 100644 --- a/offapi/com/sun/star/inspection/XObjectInspector.idl +++ b/offapi/com/sun/star/inspection/XObjectInspector.idl @@ -45,7 +45,7 @@ published interface XObjectInspectorUI; @see ObjectInspector - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published interface XObjectInspector { @@ -93,7 +93,7 @@ published interface XObjectInspector property controls (or parts thereof), or register observers for all property controls.</p> - @since OOo 2.2 + @since OpenOffice 2.2 */ [attribute, readonly] XObjectInspectorUI InspectorUI; diff --git a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl index 409d2f3f9303..9a933e2db493 100644 --- a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl +++ b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl @@ -41,7 +41,7 @@ interface XPropertyHandler; @see ObjectInspector - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published interface XObjectInspectorModel { @@ -132,7 +132,7 @@ published interface XObjectInspectorModel texts. Clients could use this section to display context-sensitive help, for instance short texts explaining the currently selected property.</p> - @since OOo 2.2 + @since OpenOffice 2.2 */ [attribute, readonly] boolean HasHelpSection; @@ -146,7 +146,7 @@ published interface XObjectInspectorModel <member>MinHelpTextLines</member> is larger than <member>MaxHelpTextLines</member>.</p> - @since OOo 2.2 + @since OpenOffice 2.2 */ [attribute, readonly] long MinHelpTextLines; @@ -160,7 +160,7 @@ published interface XObjectInspectorModel <member>MaxHelpTextLines</member> is smaller than <member>MinHelpTextLines</member>.</p> - @since OOo 2.2 + @since OpenOffice 2.2 */ [attribute, readonly] long MaxHelpTextLines; diff --git a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl index ece2480258d0..5cd8fdfe4074 100644 --- a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl +++ b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl @@ -53,7 +53,7 @@ published interface XPropertyControlObserver; the <type>ObjectInspector</type> will not <em>have</em> any UI for it. In this case, the call to <code>enablePropertyUI( "Foo" )</code> will simply be ignored.</p> - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published interface XObjectInspectorUI { @@ -150,7 +150,7 @@ published interface XObjectInspectorUI @see revokeControlObserver - @since OOo 2.2 + @since OpenOffice 2.2 */ void registerControlObserver( [in] XPropertyControlObserver Observer ); @@ -158,7 +158,7 @@ published interface XObjectInspectorUI @see registerControlObserver - @since OOo 2.2 + @since OpenOffice 2.2 */ void revokeControlObserver( [in] XPropertyControlObserver Observer ); @@ -169,7 +169,7 @@ published interface XObjectInspectorUI if the <member>XObjectInspectorModel::HasHelpSection</member> property requires the help section to be unavailable. - @since OOo 2.2 + @since OpenOffice 2.2 */ void setHelpSectionText( [in] string HelpText ) raises ( ::com::sun::star::lang::NoSupportException ); diff --git a/offapi/com/sun/star/inspection/XPropertyControl.idl b/offapi/com/sun/star/inspection/XPropertyControl.idl index b8c71a5375cb..fd965f99b4a7 100644 --- a/offapi/com/sun/star/inspection/XPropertyControl.idl +++ b/offapi/com/sun/star/inspection/XPropertyControl.idl @@ -39,7 +39,7 @@ published interface XPropertyControlContext; //----------------------------------------------------------------------------- /** defines the interface for a single control in an <type>ObjectInspector</type> - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published interface XPropertyControl { diff --git a/offapi/com/sun/star/inspection/XPropertyControlContext.idl b/offapi/com/sun/star/inspection/XPropertyControlContext.idl index 5f326b0be45e..a225dcdafb38 100644 --- a/offapi/com/sun/star/inspection/XPropertyControlContext.idl +++ b/offapi/com/sun/star/inspection/XPropertyControlContext.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module inspection { @see XPropertyControl::ControlContext - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published interface XPropertyControlContext : XPropertyControlObserver { diff --git a/offapi/com/sun/star/inspection/XPropertyControlFactory.idl b/offapi/com/sun/star/inspection/XPropertyControlFactory.idl index 95ae6a7bdbef..08e835e3b36d 100644 --- a/offapi/com/sun/star/inspection/XPropertyControlFactory.idl +++ b/offapi/com/sun/star/inspection/XPropertyControlFactory.idl @@ -36,7 +36,7 @@ published interface XPropertyControl; //----------------------------------------------------------------------------- /** a factory for <type>XPropertyControl</type>s - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published interface XPropertyControlFactory { diff --git a/offapi/com/sun/star/inspection/XPropertyControlObserver.idl b/offapi/com/sun/star/inspection/XPropertyControlObserver.idl index 784e2b1c99b5..d8470a4074c9 100644 --- a/offapi/com/sun/star/inspection/XPropertyControlObserver.idl +++ b/offapi/com/sun/star/inspection/XPropertyControlObserver.idl @@ -39,7 +39,7 @@ published interface XPropertyControl; /** specifies an interface for components to observer certain aspects of an <type>XPropertyControl</type>. - @since OOo 2.2 + @since OpenOffice 2.2 */ published interface XPropertyControlObserver { diff --git a/offapi/com/sun/star/inspection/XPropertyHandler.idl b/offapi/com/sun/star/inspection/XPropertyHandler.idl index 4cce936761a7..26e7c90470e9 100644 --- a/offapi/com/sun/star/inspection/XPropertyHandler.idl +++ b/offapi/com/sun/star/inspection/XPropertyHandler.idl @@ -66,7 +66,7 @@ published interface XPropertyControlFactory; @see ObjectInspector @see LineDescriptor - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published interface XPropertyHandler { diff --git a/offapi/com/sun/star/inspection/XStringListControl.idl b/offapi/com/sun/star/inspection/XStringListControl.idl index 27cb52232b35..040bbb82f9f0 100644 --- a/offapi/com/sun/star/inspection/XStringListControl.idl +++ b/offapi/com/sun/star/inspection/XStringListControl.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module inspection { The string list defined by <type>XStringListControl</type> would in the control be represented as drop-down list containing all the strings.</p> - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ published interface XStringListControl : XPropertyControl { diff --git a/offapi/com/sun/star/ldap/LdapConnectionException.idl b/offapi/com/sun/star/ldap/LdapConnectionException.idl index 0a33f7b7dcc0..1992527d27e5 100644 --- a/offapi/com/sun/star/ldap/LdapConnectionException.idl +++ b/offapi/com/sun/star/ldap/LdapConnectionException.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module ldap { Indicates failure to connect to an LDAP server, usually because of wrong parameters (host/port) or down server. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception LdapConnectionException : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/ldap/LdapGenericException.idl b/offapi/com/sun/star/ldap/LdapGenericException.idl index f197577d1e59..56b5d7544f20 100644 --- a/offapi/com/sun/star/ldap/LdapGenericException.idl +++ b/offapi/com/sun/star/ldap/LdapGenericException.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module ldap { The actual LDAP error code is provided for more refined error management. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception LdapGenericException : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/linguistic2/ConversionDictionary.idl b/offapi/com/sun/star/linguistic2/ConversionDictionary.idl index 12732521a610..afde357b21a8 100644 --- a/offapi/com/sun/star/linguistic2/ConversionDictionary.idl +++ b/offapi/com/sun/star/linguistic2/ConversionDictionary.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module linguistic2 { @see com::sun::star::linguistic2::XConversionDictionary @see com::sun::star::linguistic2::XConversionPropertyType - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service ConversionDictionary { @@ -65,7 +65,7 @@ published service ConversionDictionary [optional] interface com::sun::star::util::XFlushable; /** - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional] interface com::sun::star::linguistic2::XConversionPropertyType; }; diff --git a/offapi/com/sun/star/linguistic2/ConversionDictionaryList.idl b/offapi/com/sun/star/linguistic2/ConversionDictionaryList.idl index 900d56f0d688..0424fcf14b83 100644 --- a/offapi/com/sun/star/linguistic2/ConversionDictionaryList.idl +++ b/offapi/com/sun/star/linguistic2/ConversionDictionaryList.idl @@ -51,7 +51,7 @@ module com { module sun { module star { module linguistic2 { @see com::sun::star::linguistic2::HangulHanjaConversionDictionary @see com::sun::star::i18n::TextConversion - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service ConversionDictionaryList { diff --git a/offapi/com/sun/star/linguistic2/ConversionDictionaryType.idl b/offapi/com/sun/star/linguistic2/ConversionDictionaryType.idl index 8d2c35d85aa7..6247f94fd152 100644 --- a/offapi/com/sun/star/linguistic2/ConversionDictionaryType.idl +++ b/offapi/com/sun/star/linguistic2/ConversionDictionaryType.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module linguistic2 { //============================================================================= /** specifies the conversion dictionary type to be used with <type>XConversionDictionary</type>. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ constants ConversionDictionaryType { @@ -40,7 +40,7 @@ constants ConversionDictionaryType /** Dictionary type for the conversion between Simplified and Traditionary Chinese - @since OOo 2.0 + @since OpenOffice 2.0 */ const short SCHINESE_TCHINESE = 2; }; diff --git a/offapi/com/sun/star/linguistic2/ConversionDirection.idl b/offapi/com/sun/star/linguistic2/ConversionDirection.idl index e86cefe18902..5e36e8658f10 100644 --- a/offapi/com/sun/star/linguistic2/ConversionDirection.idl +++ b/offapi/com/sun/star/linguistic2/ConversionDirection.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module linguistic2 { /** Conversion direction to be used with <type>XConversionDictionary</type> when looking for conversions. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published enum ConversionDirection { diff --git a/offapi/com/sun/star/linguistic2/ConversionPropertyType.idl b/offapi/com/sun/star/linguistic2/ConversionPropertyType.idl index a541ad850a70..a0728d3f4566 100644 --- a/offapi/com/sun/star/linguistic2/ConversionPropertyType.idl +++ b/offapi/com/sun/star/linguistic2/ConversionPropertyType.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module linguistic2 { @see com::sun::star::linguistic2::XConversionDictionary @see com::sun::star::linguistic2::XConversionPropertyType - @since OOo 2.0 + @since OpenOffice 2.0 */ constants ConversionPropertyType { diff --git a/offapi/com/sun/star/linguistic2/Dictionary.idl b/offapi/com/sun/star/linguistic2/Dictionary.idl index 1ad40c6c5961..ad38a348c4f9 100644 --- a/offapi/com/sun/star/linguistic2/Dictionary.idl +++ b/offapi/com/sun/star/linguistic2/Dictionary.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module linguistic2 { @see com::sun::star::linguistic2::DictionaryList @see com::sun::star::linguistic2::XSearchableDictionaryList - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ service Dictionary { diff --git a/offapi/com/sun/star/linguistic2/HangulHanjaConversionDictionary.idl b/offapi/com/sun/star/linguistic2/HangulHanjaConversionDictionary.idl index 4268ff3f66a9..d16d52498fa7 100644 --- a/offapi/com/sun/star/linguistic2/HangulHanjaConversionDictionary.idl +++ b/offapi/com/sun/star/linguistic2/HangulHanjaConversionDictionary.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module linguistic2 { and the number of characters for the left part has to be the same as for the right part.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service HangulHanjaConversionDictionary { diff --git a/offapi/com/sun/star/linguistic2/LinguProperties.idl b/offapi/com/sun/star/linguistic2/LinguProperties.idl index 6b1f1a57b9cb..7d7d59e16592 100644 --- a/offapi/com/sun/star/linguistic2/LinguProperties.idl +++ b/offapi/com/sun/star/linguistic2/LinguProperties.idl @@ -59,7 +59,7 @@ published service LinguProperties text or not when doing spellchecking or hyphenation, or using the thesaurus. - @deprecated since OOo 3.0.1 + @deprecated since OpenOffice 3.0.1 */ [property, maybevoid] boolean IsGermanPreReform; @@ -136,7 +136,7 @@ published service LinguProperties /** indicates whether the markings for incorrectly spelled text should be hidden or not. - @deprecated since OOo 3.0.1 + @deprecated since OpenOffice 3.0.1 */ [property, maybevoid] boolean IsSpellHide; @@ -144,7 +144,7 @@ published service LinguProperties /** indicates if spellchecking should be performed in all available languages. - @deprecated since OOo 3.0.1 + @deprecated since OpenOffice 3.0.1 */ [property, maybevoid] boolean IsSpellInAllLanguages; diff --git a/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl b/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl index ce243fd86607..3fffe4119f5e 100644 --- a/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl +++ b/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl @@ -55,7 +55,7 @@ published constants LinguServiceEventFlags //------------------------------------------------------------------------- /** Request new proofreading of the document - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ const short PROOFREAD_AGAIN = 8; diff --git a/offapi/com/sun/star/linguistic2/Proofreader.idl b/offapi/com/sun/star/linguistic2/Proofreader.idl index 216731abe04d..0254903fdde5 100644 --- a/offapi/com/sun/star/linguistic2/Proofreader.idl +++ b/offapi/com/sun/star/linguistic2/Proofreader.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module linguistic2 { required to be checked. However error reports need to be limited to the current sentence.</p> - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ service Proofreader : XProofreader {}; diff --git a/offapi/com/sun/star/linguistic2/ProofreadingIterator.idl b/offapi/com/sun/star/linguistic2/ProofreadingIterator.idl index 4155aef3396a..873e3f5dfa17 100644 --- a/offapi/com/sun/star/linguistic2/ProofreadingIterator.idl +++ b/offapi/com/sun/star/linguistic2/ProofreadingIterator.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module linguistic2 { and proofreaders (often called just grammar checkers). It is responsible to process requests for proofreading text portions.</p> - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ service ProofreadingIterator : XProofreadingIterator {}; diff --git a/offapi/com/sun/star/linguistic2/ProofreadingResult.idl b/offapi/com/sun/star/linguistic2/ProofreadingResult.idl index 57e61a97ab14..4fcf1fab6cbe 100644 --- a/offapi/com/sun/star/linguistic2/ProofreadingResult.idl +++ b/offapi/com/sun/star/linguistic2/ProofreadingResult.idl @@ -51,7 +51,7 @@ interface XProofreader; //============================================================================= /** holds the results from proofreading a sentence. - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ struct ProofreadingResult { diff --git a/offapi/com/sun/star/linguistic2/SingleProofreadingError.idl b/offapi/com/sun/star/linguistic2/SingleProofreadingError.idl index 1faaeec45312..7d2571aab08a 100644 --- a/offapi/com/sun/star/linguistic2/SingleProofreadingError.idl +++ b/offapi/com/sun/star/linguistic2/SingleProofreadingError.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module linguistic2 { //============================================================================= /** holds a single error found by the proofreader. - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ struct SingleProofreadingError { diff --git a/offapi/com/sun/star/linguistic2/XConversionDictionary.idl b/offapi/com/sun/star/linguistic2/XConversionDictionary.idl index a54361e5d6aa..c4205ab11037 100644 --- a/offapi/com/sun/star/linguistic2/XConversionDictionary.idl +++ b/offapi/com/sun/star/linguistic2/XConversionDictionary.idl @@ -73,7 +73,7 @@ module com { module sun { module star { module linguistic2 { @see com::sun::star::linguistic2::ConversionDictionary @see com::sun::star::linguistic2::HangulHanjaConversionDictionary - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XConversionDictionary : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl b/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl index 8fc75350c953..66d9c129e2f4 100644 --- a/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl +++ b/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl @@ -61,7 +61,7 @@ module com { module sun { module star { module linguistic2 { If they do those dictionaries have to be flushed upon termination of the dictionary list.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XConversionDictionaryList : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/linguistic2/XConversionPropertyType.idl b/offapi/com/sun/star/linguistic2/XConversionPropertyType.idl index 89559bd30a1b..cba8b0c34790 100644 --- a/offapi/com/sun/star/linguistic2/XConversionPropertyType.idl +++ b/offapi/com/sun/star/linguistic2/XConversionPropertyType.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module linguistic2 { @see com::sun::star::linguistic2::XConversionDictionary @see com::sun::star::linguistic2::ConversionPropertyType - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XConversionPropertyType : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl b/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl index 586b62a5848a..301ef7d24609 100644 --- a/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl +++ b/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl @@ -77,7 +77,7 @@ module com { module sun { module star { module linguistic2 { <li>ka : Georgian</li> <li>ko : Korean</li> <li>la : Latin</li> - <li>lb : Luxembourgish (added with OOo 3.3)</li> + <li>lb : Luxembourgish (added with OpenOffice 3.3)</li> <li>lt : Lithuanian</li> <li>lv : Latvian</li> <li>mr : Marathi</li> @@ -97,7 +97,7 @@ module com { module sun { module star { module linguistic2 { <li>sk-SK : Slovak (written with latin characters)</li> <li>sl : Slovenian</li> <li>sq : Albanian</li> - <li>sr : Serbian (written with cyrillic characters) (added with OOo 3.4)</li> + <li>sr : Serbian (written with cyrillic characters) (added with OpenOffice 3.4)</li> <li>sv : Swedish</li> <li>sw : Swahili</li> <li>ta : Tamil</li> @@ -113,7 +113,7 @@ module com { module sun { module star { module linguistic2 { </p> - @since OOo 2.2 + @since OpenOffice 2.2 */ interface XLanguageGuessing { diff --git a/offapi/com/sun/star/linguistic2/XProofreader.idl b/offapi/com/sun/star/linguistic2/XProofreader.idl index 363e9c58a739..0cc4f645126a 100644 --- a/offapi/com/sun/star/linguistic2/XProofreader.idl +++ b/offapi/com/sun/star/linguistic2/XProofreader.idl @@ -58,7 +58,7 @@ module com { module sun { module star { module linguistic2 { //============================================================================= /** API for proofreading a text - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ interface XProofreader: com::sun::star::linguistic2::XSupportedLocales { diff --git a/offapi/com/sun/star/linguistic2/XProofreadingIterator.idl b/offapi/com/sun/star/linguistic2/XProofreadingIterator.idl index 3d8b121c10a0..19a9373b1da2 100644 --- a/offapi/com/sun/star/linguistic2/XProofreadingIterator.idl +++ b/offapi/com/sun/star/linguistic2/XProofreadingIterator.idl @@ -54,7 +54,7 @@ module com { module sun { module star { module linguistic2 { //============================================================================= /** API for the proofreading iterator that mediates between the document and the proofreader. - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ interface XProofreadingIterator: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/linguistic2/XSearchableDictionary.idl b/offapi/com/sun/star/linguistic2/XSearchableDictionary.idl index 38d662545129..840d3a693c8e 100644 --- a/offapi/com/sun/star/linguistic2/XSearchableDictionary.idl +++ b/offapi/com/sun/star/linguistic2/XSearchableDictionary.idl @@ -53,7 +53,7 @@ interface XSearchableDictionary : com::sun::star::linguistic2::XDictionary @see <type scope="com::sun::star::linguistic2">XDictionaryEntry</type> @see <type scope="com::sun::star::linguistic2">XSearchableDictionaryList</type> - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ sequence< com::sun::star::linguistic2::XDictionaryEntry > searchSimilarEntries( [in] string aWord ); diff --git a/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl b/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl index 6934d2895229..5793a433c317 100644 --- a/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl +++ b/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl @@ -48,7 +48,7 @@ interface XSetSpellAlternatives : com::sun::star::uno::XInterface /** set the list of suggestions to be returned. - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ void setAlternatives( [in] sequence< string > aAlternatives ); @@ -57,7 +57,7 @@ interface XSetSpellAlternatives : com::sun::star::uno::XInterface set the type of error found. @see <tyoe scope="com::sun::star::linguistic2">SpellFailure</type> - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ void setFailureType( [in] short nFailureType ); diff --git a/offapi/com/sun/star/logging/ConsoleHandler.idl b/offapi/com/sun/star/logging/ConsoleHandler.idl index 76db7ab3d370..a8faffc9869d 100644 --- a/offapi/com/sun/star/logging/ConsoleHandler.idl +++ b/offapi/com/sun/star/logging/ConsoleHandler.idl @@ -42,7 +42,7 @@ interface XConsoleHandler; /** specifies a component implementing a log handler whose output channel is the processes console. - @since OOo 2.3 + @since OpenOffice 2.3 */ service ConsoleHandler : XConsoleHandler { diff --git a/offapi/com/sun/star/logging/CsvLogFormatter.idl b/offapi/com/sun/star/logging/CsvLogFormatter.idl index 24d9bef64ce6..141e0395e30c 100644 --- a/offapi/com/sun/star/logging/CsvLogFormatter.idl +++ b/offapi/com/sun/star/logging/CsvLogFormatter.idl @@ -43,7 +43,7 @@ interface XCsvLogFormatter; (userdefined) column the data to log has to be preformatted with the formatMultiColumn method.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ service CsvLogFormatter : XCsvLogFormatter { diff --git a/offapi/com/sun/star/logging/DocumentIOLogRing.idl b/offapi/com/sun/star/logging/DocumentIOLogRing.idl index 9178876f6c80..a19ba8fdab54 100644 --- a/offapi/com/sun/star/logging/DocumentIOLogRing.idl +++ b/offapi/com/sun/star/logging/DocumentIOLogRing.idl @@ -46,7 +46,7 @@ interface XSimpleLogRing; Please do not use the singleton without communication with source owner! </p> - @since OOo 3.2 + @since OpenOffice 3.2 */ singleton DocumentIOLogRing : XSimpleLogRing; diff --git a/offapi/com/sun/star/logging/FileHandler.idl b/offapi/com/sun/star/logging/FileHandler.idl index 5b26fb9d10f2..7ee7f7dd2442 100644 --- a/offapi/com/sun/star/logging/FileHandler.idl +++ b/offapi/com/sun/star/logging/FileHandler.idl @@ -48,7 +48,7 @@ interface XLogHandler; @see XLogHandler::Encoding - @since OOo 2.3 + @since OpenOffice 2.3 */ service FileHandler : XLogHandler { diff --git a/offapi/com/sun/star/logging/LogLevel.idl b/offapi/com/sun/star/logging/LogLevel.idl index 155e9497bf8e..366f93550e4d 100644 --- a/offapi/com/sun/star/logging/LogLevel.idl +++ b/offapi/com/sun/star/logging/LogLevel.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module logging { @see XLogger - @since OOo 2.3 + @since OpenOffice 2.3 */ constants LogLevel { diff --git a/offapi/com/sun/star/logging/LogRecord.idl b/offapi/com/sun/star/logging/LogRecord.idl index 6a9f54de4420..9d90148d5e83 100644 --- a/offapi/com/sun/star/logging/LogRecord.idl +++ b/offapi/com/sun/star/logging/LogRecord.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module logging { @see XLogger - @since OOo 2.3 + @since OpenOffice 2.3 */ published struct LogRecord { diff --git a/offapi/com/sun/star/logging/LoggerPool.idl b/offapi/com/sun/star/logging/LoggerPool.idl index 89877c324203..77782820748e 100644 --- a/offapi/com/sun/star/logging/LoggerPool.idl +++ b/offapi/com/sun/star/logging/LoggerPool.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module logging { <p>The one and only <code>LoggerPool</code> instance is available at a component context as value with the key <code>/singletons/com.sun.star.logging.LoggerPool</code>.</p> - @since OOo 2.3 + @since OpenOffice 2.3 */ singleton LoggerPool : XLoggerPool; diff --git a/offapi/com/sun/star/logging/PlainTextFormatter.idl b/offapi/com/sun/star/logging/PlainTextFormatter.idl index e668cc6faa62..08a149834ade 100644 --- a/offapi/com/sun/star/logging/PlainTextFormatter.idl +++ b/offapi/com/sun/star/logging/PlainTextFormatter.idl @@ -39,7 +39,7 @@ interface XLogFormatter; the time of the logged event, the source class/method name (if applicable), and the log message.</p> - @since OOo 2.3 + @since OpenOffice 2.3 */ service PlainTextFormatter : XLogFormatter { diff --git a/offapi/com/sun/star/logging/SimpleLogRing.idl b/offapi/com/sun/star/logging/SimpleLogRing.idl index 5736b075a895..08b9179a48c4 100644 --- a/offapi/com/sun/star/logging/SimpleLogRing.idl +++ b/offapi/com/sun/star/logging/SimpleLogRing.idl @@ -41,7 +41,7 @@ interface XSimpleLogRing; /** This service allows to log the events in a ring of specified size. - @since OOo 3.2 + @since OpenOffice 3.2 */ service SimpleLogRing : XSimpleLogRing { diff --git a/offapi/com/sun/star/logging/XConsoleHandler.idl b/offapi/com/sun/star/logging/XConsoleHandler.idl index 9e9733b5b202..c946ad353c11 100644 --- a/offapi/com/sun/star/logging/XConsoleHandler.idl +++ b/offapi/com/sun/star/logging/XConsoleHandler.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module logging { <p>Note that a console handler will ignore its formatter's head and tail, since it cannot decided whether they should be emitted on <code>stdout</code> or <code>stderr</code>.</p> - @since OOo 2.3 + @since OpenOffice 2.3 */ interface XConsoleHandler : XLogHandler { diff --git a/offapi/com/sun/star/logging/XCsvLogFormatter.idl b/offapi/com/sun/star/logging/XCsvLogFormatter.idl index 1fe090aafc0f..845c1dd50aca 100644 --- a/offapi/com/sun/star/logging/XCsvLogFormatter.idl +++ b/offapi/com/sun/star/logging/XCsvLogFormatter.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module logging { @see XLogFormatter, XLogHandler - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XCsvLogFormatter : XLogFormatter { diff --git a/offapi/com/sun/star/logging/XLogFormatter.idl b/offapi/com/sun/star/logging/XLogFormatter.idl index 3f201ac06d03..f753ec22d356 100644 --- a/offapi/com/sun/star/logging/XLogFormatter.idl +++ b/offapi/com/sun/star/logging/XLogFormatter.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module logging { @see XLogHandler - @since OOo 2.3 + @since OpenOffice 2.3 */ published interface XLogFormatter { diff --git a/offapi/com/sun/star/logging/XLogHandler.idl b/offapi/com/sun/star/logging/XLogHandler.idl index 90aa0fc910b8..cf3077f98bfc 100644 --- a/offapi/com/sun/star/logging/XLogHandler.idl +++ b/offapi/com/sun/star/logging/XLogHandler.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module logging { @see XLogger - @since OOo 2.3 + @since OpenOffice 2.3 */ published interface XLogHandler { diff --git a/offapi/com/sun/star/logging/XLogger.idl b/offapi/com/sun/star/logging/XLogger.idl index 13bb1fb7c46e..b7d945a11dd5 100644 --- a/offapi/com/sun/star/logging/XLogger.idl +++ b/offapi/com/sun/star/logging/XLogger.idl @@ -47,7 +47,7 @@ published interface XLogHandler; <li>Logger instances do not form a hierarchy.</li> </ul></p> - @since OOo 2.3 + @since OpenOffice 2.3 */ published interface XLogger { diff --git a/offapi/com/sun/star/logging/XLoggerPool.idl b/offapi/com/sun/star/logging/XLoggerPool.idl index e0cb31df217a..aa31a3732a9e 100644 --- a/offapi/com/sun/star/logging/XLoggerPool.idl +++ b/offapi/com/sun/star/logging/XLoggerPool.idl @@ -38,7 +38,7 @@ interface XLogger; /** implements a pool for named <type>XLogger</type> instances - @since OOo 2.3 + @since OpenOffice 2.3 */ interface XLoggerPool { diff --git a/offapi/com/sun/star/logging/XSimpleLogRing.idl b/offapi/com/sun/star/logging/XSimpleLogRing.idl index 4d5069967ef1..6822be269b36 100644 --- a/offapi/com/sun/star/logging/XSimpleLogRing.idl +++ b/offapi/com/sun/star/logging/XSimpleLogRing.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module logging { simple, the strings should be produced by the preprocessor mainly. </p> - @since OOo 3.2 + @since OpenOffice 3.2 */ interface XSimpleLogRing { diff --git a/offapi/com/sun/star/mail/MailAttachment.idl b/offapi/com/sun/star/mail/MailAttachment.idl index e2bf8ecf9619..c47454220b37 100644 --- a/offapi/com/sun/star/mail/MailAttachment.idl +++ b/offapi/com/sun/star/mail/MailAttachment.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module mail { @see ::com::sun::star::mail::XMailMessage - @since OOo 2.0 + @since OpenOffice 2.0 */ struct MailAttachment { diff --git a/offapi/com/sun/star/mail/MailException.idl b/offapi/com/sun/star/mail/MailException.idl index 1b9285e26049..6ac84766526b 100644 --- a/offapi/com/sun/star/mail/MailException.idl +++ b/offapi/com/sun/star/mail/MailException.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module mail { An MailException is the base of all mail related exceptions. - @since OOo 2.0 + @since OpenOffice 2.0 */ exception MailException: com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/mail/MailMessage.idl b/offapi/com/sun/star/mail/MailMessage.idl index 9c0a2893845a..7b1148f11546 100644 --- a/offapi/com/sun/star/mail/MailMessage.idl +++ b/offapi/com/sun/star/mail/MailMessage.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module mail { interface XMailMessage; /** - @since OOo 2.0 + @since OpenOffice 2.0 */ service MailMessage: XMailMessage { diff --git a/offapi/com/sun/star/mail/MailServer.idl b/offapi/com/sun/star/mail/MailServer.idl index dae8e54c8eb0..ee48b02b4176 100644 --- a/offapi/com/sun/star/mail/MailServer.idl +++ b/offapi/com/sun/star/mail/MailServer.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module mail { interface XMailServer; /** - @since OOo 2.0 + @since OpenOffice 2.0 */ service MailServer: XMailServer { diff --git a/offapi/com/sun/star/mail/MailServiceProvider.idl b/offapi/com/sun/star/mail/MailServiceProvider.idl index ff176303c1d4..874f49123b02 100644 --- a/offapi/com/sun/star/mail/MailServiceProvider.idl +++ b/offapi/com/sun/star/mail/MailServiceProvider.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module mail { interface XMailService; /** - @since OOo 2.0 + @since OpenOffice 2.0 */ service MailServiceProvider: XMailServiceProvider { diff --git a/offapi/com/sun/star/mail/MailServiceType.idl b/offapi/com/sun/star/mail/MailServiceType.idl index 1a755ccc0532..5db298f6dc6d 100644 --- a/offapi/com/sun/star/mail/MailServiceType.idl +++ b/offapi/com/sun/star/mail/MailServiceType.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module mail { /** - @since OOo 2.0 + @since OpenOffice 2.0 */ enum MailServiceType { diff --git a/offapi/com/sun/star/mail/NoMailServiceProviderException.idl b/offapi/com/sun/star/mail/NoMailServiceProviderException.idl index 766ef5731940..de239e711c45 100644 --- a/offapi/com/sun/star/mail/NoMailServiceProviderException.idl +++ b/offapi/com/sun/star/mail/NoMailServiceProviderException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module mail { @see com::sun::star::mail::MailService - @since OOo 2.0 + @since OpenOffice 2.0 */ exception NoMailServiceProviderException: com::sun::star::mail::MailException { diff --git a/offapi/com/sun/star/mail/NoMailTransportProviderException.idl b/offapi/com/sun/star/mail/NoMailTransportProviderException.idl index c908e24b6985..6a69ba29ac8f 100644 --- a/offapi/com/sun/star/mail/NoMailTransportProviderException.idl +++ b/offapi/com/sun/star/mail/NoMailTransportProviderException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module mail { @see com::sun::star::mail::MailServer - @since OOo 2.0 + @since OpenOffice 2.0 */ exception NoMailTransportProviderException: com::sun::star::mail::MailException { diff --git a/offapi/com/sun/star/mail/SendMailMessageFailedException.idl b/offapi/com/sun/star/mail/SendMailMessageFailedException.idl index fee50b13a353..0edebfc3b918 100644 --- a/offapi/com/sun/star/mail/SendMailMessageFailedException.idl +++ b/offapi/com/sun/star/mail/SendMailMessageFailedException.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module mail { @see com::sun::star::mail::XMailServer - @since OOo 2.0 + @since OpenOffice 2.0 */ exception SendMailMessageFailedException: com::sun::star::mail::MailException { diff --git a/offapi/com/sun/star/mail/XAuthenticator.idl b/offapi/com/sun/star/mail/XAuthenticator.idl index e90bfc7bd07d..e555cf52a5a5 100644 --- a/offapi/com/sun/star/mail/XAuthenticator.idl +++ b/offapi/com/sun/star/mail/XAuthenticator.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module mail { An implementation of this interface may for instance show a dialog to query the user for the necessary data. - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XAuthenticator: ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/mail/XConnectionListener.idl b/offapi/com/sun/star/mail/XConnectionListener.idl index 804aed16c182..2702b2de1dac 100644 --- a/offapi/com/sun/star/mail/XConnectionListener.idl +++ b/offapi/com/sun/star/mail/XConnectionListener.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module mail { @see com::sun::star::mail::XMailServer - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XConnectionListener: ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/mail/XMailMessage.idl b/offapi/com/sun/star/mail/XMailMessage.idl index 6c9581d02f91..79e82e3a125a 100644 --- a/offapi/com/sun/star/mail/XMailMessage.idl +++ b/offapi/com/sun/star/mail/XMailMessage.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module mail { @see com::sun::star::mail::XMailServer - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XMailMessage: ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/mail/XMailServer.idl b/offapi/com/sun/star/mail/XMailServer.idl index 17e470546094..56cf9fdcc725 100644 --- a/offapi/com/sun/star/mail/XMailServer.idl +++ b/offapi/com/sun/star/mail/XMailServer.idl @@ -91,7 +91,7 @@ module com { module sun { module star { module mail { @see com::sun::star::mail::XMailMessage - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XMailServer: ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/mail/XMailService.idl b/offapi/com/sun/star/mail/XMailService.idl index 84048cb0236a..05c7c48056d3 100644 --- a/offapi/com/sun/star/mail/XMailService.idl +++ b/offapi/com/sun/star/mail/XMailService.idl @@ -78,7 +78,7 @@ module com { module sun { module star { module mail { /** Represents a mail server abstraction. - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XMailService: ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/mail/XMailServiceProvider.idl b/offapi/com/sun/star/mail/XMailServiceProvider.idl index c72baa9c10a7..c828fa01944a 100644 --- a/offapi/com/sun/star/mail/XMailServiceProvider.idl +++ b/offapi/com/sun/star/mail/XMailServiceProvider.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module mail { /** A factory for creating different mail services. - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XMailServiceProvider: ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/mail/XSmtpService.idl b/offapi/com/sun/star/mail/XSmtpService.idl index d8b7504bc21b..939ec0cbfcba 100644 --- a/offapi/com/sun/star/mail/XSmtpService.idl +++ b/offapi/com/sun/star/mail/XSmtpService.idl @@ -60,7 +60,7 @@ module com { module sun { module star { module mail { @see com::sun::star::mail::XMailService @see com::sun::star::mail::XMailMessage - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XSmtpService: ::com::sun::star::mail::XMailService { diff --git a/offapi/com/sun/star/oooimprovement/Core.idl b/offapi/com/sun/star/oooimprovement/Core.idl index 3a90655be1bd..c0190bbeef32 100644 --- a/offapi/com/sun/star/oooimprovement/Core.idl +++ b/offapi/com/sun/star/oooimprovement/Core.idl @@ -35,7 +35,7 @@ interface XCore; /** specifies a service which allows interfacing the core components of the Core - @since OOo 3.0 + @since OpenOffice 3.0 */ service Core : XCore { diff --git a/offapi/com/sun/star/oooimprovement/CoreController.idl b/offapi/com/sun/star/oooimprovement/CoreController.idl index d600d6d2c6b2..85a259c3bbc9 100644 --- a/offapi/com/sun/star/oooimprovement/CoreController.idl +++ b/offapi/com/sun/star/oooimprovement/CoreController.idl @@ -33,10 +33,10 @@ interface XCoreController; //============================================================================= /** specifies a service controlling the core components of the Openoffice.org - improvement program. The OOo improvement program extension has to implement + improvement program. The OpenOffice improvement program extension has to implement this service. - @since OOo 3.0 + @since OpenOffice 3.0 */ service CoreController : XCoreController { diff --git a/offapi/com/sun/star/oooimprovement/XCore.idl b/offapi/com/sun/star/oooimprovement/XCore.idl index f46208389247..6cc3ff20ceed 100644 --- a/offapi/com/sun/star/oooimprovement/XCore.idl +++ b/offapi/com/sun/star/oooimprovement/XCore.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module oooimprovement { /** specifies the interface used to query the Core status - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XCore { diff --git a/offapi/com/sun/star/oooimprovement/XCoreController.idl b/offapi/com/sun/star/oooimprovement/XCoreController.idl index 2d0601cf799b..efac75f166b3 100644 --- a/offapi/com/sun/star/oooimprovement/XCoreController.idl +++ b/offapi/com/sun/star/oooimprovement/XCoreController.idl @@ -33,10 +33,10 @@ module com { module sun { module star { module oooimprovement { //============================================================================= -/** specifies the interface used to control the OOo Improvement core +/** specifies the interface used to control the OpenOffice Improvement core components - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XCoreController { diff --git a/offapi/com/sun/star/packages/zip/ZipIOException.idl b/offapi/com/sun/star/packages/zip/ZipIOException.idl index 12082908b646..ef01b4601fb5 100644 --- a/offapi/com/sun/star/packages/zip/ZipIOException.idl +++ b/offapi/com/sun/star/packages/zip/ZipIOException.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module packages { module zip { <p>This interface is an IDL version of the Java interface <em>java.util.zip.ZipException</em> with some minor adaptations.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception ZipIOException: com::sun::star::io::IOException { diff --git a/offapi/com/sun/star/presentation/HandoutView.idl b/offapi/com/sun/star/presentation/HandoutView.idl index a017789c8494..9a36c1515cbf 100644 --- a/offapi/com/sun/star/presentation/HandoutView.idl +++ b/offapi/com/sun/star/presentation/HandoutView.idl @@ -36,7 +36,7 @@ /** This componend integrates a view to a handout page inside a presentation document into the desktop. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service HandoutView { diff --git a/offapi/com/sun/star/presentation/NotesView.idl b/offapi/com/sun/star/presentation/NotesView.idl index c72c05ba0d97..13c8bfca42b6 100644 --- a/offapi/com/sun/star/presentation/NotesView.idl +++ b/offapi/com/sun/star/presentation/NotesView.idl @@ -36,7 +36,7 @@ /** This componend integrates a view to a handout page inside a presentation document into the desktop. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service NotesView { diff --git a/offapi/com/sun/star/presentation/OutlineView.idl b/offapi/com/sun/star/presentation/OutlineView.idl index da2b26014821..ba2974365925 100644 --- a/offapi/com/sun/star/presentation/OutlineView.idl +++ b/offapi/com/sun/star/presentation/OutlineView.idl @@ -59,7 +59,7 @@ In an outline view, the textual contents of presentation text objects from all presentation pages are presentet as a continous outline text. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service OutlineView { diff --git a/offapi/com/sun/star/presentation/Presentation2.idl b/offapi/com/sun/star/presentation/Presentation2.idl index 1285a0338128..cea0bbac5fec 100644 --- a/offapi/com/sun/star/presentation/Presentation2.idl +++ b/offapi/com/sun/star/presentation/Presentation2.idl @@ -39,7 +39,7 @@ /** enhances the Presentation service to give access to a <type>XPresentation2</type> interface. - @since OOo 3.0 + @since OpenOffice 3.0 */ service Presentation2 { diff --git a/offapi/com/sun/star/presentation/PreviewView.idl b/offapi/com/sun/star/presentation/PreviewView.idl index 4ed8c2e1871d..5f8c01003d5f 100644 --- a/offapi/com/sun/star/presentation/PreviewView.idl +++ b/offapi/com/sun/star/presentation/PreviewView.idl @@ -56,7 +56,7 @@ /** This componend integrates a preview view to a slide show of a presentation document into the desktop. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service PreviewView { diff --git a/offapi/com/sun/star/presentation/SlidesView.idl b/offapi/com/sun/star/presentation/SlidesView.idl index d00ad65f3154..9f8260bb46a6 100644 --- a/offapi/com/sun/star/presentation/SlidesView.idl +++ b/offapi/com/sun/star/presentation/SlidesView.idl @@ -60,7 +60,7 @@ to the user as thumbnails and can be arranged and cut/copied to/from the clipboard. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service SlidesView { diff --git a/offapi/com/sun/star/presentation/XPresentation2.idl b/offapi/com/sun/star/presentation/XPresentation2.idl index 5bb1e1e0ae7f..e5cd1900ac6a 100644 --- a/offapi/com/sun/star/presentation/XPresentation2.idl +++ b/offapi/com/sun/star/presentation/XPresentation2.idl @@ -53,7 +53,7 @@ a <type>XSlideShowController</type> and to start a presentation with arguments. - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XPresentation2 { diff --git a/offapi/com/sun/star/presentation/XShapeEventListener.idl b/offapi/com/sun/star/presentation/XShapeEventListener.idl index ab75309192b6..354b620c3bd7 100644 --- a/offapi/com/sun/star/presentation/XShapeEventListener.idl +++ b/offapi/com/sun/star/presentation/XShapeEventListener.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module presentation { /** Listener interface to receive shape-specific events.<p> - @since OOo 2.4 + @since OpenOffice 2.4 */ interface XShapeEventListener : ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/presentation/XSlideShow.idl b/offapi/com/sun/star/presentation/XSlideShow.idl index 4cd4622b0245..8753cb05f3df 100644 --- a/offapi/com/sun/star/presentation/XSlideShow.idl +++ b/offapi/com/sun/star/presentation/XSlideShow.idl @@ -71,7 +71,7 @@ module com { module sun { module star { module presentation { Note: To controll a running slideshow inside a presentation, please use <type>XPresentation2</type> and <type>XSlideShowController</type>. - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XSlideShow : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/presentation/XSlideShowController.idl b/offapi/com/sun/star/presentation/XSlideShowController.idl index 9c05cb784979..21addd0b662e 100644 --- a/offapi/com/sun/star/presentation/XSlideShowController.idl +++ b/offapi/com/sun/star/presentation/XSlideShowController.idl @@ -48,7 +48,7 @@ /** interface to control a running slideshow. @see XPresentation2 - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XSlideShowController { @@ -288,6 +288,14 @@ interface XSlideShowController //------------------------------------------------------------------------- + /** This attribute changes the width of the pen. + + @since OpenOffice 4.1 + */ + [attribute] double PenWidth; + + //------------------------------------------------------------------------- + /** returns the actuall <type>XSlideShow</type> instance that runs the slideshow. <br>Normaly all navigation should be done using this controller and diff --git a/offapi/com/sun/star/presentation/XSlideShowListener.idl b/offapi/com/sun/star/presentation/XSlideShowListener.idl index 0a84c3959b98..de3480529cd3 100644 --- a/offapi/com/sun/star/presentation/XSlideShowListener.idl +++ b/offapi/com/sun/star/presentation/XSlideShowListener.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module presentation { @see XShapeEventListener - @since OOo 3.0 + @since OpenOffice 3.0 */ published interface XSlideShowListener : ::com::sun::star::animations::XAnimationListener { diff --git a/offapi/com/sun/star/presentation/XSlideShowView.idl b/offapi/com/sun/star/presentation/XSlideShowView.idl index d5c4b4c0e010..7b5764cfd22a 100644 --- a/offapi/com/sun/star/presentation/XSlideShowView.idl +++ b/offapi/com/sun/star/presentation/XSlideShowView.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module presentation { XSlideShow interface to display a presentation. The slideshow can be displayed simultaneously on multiple views<p> - @since OOo 2.4 + @since OpenOffice 2.4 */ published interface XSlideShowView : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/presentation/XTransition.idl b/offapi/com/sun/star/presentation/XTransition.idl index ad10bb055e40..9b8b11c67d3f 100644 --- a/offapi/com/sun/star/presentation/XTransition.idl +++ b/offapi/com/sun/star/presentation/XTransition.idl @@ -37,7 +37,7 @@ interface XSlideShowView; /** Transition interface to render custom transitions over time.<p> - @since OOo 2.4 + @since OpenOffice 2.4 */ interface XTransition : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/presentation/XTransitionFactory.idl b/offapi/com/sun/star/presentation/XTransitionFactory.idl index 7a064e3119dd..2ce3f5fce3f4 100644 --- a/offapi/com/sun/star/presentation/XTransitionFactory.idl +++ b/offapi/com/sun/star/presentation/XTransitionFactory.idl @@ -44,7 +44,7 @@ interface XSlideShowView; This interface provides the necessary methods to query and create optional transition effects for a SlideShow<p> - @since OOo 2.4 + @since OpenOffice 2.4 */ interface XTransitionFactory : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/rdf/BlankNode.idl b/offapi/com/sun/star/rdf/BlankNode.idl index b46238c147d0..2a3f9c580e14 100644 --- a/offapi/com/sun/star/rdf/BlankNode.idl +++ b/offapi/com/sun/star/rdf/BlankNode.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module rdf { //============================================================================= /** represents a blank node that may occur in a RDF graph. - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository */ diff --git a/offapi/com/sun/star/rdf/FileFormat.idl b/offapi/com/sun/star/rdf/FileFormat.idl index cde6cbacd72b..3d0d29bf7ac0 100644 --- a/offapi/com/sun/star/rdf/FileFormat.idl +++ b/offapi/com/sun/star/rdf/FileFormat.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module rdf { <atom>string</atom> constants. </p> - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository::importGraph @see XRepository::exportGraph diff --git a/offapi/com/sun/star/rdf/Literal.idl b/offapi/com/sun/star/rdf/Literal.idl index af5023549147..aa95726bbb7d 100644 --- a/offapi/com/sun/star/rdf/Literal.idl +++ b/offapi/com/sun/star/rdf/Literal.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module rdf { //============================================================================= /** represents a literal that may occur in a RDF graph. - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository */ diff --git a/offapi/com/sun/star/rdf/ParseException.idl b/offapi/com/sun/star/rdf/ParseException.idl index 927a79427170..a9d0a1920d4f 100644 --- a/offapi/com/sun/star/rdf/ParseException.idl +++ b/offapi/com/sun/star/rdf/ParseException.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module rdf { //============================================================================= /** represents an error condition that is signalled on parsing an RDF file. - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository */ diff --git a/offapi/com/sun/star/rdf/QueryException.idl b/offapi/com/sun/star/rdf/QueryException.idl index ae7a1c34f9e1..dede5e12d05f 100644 --- a/offapi/com/sun/star/rdf/QueryException.idl +++ b/offapi/com/sun/star/rdf/QueryException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module rdf { /** represents an error condition that is signalled on evaluating a query against an RDF Repository. - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository */ diff --git a/offapi/com/sun/star/rdf/Repository.idl b/offapi/com/sun/star/rdf/Repository.idl index a7cf12ed37ec..5dbb69193f85 100644 --- a/offapi/com/sun/star/rdf/Repository.idl +++ b/offapi/com/sun/star/rdf/Repository.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module rdf { //============================================================================= /** provides access to a set of named RDF graphs. - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository @see XRepositorySupplier diff --git a/offapi/com/sun/star/rdf/RepositoryException.idl b/offapi/com/sun/star/rdf/RepositoryException.idl index 1fdf30072676..b79a8815a3ba 100644 --- a/offapi/com/sun/star/rdf/RepositoryException.idl +++ b/offapi/com/sun/star/rdf/RepositoryException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module rdf { /** represents an error condition that is signalled on accessing an RDF Repository. - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository */ diff --git a/offapi/com/sun/star/rdf/Statement.idl b/offapi/com/sun/star/rdf/Statement.idl index 7cca921de034..dcf21ae6076e 100644 --- a/offapi/com/sun/star/rdf/Statement.idl +++ b/offapi/com/sun/star/rdf/Statement.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module rdf { //============================================================================= /** represents a RDF statement, or triple. - @since OOo 3.2 + @since OpenOffice 3.2 @see XRepository */ diff --git a/offapi/com/sun/star/rdf/URI.idl b/offapi/com/sun/star/rdf/URI.idl index 944a4f8169a4..3dbd6c0132c3 100644 --- a/offapi/com/sun/star/rdf/URI.idl +++ b/offapi/com/sun/star/rdf/URI.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module rdf { //============================================================================= /** represents an URI node that may occur in a RDF graph. - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository */ diff --git a/offapi/com/sun/star/rdf/URIs.idl b/offapi/com/sun/star/rdf/URIs.idl index fba9826e4966..bb7264182ed3 100644 --- a/offapi/com/sun/star/rdf/URIs.idl +++ b/offapi/com/sun/star/rdf/URIs.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module rdf { These constants are for use with <member>URI::createKnown</member>. </p> - @since OOo 3.2 + @since OpenOffice 3.2 @see URI::createKnown */ diff --git a/offapi/com/sun/star/rdf/XBlankNode.idl b/offapi/com/sun/star/rdf/XBlankNode.idl index b798f7957aea..edd0cc6c9621 100644 --- a/offapi/com/sun/star/rdf/XBlankNode.idl +++ b/offapi/com/sun/star/rdf/XBlankNode.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module rdf { they are resources that are anonymous. </p> - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository */ diff --git a/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl b/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl index 8abb67483333..348ffbd4f042 100644 --- a/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl +++ b/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl @@ -105,7 +105,7 @@ module com { module sun { module star { module rdf { This is so that you can easily make RDF statements about the document. </p> - @since OOo 3.2 + @since OpenOffice 3.2 @see XDocumentRepository */ diff --git a/offapi/com/sun/star/rdf/XDocumentRepository.idl b/offapi/com/sun/star/rdf/XDocumentRepository.idl index a8ac5569f9b2..2afdc18bc1f5 100644 --- a/offapi/com/sun/star/rdf/XDocumentRepository.idl +++ b/offapi/com/sun/star/rdf/XDocumentRepository.idl @@ -51,7 +51,7 @@ module com { module sun { module star { module rdf { which is stored as RDFa. </p> - @since OOo 3.2 + @since OpenOffice 3.2 @see XRepositorySupplier @see XDocumentMetadataAccess diff --git a/offapi/com/sun/star/rdf/XLiteral.idl b/offapi/com/sun/star/rdf/XLiteral.idl index 0adce5aed844..771ca70cbd7a 100644 --- a/offapi/com/sun/star/rdf/XLiteral.idl +++ b/offapi/com/sun/star/rdf/XLiteral.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module rdf { Note that there is no literal with both Language and Datatype. </p> - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository */ diff --git a/offapi/com/sun/star/rdf/XMetadatable.idl b/offapi/com/sun/star/rdf/XMetadatable.idl index 5a98652192ed..415be9f14840 100644 --- a/offapi/com/sun/star/rdf/XMetadatable.idl +++ b/offapi/com/sun/star/rdf/XMetadatable.idl @@ -58,7 +58,7 @@ module com { module sun { module star { module rdf { reference for the instance. </p> - @since OOo 3.2 + @since OpenOffice 3.2 @see XRepository @see XDocumentMetadataAccess diff --git a/offapi/com/sun/star/rdf/XNamedGraph.idl b/offapi/com/sun/star/rdf/XNamedGraph.idl index 64ebdfc32937..95f07b680ca3 100644 --- a/offapi/com/sun/star/rdf/XNamedGraph.idl +++ b/offapi/com/sun/star/rdf/XNamedGraph.idl @@ -66,7 +66,7 @@ module com { module sun { module star { module rdf { <type scope="com::sun::star::container">NoSuchElementException</type>. </p> - @since OOo 3.2 + @since OpenOffice 3.2 @see XRepository */ diff --git a/offapi/com/sun/star/rdf/XNode.idl b/offapi/com/sun/star/rdf/XNode.idl index 61cc0dac2449..9848f3055b41 100644 --- a/offapi/com/sun/star/rdf/XNode.idl +++ b/offapi/com/sun/star/rdf/XNode.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module rdf { XURI </pre> - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository @see Statement diff --git a/offapi/com/sun/star/rdf/XQuerySelectResult.idl b/offapi/com/sun/star/rdf/XQuerySelectResult.idl index 8c744423f72d..990487f5095c 100644 --- a/offapi/com/sun/star/rdf/XQuerySelectResult.idl +++ b/offapi/com/sun/star/rdf/XQuerySelectResult.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module rdf { the length of the sequence being the same as the number of query variables. </p> - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository::querySelect @see XNode diff --git a/offapi/com/sun/star/rdf/XReifiedStatement.idl b/offapi/com/sun/star/rdf/XReifiedStatement.idl index d0f341fe9822..a1eef44cfe03 100644 --- a/offapi/com/sun/star/rdf/XReifiedStatement.idl +++ b/offapi/com/sun/star/rdf/XReifiedStatement.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module rdf { //============================================================================= /** represents a reified RDF statement. - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository */ diff --git a/offapi/com/sun/star/rdf/XRepository.idl b/offapi/com/sun/star/rdf/XRepository.idl index e38ca8941320..c5636349f59b 100644 --- a/offapi/com/sun/star/rdf/XRepository.idl +++ b/offapi/com/sun/star/rdf/XRepository.idl @@ -119,7 +119,7 @@ module com { module sun { module star { module rdf { </p> - @since OOo 3.2 + @since OpenOffice 3.2 @see XRepositorySupplier @see XDocumentRepository diff --git a/offapi/com/sun/star/rdf/XRepositorySupplier.idl b/offapi/com/sun/star/rdf/XRepositorySupplier.idl index 4340318e1c4a..5697403b3303 100644 --- a/offapi/com/sun/star/rdf/XRepositorySupplier.idl +++ b/offapi/com/sun/star/rdf/XRepositorySupplier.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module rdf { //============================================================================= /** provides access to an RDF Repository. - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository */ diff --git a/offapi/com/sun/star/rdf/XResource.idl b/offapi/com/sun/star/rdf/XResource.idl index d4657daa443d..6e8cd305d09f 100644 --- a/offapi/com/sun/star/rdf/XResource.idl +++ b/offapi/com/sun/star/rdf/XResource.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module rdf { Note that this interface exists only to separate resources from literals. </p> - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository @see XBlankNode diff --git a/offapi/com/sun/star/rdf/XURI.idl b/offapi/com/sun/star/rdf/XURI.idl index daf1e035a6f4..e6b7f7514ab8 100644 --- a/offapi/com/sun/star/rdf/XURI.idl +++ b/offapi/com/sun/star/rdf/XURI.idl @@ -54,7 +54,7 @@ module com { module sun { module star { module rdf { the LocalName part may be empty. </p> - @since OOo 3.0 + @since OpenOffice 3.0 @see XRepository */ diff --git a/offapi/com/sun/star/rendering/AnimationAttributes.idl b/offapi/com/sun/star/rendering/AnimationAttributes.idl index ef9503fb0f9f..e67a38ccc01a 100644 --- a/offapi/com/sun/star/rendering/AnimationAttributes.idl +++ b/offapi/com/sun/star/rendering/AnimationAttributes.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module rendering { /** This structure contains attributes needed to run an animation. - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct AnimationAttributes { diff --git a/offapi/com/sun/star/rendering/AnimationRepeat.idl b/offapi/com/sun/star/rendering/AnimationRepeat.idl index ac4644bb4063..040b90db7d75 100644 --- a/offapi/com/sun/star/rendering/AnimationRepeat.idl +++ b/offapi/com/sun/star/rendering/AnimationRepeat.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module rendering { animation is driven through, thus defining the possible repeat modes.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ constants AnimationRepeat { diff --git a/offapi/com/sun/star/rendering/CanvasFactory.idl b/offapi/com/sun/star/rendering/CanvasFactory.idl index 6965014b27e3..073135174dc1 100644 --- a/offapi/com/sun/star/rendering/CanvasFactory.idl +++ b/offapi/com/sun/star/rendering/CanvasFactory.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module rendering { a service name to try first. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service CanvasFactory : com::sun::star::lang::XMultiComponentFactory; diff --git a/offapi/com/sun/star/rendering/Caret.idl b/offapi/com/sun/star/rendering/Caret.idl index 67575a108f15..62060758659e 100644 --- a/offapi/com/sun/star/rendering/Caret.idl +++ b/offapi/com/sun/star/rendering/Caret.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module rendering { This structure is used from the <type>XTextLayout</type> interface to transport information regarding a text caret.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct Caret { diff --git a/offapi/com/sun/star/rendering/ColorComponentTag.idl b/offapi/com/sun/star/rendering/ColorComponentTag.idl index 32ac288fa8f1..e65b1559f5fd 100644 --- a/offapi/com/sun/star/rendering/ColorComponentTag.idl +++ b/offapi/com/sun/star/rendering/ColorComponentTag.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module rendering { amount of red colorant contained in an output color. This constant field enumerates the most common ones. - @since OOo 2.3 + @since OpenOffice 2.3 */ constants ColorComponentTag { diff --git a/offapi/com/sun/star/rendering/CompositeOperation.idl b/offapi/com/sun/star/rendering/CompositeOperation.idl index ec089571a791..1185b5f2e27d 100644 --- a/offapi/com/sun/star/rendering/CompositeOperation.idl +++ b/offapi/com/sun/star/rendering/CompositeOperation.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module rendering { different composite modes (wherein Aa and Ab denote source and destination alpha, respectively).<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ constants CompositeOperation { diff --git a/offapi/com/sun/star/rendering/EmphasisMark.idl b/offapi/com/sun/star/rendering/EmphasisMark.idl index 938f5b966df2..e9216d5307a1 100644 --- a/offapi/com/sun/star/rendering/EmphasisMark.idl +++ b/offapi/com/sun/star/rendering/EmphasisMark.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module rendering { These constants control the automatic rendering of emphasis marks for a given font.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ constants EmphasisMark { diff --git a/offapi/com/sun/star/rendering/FillRule.idl b/offapi/com/sun/star/rendering/FillRule.idl index 7dbbb07d5cb6..b72bb3674ea6 100644 --- a/offapi/com/sun/star/rendering/FillRule.idl +++ b/offapi/com/sun/star/rendering/FillRule.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module rendering { /** Determines which algorithm to use when determining inside and outside of filled poly-polygons. - @since OOo 2.0 + @since OpenOffice 2.0 */ published enum FillRule { diff --git a/offapi/com/sun/star/rendering/FloatingPointBitmapFormat.idl b/offapi/com/sun/star/rendering/FloatingPointBitmapFormat.idl index 57412a203c61..2e85c7bdf3f8 100644 --- a/offapi/com/sun/star/rendering/FloatingPointBitmapFormat.idl +++ b/offapi/com/sun/star/rendering/FloatingPointBitmapFormat.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module rendering { /** This structure describes format of a floating point bitmap.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ constants FloatingPointBitmapFormat { diff --git a/offapi/com/sun/star/rendering/FloatingPointBitmapLayout.idl b/offapi/com/sun/star/rendering/FloatingPointBitmapLayout.idl index f3a00266e745..bdb5c30ccf15 100644 --- a/offapi/com/sun/star/rendering/FloatingPointBitmapLayout.idl +++ b/offapi/com/sun/star/rendering/FloatingPointBitmapLayout.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module rendering { This structure collects all necessary information to describe the memory layout of a bitmap having floating point color channels<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ struct FloatingPointBitmapLayout { diff --git a/offapi/com/sun/star/rendering/FontInfo.idl b/offapi/com/sun/star/rendering/FontInfo.idl index e476c6757554..9698db7679e8 100644 --- a/offapi/com/sun/star/rendering/FontInfo.idl +++ b/offapi/com/sun/star/rendering/FontInfo.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module rendering { /** This structure provides information about a specific font.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct FontInfo { diff --git a/offapi/com/sun/star/rendering/FontMetrics.idl b/offapi/com/sun/star/rendering/FontMetrics.idl index 977e7b86ed23..4ca6713e9cd2 100644 --- a/offapi/com/sun/star/rendering/FontMetrics.idl +++ b/offapi/com/sun/star/rendering/FontMetrics.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module rendering { underlying font technology, actual device output might be off by up to one device pixel from the transformed metrics. - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct FontMetrics { diff --git a/offapi/com/sun/star/rendering/FontRequest.idl b/offapi/com/sun/star/rendering/FontRequest.idl index ff014202aab5..acffaafda6e0 100644 --- a/offapi/com/sun/star/rendering/FontRequest.idl +++ b/offapi/com/sun/star/rendering/FontRequest.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module rendering { <member>FontInfo::StyleName</member> empty, if font selection should only happen via the PANOSE description. - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct FontRequest { diff --git a/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl b/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl index ccbf00099d9f..85e13372d301 100644 --- a/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl +++ b/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module rendering { This structure collects all necessary information to describe the memory layout of a bitmap having integer color channels<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ struct IntegerBitmapLayout { diff --git a/offapi/com/sun/star/rendering/InterpolationMode.idl b/offapi/com/sun/star/rendering/InterpolationMode.idl index 32ac0459de5d..af2790efa993 100644 --- a/offapi/com/sun/star/rendering/InterpolationMode.idl +++ b/offapi/com/sun/star/rendering/InterpolationMode.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module rendering { takes place between two consecutive frames of a discrete animation sequence. - @since OOo 2.0 + @since OpenOffice 2.0 */ constants InterpolationMode { diff --git a/offapi/com/sun/star/rendering/PathCapType.idl b/offapi/com/sun/star/rendering/PathCapType.idl index 6c1dcb1873c0..7f81bced47f0 100644 --- a/offapi/com/sun/star/rendering/PathCapType.idl +++ b/offapi/com/sun/star/rendering/PathCapType.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module rendering { different shapes (which are, of course, only visible for strokes wider than one device pixel).<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ constants PathCapType { diff --git a/offapi/com/sun/star/rendering/PathJoinType.idl b/offapi/com/sun/star/rendering/PathJoinType.idl index 6bfa7ddda090..e0a26662de3e 100644 --- a/offapi/com/sun/star/rendering/PathJoinType.idl +++ b/offapi/com/sun/star/rendering/PathJoinType.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module rendering { several different shapes (which are of course only visible for strokes wider than one device pixel).<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ constants PathJoinType { diff --git a/offapi/com/sun/star/rendering/RenderState.idl b/offapi/com/sun/star/rendering/RenderState.idl index 452361f3ea02..c2303e12c355 100644 --- a/offapi/com/sun/star/rendering/RenderState.idl +++ b/offapi/com/sun/star/rendering/RenderState.idl @@ -41,7 +41,7 @@ published interface XPolyPolygon2D; state, i.e. the common setup required to render each individual <type>XCanvas</type> primitive.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct RenderState { diff --git a/offapi/com/sun/star/rendering/RenderingIntent.idl b/offapi/com/sun/star/rendering/RenderingIntent.idl index 17c30cef3a90..064efd13fcfe 100644 --- a/offapi/com/sun/star/rendering/RenderingIntent.idl +++ b/offapi/com/sun/star/rendering/RenderingIntent.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module rendering { href="http://en.wikipedia.org/wiki/Rendering_intent">Wikipedia</a> for a thorough explanation. - @since OOo 2.0 + @since OpenOffice 2.0 */ constants RenderingIntent { diff --git a/offapi/com/sun/star/rendering/RepaintResult.idl b/offapi/com/sun/star/rendering/RepaintResult.idl index 38ad61753580..80fbd732d9b3 100644 --- a/offapi/com/sun/star/rendering/RepaintResult.idl +++ b/offapi/com/sun/star/rendering/RepaintResult.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module rendering { /** These constants specify the result of the <type>XCachedPrimitive</type> render operation.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ constants RepaintResult { diff --git a/offapi/com/sun/star/rendering/StringContext.idl b/offapi/com/sun/star/rendering/StringContext.idl index b78e2e7a1ffd..7a095b25834f 100644 --- a/offapi/com/sun/star/rendering/StringContext.idl +++ b/offapi/com/sun/star/rendering/StringContext.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module rendering { here, because in several languages, glyph selection is context dependent.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct StringContext { diff --git a/offapi/com/sun/star/rendering/TextDirection.idl b/offapi/com/sun/star/rendering/TextDirection.idl index 80be110a8a45..9e61a7447047 100644 --- a/offapi/com/sun/star/rendering/TextDirection.idl +++ b/offapi/com/sun/star/rendering/TextDirection.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module rendering { This also changes the interpretation of the start point.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ constants TextDirection { diff --git a/offapi/com/sun/star/rendering/TextHit.idl b/offapi/com/sun/star/rendering/TextHit.idl index b7918d7c04b2..33b57279ec30 100644 --- a/offapi/com/sun/star/rendering/TextHit.idl +++ b/offapi/com/sun/star/rendering/TextHit.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module rendering { This structure is used from the <type>XTextLayout</type> interface to transport information regarding hit tests.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct TextHit { diff --git a/offapi/com/sun/star/rendering/Texture.idl b/offapi/com/sun/star/rendering/Texture.idl index e8d778e81574..b7ea4a719aca 100644 --- a/offapi/com/sun/star/rendering/Texture.idl +++ b/offapi/com/sun/star/rendering/Texture.idl @@ -47,7 +47,7 @@ published interface XParametricPolyPolygon2D; as the hatch and the gradient. The transformation member can then be used to scale the complete texture as it fits suit.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct Texture { diff --git a/offapi/com/sun/star/rendering/TexturingMode.idl b/offapi/com/sun/star/rendering/TexturingMode.idl index ab94790d112d..22294a721b4f 100644 --- a/offapi/com/sun/star/rendering/TexturingMode.idl +++ b/offapi/com/sun/star/rendering/TexturingMode.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module rendering { /** Enumeration of possible values to spread a texture across a primitive. - @since OOo 2.0 + @since OpenOffice 2.0 */ constants TexturingMode { diff --git a/offapi/com/sun/star/rendering/ViewState.idl b/offapi/com/sun/star/rendering/ViewState.idl index 84385d9a00a1..26bf55321f99 100644 --- a/offapi/com/sun/star/rendering/ViewState.idl +++ b/offapi/com/sun/star/rendering/ViewState.idl @@ -37,7 +37,7 @@ published interface XPolyPolygon2D; i.e. the invariant setup used when painting a whole view of something.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct ViewState { diff --git a/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl b/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl index 5cfb5b087fd1..fb840f292b77 100644 --- a/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl +++ b/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module rendering { When accessing or rendering XVolatileBitmap data, that has been invalidated by the system, this exception will be thrown.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published exception VolatileContentDestroyedException : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/rendering/XAnimatedSprite.idl b/offapi/com/sun/star/rendering/XAnimatedSprite.idl index 625b77008b20..cfc3f90e9baf 100644 --- a/offapi/com/sun/star/rendering/XAnimatedSprite.idl +++ b/offapi/com/sun/star/rendering/XAnimatedSprite.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module rendering { This interface can be used to control an animated sprite object on an XSpriteCanvas. Sprites are moving, animated objects.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XAnimatedSprite : XSprite { diff --git a/offapi/com/sun/star/rendering/XAnimation.idl b/offapi/com/sun/star/rendering/XAnimation.idl index cb0d1f02a1d7..acb5ee7125a8 100644 --- a/offapi/com/sun/star/rendering/XAnimation.idl +++ b/offapi/com/sun/star/rendering/XAnimation.idl @@ -54,7 +54,7 @@ module com { module sun { module star { module rendering { is used by the <type>XCanvas</type> interface to render generic animations.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XAnimation : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl index c900ea9dc984..bb7597addb54 100644 --- a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl +++ b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module rendering { By convention, a <type>RealBezierSegment2D</type> is a straight line segment, if all three contained points are strictly equal.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XBezierPolyPolygon2D : XPolyPolygon2D { diff --git a/offapi/com/sun/star/rendering/XBitmap.idl b/offapi/com/sun/star/rendering/XBitmap.idl index dec80cec89b5..8087550e7ff4 100644 --- a/offapi/com/sun/star/rendering/XBitmap.idl +++ b/offapi/com/sun/star/rendering/XBitmap.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module rendering { <type>XIeeeDoubleBitmap</type>, <type>XIeeeFloatBitmap</type> and <type>XHalfFloatBitmap</type> interfaces.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XBitmap : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/rendering/XBitmapCanvas.idl b/offapi/com/sun/star/rendering/XBitmapCanvas.idl index 0c0c2343d85c..b502b1daaf86 100644 --- a/offapi/com/sun/star/rendering/XBitmapCanvas.idl +++ b/offapi/com/sun/star/rendering/XBitmapCanvas.idl @@ -55,7 +55,7 @@ module com { module sun { module star { module rendering { bitmapped canvases, where additional methods for accessing and moving of bitmap content are provided.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XBitmapCanvas : XCanvas { diff --git a/offapi/com/sun/star/rendering/XBitmapPalette.idl b/offapi/com/sun/star/rendering/XBitmapPalette.idl index bb93ec2e31e8..3a7c6737cf3f 100644 --- a/offapi/com/sun/star/rendering/XBitmapPalette.idl +++ b/offapi/com/sun/star/rendering/XBitmapPalette.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module rendering { /** Interface to access the palette of a color-indexed bitmap. - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XBitmapPalette : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/rendering/XBufferController.idl b/offapi/com/sun/star/rendering/XBufferController.idl index 3ee6575fd40c..255add10059f 100644 --- a/offapi/com/sun/star/rendering/XBufferController.idl +++ b/offapi/com/sun/star/rendering/XBufferController.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module rendering { This interface provides methods to enable and control double/multi-buffering facilities on screen devices.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XBufferController : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/rendering/XCachedPrimitive.idl b/offapi/com/sun/star/rendering/XCachedPrimitive.idl index be8bfdd87413..17924f637173 100644 --- a/offapi/com/sun/star/rendering/XCachedPrimitive.idl +++ b/offapi/com/sun/star/rendering/XCachedPrimitive.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module rendering { This interface provides a method to quickly redraw some <type>XCanvas</type> primitives, using cached data.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XCachedPrimitive : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/rendering/XCanvas.idl b/offapi/com/sun/star/rendering/XCanvas.idl index c0ed955afa74..029d3aad8767 100644 --- a/offapi/com/sun/star/rendering/XCanvas.idl +++ b/offapi/com/sun/star/rendering/XCanvas.idl @@ -144,7 +144,7 @@ published interface XTextLayout; <member>getDevice()</member> call) - they will then internally optimize to the underlying graphics subsystem.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XCanvas : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/rendering/XIntegerBitmap.idl b/offapi/com/sun/star/rendering/XIntegerBitmap.idl index 0bac48e173bc..3f5dfa74261c 100644 --- a/offapi/com/sun/star/rendering/XIntegerBitmap.idl +++ b/offapi/com/sun/star/rendering/XIntegerBitmap.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module rendering { /** This is a specialized interface for bitmaps having integer color channels.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XIntegerBitmap : XIntegerReadOnlyBitmap { diff --git a/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl b/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl index 6e38defa13ee..7dc0c666e469 100644 --- a/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl +++ b/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module rendering { /** Specialized interface for a 2D poly-polygon containing only straight line segments. - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XLinePolyPolygon2D : XPolyPolygon2D { diff --git a/offapi/com/sun/star/rendering/XPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XPolyPolygon2D.idl index 573ff42f6b60..7382009683b7 100644 --- a/offapi/com/sun/star/rendering/XPolyPolygon2D.idl +++ b/offapi/com/sun/star/rendering/XPolyPolygon2D.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module rendering { /** Generic interface for poly-polygons in 2D. - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XPolyPolygon2D : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/rendering/XTextLayout.idl b/offapi/com/sun/star/rendering/XTextLayout.idl index 76a6c459a097..3a18249a4432 100644 --- a/offapi/com/sun/star/rendering/XTextLayout.idl +++ b/offapi/com/sun/star/rendering/XTextLayout.idl @@ -86,7 +86,7 @@ published interface XPolyPolygon2D; might be off by up to one device pixel from the transformed metrics.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XTextLayout : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/report/XImageControl.idl b/offapi/com/sun/star/report/XImageControl.idl index 94f8da3bb320..caee0cefcaa1 100644 --- a/offapi/com/sun/star/report/XImageControl.idl +++ b/offapi/com/sun/star/report/XImageControl.idl @@ -64,7 +64,7 @@ published interface XImageControl <p>The value of this property is one of the <type scope="com::sun::star::awt">ImageScaleMode</type> constants.</p> - @since OOo 3.2 + @since OpenOffice 3.2 */ [attribute,bound] short ScaleMode { diff --git a/offapi/com/sun/star/report/XReportControlFormat.idl b/offapi/com/sun/star/report/XReportControlFormat.idl index 7dbb7feed94f..393da19c65d0 100644 --- a/offapi/com/sun/star/report/XReportControlFormat.idl +++ b/offapi/com/sun/star/report/XReportControlFormat.idl @@ -139,7 +139,7 @@ published interface XReportControlFormat /** If this optional property is <TRUE/>, then the characters are invisible. - @since OOo 2.0 + @since OpenOffice 2.0 */ [attribute,bound] boolean CharHidden { diff --git a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl index c30465a0f3d2..3d17d83dde64 100644 --- a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl +++ b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl @@ -53,7 +53,7 @@ published service DefaultComponentInspectorModel : com::sun::star::inspection::X /** creates a default DefaultComponentInspectorModel, providing factories for all handlers listed above. - @since OOo 2.2 + @since OpenOffice 2.2 */ createDefault(); @@ -76,7 +76,7 @@ published service DefaultComponentInspectorModel : com::sun::star::inspection::X @see XObjectInspectorModel::MinHelpTextLines @see XObjectInspectorModel::MaxHelpTextLines - @since OOo 2.2 + @since OpenOffice 2.2 */ createWithHelpSection( [in] long minHelpTextLines, diff --git a/offapi/com/sun/star/resource/OfficeResourceLoader.idl b/offapi/com/sun/star/resource/OfficeResourceLoader.idl index a259e1cab936..0e7e8e0e4c7c 100644 --- a/offapi/com/sun/star/resource/OfficeResourceLoader.idl +++ b/offapi/com/sun/star/resource/OfficeResourceLoader.idl @@ -66,7 +66,7 @@ module com { module sun { module star { module resource { OpenOffice.org build), you are <strong>strongly</strong> discouraged from using the <type>OfficeResoureLoader</type> service in a component which targets more than one particular OpenOffice.org build.</p> - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ singleton OfficeResourceLoader : XResourceBundleLoader; diff --git a/offapi/com/sun/star/script/DocumentDialogLibraryContainer.idl b/offapi/com/sun/star/script/DocumentDialogLibraryContainer.idl index de95d261a5c8..baa02352bff7 100644 --- a/offapi/com/sun/star/script/DocumentDialogLibraryContainer.idl +++ b/offapi/com/sun/star/script/DocumentDialogLibraryContainer.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module script { /** defines a container of dialog libraries, which is to be made persistent in a sub storage of a document storage. - @since OOo 2.3 + @since OpenOffice 2.3 */ service DocumentDialogLibraryContainer : XStorageBasedLibraryContainer { diff --git a/offapi/com/sun/star/script/DocumentScriptLibraryContainer.idl b/offapi/com/sun/star/script/DocumentScriptLibraryContainer.idl index 41b7ce228768..7cf4f2048377 100644 --- a/offapi/com/sun/star/script/DocumentScriptLibraryContainer.idl +++ b/offapi/com/sun/star/script/DocumentScriptLibraryContainer.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module script { /** defines a container of StarBasic script libraries, which is to be made persistent in a sub storage of a document storage. - @since OOo 2.3 + @since OpenOffice 2.3 */ service DocumentScriptLibraryContainer : XStorageBasedLibraryContainer { diff --git a/offapi/com/sun/star/script/LibraryNotLoadedException.idl b/offapi/com/sun/star/script/LibraryNotLoadedException.idl index 41c455b6efd3..65acc43b7206 100644 --- a/offapi/com/sun/star/script/LibraryNotLoadedException.idl +++ b/offapi/com/sun/star/script/LibraryNotLoadedException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module script { /** is thrown when an operation on a unloaded library is attempted which requires the library being loaded. - @since OOo 3.0 + @since OpenOffice 3.0 */ exception LibraryNotLoadedException : com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/script/XPersistentLibraryContainer.idl b/offapi/com/sun/star/script/XPersistentLibraryContainer.idl index 349d87cda9cf..06059631f29a 100644 --- a/offapi/com/sun/star/script/XPersistentLibraryContainer.idl +++ b/offapi/com/sun/star/script/XPersistentLibraryContainer.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module script { <p>The actual libraries are stored in some object - a sub folder, or a sub storage, for example - below the root location.</p> - @since OOo 2.3 + @since OpenOffice 2.3 */ interface XPersistentLibraryContainer { diff --git a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl index 04ddd767ee21..7228fde7137a 100644 --- a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl +++ b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module script { container is responsible for a particular sub storage of the root storage, the container storage.</p> - @since OOo 2.3 + @since OpenOffice 2.3 */ interface XStorageBasedLibraryContainer { diff --git a/offapi/com/sun/star/script/browse/BrowseNode.idl b/offapi/com/sun/star/script/browse/BrowseNode.idl index 28c7c3eb8240..52e3ec1ead3f 100644 --- a/offapi/com/sun/star/script/browse/BrowseNode.idl +++ b/offapi/com/sun/star/script/browse/BrowseNode.idl @@ -42,7 +42,7 @@ module com { XBrowseNode interface. XInvocation is an optional interface that is used to execute macros, or to create/delete/rename macros or macro containers. - @since OOo 2.0 + @since OpenOffice 2.0 */ service BrowseNode { diff --git a/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl b/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl index 23cf336b2a2c..bd19642e84c4 100644 --- a/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl +++ b/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module script { module browse { /** This service is used to create Root XBrowseNodes. - @since OOo 2.0 + @since OpenOffice 2.0 */ service BrowseNodeFactory { @@ -48,7 +48,7 @@ service BrowseNodeFactory /singletons/com.sun.star.script.theBrowseNodeFactory </pre> - @since OOo 2.0 + @since OpenOffice 2.0 */ singleton theBrowseNodeFactory { diff --git a/offapi/com/sun/star/script/provider/XScriptContext.idl b/offapi/com/sun/star/script/provider/XScriptContext.idl index 8fbc2de0259f..71c7f60c7304 100644 --- a/offapi/com/sun/star/script/provider/XScriptContext.idl +++ b/offapi/com/sun/star/script/provider/XScriptContext.idl @@ -80,7 +80,7 @@ interface XScriptContext : ::com::sun::star::uno::XInterface { <p>If the returned context is not <NULL/>, its <code>ScriptContainer</code> attribute equals the document as returned by <code>XScriptContext::getDocument</code>.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ ::com::sun::star::document::XScriptInvocationContext getInvocationContext(); diff --git a/offapi/com/sun/star/sdb/DataAccessDescriptor.idl b/offapi/com/sun/star/sdb/DataAccessDescriptor.idl index a5ee9a6f4a69..f8a55e1b0f53 100644 --- a/offapi/com/sun/star/sdb/DataAccessDescriptor.idl +++ b/offapi/com/sun/star/sdb/DataAccessDescriptor.idl @@ -55,7 +55,7 @@ module com { module sun { module star { module sdb { is urged to specify which properties are mandatory, and which ones optional. Additionally, it's free to specify any additional requirements about the relations of properties.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service DataAccessDescriptor { diff --git a/offapi/com/sun/star/sdb/DataSource.idl b/offapi/com/sun/star/sdb/DataSource.idl index b467880c6735..44d300719156 100644 --- a/offapi/com/sun/star/sdb/DataSource.idl +++ b/offapi/com/sun/star/sdb/DataSource.idl @@ -75,7 +75,7 @@ published service DataSource as it is the case when using <type>XCompletedConnection</type> or <type scope="com::sun::star::sdbc">XDataSource</type>. @see XCompletedConnection @see com::sun::star::sdbc::XDataSource - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ interface com::sun::star::sdbc::XIsolatedConnection; diff --git a/offapi/com/sun/star/sdb/DataSourceBrowser.idl b/offapi/com/sun/star/sdb/DataSourceBrowser.idl index d2632e4e0370..b972de60a04a 100644 --- a/offapi/com/sun/star/sdb/DataSourceBrowser.idl +++ b/offapi/com/sun/star/sdb/DataSourceBrowser.idl @@ -275,7 +275,7 @@ published service DataSourceBrowser in the event structure passed to the context menu interceptors, actually is a value from the <type scope="com::sun::star::sdb::application">NamedDatabaseObject</type> group.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional] interface ::com::sun::star::ui::XContextMenuInterception; }; diff --git a/offapi/com/sun/star/sdb/DatabaseContext.idl b/offapi/com/sun/star/sdb/DatabaseContext.idl index 3f8be2bab1ed..3b2534c58fba 100644 --- a/offapi/com/sun/star/sdb/DatabaseContext.idl +++ b/offapi/com/sun/star/sdb/DatabaseContext.idl @@ -92,7 +92,7 @@ published service DatabaseContext are maintained, so if possible at all, you should use this interface, instead of modifying or querying the configuration data directly.</p> - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional] interface XDatabaseRegistrations; }; diff --git a/offapi/com/sun/star/sdb/DatabaseDocument.idl b/offapi/com/sun/star/sdb/DatabaseDocument.idl index 560201be1e4d..d832869f6df2 100644 --- a/offapi/com/sun/star/sdb/DatabaseDocument.idl +++ b/offapi/com/sun/star/sdb/DatabaseDocument.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module sdb { /** specifies a link to a document associated with a database document - @since OOo 2.0 + @since OpenOffice 2.0 @deprecated */ published service DatabaseDocument diff --git a/offapi/com/sun/star/sdb/DatabaseRegistrationEvent.idl b/offapi/com/sun/star/sdb/DatabaseRegistrationEvent.idl index 3d3897c4cf6f..a0c9087401d0 100644 --- a/offapi/com/sun/star/sdb/DatabaseRegistrationEvent.idl +++ b/offapi/com/sun/star/sdb/DatabaseRegistrationEvent.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module sdb { @see XDatabaseRegistrations @see XDatabaseRegistrationsListener - @since OpenOffice.org 3.3 + @since OpenOffice 3.3 */ struct DatabaseRegistrationEvent : ::com::sun::star::lang::EventObject { diff --git a/offapi/com/sun/star/sdb/DefinitionContent.idl b/offapi/com/sun/star/sdb/DefinitionContent.idl index 4ff66c20b5ea..44e7e2217ec4 100644 --- a/offapi/com/sun/star/sdb/DefinitionContent.idl +++ b/offapi/com/sun/star/sdb/DefinitionContent.idl @@ -57,7 +57,7 @@ service DefinitionContent service ::com::sun::star::ucb::Content; /** provides access to the complete name of the content within its hierarchy - @since OOo 3.3 + @since OpenOffice 3.3 */ interface ::com::sun::star::container::XHierarchicalName; }; diff --git a/offapi/com/sun/star/sdb/DocumentSaveRequest.idl b/offapi/com/sun/star/sdb/DocumentSaveRequest.idl index cbef1f4d7295..3e6cb00f3c7d 100644 --- a/offapi/com/sun/star/sdb/DocumentSaveRequest.idl +++ b/offapi/com/sun/star/sdb/DocumentSaveRequest.idl @@ -40,7 +40,7 @@ <p> Usually thrown if someone tries to save a document which hasn't a name yet. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ exception DocumentSaveRequest: com::sun::star::task::ClassifiedInteractionRequest { diff --git a/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl b/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl index 4fa822afe900..458615642eae 100644 --- a/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl +++ b/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl @@ -59,7 +59,7 @@ module com { module sun { module star { module sdb { @see com::sun::star::sdb::XOfficeDatabaseDocument @see com::sun::star::document::OfficeDocument - @since OOo 2.0 + @since OpenOffice 2.0 */ service OfficeDatabaseDocument { @@ -74,13 +74,13 @@ service OfficeDatabaseDocument interface XOfficeDatabaseDocument; /** allows access to the Basic macros and dialogs possibly embedded in the document - @since OOo 3.1 + @since OpenOffice 3.1 */ interface ::com::sun::star::document::XEmbeddedScripts; /** supplies a script provider which can be used to execute macros and scripts embedded in the document - @since OOo 3.1 + @since OpenOffice 3.1 */ interface ::com::sun::star::script::provider::XScriptProviderSupplier; @@ -98,7 +98,7 @@ service OfficeDatabaseDocument so the usual way of creating a document from scratch was to create it, set properties as needed, and store it.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ interface ::com::sun::star::frame::XLoadable; @@ -216,7 +216,7 @@ service OfficeDatabaseDocument </table> </p> - @since OOo 3.1 + @since OpenOffice 3.1 */ interface ::com::sun::star::document::XDocumentEventBroadcaster; diff --git a/offapi/com/sun/star/sdb/QueryDesign.idl b/offapi/com/sun/star/sdb/QueryDesign.idl index 12db972c3c99..ec2440f6dc90 100644 --- a/offapi/com/sun/star/sdb/QueryDesign.idl +++ b/offapi/com/sun/star/sdb/QueryDesign.idl @@ -186,7 +186,7 @@ published service QueryDesign /** specifies whether the user enabled escape processing for the statement being designed. @see DataAccessDescriptor::EscapeProcessing - @since OOo 2.4 + @since OpenOffice 2.4 */ [readonly, property, optional] boolean EscapeProcessing; }; diff --git a/offapi/com/sun/star/sdb/RelationDesign.idl b/offapi/com/sun/star/sdb/RelationDesign.idl index 75841b9b35da..b0efeb6bf1cf 100644 --- a/offapi/com/sun/star/sdb/RelationDesign.idl +++ b/offapi/com/sun/star/sdb/RelationDesign.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module sdb { @see com::sun::star::frame::XDispatch @see com::sun::star::frame::XDispatchProviderInterceptor - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service RelationDesign diff --git a/offapi/com/sun/star/sdb/TableDesign.idl b/offapi/com/sun/star/sdb/TableDesign.idl index 8a34a6e920f4..b30ae794e3ac 100644 --- a/offapi/com/sun/star/sdb/TableDesign.idl +++ b/offapi/com/sun/star/sdb/TableDesign.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module sdb { @see com::sun::star::frame::XDispatch @see com::sun::star::frame::XDispatchProviderInterceptor - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service TableDesign diff --git a/offapi/com/sun/star/sdb/XDatabaseRegistrations.idl b/offapi/com/sun/star/sdb/XDatabaseRegistrations.idl index a71baa298a43..2a83e161e722 100644 --- a/offapi/com/sun/star/sdb/XDatabaseRegistrations.idl +++ b/offapi/com/sun/star/sdb/XDatabaseRegistrations.idl @@ -44,7 +44,7 @@ interface XDatabaseRegistrationsListener; if possible at all, use this interface, instead of modifying or querying the configuration data directly.</p> - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XDatabaseRegistrations { diff --git a/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl b/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl index 4ae6250c5773..b3e505e82bf8 100644 --- a/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl +++ b/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module sdb { @see XDatabaseRegistrations - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XDatabaseRegistrationsListener : ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/sdb/XInteractionDocumentSave.idl b/offapi/com/sun/star/sdb/XInteractionDocumentSave.idl index ee4a8acf760c..b6b07da853c9 100644 --- a/offapi/com/sun/star/sdb/XInteractionDocumentSave.idl +++ b/offapi/com/sun/star/sdb/XInteractionDocumentSave.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module sdb { This continuation is typically used in conjunction with a <type scope="com::sun::star::sdb">DocumentSaveRequest</type>. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XInteractionDocumentSave: com::sun::star::task::XInteractionContinuation { diff --git a/offapi/com/sun/star/sdb/XRowSetChangeBroadcaster.idl b/offapi/com/sun/star/sdb/XRowSetChangeBroadcaster.idl index 451e4be22b81..3b551d9cc8cb 100644 --- a/offapi/com/sun/star/sdb/XRowSetChangeBroadcaster.idl +++ b/offapi/com/sun/star/sdb/XRowSetChangeBroadcaster.idl @@ -38,7 +38,7 @@ interface XRowSetChangeListener; @see XRowSetSupplier @see XRowSetChangeListener - @since OOo 3.2 + @since OpenOffice 3.2 */ interface XRowSetChangeBroadcaster { diff --git a/offapi/com/sun/star/sdb/XRowSetChangeListener.idl b/offapi/com/sun/star/sdb/XRowSetChangeListener.idl index f748de5ac4a3..e7124022bf3e 100644 --- a/offapi/com/sun/star/sdb/XRowSetChangeListener.idl +++ b/offapi/com/sun/star/sdb/XRowSetChangeListener.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module sdb { @see XRowSetChangeBroadcaster @see XRowSetSupplier - @since OOo 3.2 + @since OpenOffice 3.2 */ interface XRowSetChangeListener : ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl b/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl index cf75e30f236f..f49fedcfeac0 100644 --- a/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl +++ b/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl @@ -38,7 +38,7 @@ interface XRowsChangeListener; @see XRowSetSupplier @see XRowsChangeListener - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XRowsChangeBroadcaster { diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl index 753b9ce4cf7e..74be15ae9b9a 100644 --- a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl +++ b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl @@ -211,7 +211,7 @@ published interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface @see XQueriesSupplier @see DatabaseDocument - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ string getQueryWithSubstitution() raises (com::sun::star::sdbc::SQLException); diff --git a/offapi/com/sun/star/sdb/XSubDocument.idl b/offapi/com/sun/star/sdb/XSubDocument.idl index c2fba879cb68..a233a0eca970 100644 --- a/offapi/com/sun/star/sdb/XSubDocument.idl +++ b/offapi/com/sun/star/sdb/XSubDocument.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module sdb { /** allows operating on a sub document of an <type>OfficeDatabaseDocument</type> - @since OOo 3.1 + @since OpenOffice 3.1 */ published interface XSubDocument { diff --git a/offapi/com/sun/star/sdb/application/CopyTableOperation.idl b/offapi/com/sun/star/sdb/application/CopyTableOperation.idl index aa43425fc57d..4eed52c45a4c 100644 --- a/offapi/com/sun/star/sdb/application/CopyTableOperation.idl +++ b/offapi/com/sun/star/sdb/application/CopyTableOperation.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module sdb { module application { /** specifies the different basic operations a <type>CopyTableWizard</type> can do. - @since OOo 2.4 + @since OpenOffice 2.4 */ constants CopyTableOperation { diff --git a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl index e41a6b541078..328ad137f390 100644 --- a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl +++ b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl @@ -94,7 +94,7 @@ module com { module sun { module star { module sdb { module application { @see ::com::sun::star::sdb::DataAccessDescriptor::ConnectionResource @see ::com::sun::star::sdb::InteractionHandler - @since OOo 2.4 + @since OpenOffice 2.4 */ service CopyTableWizard : XCopyTableWizard { diff --git a/offapi/com/sun/star/sdb/application/DatabaseObject.idl b/offapi/com/sun/star/sdb/application/DatabaseObject.idl index 0c48c3b8b6e5..2265a7d25b74 100644 --- a/offapi/com/sun/star/sdb/application/DatabaseObject.idl +++ b/offapi/com/sun/star/sdb/application/DatabaseObject.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module sdb { module application { /** denotes different objects within a database document - @since OOo 2.2 + @since OpenOffice 2.2 @see DatabaseObjectContainer */ diff --git a/offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl b/offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl index ca624f8812f4..ec07f9c98607 100644 --- a/offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl +++ b/offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module sdb { module application { @see DatabaseObject - @since OOo 3.0 + @since OpenOffice 3.0 */ constants DatabaseObjectContainer { diff --git a/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl b/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl index 2838a5c7fff3..7799fdb699a6 100644 --- a/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl +++ b/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module sdb { module application { /** denotes a named database object, or a named folder of database objects - @since OOo 3.0 + @since OpenOffice 3.0 */ struct NamedDatabaseObject { diff --git a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl index f5624a540a17..0be82aa8d1e1 100644 --- a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl +++ b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl @@ -53,7 +53,7 @@ interface XCopyTableListener; <p>The <code>copy table wizard</code> described by this interfaces cares for those, and other, settings.</p> - @since OOo 2.4 + @since OpenOffice 2.4 */ interface XCopyTableWizard : ::com::sun::star::ui::dialogs::XExecutableDialog { diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl index cd6815b9eadf..fb8d633f3b9f 100644 --- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl +++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module sdb { module application { @see com::sun::star::frame::Controller @see com::sun::star::sdb::DatabaseDocument - @since OOo 2.2 + @since OpenOffice 2.2 */ published interface XDatabaseDocumentUI { @@ -109,7 +109,7 @@ published interface XDatabaseDocumentUI controllers (<type scope="com::sun::star::frame">XController</type>), or frames (<type scope="com::sun::star::frame">XFrame</type>). - @since OOo 3.0 + @since OpenOffice 3.0 */ [attribute, readonly] sequence< ::com::sun::star::lang::XComponent > SubComponents; @@ -157,7 +157,7 @@ published interface XDatabaseDocumentUI @return <TRUE/> if and only if both suspending and closing all sub components succeeds. - @since OOo 3.0 + @since OpenOffice 3.0 */ boolean closeSubComponents(); diff --git a/offapi/com/sun/star/sdb/application/XTableUIProvider.idl b/offapi/com/sun/star/sdb/application/XTableUIProvider.idl index f6b85333bec0..76e2138bdb4c 100644 --- a/offapi/com/sun/star/sdb/application/XTableUIProvider.idl +++ b/offapi/com/sun/star/sdb/application/XTableUIProvider.idl @@ -41,7 +41,7 @@ interface XDatabaseDocumentUI; @see com::sun::star::sdb::Connection - @since OOo 2.2 + @since OpenOffice 2.2 */ interface XTableUIProvider { diff --git a/offapi/com/sun/star/sdb/tools/CompositionType.idl b/offapi/com/sun/star/sdb/tools/CompositionType.idl index c81276bbd917..f91db111ff19 100644 --- a/offapi/com/sun/star/sdb/tools/CompositionType.idl +++ b/offapi/com/sun/star/sdb/tools/CompositionType.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module sdb { module tools { @see XTableName - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ constants CompositionType { diff --git a/offapi/com/sun/star/sdb/tools/XConnectionSupplier.idl b/offapi/com/sun/star/sdb/tools/XConnectionSupplier.idl index cf28efb2c57e..1c12db177cd1 100644 --- a/offapi/com/sun/star/sdb/tools/XConnectionSupplier.idl +++ b/offapi/com/sun/star/sdb/tools/XConnectionSupplier.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module sdb { module tools { @see com::sun::star::sdbcx::XConnection - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XConnectionSupplier { diff --git a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl index 52ed7c6074a1..8ac9124505b6 100644 --- a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl +++ b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl @@ -62,7 +62,7 @@ published interface XDataSourceMetaData; <p>Note that nearly all functionality provided by this interface is also available by other means, it's only provided here for convenience purposes.</p> - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ published interface XConnectionTools { diff --git a/offapi/com/sun/star/sdb/tools/XIndexAlteration.idl b/offapi/com/sun/star/sdb/tools/XIndexAlteration.idl index ebe27178ca25..f344bcde3d95 100644 --- a/offapi/com/sun/star/sdb/tools/XIndexAlteration.idl +++ b/offapi/com/sun/star/sdb/tools/XIndexAlteration.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module sdb { module tools { @see com::sun::star::sdbcx::XAppend @see com::sun::star::sdbcx::XDrop - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XIndexAlteration { diff --git a/offapi/com/sun/star/sdb/tools/XKeyAlteration.idl b/offapi/com/sun/star/sdb/tools/XKeyAlteration.idl index 0fc9a564ebf9..f96bd521aeed 100644 --- a/offapi/com/sun/star/sdb/tools/XKeyAlteration.idl +++ b/offapi/com/sun/star/sdb/tools/XKeyAlteration.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module sdb { module tools { @see com::sun::star::sdbcx::XAppend @see com::sun::star::sdbcx::XDrop - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XKeyAlteration { diff --git a/offapi/com/sun/star/sdb/tools/XObjectNames.idl b/offapi/com/sun/star/sdb/tools/XObjectNames.idl index aef03319b8fb..1a0ef1613611 100644 --- a/offapi/com/sun/star/sdb/tools/XObjectNames.idl +++ b/offapi/com/sun/star/sdb/tools/XObjectNames.idl @@ -64,7 +64,7 @@ module com { module sun { module star { module sdb { module tools { @see XConnectionTools - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ published interface XObjectNames { diff --git a/offapi/com/sun/star/sdb/tools/XTableAlteration.idl b/offapi/com/sun/star/sdb/tools/XTableAlteration.idl index 930696664a09..09c6d5ec43cd 100644 --- a/offapi/com/sun/star/sdb/tools/XTableAlteration.idl +++ b/offapi/com/sun/star/sdb/tools/XTableAlteration.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module sdb { module tools { @see com::sun::star::sdbcx::XAppend @see com::sun::star::sdbcx::XDrop - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XTableAlteration { diff --git a/offapi/com/sun/star/sdb/tools/XTableName.idl b/offapi/com/sun/star/sdb/tools/XTableName.idl index 9414ceaa40b7..8e04f6335e0d 100644 --- a/offapi/com/sun/star/sdb/tools/XTableName.idl +++ b/offapi/com/sun/star/sdb/tools/XTableName.idl @@ -66,7 +66,7 @@ module com { module sun { module star { module sdb { module tools { @see com::sun::star::sdbc::XDatabaseMetaData @see com::sun::star::sdb::DataSource::Settings - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ published interface XTableName { diff --git a/offapi/com/sun/star/sdb/tools/XTableRename.idl b/offapi/com/sun/star/sdb/tools/XTableRename.idl index 8486c556905e..3cd36e235c91 100644 --- a/offapi/com/sun/star/sdb/tools/XTableRename.idl +++ b/offapi/com/sun/star/sdb/tools/XTableRename.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module sdb { module tools { @see com::sun::star::sdb::DataSource::Settings - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XTableRename { diff --git a/offapi/com/sun/star/sdb/tools/XViewAccess.idl b/offapi/com/sun/star/sdb/tools/XViewAccess.idl index ba0a6114cd2c..bcd800d20aa2 100644 --- a/offapi/com/sun/star/sdb/tools/XViewAccess.idl +++ b/offapi/com/sun/star/sdb/tools/XViewAccess.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module sdb { module tools { @see com::sun::star::sdb::DataSource::Settings @see com::sun::star::sdbcx::View - @since OOo 3.3 + @since OpenOffice 3.3 */ interface XViewAccess { diff --git a/offapi/com/sun/star/sdbc/DataType.idl b/offapi/com/sun/star/sdbc/DataType.idl index 90df2cb5bba8..b3d1833e8f6e 100644 --- a/offapi/com/sun/star/sdbc/DataType.idl +++ b/offapi/com/sun/star/sdbc/DataType.idl @@ -129,7 +129,7 @@ published constants DataType /** identifies the generic SQL type * <code>BOOLEAN</code>. * - * @since OOo 2.0 + * @since OpenOffice 2.0 */ const long BOOLEAN = 16; }; diff --git a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl index 2dcf7847bc73..a99441da0855 100644 --- a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl +++ b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl @@ -69,7 +69,7 @@ service JDBCConnectionProperties <type scope="com::sun::star::util">theMacroExpander</type> singleton.</p> - @since OOo 2.3 + @since OpenOffice 2.3 */ [optional, property] string JavaDriverClassPath; diff --git a/offapi/com/sun/star/sdbc/XGeneratedResultSet.idl b/offapi/com/sun/star/sdbc/XGeneratedResultSet.idl index 2b3f74a8fc4a..ae7645b2a9c7 100644 --- a/offapi/com/sun/star/sdbc/XGeneratedResultSet.idl +++ b/offapi/com/sun/star/sdbc/XGeneratedResultSet.idl @@ -43,7 +43,7 @@ @see com::sun::star::sdbc::Statement @see com::sun::star::sdbc::PreparedStatement - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XGeneratedResultSet: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/sdbc/XIsolatedConnection.idl b/offapi/com/sun/star/sdbc/XIsolatedConnection.idl index f0c4f04a7c89..a3f13bd748a8 100644 --- a/offapi/com/sun/star/sdbc/XIsolatedConnection.idl +++ b/offapi/com/sun/star/sdbc/XIsolatedConnection.idl @@ -40,7 +40,7 @@ as it is the case when creating connections in normal way. </p> @see com::sun::star::sdb::DataSource - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XIsolatedConnection: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/sdbcx/XAlterView.idl b/offapi/com/sun/star/sdbcx/XAlterView.idl index a62aa85767a6..bc2d80cc81d7 100644 --- a/offapi/com/sun/star/sdbcx/XAlterView.idl +++ b/offapi/com/sun/star/sdbcx/XAlterView.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module sdbcx { /** implements the possibility to alter aspects of a view's definition - @since OOo 2.4 + @since OpenOffice 2.4 */ interface XAlterView { diff --git a/offapi/com/sun/star/security/CertificateContainer.idl b/offapi/com/sun/star/security/CertificateContainer.idl index e9f6575f04bd..fcddb78e126b 100644 --- a/offapi/com/sun/star/security/CertificateContainer.idl +++ b/offapi/com/sun/star/security/CertificateContainer.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module security { /** the service to be used for <type>XCertificateContainer</type>. - @since OOo 2.3.1 + @since OpenOffice 2.3.1 */ published service CertificateContainer: XCertificateContainer; diff --git a/offapi/com/sun/star/security/DocumentSignatureInformation.idl b/offapi/com/sun/star/security/DocumentSignatureInformation.idl index c2e4cdb40e49..7f126d64e6b7 100644 --- a/offapi/com/sun/star/security/DocumentSignatureInformation.idl +++ b/offapi/com/sun/star/security/DocumentSignatureInformation.idl @@ -58,11 +58,11 @@ struct DocumentSignatureInformation a macro signature validation. As of OpenOffice.org 3.2 and ODF 1.2 the document signature comprises all files except the signature file itself. - Signatures in OOo 2.x were only + Signatures in OpenOffice 2.x were only applied to the files in the root of the document, except mimetype, the Pictures and ObjectReplacements/Objects folder. That is, macros were not part of the document signature. - OOo 3.0 signed everthing, execept mimetype and the META-INF folder. + OpenOffice 3.0 signed everthing, execept mimetype and the META-INF folder. <p> If PartialDocumentSignature is true, then the signature was created by OOo with a version less then 3.2. In this case, not all files are signed. The diff --git a/offapi/com/sun/star/security/SerialNumberAdapter.idl b/offapi/com/sun/star/security/SerialNumberAdapter.idl index b3a9ef749881..1533e2ca0c10 100644 --- a/offapi/com/sun/star/security/SerialNumberAdapter.idl +++ b/offapi/com/sun/star/security/SerialNumberAdapter.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module security { <p>An implementation of this service enables the conversion of certificate serial number to and from a string</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ service SerialNumberAdapter : XSerialNumberAdapter; diff --git a/offapi/com/sun/star/security/XCertificateContainer.idl b/offapi/com/sun/star/security/XCertificateContainer.idl index ca4d65511baa..ec59f0745ac4 100644 --- a/offapi/com/sun/star/security/XCertificateContainer.idl +++ b/offapi/com/sun/star/security/XCertificateContainer.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module security { /** Manage user certificate for temporary connections. @see CertificateContainer - @since OOo 2.3.1 + @since OpenOffice 2.3.1 */ published interface XCertificateContainer { diff --git a/offapi/com/sun/star/setup/ProductRegistration.idl b/offapi/com/sun/star/setup/ProductRegistration.idl index 0e53c9a683bc..6d5760fe1d9e 100644 --- a/offapi/com/sun/star/setup/ProductRegistration.idl +++ b/offapi/com/sun/star/setup/ProductRegistration.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module setup { </il> </ul></p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service ProductRegistration { diff --git a/offapi/com/sun/star/sheet/AccessibleCell.idl b/offapi/com/sun/star/sheet/AccessibleCell.idl index 1e2d155820a5..47ea807bce1d 100644 --- a/offapi/com/sun/star/sheet/AccessibleCell.idl +++ b/offapi/com/sun/star/sheet/AccessibleCell.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module sheet { /** The accessible view of a spreadsheet document - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleCell diff --git a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl index 5b3844f72c16..739c6080d204 100644 --- a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl +++ b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module sheet { /** The accessible object of a cell in the CSV import dialog. @see ::com::sun::star::sheet::AccessibleCsvTable - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleCsvCell { diff --git a/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl b/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl index f970f8a62ed9..c2ef105a766b 100644 --- a/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl +++ b/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module sheet { /** The accessible object of the ruler in the CSV import dialog. @see ::com::sun::star::sheet::AccessibleCsvTable - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleCsvRuler { diff --git a/offapi/com/sun/star/sheet/AccessibleCsvTable.idl b/offapi/com/sun/star/sheet/AccessibleCsvTable.idl index 0ab8e20d6b08..74ca6e1627a5 100644 --- a/offapi/com/sun/star/sheet/AccessibleCsvTable.idl +++ b/offapi/com/sun/star/sheet/AccessibleCsvTable.idl @@ -51,7 +51,7 @@ module com { module sun { module star { module sheet { @see ::com::sun::star::sheet::AccessibleCsvRuler @see ::com::sun::star::sheet::AccessibleCsvCell - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleCsvTable { diff --git a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl index f8173ff01923..7fec000de142 100644 --- a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl +++ b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module sheet { /** The accessible view of the Header/Footer in a spreadsheet page preview - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessiblePageHeaderFooterAreasView diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl index cf5e0f14a6ce..d48a59d33d52 100644 --- a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl +++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl @@ -51,7 +51,7 @@ module com { module sun { module star { module sheet { /** The accessible view of a spreadsheet document - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleSpreadsheet { diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl index 646dad8a7715..0803a9db8f6f 100644 --- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl +++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module sheet { /** The accessible view of a spreadsheet document - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleSpreadsheetDocumentView diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl index f150269d55ad..010a6841e44d 100644 --- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl +++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module sheet { /** The accessible view of a spreadsheet page preview - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleSpreadsheetPageView diff --git a/offapi/com/sun/star/sheet/ActivationEvent.idl b/offapi/com/sun/star/sheet/ActivationEvent.idl index e859e2c2ddf8..576de8ac7e97 100644 --- a/offapi/com/sun/star/sheet/ActivationEvent.idl +++ b/offapi/com/sun/star/sheet/ActivationEvent.idl @@ -40,7 +40,7 @@ /** describes a change of the active sheet. The new active sheet is given with this event. - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct ActivationEvent: com::sun::star::lang::EventObject diff --git a/offapi/com/sun/star/sheet/CellAreaLink.idl b/offapi/com/sun/star/sheet/CellAreaLink.idl index f2b6156a2e33..2208a3e983e7 100644 --- a/offapi/com/sun/star/sheet/CellAreaLink.idl +++ b/offapi/com/sun/star/sheet/CellAreaLink.idl @@ -102,7 +102,7 @@ published service CellAreaLink /** specifies the time between two refresh actions in seconds. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long RefreshPeriod; diff --git a/offapi/com/sun/star/sheet/DDEItemInfo.idl b/offapi/com/sun/star/sheet/DDEItemInfo.idl index 92132ee472c4..47547adea165 100644 --- a/offapi/com/sun/star/sheet/DDEItemInfo.idl +++ b/offapi/com/sun/star/sheet/DDEItemInfo.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module sheet { A DDE connection consists of the DDE service name, the DDE topic and a list of DDE items which may contain cached result sets. - @since OOo 3.1 + @since OpenOffice 3.1 */ struct DDEItemInfo { diff --git a/offapi/com/sun/star/sheet/DDELink.idl b/offapi/com/sun/star/sheet/DDELink.idl index de5a7c3feb38..f48dbc561c17 100644 --- a/offapi/com/sun/star/sheet/DDELink.idl +++ b/offapi/com/sun/star/sheet/DDELink.idl @@ -76,7 +76,7 @@ published service DDELink /** provides access to the DDE link results. - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional] interface com::sun::star::sheet::XDDELinkResults; diff --git a/offapi/com/sun/star/sheet/DDELinkInfo.idl b/offapi/com/sun/star/sheet/DDELinkInfo.idl index 4bd1f1af2580..f6758c5924c7 100644 --- a/offapi/com/sun/star/sheet/DDELinkInfo.idl +++ b/offapi/com/sun/star/sheet/DDELinkInfo.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module sheet { single quotes they are escaped by doubling them, as usual, for example <code>=[2]!'''Sheet name''.A1'</code> in a "soffice" service.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ struct DDELinkInfo { diff --git a/offapi/com/sun/star/sheet/DDELinkMode.idl b/offapi/com/sun/star/sheet/DDELinkMode.idl index a3bc582504a0..89ce43fd753d 100644 --- a/offapi/com/sun/star/sheet/DDELinkMode.idl +++ b/offapi/com/sun/star/sheet/DDELinkMode.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::XDDELinks - @since OOo 3.0 + @since OpenOffice 3.0 */ published enum DDELinkMode { diff --git a/offapi/com/sun/star/sheet/DDELinks.idl b/offapi/com/sun/star/sheet/DDELinks.idl index 687b44779c67..e7f91e281a7a 100644 --- a/offapi/com/sun/star/sheet/DDELinks.idl +++ b/offapi/com/sun/star/sheet/DDELinks.idl @@ -80,7 +80,7 @@ published service DDELinks /** provides a method to add a DDE link to a spreadsheet. - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional] interface com::sun::star::sheet::XDDELinks; diff --git a/offapi/com/sun/star/sheet/DataPilotDescriptor.idl b/offapi/com/sun/star/sheet/DataPilotDescriptor.idl index 8185fd202b2b..4c0153fc2c12 100644 --- a/offapi/com/sun/star/sheet/DataPilotDescriptor.idl +++ b/offapi/com/sun/star/sheet/DataPilotDescriptor.idl @@ -76,7 +76,7 @@ published service DataPilotDescriptor /** specifies parameters to create the data pilot table from a database. @see DatabaseImportDescriptor - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property] sequence< com::sun::star::beans::PropertyValue > ImportDescriptor; @@ -86,7 +86,7 @@ published service DataPilotDescriptor /** specifies the name of a <type>DataPilotSource</type> implementation for the data pilot table. - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property] string SourceServiceName; @@ -96,7 +96,7 @@ published service DataPilotDescriptor /** specifies arguments that are passed to the implementation named by <member>SourceServiceName</member>. - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property] sequence< com::sun::star::beans::PropertyValue > ServiceArguments; @@ -142,7 +142,7 @@ published service DataPilotDescriptor /** specifies a label for grand total results. - @since OOo 3.4 + @since OpenOffice 3.4 */ [optional, property] string GrandTotalName; diff --git a/offapi/com/sun/star/sheet/DataPilotItem.idl b/offapi/com/sun/star/sheet/DataPilotItem.idl index 2b7ece6aa238..cf5473a2a1e2 100644 --- a/offapi/com/sun/star/sheet/DataPilotItem.idl +++ b/offapi/com/sun/star/sheet/DataPilotItem.idl @@ -73,7 +73,7 @@ service DataPilotItem /** specifies the item's position in its field if sorting is manual. - @since OOo 2.4 + @since OpenOffice 2.4 */ [optional, property] long Position; }; diff --git a/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl b/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl index 0b33fafaf6d7..5f1e9a5b30c3 100644 --- a/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl +++ b/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::XDataPilotTable2 - @since OOo 3.0 + @since OpenOffice 3.0 */ constants DataPilotOutputRangeType { diff --git a/offapi/com/sun/star/sheet/DataPilotSource.idl b/offapi/com/sun/star/sheet/DataPilotSource.idl index 466f5f245daf..804291c1ac83 100644 --- a/offapi/com/sun/star/sheet/DataPilotSource.idl +++ b/offapi/com/sun/star/sheet/DataPilotSource.idl @@ -96,7 +96,7 @@ published service DataPilotSource /** specifies the number of row fields. - @since OOo 3.0 + @since OpenOffice 3.0 */ [readonly, property, optional] long RowFieldCount; @@ -104,7 +104,7 @@ published service DataPilotSource /** specifies the number of column fields. - @since OOo 3.0 + @since OpenOffice 3.0 */ [readonly, property, optional] long ColumnFieldCount; @@ -112,7 +112,7 @@ published service DataPilotSource /** specifies the number of data fields. - @since OOo 3.0 + @since OpenOffice 3.0 */ [readonly, property, optional] long DataFieldCount; }; diff --git a/offapi/com/sun/star/sheet/DataPilotSourceMember.idl b/offapi/com/sun/star/sheet/DataPilotSourceMember.idl index f34bef914050..c0e229fe831f 100644 --- a/offapi/com/sun/star/sheet/DataPilotSourceMember.idl +++ b/offapi/com/sun/star/sheet/DataPilotSourceMember.idl @@ -82,7 +82,7 @@ published service DataPilotSourceMember /** specifies the member's position in its hierarchy level if sorting is manual. - @since OOo 2.4 + @since OpenOffice 2.4 */ [optional, property] boolean Position; }; diff --git a/offapi/com/sun/star/sheet/DataPilotTable.idl b/offapi/com/sun/star/sheet/DataPilotTable.idl index e2a6cf1691c9..9c0b41460688 100644 --- a/offapi/com/sun/star/sheet/DataPilotTable.idl +++ b/offapi/com/sun/star/sheet/DataPilotTable.idl @@ -62,7 +62,7 @@ published service DataPilotTable /** allows notification of modifications to the data pilot table. - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional] interface com::sun::star::util::XModifyBroadcaster; diff --git a/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl b/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl index 5dfaf8fb5639..42869f88e32f 100644 --- a/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl +++ b/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotFieldFilter @see com::sun::star::sheet::DataResult - @since OOo 3.0 + @since OpenOffice 3.0 */ struct DataPilotTableHeaderData { diff --git a/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl b/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl index 7d3d2056b9b7..7531c1d7f366 100644 --- a/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl +++ b/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPiotTableResultData @see com::sun::star::sheet::DataPiotTableHeaderData - @since OOo 3.0 + @since OpenOffice 3.0 */ struct DataPilotTablePositionData { diff --git a/offapi/com/sun/star/sheet/DataPilotTablePositionType.idl b/offapi/com/sun/star/sheet/DataPilotTablePositionType.idl index 9a75a7d0da29..b1daca3fec95 100644 --- a/offapi/com/sun/star/sheet/DataPilotTablePositionType.idl +++ b/offapi/com/sun/star/sheet/DataPilotTablePositionType.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotTableResultData @see com::sun::star::sheet::DataPilotTableHeaderData - @since OOo 3.0 + @since OpenOffice 3.0 */ constants DataPilotTablePositionType { diff --git a/offapi/com/sun/star/sheet/DataPilotTableResultData.idl b/offapi/com/sun/star/sheet/DataPilotTableResultData.idl index f8403b990211..44caa2a8376b 100644 --- a/offapi/com/sun/star/sheet/DataPilotTableResultData.idl +++ b/offapi/com/sun/star/sheet/DataPilotTableResultData.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotFieldFilter @see com::sun::star::sheet::DataResult - @since OOo 3.0 + @since OpenOffice 3.0 */ struct DataPilotTableResultData { diff --git a/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl b/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl index dc39f9ff95d2..e20989bfff8e 100644 --- a/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl +++ b/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl @@ -68,7 +68,7 @@ published service DatabaseImportDescriptor /** specifies whether the SQL statement is given directly to the database or is parsed before. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean IsNative; @@ -76,7 +76,7 @@ published service DatabaseImportDescriptor //------------------------------------------------------------------------- /** indicates a connection URL, which locates a database driver. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string ConnectionResource; diff --git a/offapi/com/sun/star/sheet/DatabaseRange.idl b/offapi/com/sun/star/sheet/DatabaseRange.idl index b73b1ae38933..3b783f5d73eb 100644 --- a/offapi/com/sun/star/sheet/DatabaseRange.idl +++ b/offapi/com/sun/star/sheet/DatabaseRange.idl @@ -105,7 +105,7 @@ published service DatabaseRange /** specifies whether the AutoFilter is enabled or not. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] boolean AutoFilter; @@ -113,7 +113,7 @@ published service DatabaseRange /** specifies whether the filter criteria should be taken from a CellRange. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] boolean UseFilterCriteriaSource; @@ -122,7 +122,7 @@ published service DatabaseRange /** specifies the range where the filter can find the filter criterias. <p>This is only used if <member>SheetFilterDescriptor::UseFilterCriteriaSource</member> is <TRUE/>.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] com::sun::star::table::CellRangeAddress FilterCriteriaSource; @@ -130,7 +130,7 @@ published service DatabaseRange /** specifies the time between two refresh actions in seconds. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] long RefreshPeriod; @@ -138,7 +138,7 @@ published service DatabaseRange /** specifies whether the imported data is only a selection of the database. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean FromSelection; @@ -153,7 +153,7 @@ published service DatabaseRange @see com::sun::star::sheet::FormulaToken @see com::sun::star::sheet::FormulaMapGroupSpecialOffset::DB_AREA - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, readonly, property] long TokenIndex; }; diff --git a/offapi/com/sun/star/sheet/ExternalDocLink.idl b/offapi/com/sun/star/sheet/ExternalDocLink.idl index 0c2a9a693009..d7d74ce28b3f 100644 --- a/offapi/com/sun/star/sheet/ExternalDocLink.idl +++ b/offapi/com/sun/star/sheet/ExternalDocLink.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::XExternalDocLink - @since OOo 3.1 + @since OpenOffice 3.1 */ service ExternalDocLink : XExternalDocLink { diff --git a/offapi/com/sun/star/sheet/ExternalDocLinks.idl b/offapi/com/sun/star/sheet/ExternalDocLinks.idl index 25b34efe04d5..d8fe36b09beb 100644 --- a/offapi/com/sun/star/sheet/ExternalDocLinks.idl +++ b/offapi/com/sun/star/sheet/ExternalDocLinks.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::ExternalDocLink @see com::sun::star::sheet::XExternalDocLinks - @since OOo 3.1 + @since OpenOffice 3.1 */ service ExternalDocLinks : XExternalDocLinks { diff --git a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl index dd8b1cdf52d2..4bc5e11cfc2d 100644 --- a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl +++ b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module sheet { //============================================================================= /** describes an external link in a formula. - @since OOo 3.1 + @since OpenOffice 3.1 */ struct ExternalLinkInfo { diff --git a/offapi/com/sun/star/sheet/ExternalLinkType.idl b/offapi/com/sun/star/sheet/ExternalLinkType.idl index ec1c1055875a..ab5fc4df3ad4 100644 --- a/offapi/com/sun/star/sheet/ExternalLinkType.idl +++ b/offapi/com/sun/star/sheet/ExternalLinkType.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module sheet { <type>ExternalLinkInfo</type>, used with <member>FormulaParser::ExternalLinks</member>. - @since OOo 3.1 + @since OpenOffice 3.1 */ constants ExternalLinkType { diff --git a/offapi/com/sun/star/sheet/ExternalReference.idl b/offapi/com/sun/star/sheet/ExternalReference.idl index 2415ffb18a83..fafc5ad5d901 100644 --- a/offapi/com/sun/star/sheet/ExternalReference.idl +++ b/offapi/com/sun/star/sheet/ExternalReference.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module sheet { @see FormulaMapGroupSpecialOffset::PUSH - @since OOo 3.1 + @since OpenOffice 3.1 */ struct ExternalReference { diff --git a/offapi/com/sun/star/sheet/ExternalSheetCache.idl b/offapi/com/sun/star/sheet/ExternalSheetCache.idl index 8a675e82f55c..f041bfe9958f 100644 --- a/offapi/com/sun/star/sheet/ExternalSheetCache.idl +++ b/offapi/com/sun/star/sheet/ExternalSheetCache.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::ExternalDocLink @see com::sun::star::sheet::XExternalSheetCache - @since OOo 3.1 + @since OpenOffice 3.1 */ service ExternalSheetCache : XExternalSheetCache { diff --git a/offapi/com/sun/star/sheet/FilterOperator2.idl b/offapi/com/sun/star/sheet/FilterOperator2.idl index b24671b84c37..66bc9b75aad7 100644 --- a/offapi/com/sun/star/sheet/FilterOperator2.idl +++ b/offapi/com/sun/star/sheet/FilterOperator2.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module sheet { <p>This constants group extends the <type>FilterOperator</type> enum by additional filter operators.</p> - @since OOo 3.2 + @since OpenOffice 3.2 */ published constants FilterOperator2 { diff --git a/offapi/com/sun/star/sheet/FormulaParser.idl b/offapi/com/sun/star/sheet/FormulaParser.idl index 9abf3353d5f6..681dfe553cd6 100644 --- a/offapi/com/sun/star/sheet/FormulaParser.idl +++ b/offapi/com/sun/star/sheet/FormulaParser.idl @@ -99,7 +99,7 @@ service FormulaParser that indices are 1-based, the sequence must start with an empty element.</p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [property] sequence< ExternalLinkInfo > ExternalLinks; diff --git a/offapi/com/sun/star/sheet/FunctionAccess.idl b/offapi/com/sun/star/sheet/FunctionAccess.idl index 782f9b55dc05..80fae77a8222 100644 --- a/offapi/com/sun/star/sheet/FunctionAccess.idl +++ b/offapi/com/sun/star/sheet/FunctionAccess.idl @@ -77,7 +77,7 @@ published service FunctionAccess <p>For compatibility with older versions, the default value of this property is <TRUE/>.</p> - @since OOo 3.3 + @since OpenOffice 3.3 */ [optional, property] boolean IsArrayFunction; diff --git a/offapi/com/sun/star/sheet/NamedRange.idl b/offapi/com/sun/star/sheet/NamedRange.idl index 19a8aefc72b0..209d73e6215f 100644 --- a/offapi/com/sun/star/sheet/NamedRange.idl +++ b/offapi/com/sun/star/sheet/NamedRange.idl @@ -77,7 +77,7 @@ published service NamedRange @see com::sun::star::sheet::FormulaToken @see com::sun::star::sheet::FormulaMapGroupSpecialOffset::NAME - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, readonly, property] long TokenIndex; @@ -95,7 +95,7 @@ published service NamedRange formula referring to this defined name will show the formula definition contained in the name instead.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] boolean IsSharedFormula; }; diff --git a/offapi/com/sun/star/sheet/NamedRanges.idl b/offapi/com/sun/star/sheet/NamedRanges.idl index c6d900803cef..e0659421d591 100644 --- a/offapi/com/sun/star/sheet/NamedRanges.idl +++ b/offapi/com/sun/star/sheet/NamedRanges.idl @@ -84,7 +84,7 @@ published service NamedRanges /** provides methods to control the internal update of named ranges. - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional] interface com::sun::star::document::XActionLockable; diff --git a/offapi/com/sun/star/sheet/NoConvergenceException.idl b/offapi/com/sun/star/sheet/NoConvergenceException.idl index 37ee7c858648..0f4e89da0ffb 100644 --- a/offapi/com/sun/star/sheet/NoConvergenceException.idl +++ b/offapi/com/sun/star/sheet/NoConvergenceException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module sheet { /** Thrown by a Calc Add-In function this exception indicates the function's algorithm did not converge to a meaningful result. - @since OOo 3.3 + @since OpenOffice 3.3 */ exception NoConvergenceException : ::com::sun::star::uno::Exception{}; diff --git a/offapi/com/sun/star/sheet/RangeSelectionArguments.idl b/offapi/com/sun/star/sheet/RangeSelectionArguments.idl index d8f2396b138a..df83e2c7fbf7 100644 --- a/offapi/com/sun/star/sheet/RangeSelectionArguments.idl +++ b/offapi/com/sun/star/sheet/RangeSelectionArguments.idl @@ -55,7 +55,7 @@ published service RangeSelectionArguments single cell. If <FALSE/>, multiple adjoining cells can be selected. The default value is <FALSE/>.</p> - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ [optional, property] boolean SingleCellMode; }; diff --git a/offapi/com/sun/star/sheet/Shape.idl b/offapi/com/sun/star/sheet/Shape.idl index 54dbd1a592bb..8c06d9a71119 100644 --- a/offapi/com/sun/star/sheet/Shape.idl +++ b/offapi/com/sun/star/sheet/Shape.idl @@ -45,7 +45,7 @@ service Shape /** contains the object where this shape is anchored on. <p> Possible objects are XSpreadsheet and XCell.</p> */ - [readonly, property] com::sun::star::uno::XInterface Anchor; + [property] com::sun::star::uno::XInterface Anchor; //------------------------------------------------------------------------- /** contains the horizontal position of the object (1/100 mm). <p> The position is relative to the anchor object.</p> diff --git a/offapi/com/sun/star/sheet/SheetCell.idl b/offapi/com/sun/star/sheet/SheetCell.idl index 78dfd717cb18..5e08412932e8 100644 --- a/offapi/com/sun/star/sheet/SheetCell.idl +++ b/offapi/com/sun/star/sheet/SheetCell.idl @@ -237,7 +237,7 @@ published service SheetCell /** - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional] interface com::sun::star::util::XModifyBroadcaster; diff --git a/offapi/com/sun/star/sheet/SheetCellRange.idl b/offapi/com/sun/star/sheet/SheetCellRange.idl index 676cc6bb415f..2c70eca72606 100644 --- a/offapi/com/sun/star/sheet/SheetCellRange.idl +++ b/offapi/com/sun/star/sheet/SheetCellRange.idl @@ -256,7 +256,7 @@ published service SheetCellRange /** provides simultaneous access to the formula contents of all cells. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::sheet::XCellRangeFormula; @@ -346,7 +346,7 @@ published service SheetCellRange /** - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional] interface com::sun::star::util::XModifyBroadcaster; diff --git a/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl b/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl index 1137d7362154..a1294250f99f 100644 --- a/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl +++ b/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl @@ -59,7 +59,7 @@ published service SheetFilterDescriptor to the <type>TableFilterField</type> structure provided by interface <type>XSheetFilterDescriptor</type>. - @since OOo 3.2 + @since OpenOffice 3.2 */ [optional] interface XSheetFilterDescriptor2; diff --git a/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl b/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl index 39bb960b9ac8..cbdb211d7740 100644 --- a/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl +++ b/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module sheet { <p>This service extends the <type scope="com::sun::star::table">TableSortDescriptor2</type> service with spreadsheet specific properties.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service SheetSortDescriptor2 { diff --git a/offapi/com/sun/star/sheet/Spreadsheet.idl b/offapi/com/sun/star/sheet/Spreadsheet.idl index 925729d0264f..07937283dda4 100644 --- a/offapi/com/sun/star/sheet/Spreadsheet.idl +++ b/offapi/com/sun/star/sheet/Spreadsheet.idl @@ -208,7 +208,7 @@ service Spreadsheet /** provides a method to set an external name at the sheet. - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional] interface com::sun::star::sheet::XExternalSheetName; diff --git a/offapi/com/sun/star/sheet/SpreadsheetDocument.idl b/offapi/com/sun/star/sheet/SpreadsheetDocument.idl index 3bc49dd3dc3a..7eb3564696a9 100644 --- a/offapi/com/sun/star/sheet/SpreadsheetDocument.idl +++ b/offapi/com/sun/star/sheet/SpreadsheetDocument.idl @@ -269,7 +269,7 @@ published service SpreadsheetDocument #if 0 /** contains the collection of external document links in the document. - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, readonly, property] com::sun::star::sheet::XExternalDocLinks ExternalDocLinks; #endif diff --git a/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl b/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl index 285b761f7f65..4649ca9bf405 100644 --- a/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl +++ b/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl @@ -199,7 +199,7 @@ published service SpreadsheetDocumentSettings /** specifies whether the document data are already loaded. - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] boolean IsLoaded; @@ -207,7 +207,7 @@ published service SpreadsheetDocumentSettings /** specifies whether the undo command is enabled. - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] boolean IsUndoEnabled; @@ -216,7 +216,7 @@ published service SpreadsheetDocumentSettings /** specifies whether the automatic adjustment of the row height is enabled. - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] boolean IsAdjustHeightEnabled; @@ -224,7 +224,7 @@ published service SpreadsheetDocumentSettings /** specifies whether the automatic execution of links is enabled. - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] boolean IsExecuteLinkEnabled; @@ -232,7 +232,7 @@ published service SpreadsheetDocumentSettings /** contains the reference device used for formatting the document. - @since OOo 3.0 + @since OpenOffice 3.0 */ [readonly, optional, property] com::sun::star::awt::XDevice ReferenceDevice; diff --git a/offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl b/offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl index aa79c748536d..efd4aec09af5 100644 --- a/offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl +++ b/offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl @@ -58,7 +58,7 @@ next x% </listing> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service SpreadsheetDrawPage { diff --git a/offapi/com/sun/star/sheet/TableAutoFormatField.idl b/offapi/com/sun/star/sheet/TableAutoFormatField.idl index a41dc203846e..61c6e7ca6898 100644 --- a/offapi/com/sun/star/sheet/TableAutoFormatField.idl +++ b/offapi/com/sun/star/sheet/TableAutoFormatField.idl @@ -310,7 +310,7 @@ published service TableAutoFormatField /** property containing a description of the cell border. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] com::sun::star::table::TableBorder TableBorder; }; diff --git a/offapi/com/sun/star/sheet/TableFilterField2.idl b/offapi/com/sun/star/sheet/TableFilterField2.idl index f82f8935a782..c32b59cc6261 100644 --- a/offapi/com/sun/star/sheet/TableFilterField2.idl +++ b/offapi/com/sun/star/sheet/TableFilterField2.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module sheet { <type>FilterOperator</type> enum.</p> @see SheetFilterDescriptor - @since OOo 3.2 + @since OpenOffice 3.2 */ published struct TableFilterField2 { diff --git a/offapi/com/sun/star/sheet/TablePageStyle.idl b/offapi/com/sun/star/sheet/TablePageStyle.idl index cd84776eee52..245feadda819 100644 --- a/offapi/com/sun/star/sheet/TablePageStyle.idl +++ b/offapi/com/sun/star/sheet/TablePageStyle.idl @@ -193,7 +193,7 @@ published service TablePageStyle /** contains the number of horizontal pages the sheet will printed on. - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] short ScaleToPagesX; @@ -202,7 +202,7 @@ published service TablePageStyle /** contains the number of vertical pages the sheet will printed on. - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] short ScaleToPagesY; diff --git a/offapi/com/sun/star/sheet/XActivationBroadcaster.idl b/offapi/com/sun/star/sheet/XActivationBroadcaster.idl index 0a5cff661ba4..02a9baa59b95 100644 --- a/offapi/com/sun/star/sheet/XActivationBroadcaster.idl +++ b/offapi/com/sun/star/sheet/XActivationBroadcaster.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module sheet { /** provides methods to add and remove XActivationEventListener - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XActivationBroadcaster: com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/sheet/XActivationEventListener.idl b/offapi/com/sun/star/sheet/XActivationEventListener.idl index 29123607ffcc..03873e2cd681 100644 --- a/offapi/com/sun/star/sheet/XActivationEventListener.idl +++ b/offapi/com/sun/star/sheet/XActivationEventListener.idl @@ -56,7 +56,7 @@ published interface XActivationEventListener: com::sun::star::lang::XEventListen @see ActivationEvent @see XSpreadsheetViewEventProvieder - @since OOo 2.0 + @since OpenOffice 2.0 */ void activeSpreadsheetChanged( [in] com::sun::star::sheet::ActivationEvent aEvent ); diff --git a/offapi/com/sun/star/sheet/XCellRangeFormula.idl b/offapi/com/sun/star/sheet/XCellRangeFormula.idl index b5cc0a79d8e1..6fd0d80ebe90 100644 --- a/offapi/com/sun/star/sheet/XCellRangeFormula.idl +++ b/offapi/com/sun/star/sheet/XCellRangeFormula.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module sheet { <p>The outer sequence represents the rows and the inner sequence the columns of the array.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XCellRangeFormula: com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/sheet/XDDELinkResults.idl b/offapi/com/sun/star/sheet/XDDELinkResults.idl index e873d4bb3dd2..90f0d3aa7a26 100644 --- a/offapi/com/sun/star/sheet/XDDELinkResults.idl +++ b/offapi/com/sun/star/sheet/XDDELinkResults.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DDELink - @since OOo 3.0 + @since OpenOffice 3.0 */ published interface XDDELinkResults: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/sheet/XDDELinks.idl b/offapi/com/sun/star/sheet/XDDELinks.idl index 45c92b101627..40fa8cc2c6f0 100644 --- a/offapi/com/sun/star/sheet/XDDELinks.idl +++ b/offapi/com/sun/star/sheet/XDDELinks.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DDELinks - @since OOo 3.0 + @since OpenOffice 3.0 */ published interface XDDELinks: com::sun::star::container::XNameAccess { diff --git a/offapi/com/sun/star/sheet/XDataPilotTable2.idl b/offapi/com/sun/star/sheet/XDataPilotTable2.idl index c51773686e08..36aa25c1966d 100644 --- a/offapi/com/sun/star/sheet/XDataPilotTable2.idl +++ b/offapi/com/sun/star/sheet/XDataPilotTable2.idl @@ -61,7 +61,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::XDataPilotTable - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XDataPilotTable2: com::sun::star::sheet::XDataPilotTable { diff --git a/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl b/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl index 5f8ade62ebbd..d3e527e64e24 100644 --- a/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl +++ b/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSource - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XDrillDownDataSupplier: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/sheet/XEnhancedMouseClickBroadcaster.idl b/offapi/com/sun/star/sheet/XEnhancedMouseClickBroadcaster.idl index eb771984de3e..5b5f1ca03961 100644 --- a/offapi/com/sun/star/sheet/XEnhancedMouseClickBroadcaster.idl +++ b/offapi/com/sun/star/sheet/XEnhancedMouseClickBroadcaster.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module sheet { /** provides methods to add and remove EnhancedMouseClickHandler - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XEnhancedMouseClickBroadcaster: com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/sheet/XExternalDocLink.idl b/offapi/com/sun/star/sheet/XExternalDocLink.idl index 659977a29f12..4a772d782746 100644 --- a/offapi/com/sun/star/sheet/XExternalDocLink.idl +++ b/offapi/com/sun/star/sheet/XExternalDocLink.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::ExternalDocLink - @since OOo 3.1 + @since OpenOffice 3.1 */ interface XExternalDocLink { diff --git a/offapi/com/sun/star/sheet/XExternalDocLinks.idl b/offapi/com/sun/star/sheet/XExternalDocLinks.idl index 981c7c5d6e87..9460bf93070c 100644 --- a/offapi/com/sun/star/sheet/XExternalDocLinks.idl +++ b/offapi/com/sun/star/sheet/XExternalDocLinks.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::ExternalDocLinks - @since OOo 3.1 + @since OpenOffice 3.1 */ interface XExternalDocLinks { diff --git a/offapi/com/sun/star/sheet/XExternalSheetCache.idl b/offapi/com/sun/star/sheet/XExternalSheetCache.idl index 4d5c28a19f56..2b97005d6471 100644 --- a/offapi/com/sun/star/sheet/XExternalSheetCache.idl +++ b/offapi/com/sun/star/sheet/XExternalSheetCache.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::ExternalSheetCache - @since OOo 3.1 + @since OpenOffice 3.1 */ interface XExternalSheetCache { diff --git a/offapi/com/sun/star/sheet/XExternalSheetName.idl b/offapi/com/sun/star/sheet/XExternalSheetName.idl index a8c7bf5c229e..5e1a54d1b4af 100644 --- a/offapi/com/sun/star/sheet/XExternalSheetName.idl +++ b/offapi/com/sun/star/sheet/XExternalSheetName.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module sheet { The name of the hidden sheet is composed of the URL of the external document and the external sheet name.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XExternalSheetName: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/sheet/XScenarioEnhanced.idl b/offapi/com/sun/star/sheet/XScenarioEnhanced.idl index 114f1f7c0d80..3752ab698421 100644 --- a/offapi/com/sun/star/sheet/XScenarioEnhanced.idl +++ b/offapi/com/sun/star/sheet/XScenarioEnhanced.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::XScenario - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XScenarioEnhanced: com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/sheet/XSheetFilterDescriptor2.idl b/offapi/com/sun/star/sheet/XSheetFilterDescriptor2.idl index 6acaed3f9e12..dc16d1ca1ad7 100644 --- a/offapi/com/sun/star/sheet/XSheetFilterDescriptor2.idl +++ b/offapi/com/sun/star/sheet/XSheetFilterDescriptor2.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module sheet { <type>TableFilterField</type> struct.</p> @see SheetFilterDescriptor - @since OOo 3.2 + @since OpenOffice 3.2 */ published interface XSheetFilterDescriptor2: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/smarttags/SmartTagAction.idl b/offapi/com/sun/star/smarttags/SmartTagAction.idl index 4640e07670ed..1b245a6f502f 100644 --- a/offapi/com/sun/star/smarttags/SmartTagAction.idl +++ b/offapi/com/sun/star/smarttags/SmartTagAction.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module smarttags { that can be performed for a smart tag which has been recognized by a <type>SmartTagRecognizer</type> service.</p> - @since OOo 2.3 + @since OpenOffice 2.3 */ service SmartTagAction : XSmartTagAction {}; diff --git a/offapi/com/sun/star/smarttags/SmartTagRecognizer.idl b/offapi/com/sun/star/smarttags/SmartTagRecognizer.idl index c05ebf43da3e..d37f762a79c2 100644 --- a/offapi/com/sun/star/smarttags/SmartTagRecognizer.idl +++ b/offapi/com/sun/star/smarttags/SmartTagRecognizer.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module smarttags { associated with specific actions which are defined by implementations of the <type>SmartTagAction</type> service.</p> - @since OOo 2.3 + @since OpenOffice 2.3 */ service SmartTagRecognizer : XSmartTagRecognizer {}; diff --git a/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl b/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl index 413c1f73b6fb..0d98d7821c56 100644 --- a/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl +++ b/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl @@ -33,7 +33,7 @@ /** specifies the which type of text is passed to <method>XSmartTagRecognizer::recognize()</method></p> - @since OOo 2.3 + @since OpenOffice 2.3 */ enum SmartTagRecognizerMode diff --git a/offapi/com/sun/star/smarttags/XRangeBasedSmartTagRecognizer.idl b/offapi/com/sun/star/smarttags/XRangeBasedSmartTagRecognizer.idl index c7671a555cc6..d3a95ba44500 100644 --- a/offapi/com/sun/star/smarttags/XRangeBasedSmartTagRecognizer.idl +++ b/offapi/com/sun/star/smarttags/XRangeBasedSmartTagRecognizer.idl @@ -75,9 +75,6 @@ interface XRangeBasedSmartTagRecognizer: com::sun::star::lang::XInitialization @param eDataType This value indicates the type of the passed text. - @param aLocale - Is used to indicate the language of the passed text. - @param xTextMarkup This object is used to submit any recognized smart tags to the calling application. diff --git a/offapi/com/sun/star/smarttags/XSmartTagAction.idl b/offapi/com/sun/star/smarttags/XSmartTagAction.idl index 799cc3173ec6..682ba5865307 100644 --- a/offapi/com/sun/star/smarttags/XSmartTagAction.idl +++ b/offapi/com/sun/star/smarttags/XSmartTagAction.idl @@ -60,7 +60,7 @@ module com { module sun { module star { module smarttags { /** provides access to smart tag actions. - @since OOo 2.3 + @since OpenOffice 2.3 */ interface XSmartTagAction: com::sun::star::lang::XInitialization diff --git a/offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl b/offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl index 6cf33f97323c..d1320f62c9c4 100644 --- a/offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl +++ b/offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl @@ -66,7 +66,7 @@ module com { module sun { module star { module smarttags { /** provides access to a smart tag recognizer. - @since OOo 2.3 + @since OpenOffice 2.3 */ interface XSmartTagRecognizer: com::sun::star::lang::XInitialization diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl index d5eb50879f4e..6152e1a4091b 100644 --- a/offapi/com/sun/star/style/CharacterProperties.idl +++ b/offapi/com/sun/star/style/CharacterProperties.idl @@ -416,7 +416,7 @@ published service CharacterProperties <p> It is not guaranteed that the order in the sequence reflects the order of the evaluation of the character style attributes.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] sequence<string> CharStyleNames; @@ -424,7 +424,7 @@ published service CharacterProperties /** If this optional property is <TRUE/>, then the characters are invisible. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean CharHidden; diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl index 099b4890ae82..8e98a45d4dbc 100644 --- a/offapi/com/sun/star/style/NumberingType.idl +++ b/offapi/com/sun/star/style/NumberingType.idl @@ -208,48 +208,48 @@ published constants NumberingType /** Numbering in Arabic alphabet letters as "أ,ب,ت..." - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ const short CHARS_ARABIC = 31; //------------------------------------------------------------------------- /** Numbering in Thai alphabet letters - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ const short CHARS_THAI = 32; //------------------------------------------------------------------------- /** Numbering in Hebrew alphabet letters - @since OOo 2.0 + @since OpenOffice 2.0 */ const short CHARS_HEBREW = 33; //------------------------------------------------------------------------- /** Numbering in Nepali alphabet letters - @since OOo 2.0.1 + @since OpenOffice 2.0.1 */ const short CHARS_NEPALI = 34; //------------------------------------------------------------------------- /** Numbering in Khmer alphabet letters - @since OOo 2.0.1 + @since OpenOffice 2.0.1 */ const short CHARS_KHMER = 35; //------------------------------------------------------------------------- /** Numbering in Lao alphabet letters - @since OOo 2.0.1 + @since OpenOffice 2.0.1 */ const short CHARS_LAO = 36; //------------------------------------------------------------------------- /** Numbering in Tibetan/Dzongkha alphabet letters - @since OOo 2.0.3 + @since OpenOffice 2.0.3 */ const short CHARS_TIBETAN = 37; @@ -257,7 +257,7 @@ published constants NumberingType /** Numbering in Cyrillic alphabet upper case letters as "А, Б, В, Г, ..., Ю, Я, Ав, Аа, Ав, ... Ааа, Ааб". - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ /* Since IDL comments allow only 7-bit characters, hence the XHTML @@ -279,7 +279,7 @@ published constants NumberingType /** Numbering in Cyrillic alphabet lower case letters as "а, б, в, г, ..., ю, я, а а, аб, ав, ... а а а, а аб". - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ /* CYRILLIC SMALL LETTER A , CYRILLIC SMALL LETTER BE , @@ -297,7 +297,7 @@ published constants NumberingType /** Numbering in Cyrillic alphabet upper case letters as "А, Б, ..., Ю, Я, Аа, Бб, Вв, ... Ааа, ...". - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ /* CYRILLIC CAPITAL LETTER A , CYRILLIC CAPITAL LETTER BE , ... , @@ -313,7 +313,7 @@ published constants NumberingType /** Numbering in Cyrillic alphabet upper case letters as "а, б, ..., ю, я, аа, бб, вв, ... ааа, ...". - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ /* CYRILLIC SMALL LETTER A , CYRILLIC SMALL LETTER BE , ... , @@ -329,7 +329,7 @@ published constants NumberingType /** Numbering in Russian Cyrillic alphabet upper case letters as "А, Б, В, Г, ..., Ю, Я, Аа, Аб, Ав, ... Ааа, Ааб". - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ /* CYRILLIC CAPITAL LETTER A , CYRILLIC CAPITAL LETTER BE , @@ -347,7 +347,7 @@ published constants NumberingType /** Numbering in Russian Cyrillic alphabet lower case letters as "а, б, в, г, ..., ю, я, аа, аб, ав, ... ааа, ааб". - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ /* CYRILLIC SMALL LETTER A , CYRILLIC SMALL LETTER BE , @@ -365,7 +365,7 @@ published constants NumberingType /** Numbering in Russian Cyrillic alphabet upper case letters as "А, Б, ..., Ю, Я, Аа, Бб, Вв, ... Ааа, ...". - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ /* CYRILLIC CAPITAL LETTER A , CYRILLIC CAPITAL LETTER BE , ... , @@ -381,7 +381,7 @@ published constants NumberingType /** Numbering in Russian Cyrillic alphabet upper case letters as "а, б, ..., ю, я, аа, бб, вв, ... ааа, ...". - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ /* CYRILLIC SMALL LETTER A , CYRILLIC SMALL LETTER BE , ... , @@ -396,21 +396,21 @@ published constants NumberingType //------------------------------------------------------------------------- /** Numbering in Persian alphabet letters (aa, be, pe, te, ...) - @since OOo 2.4 + @since OpenOffice 2.4 */ const short CHARS_PERSIAN = 46; //------------------------------------------------------------------------- /** Numbering in Myanmar alphabet letters - @since OOo 3.1 + @since OpenOffice 3.1 */ const short CHARS_MYANMAR = 47; //------------------------------------------------------------------------- /** Numbering in Serbian Cyrillic alphabet upper case letters - @since OOo 3.1 + @since OpenOffice 3.1 */ /* CYRILLIC CAPITAL LETTER A , CYRILLIC CAPITAL LETTER BE , @@ -426,7 +426,7 @@ published constants NumberingType //------------------------------------------------------------------------- /** Numbering in Russian Serbian alphabet lower case letters - @since OOo 3.1 + @since OpenOffice 3.1 */ /* CYRILLIC SMALL LETTER A , CYRILLIC SMALL LETTER BE , @@ -442,7 +442,7 @@ published constants NumberingType //------------------------------------------------------------------------- /** Numbering in Serbian Cyrillic alphabet upper case letters - @since OOo 3.1 + @since OpenOffice 3.1 */ /* CYRILLIC CAPITAL LETTER A , CYRILLIC CAPITAL LETTER BE , ... , @@ -456,7 +456,7 @@ published constants NumberingType //------------------------------------------------------------------------- /** Numbering in Serbian Cyrillic alphabet upper case letters - @since OOo 3.1 + @since OpenOffice 3.1 */ /* CYRILLIC SMALL LETTER A , CYRILLIC SMALL LETTER BE , ... , diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl index 65932ed1ccde..0df6d906dae2 100644 --- a/offapi/com/sun/star/style/ParagraphProperties.idl +++ b/offapi/com/sun/star/style/ParagraphProperties.idl @@ -444,7 +444,7 @@ published service ParagraphProperties //------------------------------------------------------------------------- /** specifies the outline level to which the paragraph belongs - @since OOo 3.1 + @since OpenOffice 3.1 <p>Value 0 indicates that the paragraph belongs to the body text.</p> <p>Values [1..10] indicates that the paragraph belongs to the corresponding outline level.</p> diff --git a/offapi/com/sun/star/style/Style.idl b/offapi/com/sun/star/style/Style.idl index 3fd78e1e186c..c53834bd6a08 100644 --- a/offapi/com/sun/star/style/Style.idl +++ b/offapi/com/sun/star/style/Style.idl @@ -158,7 +158,7 @@ published service Style </ul> - @since OOo 2.0.1 + @since OpenOffice 2.0.1 */ [optional, property] sequence< com::sun::star::beans::NamedValue > ParaStyleConditions; diff --git a/offapi/com/sun/star/table/AccessibleCellView.idl b/offapi/com/sun/star/table/AccessibleCellView.idl index 57ce7f545982..7c13eeee017d 100644 --- a/offapi/com/sun/star/table/AccessibleCellView.idl +++ b/offapi/com/sun/star/table/AccessibleCellView.idl @@ -58,7 +58,7 @@ module com { module sun { module star { module table { of a spreadsheet document. See <type scope="::com::sun::star::sheet">AccessibleCell</type> for cells in the edit view of a spreadsheet. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleCellView { diff --git a/offapi/com/sun/star/table/AccessibleTableView.idl b/offapi/com/sun/star/table/AccessibleTableView.idl index 80660704a223..93163daf50e0 100644 --- a/offapi/com/sun/star/table/AccessibleTableView.idl +++ b/offapi/com/sun/star/table/AccessibleTableView.idl @@ -54,7 +54,7 @@ module com { module sun { module star { module table { of a spreadsheet document. See <type scope="::com::sun::star::sheet">AccessibleSpreadsheet</type> for tables in the edit view of a spreadsheet. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTableView { diff --git a/offapi/com/sun/star/table/TableSortDescriptor2.idl b/offapi/com/sun/star/table/TableSortDescriptor2.idl index 2b5ba11a327e..6716eab40651 100644 --- a/offapi/com/sun/star/table/TableSortDescriptor2.idl +++ b/offapi/com/sun/star/table/TableSortDescriptor2.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module table { /** specifies properties which describe sorting of fields (rows or columns) in a table. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service TableSortDescriptor2 { diff --git a/offapi/com/sun/star/table/TableSortField.idl b/offapi/com/sun/star/table/TableSortField.idl index 0b7fe974caa9..5ddcb5cc0e4d 100644 --- a/offapi/com/sun/star/table/TableSortField.idl +++ b/offapi/com/sun/star/table/TableSortField.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module table { @see com::sun::star::table::TableSortDescriptor2 - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct TableSortField { diff --git a/offapi/com/sun/star/table/TableSortFieldType.idl b/offapi/com/sun/star/table/TableSortFieldType.idl index 193a4d4ba7a2..0e89d13b4120 100644 --- a/offapi/com/sun/star/table/TableSortFieldType.idl +++ b/offapi/com/sun/star/table/TableSortFieldType.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module table { /** enumeration used to specify the type of contents in a sort field (row/column) of a table. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published enum TableSortFieldType { diff --git a/offapi/com/sun/star/task/AsyncJob.idl b/offapi/com/sun/star/task/AsyncJob.idl index dbbc2a3de1a0..338ea37f06c1 100644 --- a/offapi/com/sun/star/task/AsyncJob.idl +++ b/offapi/com/sun/star/task/AsyncJob.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module task { @see Job - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AsyncJob { diff --git a/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl b/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl index d8c9c630a4be..74e093d73ab4 100644 --- a/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl +++ b/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module task { the mentioned service are Abort and Approve. </P> - @since OOo 3.2 + @since OpenOffice 3.2 */ published exception DocumentMSPasswordRequest: PasswordRequest { diff --git a/offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl b/offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl index b704699ff49d..0e57e8ca94f0 100755 --- a/offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl +++ b/offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module task { @see com::sun::star::task::PasswordRequest @see com::sun::star::task::DocumentMSPasswordRequest - @since OOo 3.3 + @since OpenOffice 3.3 */ exception DocumentMSPasswordRequest2 : DocumentMSPasswordRequest { diff --git a/offapi/com/sun/star/task/DocumentPasswordRequest.idl b/offapi/com/sun/star/task/DocumentPasswordRequest.idl index 8fcb074a10f0..3fe4a628edb8 100644 --- a/offapi/com/sun/star/task/DocumentPasswordRequest.idl +++ b/offapi/com/sun/star/task/DocumentPasswordRequest.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module task { the mentioned service are Abort and Approve. </P> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception DocumentPasswordRequest: PasswordRequest { diff --git a/offapi/com/sun/star/task/DocumentPasswordRequest2.idl b/offapi/com/sun/star/task/DocumentPasswordRequest2.idl index 52aedc0953fc..a9b56a9788da 100755 --- a/offapi/com/sun/star/task/DocumentPasswordRequest2.idl +++ b/offapi/com/sun/star/task/DocumentPasswordRequest2.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module task { @see com::sun::star::task::PasswordRequest @see com::sun::star::task::DocumentPasswordRequest - @since OOo 3.3 + @since OpenOffice 3.3 */ exception DocumentPasswordRequest2 : DocumentPasswordRequest { diff --git a/offapi/com/sun/star/task/ErrorCodeRequest.idl b/offapi/com/sun/star/task/ErrorCodeRequest.idl index 31e835adf212..13b0ddce4c35 100644 --- a/offapi/com/sun/star/task/ErrorCodeRequest.idl +++ b/offapi/com/sun/star/task/ErrorCodeRequest.idl @@ -37,7 +37,7 @@ It can be used to transport the error code information. E.g. that can be usefull for interactions. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception ErrorCodeRequest : com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/task/Job.idl b/offapi/com/sun/star/task/Job.idl index 74944b9d7329..2e0e27d30c36 100644 --- a/offapi/com/sun/star/task/Job.idl +++ b/offapi/com/sun/star/task/Job.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module task { @see AsyncJob - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service Job { diff --git a/offapi/com/sun/star/task/MasterPasswordRequest.idl b/offapi/com/sun/star/task/MasterPasswordRequest.idl index 8f05741a21e5..4af4a14b6e6d 100644 --- a/offapi/com/sun/star/task/MasterPasswordRequest.idl +++ b/offapi/com/sun/star/task/MasterPasswordRequest.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module task { the mentioned service are Abort and Approve. </P> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception MasterPasswordRequest: PasswordRequest { diff --git a/offapi/com/sun/star/task/OfficeRestartManager.idl b/offapi/com/sun/star/task/OfficeRestartManager.idl index 94f7fe373b2d..365f0b4a39d9 100644 --- a/offapi/com/sun/star/task/OfficeRestartManager.idl +++ b/offapi/com/sun/star/task/OfficeRestartManager.idl @@ -34,7 +34,7 @@ interface XRestartManager; /** This singleton is intended to allow to restart the office asynchronously. - @since OOo 3.3 + @since OpenOffice 3.3 */ singleton OfficeRestartManager : XRestartManager; diff --git a/offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl b/offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl index f63f9b8ab8d4..d61bc97ce1ca 100644 --- a/offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl +++ b/offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module task { If the password container does not contain credentials matching the authentication request, the service implementation selects no continuation. - @since OOo 3.3 + @since OpenOffice 3.3 */ published service PasswordContainerInteractionHandler : com::sun::star::task::XInteractionHandler; diff --git a/offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl b/offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl index db18d81c0cbc..d8735fb4c890 100644 --- a/offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl +++ b/offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module task { the mentioned service are Abort and Approve. </P> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception UnsupportedOverwriteRequest: ClassifiedInteractionRequest { diff --git a/offapi/com/sun/star/task/XInteractionPassword.idl b/offapi/com/sun/star/task/XInteractionPassword.idl index b9aacec31bc5..1db81feccd31 100644 --- a/offapi/com/sun/star/task/XInteractionPassword.idl +++ b/offapi/com/sun/star/task/XInteractionPassword.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module task { //============================================================================= /** A continuation to get a password from interaction helper. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XInteractionPassword : ::com::sun::star::task::XInteractionContinuation { diff --git a/offapi/com/sun/star/task/XInteractionPassword2.idl b/offapi/com/sun/star/task/XInteractionPassword2.idl index 2d23feaab343..ce347f6b322f 100644 --- a/offapi/com/sun/star/task/XInteractionPassword2.idl +++ b/offapi/com/sun/star/task/XInteractionPassword2.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module task { <type>XInteractionPassword</type> with possibility to provide password to modify. - @since OOo 3.3 + @since OpenOffice 3.3 */ published interface XInteractionPassword2 : ::com::sun::star::task::XInteractionPassword { diff --git a/offapi/com/sun/star/task/XRestartManager.idl b/offapi/com/sun/star/task/XRestartManager.idl index 23072e792143..a20bd4f73dc8 100644 --- a/offapi/com/sun/star/task/XRestartManager.idl +++ b/offapi/com/sun/star/task/XRestartManager.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module task { //============================================================================= /** allows to try to restart the office. - @since OOo 3.3 + @since OpenOffice 3.3 */ published interface XRestartManager : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/task/XUrlContainer.idl b/offapi/com/sun/star/task/XUrlContainer.idl index 4011f44954af..dc8f2835a6d8 100644 --- a/offapi/com/sun/star/task/XUrlContainer.idl +++ b/offapi/com/sun/star/task/XUrlContainer.idl @@ -38,9 +38,9 @@ module com { module sun { module star { module task { //============================================================================= /** Allows to store and retrieve URLs. URLs can be stored persistently or - until end of OOo session. + until end of OpenOffice session. - @since OOo 3.2 + @since OpenOffice 3.2 */ published interface XUrlContainer : com::sun::star::uno::XInterface { @@ -50,7 +50,7 @@ published interface XUrlContainer : com::sun::star::uno::XInterface @param Url URL to add to the container @param MakePersistent indicates whether the URL shall be stored persistently or just in memory (until end of - OOo session) + OpenOffice session) */ void addUrl( [in] string Url, [in] boolean MakePersistent ); diff --git a/offapi/com/sun/star/text/AccessibleEndnoteView.idl b/offapi/com/sun/star/text/AccessibleEndnoteView.idl index 78b160ef966b..1ff26a52c9b5 100644 --- a/offapi/com/sun/star/text/AccessibleEndnoteView.idl +++ b/offapi/com/sun/star/text/AccessibleEndnoteView.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module text { //============================================================================= /** The accessible view of endnotes. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleEndnoteView { diff --git a/offapi/com/sun/star/text/AccessibleFootnoteView.idl b/offapi/com/sun/star/text/AccessibleFootnoteView.idl index 87d72da873b2..7fa5360a6783 100644 --- a/offapi/com/sun/star/text/AccessibleFootnoteView.idl +++ b/offapi/com/sun/star/text/AccessibleFootnoteView.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module text { /** The accessible view of footnotes. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleFootnoteView diff --git a/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl b/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl index d048d268ad49..716667f37a8f 100644 --- a/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl +++ b/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module text { /** The accessible view of headers and footers. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleHeaderFooterView diff --git a/offapi/com/sun/star/text/AccessiblePageView.idl b/offapi/com/sun/star/text/AccessiblePageView.idl index f58b2322534c..114c7d3bbc83 100644 --- a/offapi/com/sun/star/text/AccessiblePageView.idl +++ b/offapi/com/sun/star/text/AccessiblePageView.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module text { /** The accessible view of pagees. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessiblePageView { diff --git a/offapi/com/sun/star/text/AccessibleParagraphView.idl b/offapi/com/sun/star/text/AccessibleParagraphView.idl index 75fdb72e9ecd..92ef80aa9279 100644 --- a/offapi/com/sun/star/text/AccessibleParagraphView.idl +++ b/offapi/com/sun/star/text/AccessibleParagraphView.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module text { /** The accessible view of a paragraph fragment. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleParagraphView { @@ -195,7 +195,7 @@ published service AccessibleParagraphView /** This interface gives access to the default attributes of a paragraph and to the run attributes of a certain character in a paragraph - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ [optional] interface ::com::sun::star::accessibility::XAccessibleTextAttributes; diff --git a/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl b/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl index d7e0ea2a04d1..0858c1af72db 100644 --- a/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl +++ b/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module text { /** The accessible page preview of a text document. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTextDocumentPageView { diff --git a/offapi/com/sun/star/text/AccessibleTextDocumentView.idl b/offapi/com/sun/star/text/AccessibleTextDocumentView.idl index d0f555606cbf..a1ff960a5794 100644 --- a/offapi/com/sun/star/text/AccessibleTextDocumentView.idl +++ b/offapi/com/sun/star/text/AccessibleTextDocumentView.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module text { /** The accessible view of a text document. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTextDocumentView { diff --git a/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl b/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl index d04e9a081a0e..6b529d901cad 100644 --- a/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl +++ b/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module text { this service but of the document service itself. The tree exist only until the ovject is deactivated. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTextEmbeddedObject { diff --git a/offapi/com/sun/star/text/AccessibleTextFrameView.idl b/offapi/com/sun/star/text/AccessibleTextFrameView.idl index 3d345d0f2628..ccc31614ac07 100644 --- a/offapi/com/sun/star/text/AccessibleTextFrameView.idl +++ b/offapi/com/sun/star/text/AccessibleTextFrameView.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module text { /** The accessible view of text frames. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTextFrameView { diff --git a/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl b/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl index 6c97a0b65595..9d5c6bca1097 100644 --- a/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl +++ b/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module text { /** The accessible view of graphics. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AccessibleTextGraphicObject { diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl index 66c8f6b18173..254f89185465 100644 --- a/offapi/com/sun/star/text/BaseFrameProperties.idl +++ b/offapi/com/sun/star/text/BaseFrameProperties.idl @@ -60,7 +60,7 @@ published service BaseFrameProperties { /** gives access to the UserDefinedAttributes property. - @since OOo 2.1 + @since OpenOffice 2.1 */ [optional] service com::sun::star::xml::UserDefinedAttributesSupplier; @@ -331,7 +331,7 @@ published service BaseFrameProperties of the shape, if the text document setting ConsiderTextWrapOnObjPos is <TRUE/>. Valid values are given by <member>WrapInfluenceOnPosition</member></p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] short WrapInfluenceOnPosition; @@ -343,7 +343,7 @@ published service BaseFrameProperties document needs to be formatted as well. Thus if that was not done previously it may take some while to retrieve this value.</p> - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ [optional, property, maybevoid] com::sun::star::awt::Size LayoutSize; @@ -353,7 +353,7 @@ published service BaseFrameProperties <p>This short title is visible as an alternative tag in HTML format. Accessibility tools can read this text.</p> - @since OOo 3.2 + @since OpenOffice 3.2 */ [optional, property] string Title; @@ -364,7 +364,7 @@ published service BaseFrameProperties more detail to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</p> - @since OOo 3.2 + @since OpenOffice 3.2 */ [optional, property] string Description; }; diff --git a/offapi/com/sun/star/text/Cell.idl b/offapi/com/sun/star/text/Cell.idl index 579aa0292d13..a3fbaff8c5c8 100644 --- a/offapi/com/sun/star/text/Cell.idl +++ b/offapi/com/sun/star/text/Cell.idl @@ -89,7 +89,7 @@ service Cell <li>CellProtection: non-functional implementation.</li> </ul> - @since OOo 2.0 + @since OpenOffice 2.0 */ service com::sun::star::table::CellProperties; diff --git a/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl b/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl index c629c80b7ce7..06b42b36f89e 100644 --- a/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl +++ b/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl @@ -37,7 +37,7 @@ which is used for sorting. If the user does not provide these strings, they are not considered for sorting. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service DocumentIndexMarkAsian { diff --git a/offapi/com/sun/star/text/DocumentSettings.idl b/offapi/com/sun/star/text/DocumentSettings.idl index 0d21fa3a3674..2169e5e62717 100644 --- a/offapi/com/sun/star/text/DocumentSettings.idl +++ b/offapi/com/sun/star/text/DocumentSettings.idl @@ -135,7 +135,7 @@ published service DocumentSettings a proportional line spacing is only applied below a text line and it's always added to the paragraph spacing between two paragraphs.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean UseFormerLineSpacing; // ------------------------------------------------------------ @@ -152,7 +152,7 @@ published service DocumentSettings the spacing of the last paragraph respectively table of a table cell isn't added at the bottom of this table cell.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean AddParaSpacingToTableCells; // ------------------------------------------------------------ @@ -170,7 +170,7 @@ published service DocumentSettings its vertical position, doesn't include the lower spacing and the line spacing of the previous paragraph.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean UseFormerObjectPositioning; @@ -187,7 +187,7 @@ published service DocumentSettings If <FALSE/> (default value), the former object positioning algorithm (known from OpenOffice.org 1.1) is applied.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean ConsiderTextWrapOnObjPos; @@ -198,7 +198,7 @@ published service DocumentSettings <p>If activated formula object that are anchored 'As Character' will be vertically aligned to have their baseline match with the one from the text.</p> - @since OOo 3.4 + @since OpenOffice 3.4 */ [optional, property] boolean MathBaselineAlignment; }; @@ -207,4 +207,4 @@ published service DocumentSettings }; }; }; }; -#endif
\ No newline at end of file +#endif diff --git a/offapi/com/sun/star/text/FootnoteSettings.idl b/offapi/com/sun/star/text/FootnoteSettings.idl index 0e1c9dac2494..7b43718e13c1 100644 --- a/offapi/com/sun/star/text/FootnoteSettings.idl +++ b/offapi/com/sun/star/text/FootnoteSettings.idl @@ -122,7 +122,7 @@ published service FootnoteSettings /** contains the name of the character style that is used for footnote/endnote anchor in the text. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string AnchorCharStyleName; diff --git a/offapi/com/sun/star/text/GenericTextDocument.idl b/offapi/com/sun/star/text/GenericTextDocument.idl index 4ef30734027c..cb3b62268e2b 100644 --- a/offapi/com/sun/star/text/GenericTextDocument.idl +++ b/offapi/com/sun/star/text/GenericTextDocument.idl @@ -175,27 +175,27 @@ published service GenericTextDocument [optional] interface com::sun::star::style::XStyleFamiliesSupplier; - /** @since OOo 1.1.2 + /** @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::text::XBookmarksSupplier; - /** @since OOo 1.1.2 + /** @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::text::XDocumentIndexesSupplier; - /** @since OOo 1.1.2 + /** @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::text::XTextFieldsSupplier; - /** @since OOo 1.1.2 + /** @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::text::XTextFramesSupplier; - /** @since OOo 1.1.2 + /** @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::text::XTextSectionsSupplier; - /** @since OOo 1.1.2 + /** @since OpenOffice 1.1.2 */ [optional] interface com::sun::star::util::XNumberFormatsSupplier; //------------------------------------------------------------------------- @@ -243,14 +243,14 @@ published service GenericTextDocument * When no concordance file should be used the string is empty. * Used for text documents only. * - * @since OOo 1.1.2 + * @since OpenOffice 1.1.2 */ [optional, property] string IndexAutoMarkFileURL; //------------------------------------------------------------------------- /** specifies if change recording is active. * - * @since OOo 1.1.2 + * @since OpenOffice 1.1.2 */ [optional, property] boolean RecordChanges; @@ -263,7 +263,7 @@ published service GenericTextDocument * Oct-12-30 will be interpreted as Oct-12-1930 * Oct-12-02 will be interpreted as Oct-12-2002 * - * @since OOo 1.1.2 + * @since OpenOffice 1.1.2 */ [optional, property] short TwoDigitYear; }; diff --git a/offapi/com/sun/star/text/InContentMetadata.idl b/offapi/com/sun/star/text/InContentMetadata.idl index a9e768f7cc23..6b1e35995fc0 100644 --- a/offapi/com/sun/star/text/InContentMetadata.idl +++ b/offapi/com/sun/star/text/InContentMetadata.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module text { /** is a <type>TextContent</type> that can be used to attach RDF metadata to a range of text. - @since OOo 3.2 + @since OpenOffice 3.2 */ service InContentMetadata { @@ -70,7 +70,7 @@ service InContentMetadata //------------------------------------------------------------------------- /** The <type>TextContent</type> that is the parent of this text range. - @since OOo 3.3 + @since OpenOffice 3.3 */ interface com::sun::star::container::XChild; diff --git a/offapi/com/sun/star/text/LabelFollow.idl b/offapi/com/sun/star/text/LabelFollow.idl index 1c6232f1ed43..e1ee45a662bf 100644 --- a/offapi/com/sun/star/text/LabelFollow.idl +++ b/offapi/com/sun/star/text/LabelFollow.idl @@ -32,7 +32,7 @@ /** These enumeration values specify character following the list label - @since OOo 3.0 + @since OpenOffice 3.0 */ published constants LabelFollow { diff --git a/offapi/com/sun/star/text/LineNumberingProperties.idl b/offapi/com/sun/star/text/LineNumberingProperties.idl index e0c7aa4deada..1e5da2c60d70 100644 --- a/offapi/com/sun/star/text/LineNumberingProperties.idl +++ b/offapi/com/sun/star/text/LineNumberingProperties.idl @@ -99,7 +99,7 @@ published service LineNumberingProperties <p>If set to <FALSE/> the line numbering will be continous.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean RestartAtEachPage; diff --git a/offapi/com/sun/star/text/MailMerge.idl b/offapi/com/sun/star/text/MailMerge.idl index f7a3f0f2889e..eeb6f24284af 100644 --- a/offapi/com/sun/star/text/MailMerge.idl +++ b/offapi/com/sun/star/text/MailMerge.idl @@ -53,7 +53,7 @@ /** Gives access to mail merge functionality. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service MailMerge { @@ -263,7 +263,7 @@ published service MailMerge <p>This property is only evaluated for e-Mail output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] string OutServerPassword; //============================================================================= @@ -274,7 +274,7 @@ published service MailMerge <p>This property is only evaluated for e-Mail output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] string InServerPassword; //============================================================================= @@ -282,7 +282,7 @@ published service MailMerge /** contains the subject of the e-Mail message. <p>This property is only evaluated for e-Mail output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] string Subject; @@ -293,7 +293,7 @@ published service MailMerge <p>This property is only evaluated for e-Mail output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] string AddressFromColumn; @@ -304,7 +304,7 @@ published service MailMerge <p>This property is only evaluated for e-Mail output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] boolean SendAsHTML; @@ -315,7 +315,7 @@ published service MailMerge <p>This property is only evaluated for e-Mail output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] boolean SendAsAttachment; @@ -325,7 +325,7 @@ published service MailMerge This property is only valid if the property "SendAsAttachment" is set to <true/> <p>This property is only evaluated for e-Mail output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] string MailBody; @@ -336,7 +336,7 @@ published service MailMerge <p>This property is only evaluated for e-Mail output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] string AttachmentName; @@ -347,7 +347,7 @@ published service MailMerge <p>This property is only evaluated for e-Mail output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] string AttachmentFilter; @@ -356,7 +356,7 @@ published service MailMerge /** contains a list of e-Mail addresses to <p>This property is only evaluated for e-Mail output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] sequence< string > CopiesTo; @@ -365,7 +365,7 @@ published service MailMerge /** <p>This property is only evaluated for e-Mail output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] sequence< string > BlindCopiesTo; @@ -375,7 +375,7 @@ published service MailMerge /** determines that the output of the mail merge is save in one single file. <p>This property is only evaluated for file output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] boolean SaveAsSingleFile; @@ -384,7 +384,7 @@ published service MailMerge /** contains the name of the document filter to save the output file(s). <p>This property is only evaluated for file output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] string SaveFilter; @@ -394,7 +394,7 @@ published service MailMerge <p>This property is only evaluated for printer output.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [property, optional] sequence< com::sun::star::beans::PropertyValue > PrintOptions; diff --git a/offapi/com/sun/star/text/MailMergeEvent.idl b/offapi/com/sun/star/text/MailMergeEvent.idl index 778a56b268f3..26cd5757e255 100644 --- a/offapi/com/sun/star/text/MailMergeEvent.idl +++ b/offapi/com/sun/star/text/MailMergeEvent.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module text { @see com::sun::star::text::MailMerge - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct MailMergeEvent : com::sun::star::lang::EventObject { diff --git a/offapi/com/sun/star/text/MailMergeType.idl b/offapi/com/sun/star/text/MailMergeType.idl index 0bbfb8de11d6..8046fca4151e 100644 --- a/offapi/com/sun/star/text/MailMergeType.idl +++ b/offapi/com/sun/star/text/MailMergeType.idl @@ -32,7 +32,7 @@ /** Defines the possible output types/devices for mail merge. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published constants MailMergeType { diff --git a/offapi/com/sun/star/text/NumberingLevel.idl b/offapi/com/sun/star/text/NumberingLevel.idl index 3d5a432b4bad..116589273900 100644 --- a/offapi/com/sun/star/text/NumberingLevel.idl +++ b/offapi/com/sun/star/text/NumberingLevel.idl @@ -203,7 +203,7 @@ published service NumberingLevel ListtabStopPosition, FirstLineIndent, IndentAt are used. </p> - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] short PositionAndSpaceMode; @@ -215,7 +215,7 @@ published service NumberingLevel Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT. </p> - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] short LabelFollowedBy; @@ -228,7 +228,7 @@ published service NumberingLevel and LabelFollowedBy equal LABELFOLLOW_LISTTAB </p> - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] long ListtabStopPosition; @@ -239,7 +239,7 @@ published service NumberingLevel Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT. </p> - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] long FirstLineIndent; @@ -250,7 +250,7 @@ published service NumberingLevel Only of relevance, if PositionAndSpaceMode equals LABEL_ALIGNMENT. </p> - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] long IndentAt; }; diff --git a/offapi/com/sun/star/text/Paragraph.idl b/offapi/com/sun/star/text/Paragraph.idl index f7d09be12145..98769997490d 100644 --- a/offapi/com/sun/star/text/Paragraph.idl +++ b/offapi/com/sun/star/text/Paragraph.idl @@ -138,7 +138,7 @@ published service Paragraph interface com::sun::star::container::XEnumerationAccess; /** gives access to a sequence of properties. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional] interface ::com::sun::star::beans::XTolerantMultiPropertySet; }; diff --git a/offapi/com/sun/star/text/PositionAndSpaceMode.idl b/offapi/com/sun/star/text/PositionAndSpaceMode.idl index d89ae8b86ecf..315b2d72a93d 100644 --- a/offapi/com/sun/star/text/PositionAndSpaceMode.idl +++ b/offapi/com/sun/star/text/PositionAndSpaceMode.idl @@ -32,7 +32,7 @@ /** These enumeration values specify the position and space mode for a numbering level - @since OOo 3.0 + @since OpenOffice 3.0 */ published constants PositionAndSpaceMode { diff --git a/offapi/com/sun/star/text/PositionLayoutDir.idl b/offapi/com/sun/star/text/PositionLayoutDir.idl index d067f35305f0..7f49be52df83 100644 --- a/offapi/com/sun/star/text/PositionLayoutDir.idl +++ b/offapi/com/sun/star/text/PositionLayoutDir.idl @@ -33,7 +33,7 @@ /** These values specify the layout direction, in which the position attributes of a shape are given - @since OOo 2.0 + @since OpenOffice 2.0 */ constants PositionLayoutDir { diff --git a/offapi/com/sun/star/text/PrintPreviewSettings.idl b/offapi/com/sun/star/text/PrintPreviewSettings.idl index 34b950d62ede..a0a44977468c 100755 --- a/offapi/com/sun/star/text/PrintPreviewSettings.idl +++ b/offapi/com/sun/star/text/PrintPreviewSettings.idl @@ -36,7 +36,7 @@ /** These properties describe the printing of the content of a text document. * - * @deprecated since OOo 3.3 + * @deprecated since OpenOffice 3.3 */ published service PrintPreviewSettings { diff --git a/offapi/com/sun/star/text/ReferenceFieldPart.idl b/offapi/com/sun/star/text/ReferenceFieldPart.idl index 1cc3aea40db3..906a343f7999 100644 --- a/offapi/com/sun/star/text/ReferenceFieldPart.idl +++ b/offapi/com/sun/star/text/ReferenceFieldPart.idl @@ -94,7 +94,7 @@ published constants ReferenceFieldPart equal than X are added. If the referenced item isn't numbered, nothing is displayed.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short NUMBER = 8; //------------------------------------------------------------------------- @@ -104,7 +104,7 @@ published constants ReferenceFieldPart <p>The contents of the list label of the paragraph, at which the bookmark respectively the set reference starts, is displayed. If this paragraph isn't numbered, nothing is displayed.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short NUMBER_NO_CONTEXT = 9; //------------------------------------------------------------------------- @@ -120,7 +120,7 @@ published constants ReferenceFieldPart equal than X are added. If the referenced item is numbered nothing is displayed.</p> - @since OOo 3.0 + @since OpenOffice 3.0 */ const short NUMBER_FULL_CONTEXT = 10; }; diff --git a/offapi/com/sun/star/text/RelOrientation.idl b/offapi/com/sun/star/text/RelOrientation.idl index ae323d467f39..977f3ecb1d23 100644 --- a/offapi/com/sun/star/text/RelOrientation.idl +++ b/offapi/com/sun/star/text/RelOrientation.idl @@ -104,7 +104,7 @@ published constants RelOrientation /** at the top of the text line, only sensible for vertical orientation. - @since OOo 2.0 + @since OpenOffice 2.0 */ const short TEXT_LINE = 9; diff --git a/offapi/com/sun/star/text/Shape.idl b/offapi/com/sun/star/text/Shape.idl index 09846c147803..13e39b89ab3a 100644 --- a/offapi/com/sun/star/text/Shape.idl +++ b/offapi/com/sun/star/text/Shape.idl @@ -180,7 +180,7 @@ published service Shape of the shape, if the text document setting ConsiderTextWrapOnObjPos is <TRUE/>. Valid values are given by <member>WrapInfluenceOnPosition</member></p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] short WrapInfluenceOnPosition; @@ -193,7 +193,7 @@ published service Shape transformation property of the included service com::sun::star::drawing::Shape converted to the horizontal left-to-right layout.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, readonly, property] com::sun::star::drawing::HomogenMatrix3 TransformationInHoriL2R; //------------------------------------------------------------------------- @@ -202,7 +202,7 @@ published service Shape <p>Valid values are given by <member>PositionLayoutDir</member></p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] short PositionLayoutDir; //------------------------------------------------------------------------- @@ -214,7 +214,7 @@ published service Shape start position property of the included service com::sun::star::drawing::Shape converted to the horizontal left-to-right layout.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, readonly, property] com::sun::star::awt::Point StartPositionInHoriL2R; //------------------------------------------------------------------------- @@ -226,7 +226,7 @@ published service Shape end position property of the included service com::sun::star::drawing::Shape converted to the horizontal left-to-right layout.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, readonly, property] com::sun::star::awt::Point EndPositionInHoriL2R; }; diff --git a/offapi/com/sun/star/text/TableColumns.idl b/offapi/com/sun/star/text/TableColumns.idl index 6e889dc5de52..72b0605eaa40 100644 --- a/offapi/com/sun/star/text/TableColumns.idl +++ b/offapi/com/sun/star/text/TableColumns.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module text { @see com::sun::star::table::TableColumn @see com::sun::star::text::TextTable - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service TableColumns { diff --git a/offapi/com/sun/star/text/TableRows.idl b/offapi/com/sun/star/text/TableRows.idl index bb30ff708e9b..cc5eda83f9f6 100644 --- a/offapi/com/sun/star/text/TableRows.idl +++ b/offapi/com/sun/star/text/TableRows.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module text { @see com::sun::star::table::TableRow @see com::sun::star::text::TextTable - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service TableRows { diff --git a/offapi/com/sun/star/text/TextDocumentView.idl b/offapi/com/sun/star/text/TextDocumentView.idl index 4470ac4df4e4..d16e9ebacd4a 100644 --- a/offapi/com/sun/star/text/TextDocumentView.idl +++ b/offapi/com/sun/star/text/TextDocumentView.idl @@ -65,7 +65,7 @@ published service TextDocumentView /** Gives access to the objects properties. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional] interface com::sun::star::beans::XPropertySet; @@ -76,7 +76,7 @@ published service TextDocumentView <p>Since the document needs to be formatted to get the result obtaining this value may take some time.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property, readonly] long PageCount; @@ -88,21 +88,21 @@ published service TextDocumentView <p>Empty paragraphs are not counted.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property, readonly] long LineCount; //------------------------------------------------------------------------- /** specifies if spellchecking should be done while typing. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean IsConstantSpellcheck; //------------------------------------------------------------------------- /** specifies if the marks for misspelled text should be displayed. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean IsHideSpellMarks; diff --git a/offapi/com/sun/star/text/TextField.idl b/offapi/com/sun/star/text/TextField.idl index b30557692fe6..b6508efb2b50 100644 --- a/offapi/com/sun/star/text/TextField.idl +++ b/offapi/com/sun/star/text/TextField.idl @@ -66,7 +66,7 @@ published service TextField <p>Not all available text fields are used, for example fields that are part of unused styles.</p> - @since OOo 2.0.1 + @since OpenOffice 2.0.1 */ [optional, property, readonly] boolean IsFieldUsed; @@ -78,7 +78,7 @@ published service TextField even when they are used. For example hidden fields or fields in hidden text are used in the document but get not displayed.</p> - @since OOo 2.0.1 + @since OpenOffice 2.0.1 */ [optional, property, readonly] boolean IsFieldDisplayed; diff --git a/offapi/com/sun/star/text/TextFrame.idl b/offapi/com/sun/star/text/TextFrame.idl index 32edbc797725..28c5ea6c8b6a 100644 --- a/offapi/com/sun/star/text/TextFrame.idl +++ b/offapi/com/sun/star/text/TextFrame.idl @@ -119,7 +119,7 @@ published service TextFrame width properties. @see SizeType - @since OOo 2.4 + @since OpenOffice 2.4 */ [optional, property] short WidthType; diff --git a/offapi/com/sun/star/text/TextMarkupDescriptor.idl b/offapi/com/sun/star/text/TextMarkupDescriptor.idl index 319d5894aa76..14a16f9c1d2f 100644 --- a/offapi/com/sun/star/text/TextMarkupDescriptor.idl +++ b/offapi/com/sun/star/text/TextMarkupDescriptor.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module text { /** A descriptor for a single text markup. - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ struct TextMarkupDescriptor diff --git a/offapi/com/sun/star/text/TextMarkupType.idl b/offapi/com/sun/star/text/TextMarkupType.idl index 4855860f782f..649b750e62b0 100644 --- a/offapi/com/sun/star/text/TextMarkupType.idl +++ b/offapi/com/sun/star/text/TextMarkupType.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module text { <p>These constants are used with <method>XTextMarkup::commitTextMarkup()</method></p> - @since OOo 2.3 + @since OpenOffice 2.3 */ constants TextMarkupType @@ -45,7 +45,7 @@ constants TextMarkupType const long SPELLCHECK = 1; /** Markup originates from proofreading - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ const long PROOFREADING = 2; @@ -55,12 +55,12 @@ constants TextMarkupType /** Markup originates from proofreading An inivisible markup type used in proofreading API calls. - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ const long SENTENCE = 4; /** Markups originates from change tracking. - @since OOo 3.3 + @since OpenOffice 3.3 */ const long TRACK_CHANGE_INSERTION = 5; const long TRACK_CHANGE_DELETION = 6; @@ -68,4 +68,4 @@ constants TextMarkupType }; }; }; }; }; -#endif
\ No newline at end of file +#endif diff --git a/offapi/com/sun/star/text/TextPortion.idl b/offapi/com/sun/star/text/TextPortion.idl index 1efea79eb6a5..709b02580646 100644 --- a/offapi/com/sun/star/text/TextPortion.idl +++ b/offapi/com/sun/star/text/TextPortion.idl @@ -81,7 +81,7 @@ published service TextPortion //------------------------------------------------------------------------- /** gives access to a sequence of properties. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional] interface ::com::sun::star::beans::XTolerantMultiPropertySet; @@ -149,7 +149,7 @@ published service TextPortion //------------------------------------------------------------------------- /** contains the text range of a text portion of type InContentMetadata. - @since OOo 3.2 + @since OpenOffice 3.2 */ [optional, readonly, property] ::com::sun::star::text::XTextContent InContentMetadata; diff --git a/offapi/com/sun/star/text/TextRangeContentProperties.idl b/offapi/com/sun/star/text/TextRangeContentProperties.idl index baba90ebc9b7..9b241c393433 100644 --- a/offapi/com/sun/star/text/TextRangeContentProperties.idl +++ b/offapi/com/sun/star/text/TextRangeContentProperties.idl @@ -65,7 +65,7 @@ module com { module sun { module star { module text { /** describes the structural properties to retrieve text contents. - @since OOo 3.3 + @since OpenOffice 3.3 */ service TextRangeContentProperties { diff --git a/offapi/com/sun/star/text/TextSortDescriptor2.idl b/offapi/com/sun/star/text/TextSortDescriptor2.idl index 150f026fd270..a0edfc372c70 100644 --- a/offapi/com/sun/star/text/TextSortDescriptor2.idl +++ b/offapi/com/sun/star/text/TextSortDescriptor2.idl @@ -43,7 +43,7 @@ /** describes sort criterias for sorting paragraphs or table contents in a text document. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service TextSortDescriptor2 { diff --git a/offapi/com/sun/star/text/TextSortable.idl b/offapi/com/sun/star/text/TextSortable.idl index 12c45b592ed5..9886b1a0e652 100644 --- a/offapi/com/sun/star/text/TextSortable.idl +++ b/offapi/com/sun/star/text/TextSortable.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module text { @deprecated - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service TextSortable diff --git a/offapi/com/sun/star/text/TextTableRow.idl b/offapi/com/sun/star/text/TextTableRow.idl index 01c4de53bd55..67d99bdcc5ad 100644 --- a/offapi/com/sun/star/text/TextTableRow.idl +++ b/offapi/com/sun/star/text/TextTableRow.idl @@ -107,7 +107,7 @@ published service TextTableRow /** If <TRUE/>, the row is allowed to be split at page or column breaks. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property, maybevoid] boolean IsSplitAllowed; diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl index 9f242fcc6aa7..117cfee25af1 100644 --- a/offapi/com/sun/star/text/ViewSettings.idl +++ b/offapi/com/sun/star/text/ViewSettings.idl @@ -169,14 +169,14 @@ published service ViewSettings /** Specifies whether to display the grid or not - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean IsRasterVisible; /** Specifies whether to move frames, drawing elements, and form functions only between grid points. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] boolean IsSnapToRaster; @@ -185,7 +185,7 @@ published service ViewSettings <p>The value must be greater or equal to 0, and the application may enforce an upper bound for the value.</p> - @since OOo 2.0 + @since OpenOffice 2.0 @throws com::sun::star::lang::IllegalArgumentException if the value is out of bounds. */ @@ -196,7 +196,7 @@ published service ViewSettings <p>The value must be greater or equal to 0, and the application may enforce an upper bound for the value.</p> - @since OOo 2.0 + @since OpenOffice 2.0 @throws com::sun::star::lang::IllegalArgumentException if the value is out of bounds. */ @@ -208,7 +208,7 @@ published service ViewSettings <p>The value must be greater than 0. The application may enforce more restricting bounds for the value.</p> - @since OOo 2.0 + @since OpenOffice 2.0 @throws com::sun::star::lang::IllegalArgumentException if the value is out of bounds. */ @@ -220,7 +220,7 @@ published service ViewSettings <p>The value must be greater than 0. The application may enforce more restricting bounds for the value.</p> - @since OOo 2.0 + @since OpenOffice 2.0 @throws com::sun::star::lang::IllegalArgumentException if the value is out of bounds. */ @@ -228,7 +228,7 @@ published service ViewSettings /** If this property is <TRUE/>, hidden characters are displayed - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] boolean ShowHiddenCharacters; @@ -237,7 +237,7 @@ published service ViewSettings <p>This option controls the use of the settings ShowHiddenCharacters, ShowTabstops, ShowSpaces, ShowBreaks and ShowParaBreaks </p> - @since OOo 3.0 + @since OpenOffice 3.0 */ [optional, property] boolean ShowNonprintingCharacters; @@ -245,7 +245,7 @@ published service ViewSettings <p>Uses values <type scope="com::sun::star::awt">FieldUnit</type></p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] long HorizontalRulerMetric; @@ -253,21 +253,21 @@ published service ViewSettings <p>Uses values from <type scope="com::sun::star::awt">FieldUnit</type></p> - @since OOo 3.1 + @since OpenOffice 3.1 */ [optional, property] long VerticalRulerMetric; /** If this property is <TRUE/>, tips for document content are shown, typically in a help balloon when the mouse is over the content. - @since Apache OpenOffice 4.0 + @since OpenOffice 4.0 */ [optional, property] boolean ShowContentTips; /** If this property is <TRUE/>, and the scroll bar is shown, a tool tip is displayed while scrolling. - @since Apache OpenOffice 4.0 + @since OpenOffice 4.0 */ [optional, property] boolean ShowScrollBarTips; }; diff --git a/offapi/com/sun/star/text/XFlatParagraph.idl b/offapi/com/sun/star/text/XFlatParagraph.idl index 14f786abe49d..4fcb1f821f9d 100644 --- a/offapi/com/sun/star/text/XFlatParagraph.idl +++ b/offapi/com/sun/star/text/XFlatParagraph.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module text { /** provides functionality to ... - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XFlatParagraph: com::sun::star::text::XTextMarkup diff --git a/offapi/com/sun/star/text/XFlatParagraphIterator.idl b/offapi/com/sun/star/text/XFlatParagraphIterator.idl index 40261f1e6f73..b8998ee58951 100644 --- a/offapi/com/sun/star/text/XFlatParagraphIterator.idl +++ b/offapi/com/sun/star/text/XFlatParagraphIterator.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module text { /** provides functionality to ... - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XFlatParagraphIterator: com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/text/XFlatParagraphIteratorProvider.idl b/offapi/com/sun/star/text/XFlatParagraphIteratorProvider.idl index 176269f68dbe..143848db51f5 100644 --- a/offapi/com/sun/star/text/XFlatParagraphIteratorProvider.idl +++ b/offapi/com/sun/star/text/XFlatParagraphIteratorProvider.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module text { /** provides functionality to ... - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XFlatParagraphIteratorProvider: com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/text/XMailMergeBroadcaster.idl b/offapi/com/sun/star/text/XMailMergeBroadcaster.idl index 1627afaa6b2b..0cc941df616c 100644 --- a/offapi/com/sun/star/text/XMailMergeBroadcaster.idl +++ b/offapi/com/sun/star/text/XMailMergeBroadcaster.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module text { @see com::sun::star::text::MailMergeEvent @see com::sun::star::text::MailMerge - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XMailMergeBroadcaster : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/text/XMailMergeListener.idl b/offapi/com/sun/star/text/XMailMergeListener.idl index 6ea05e18df7f..f08128466c51 100644 --- a/offapi/com/sun/star/text/XMailMergeListener.idl +++ b/offapi/com/sun/star/text/XMailMergeListener.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module text { @see com::sun::star::text::MailMerge @see com::sun::star::text::MailMergeEvent - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XMailMergeListener : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/text/XMultiTextMarkup.idl b/offapi/com/sun/star/text/XMultiTextMarkup.idl index 4a3421821b83..b80418083c17 100644 --- a/offapi/com/sun/star/text/XMultiTextMarkup.idl +++ b/offapi/com/sun/star/text/XMultiTextMarkup.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module text { /** provides functionality to apply multiple text markups in one call. - @since OOo 3.0.1 + @since OpenOffice 3.0.1 */ interface XMultiTextMarkup diff --git a/offapi/com/sun/star/text/XTextMarkup.idl b/offapi/com/sun/star/text/XTextMarkup.idl index 041ee6841bb3..9a3ebdf83b72 100644 --- a/offapi/com/sun/star/text/XTextMarkup.idl +++ b/offapi/com/sun/star/text/XTextMarkup.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module text { /** provides functionality to markup text. - @since OOo 2.3 + @since OpenOffice 2.3 */ interface XTextMarkup diff --git a/offapi/com/sun/star/text/fieldmaster/Database.idl b/offapi/com/sun/star/text/fieldmaster/Database.idl index af203eedd008..899477b47515 100644 --- a/offapi/com/sun/star/text/fieldmaster/Database.idl +++ b/offapi/com/sun/star/text/fieldmaster/Database.idl @@ -66,19 +66,19 @@ published service Database //------------------------------------------------------------------------ /** indicates the URL of a database file. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string DataBaseURL; //------------------------------------------------------------------------ /** indicates a connection URL, which locates a database driver. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string DataBaseResource; //------------------------------------------------------------------------ /** contains the DataColumnName but it enables the fieldmaster and its depending fields to work without setting DataSourceName, DataTableName and CommandType - @since OOo 2.3 + @since OpenOffice 2.3 */ [optional, property] string Name; diff --git a/offapi/com/sun/star/text/textfield/Annotation.idl b/offapi/com/sun/star/text/textfield/Annotation.idl index dd0dd7836b6a..fe1e1dddd01e 100644 --- a/offapi/com/sun/star/text/textfield/Annotation.idl +++ b/offapi/com/sun/star/text/textfield/Annotation.idl @@ -42,12 +42,27 @@ published service Annotation /** contains the name of the author of the annotation. */ [property]string Author; + + /** contains the initials of the author of the annotation. + + @since OpenOffice 4.1 + */ + [optional, property]string Initials; + + /** contains the name of the annotation. + + @since OpenOffice 4.1 + */ + [optional, property]string Name; + /** contains the annotation's content */ [property]string Content; + /** contains the creation date. */ [property]com::sun::star::util::Date Date; + /** contains the creation date. */ [optional, property]com::sun::star::util::DateTime DateTimeValue; diff --git a/offapi/com/sun/star/text/textfield/DDE.idl b/offapi/com/sun/star/text/textfield/DDE.idl index 64963a457742..ba05437cc169 100644 --- a/offapi/com/sun/star/text/textfield/DDE.idl +++ b/offapi/com/sun/star/text/textfield/DDE.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module text { module textfield { @see com::sun::star::text::TextFieldMaster::DDE - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service DDE { diff --git a/offapi/com/sun/star/text/textfield/DatabaseName.idl b/offapi/com/sun/star/text/textfield/DatabaseName.idl index 219da4006fff..01d746f315c7 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseName.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseName.idl @@ -58,12 +58,12 @@ published service DatabaseName [property] string DataTableName; /** indicates the URL of a database file. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string DataBaseURL; /** indicates a connection URL, which locates a database driver. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string DataBaseResource; diff --git a/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl b/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl index bbdeac703ba0..b3aebad14aa4 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl @@ -62,12 +62,12 @@ published service DatabaseNextSet [property] string Condition; /** indicates the URL of a database file. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string DataBaseURL; /** indicates a connection URL, which locates a database driver. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string DataBaseResource; diff --git a/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl b/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl index 4c7c271078ed..0608a8f2082d 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl @@ -67,12 +67,12 @@ published service DatabaseNumberOfSet [property] long SetNumber; /** indicates the URL of a database file. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string DataBaseURL; /** indicates a connection URL, which locates a database driver. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string DataBaseResource; diff --git a/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl b/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl index ab4b330f7b87..5b4b00f08d9d 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl @@ -68,12 +68,12 @@ published service DatabaseSetNumber [property] long SetNumber; /** indicates the URL of a database file. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string DataBaseURL; /** indicates a connection URL, which locates a database driver. - @since OOo 2.0 + @since OpenOffice 2.0 */ [optional, property] string DataBaseResource; diff --git a/offapi/com/sun/star/text/textfield/DateTime.idl b/offapi/com/sun/star/text/textfield/DateTime.idl index 7f18e1157ecc..15c5fe9f5d9c 100644 --- a/offapi/com/sun/star/text/textfield/DateTime.idl +++ b/offapi/com/sun/star/text/textfield/DateTime.idl @@ -42,7 +42,7 @@ published service DateTime /** If this flag is set to <FALSE/> the date or time is always displayed as the current date or time. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] boolean IsFixed; diff --git a/offapi/com/sun/star/text/textfield/GetExpression.idl b/offapi/com/sun/star/text/textfield/GetExpression.idl index 86ab92939716..3a66edf4f545 100644 --- a/offapi/com/sun/star/text/textfield/GetExpression.idl +++ b/offapi/com/sun/star/text/textfield/GetExpression.idl @@ -68,7 +68,7 @@ published service GetExpression /** determines whether changes in language attributes at the position the text field is located also change the number format as appropriate for this language. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] boolean IsFixedLanguage; }; diff --git a/offapi/com/sun/star/text/textfield/MetadataField.idl b/offapi/com/sun/star/text/textfield/MetadataField.idl index 06395393a417..b765509ef775 100644 --- a/offapi/com/sun/star/text/textfield/MetadataField.idl +++ b/offapi/com/sun/star/text/textfield/MetadataField.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module text { module textfield { /** is a <type scope="com::sun::star::text">TextField</type> whose content is specified by RDF metadata. - @since OOo 3.2 + @since OpenOffice 3.2 @see com::sun::star::rdf */ @@ -81,7 +81,7 @@ published service MetadataField //------------------------------------------------------------------------- /** The <type scope="com::sun::star::text">TextContent</type> that is the parent of this <type>MetadataField</type>. - @since OOo 3.3 + @since OpenOffice 3.3 */ interface com::sun::star::container::XChild; diff --git a/offapi/com/sun/star/text/textfield/SetExpression.idl b/offapi/com/sun/star/text/textfield/SetExpression.idl index bf7209a8a8b7..42013c0ff438 100644 --- a/offapi/com/sun/star/text/textfield/SetExpression.idl +++ b/offapi/com/sun/star/text/textfield/SetExpression.idl @@ -84,7 +84,7 @@ published service SetExpression /** determines whether changes in language attributes at the position the text field is located also change the number format as appropriate for this language. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] boolean IsFixedLanguage; }; diff --git a/offapi/com/sun/star/text/textfield/User.idl b/offapi/com/sun/star/text/textfield/User.idl index 8d2de91e142c..25b4ab81060d 100644 --- a/offapi/com/sun/star/text/textfield/User.idl +++ b/offapi/com/sun/star/text/textfield/User.idl @@ -55,7 +55,7 @@ published service User /** determines whether changes in language attributes at the position the text field is located also change the number format as appropriate for this language. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] boolean IsFixedLanguage; }; diff --git a/offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl b/offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl index f8d36e6094d1..5eabf334882a 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl @@ -50,7 +50,7 @@ published service ChangeDateTime /** If this flag is set to <FALSE/> the date or time is always displayed as the current date or time. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] boolean IsFixed; /** If this flag is set to <TRUE/> this field represents, diff --git a/offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl b/offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl index 7da06d93a84a..4ba5516f4cef 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl @@ -50,7 +50,7 @@ published service CreateDateTime /** If this flag is set to <FALSE/> the date or time is always displayed as the current date or time. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] boolean IsFixed; /** If this flag is set to <TRUE/> this field represents, diff --git a/offapi/com/sun/star/text/textfield/docinfo/Custom.idl b/offapi/com/sun/star/text/textfield/docinfo/Custom.idl index 785242fa9a01..91996388d6c6 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/Custom.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/Custom.idl @@ -35,7 +35,7 @@ module com { module sun { module star { /** specifies service of a text field that refers to the content of a user-defined field in the document information. - @since OOo 3.0 + @since OpenOffice 3.0 @see com::sun::star::text::TextField */ diff --git a/offapi/com/sun/star/text/textfield/docinfo/EditTime.idl b/offapi/com/sun/star/text/textfield/docinfo/EditTime.idl index e54c5b4f56d3..1fa5a0162fba 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/EditTime.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/EditTime.idl @@ -50,7 +50,7 @@ published service EditTime /** If this flag is set to <FALSE/> the date or time is always displayed as the current date or time. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] boolean IsFixed; /** contains the date and time as double value. diff --git a/offapi/com/sun/star/text/textfield/docinfo/Info0.idl b/offapi/com/sun/star/text/textfield/docinfo/Info0.idl index f59fa6740f1f..02f98a3b2f1b 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/Info0.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/Info0.idl @@ -34,7 +34,7 @@ module com { module sun { module star { //============================================================================= /** specifies service of a text field that provides the Info0 field that is contained in the document information. - @deprecated this service is no longer implemented as of OOo 3.0; + @deprecated this service is no longer implemented as of OpenOffice 3.0; use com::sun::star::text::textfield::docinfo::Custom instead. @see com::sun::star::text::TextField */ diff --git a/offapi/com/sun/star/text/textfield/docinfo/Info1.idl b/offapi/com/sun/star/text/textfield/docinfo/Info1.idl index 21a9c684e508..9516b93ebf55 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/Info1.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/Info1.idl @@ -34,7 +34,7 @@ module com { module sun { module star { //============================================================================= /** specifies service of a text field that provides the Info1 field that is contained in the document information. - @deprecated this service is no longer implemented as of OOo 3.0; + @deprecated this service is no longer implemented as of OpenOffice 3.0; use com::sun::star::text::textfield::docinfo::Custom instead. @see com::sun::star::text::TextField */ diff --git a/offapi/com/sun/star/text/textfield/docinfo/Info2.idl b/offapi/com/sun/star/text/textfield/docinfo/Info2.idl index 2b2dac812a73..e7056e0f7628 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/Info2.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/Info2.idl @@ -34,7 +34,7 @@ module com { module sun { module star { //============================================================================= /** specifies service of a text field that provides the Info2 field that is contained in the document information. - @deprecated this service is no longer implemented as of OOo 3.0; + @deprecated this service is no longer implemented as of OpenOffice 3.0; use com::sun::star::text::textfield::docinfo::Custom instead. @see com::sun::star::text::TextField */ diff --git a/offapi/com/sun/star/text/textfield/docinfo/Info3.idl b/offapi/com/sun/star/text/textfield/docinfo/Info3.idl index e6b5f671906d..4d8164e3a78c 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/Info3.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/Info3.idl @@ -34,7 +34,7 @@ module com { module sun { module star { //============================================================================= /** specifies service of a text field that provides the Info3 field that is contained in the document information. - @deprecated this service is no longer implemented as of OOo 3.0; + @deprecated this service is no longer implemented as of OpenOffice 3.0; use com::sun::star::text::textfield::docinfo::Custom instead. @see com::sun::star::text::TextField */ diff --git a/offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl b/offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl index 9382c52ddbb8..6e7fb5eb91f1 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl @@ -50,7 +50,7 @@ published service PrintDateTime /** If this flag is set to <FALSE/> the date or time is always displayed as the current date or time. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ [optional, property] boolean IsFixed; /** If this flag is set to <TRUE/> this field represents, diff --git a/offapi/com/sun/star/ucb/AnyCompareFactory.idl b/offapi/com/sun/star/ucb/AnyCompareFactory.idl index fa7afb530857..4d8fa695c176 100644 --- a/offapi/com/sun/star/ucb/AnyCompareFactory.idl +++ b/offapi/com/sun/star/ucb/AnyCompareFactory.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module ucb { //============================================================================= /** is a factory to get <type>XAnyCompare</type> service implementations. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service AnyCompareFactory { diff --git a/offapi/com/sun/star/ucb/CommandEnvironment.idl b/offapi/com/sun/star/ucb/CommandEnvironment.idl index 260f867b3b5e..32168a4f48b5 100644 --- a/offapi/com/sun/star/ucb/CommandEnvironment.idl +++ b/offapi/com/sun/star/ucb/CommandEnvironment.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module ucb { <type scope="com::sun::star::ucb">XProgressHandler</type>. The respective get methods will simply return these handlers. - @since OOo 3.3 + @since OpenOffice 3.3 */ published service CommandEnvironment : ::com::sun::star::ucb::XCommandEnvironment { diff --git a/offapi/com/sun/star/ucb/FTPContent.idl b/offapi/com/sun/star/ucb/FTPContent.idl index 054ce22e4ae6..425ab5657ff1 100644 --- a/offapi/com/sun/star/ucb/FTPContent.idl +++ b/offapi/com/sun/star/ucb/FTPContent.idl @@ -70,7 +70,7 @@ module com { module sun { module star { module ucb { @see com::sun::star::ucb::FTPContentProvider - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service FTPContent { diff --git a/offapi/com/sun/star/ucb/FTPContentProvider.idl b/offapi/com/sun/star/ucb/FTPContentProvider.idl index ff75f12382ad..77d1c75897a8 100644 --- a/offapi/com/sun/star/ucb/FTPContentProvider.idl +++ b/offapi/com/sun/star/ucb/FTPContentProvider.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module ucb { @see com::sun::star::ucb::Content - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service FTPContentProvider diff --git a/offapi/com/sun/star/ucb/InteractiveAppException.idl b/offapi/com/sun/star/ucb/InteractiveAppException.idl index 1482c07fc129..0e89ca1d34e7 100644 --- a/offapi/com/sun/star/ucb/InteractiveAppException.idl +++ b/offapi/com/sun/star/ucb/InteractiveAppException.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module ucb { //============================================================================= /** An application error. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception InteractiveAppException: com::sun::star::task::ClassifiedInteractionRequest { diff --git a/offapi/com/sun/star/ucb/InteractiveLockingException.idl b/offapi/com/sun/star/ucb/InteractiveLockingException.idl index 355594da04d1..81f428a07da6 100644 --- a/offapi/com/sun/star/ucb/InteractiveLockingException.idl +++ b/offapi/com/sun/star/ucb/InteractiveLockingException.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module ucb { <p> Various meaningful errors are derived from this exception. </p> - @since OOo 3.3 + @since OpenOffice 3.3 */ /*published*/ exception InteractiveLockingException : com::sun::star::task::ClassifiedInteractionRequest { diff --git a/offapi/com/sun/star/ucb/InteractiveLockingLockExpiredException.idl b/offapi/com/sun/star/ucb/InteractiveLockingLockExpiredException.idl index bbb4d30df5ae..cf3c0b08a641 100644 --- a/offapi/com/sun/star/ucb/InteractiveLockingLockExpiredException.idl +++ b/offapi/com/sun/star/ucb/InteractiveLockingLockExpiredException.idl @@ -34,9 +34,9 @@ module com { module sun { module star { module ucb { //============================================================================= /** An error indicating that a lock that has been previously obtained by this - OOo session has expired. + OpenOffice session has expired. - @since OOo 3.3 + @since OpenOffice 3.3 */ /*published*/ exception InteractiveLockingLockExpiredException : com::sun::star::ucb::InteractiveLockingException { diff --git a/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl b/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl index 7093dccf6823..8f6786f9eb78 100644 --- a/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl +++ b/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl @@ -35,14 +35,14 @@ module com { module sun { module star { module ucb { //============================================================================= /** An error indicating that the resource is locked. - @since OOo 3.3 + @since OpenOffice 3.3 */ /*published*/ exception InteractiveLockingLockedException : com::sun::star::ucb::InteractiveLockingException { //------------------------------------------------------------------------- /** The owner of the lock. - <true/>, the lock has been obtained by this OOo session. + <true/>, the lock has been obtained by this OpenOffice session. <false/> the lock has been obtained by another principal. */ boolean SelfOwned; diff --git a/offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl b/offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl index 107b94fa4393..76b3f6f03eb9 100644 --- a/offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl +++ b/offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module ucb { that is not locked. </p> - @since OOo 3.3 + @since OpenOffice 3.3 */ /*published*/ exception InteractiveLockingNotLockedException : com::sun::star::ucb::InteractiveLockingException { diff --git a/offapi/com/sun/star/ucb/ODMAContent.idl b/offapi/com/sun/star/ucb/ODMAContent.idl index 06786113d0c6..21f674a92977 100644 --- a/offapi/com/sun/star/ucb/ODMAContent.idl +++ b/offapi/com/sun/star/ucb/ODMAContent.idl @@ -72,7 +72,7 @@ module com { module sun { module star { module ucb { @see com::sun::star::ucb::ODMAContentProvider @see com::sun::star::ucb::Content - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service ODMAContent { diff --git a/offapi/com/sun/star/ucb/ODMAContentProvider.idl b/offapi/com/sun/star/ucb/ODMAContentProvider.idl index a17f66f47fad..d3cf577cb12e 100644 --- a/offapi/com/sun/star/ucb/ODMAContentProvider.idl +++ b/offapi/com/sun/star/ucb/ODMAContentProvider.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module ucb { @see com::sun::star::ucb::Content @see com::sun::star::ucb::ODMAContent - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service ODMAContentProvider { diff --git a/offapi/com/sun/star/ucb/PropertyCommandArgument.idl b/offapi/com/sun/star/ucb/PropertyCommandArgument.idl index a2e28179b2b3..1a4b9a919642 100644 --- a/offapi/com/sun/star/ucb/PropertyCommandArgument.idl +++ b/offapi/com/sun/star/ucb/PropertyCommandArgument.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module ucb { /** The argument for the "addProperty" command. @see XCommandProcessor - @since Apache OpenOffice 4.0 + @since OpenOffice 4.0 */ struct PropertyCommandArgument { diff --git a/offapi/com/sun/star/ucb/TransientDocumentsContentProvider.idl b/offapi/com/sun/star/ucb/TransientDocumentsContentProvider.idl index f2a4403d9bcd..bffd3e28d136 100644 --- a/offapi/com/sun/star/ucb/TransientDocumentsContentProvider.idl +++ b/offapi/com/sun/star/ucb/TransientDocumentsContentProvider.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module ucb { @see TransientDocumentsFolderContent @see TransientDocumentsStreamContent - @since OOo 2.0 + @since OpenOffice 2.0 */ service TransientDocumentsContentProvider { diff --git a/offapi/com/sun/star/ucb/TransientDocumentsDocumentContent.idl b/offapi/com/sun/star/ucb/TransientDocumentsDocumentContent.idl index b8efcf1687c5..2d806551c58f 100644 --- a/offapi/com/sun/star/ucb/TransientDocumentsDocumentContent.idl +++ b/offapi/com/sun/star/ucb/TransientDocumentsDocumentContent.idl @@ -78,7 +78,7 @@ module com { module sun { module star { module ucb { @see TransientDocumentsFolderContent @see TransientDocumentsStreamContent - @since OOo 2.0 + @since OpenOffice 2.0 */ service TransientDocumentsDocumentContent { diff --git a/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl b/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl index 5120737836d3..963dc4250457 100644 --- a/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl +++ b/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl @@ -77,7 +77,7 @@ module com { module sun { module star { module ucb { @see TransientDocumentsDocumentContent @see TransientDocumentsStreamContent - @since OOo 2.0 + @since OpenOffice 2.0 */ service TransientDocumentsFolderContent { diff --git a/offapi/com/sun/star/ucb/TransientDocumentsRootContent.idl b/offapi/com/sun/star/ucb/TransientDocumentsRootContent.idl index 3a004269e51a..0b0b41c14916 100644 --- a/offapi/com/sun/star/ucb/TransientDocumentsRootContent.idl +++ b/offapi/com/sun/star/ucb/TransientDocumentsRootContent.idl @@ -75,7 +75,7 @@ module com { module sun { module star { module ucb { @see TransientDocumentsFolderContent @see TransientDocumentsStreamContent - @since OOo 2.0 + @since OpenOffice 2.0 */ service TransientDocumentsRootContent { diff --git a/offapi/com/sun/star/ucb/TransientDocumentsStreamContent.idl b/offapi/com/sun/star/ucb/TransientDocumentsStreamContent.idl index bc2f443f383e..101798b8c31f 100644 --- a/offapi/com/sun/star/ucb/TransientDocumentsStreamContent.idl +++ b/offapi/com/sun/star/ucb/TransientDocumentsStreamContent.idl @@ -75,7 +75,7 @@ module com { module sun { module star { module ucb { @see TransientDocumentsDocumentContent @see TransientDocumentsFolderContent - @since OOo 2.0 + @since OpenOffice 2.0 */ service TransientDocumentsStreamContent { diff --git a/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl b/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl index a9b0b794a8e3..57eb134392d0 100644 --- a/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl +++ b/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module ucb { /** An error specifing lack of correct authentication data (e.g., to log into an account). - @since OOo 3.2 + @since OpenOffice 3.2 */ published exception URLAuthenticationRequest : AuthenticationRequest { diff --git a/offapi/com/sun/star/ucb/WebDAVHTTPMethod.idl b/offapi/com/sun/star/ucb/WebDAVHTTPMethod.idl index 876a4ff01120..a94934dac591 100644 --- a/offapi/com/sun/star/ucb/WebDAVHTTPMethod.idl +++ b/offapi/com/sun/star/ucb/WebDAVHTTPMethod.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module ucb { /** Standard WebDAV/HTTP methods. - @since Apache OpenOffice 4.0 + @since OpenOffice 4.0 */ enum WebDAVHTTPMethod { diff --git a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl index 247f71008f7f..a9b99eb363d1 100644 --- a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl +++ b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module ucb { <p> This continuation is typically used in conjunction with <type>AuthenticationRequest</type>. </p> - @since OOo 3.2 + @since OpenOffice 3.2 */ published interface XInteractionSupplyAuthentication2 : XInteractionSupplyAuthentication { diff --git a/offapi/com/sun/star/ucb/XSimpleFileAccess3.idl b/offapi/com/sun/star/ucb/XSimpleFileAccess3.idl index 71cfda622fb6..6bb4c5fdd0ce 100644 --- a/offapi/com/sun/star/ucb/XSimpleFileAccess3.idl +++ b/offapi/com/sun/star/ucb/XSimpleFileAccess3.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module ucb { //============================================================================= /** This is an extension to the interface <type>XSimpleFileAccess2</type>. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XSimpleFileAccess3 : com::sun::star::ucb::XSimpleFileAccess2 { diff --git a/offapi/com/sun/star/ui/ConfigurableUIElement.idl b/offapi/com/sun/star/ui/ConfigurableUIElement.idl index 2461cc02fa3f..2e72ddcc9e13 100644 --- a/offapi/com/sun/star/ui/ConfigurableUIElement.idl +++ b/offapi/com/sun/star/ui/ConfigurableUIElement.idl @@ -70,7 +70,7 @@ module com { module sun { module star { module ui { </ul> </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service ConfigurableUIElement diff --git a/offapi/com/sun/star/ui/ConfigurationEvent.idl b/offapi/com/sun/star/ui/ConfigurationEvent.idl index 94093c9df8d3..4204acad806f 100644 --- a/offapi/com/sun/star/ui/ConfigurationEvent.idl +++ b/offapi/com/sun/star/ui/ConfigurationEvent.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module ui { /** this event is broadcasted by a configuration manager whenever the state of user interface element has changed. - @since OOo 2.0 + @since OpenOffice 2.0 */ published struct ConfigurationEvent : ::com::sun::star::container::ContainerEvent diff --git a/offapi/com/sun/star/ui/DockingArea.idl b/offapi/com/sun/star/ui/DockingArea.idl index e5ea894081c0..b2804609b00c 100644 --- a/offapi/com/sun/star/ui/DockingArea.idl +++ b/offapi/com/sun/star/ui/DockingArea.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module ui { @see com::sun::star::frame::XLayoutManager </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published enum DockingArea diff --git a/offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl b/offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl index a38c3a62e1b1..011f8001feab 100644 --- a/offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl +++ b/offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module ui { by using an UNO service manager. It provides then access to the global accelerator configuration.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service GlobalAcceleratorConfiguration : XAcceleratorConfiguration {}; diff --git a/offapi/com/sun/star/ui/ImageType.idl b/offapi/com/sun/star/ui/ImageType.idl index 0305a3be6e2f..822db6e13e21 100644 --- a/offapi/com/sun/star/ui/ImageType.idl +++ b/offapi/com/sun/star/ui/ImageType.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module ui { the current image set of an image manager. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ constants ImageType { diff --git a/offapi/com/sun/star/ui/ItemDescriptor.idl b/offapi/com/sun/star/ui/ItemDescriptor.idl index eb62f2dcff8b..a0bfe25771dd 100644 --- a/offapi/com/sun/star/ui/ItemDescriptor.idl +++ b/offapi/com/sun/star/ui/ItemDescriptor.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module ui { You could have a menu or a toolbox working with the same item descriptor. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service ItemDescriptor { diff --git a/offapi/com/sun/star/ui/ItemStyle.idl b/offapi/com/sun/star/ui/ItemStyle.idl index b0d768b10c5d..ad6bd9e9f662 100644 --- a/offapi/com/sun/star/ui/ItemStyle.idl +++ b/offapi/com/sun/star/ui/ItemStyle.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module ui { </ul> </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ constants ItemStyle { diff --git a/offapi/com/sun/star/ui/ItemType.idl b/offapi/com/sun/star/ui/ItemType.idl index fd5ab332db2d..c92def5700c6 100644 --- a/offapi/com/sun/star/ui/ItemType.idl +++ b/offapi/com/sun/star/ui/ItemType.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module ui { /** Determins the type of an item. - @since OOo 2.0 + @since OpenOffice 2.0 */ constants ItemType { diff --git a/offapi/com/sun/star/ui/ModuleUICategoryDescription.idl b/offapi/com/sun/star/ui/ModuleUICategoryDescription.idl index 8ba9945478e8..e90dbc30e1d4 100644 --- a/offapi/com/sun/star/ui/ModuleUICategoryDescription.idl +++ b/offapi/com/sun/star/ui/ModuleUICategoryDescription.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module ui { or Calc. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service ModuleUICategoryDescription diff --git a/offapi/com/sun/star/ui/ModuleUICommandDescription.idl b/offapi/com/sun/star/ui/ModuleUICommandDescription.idl index c71381972d88..15dffdc2d03b 100644 --- a/offapi/com/sun/star/ui/ModuleUICommandDescription.idl +++ b/offapi/com/sun/star/ui/ModuleUICommandDescription.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module ui { that are part of a single OpenOffice.org module, like Writer or Calc. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service ModuleUICommandDescription diff --git a/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl b/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl index 7214ece6453a..903765dff20d 100644 --- a/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl +++ b/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl @@ -59,7 +59,7 @@ module com { module sun { module star { module ui { this layer.</br> </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service ModuleUIConfigurationManager diff --git a/offapi/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.idl b/offapi/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.idl index 5232bb49d228..930133489607 100644 --- a/offapi/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.idl +++ b/offapi/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module ui { /** specifies a central user interface configuration provider which gives access to module based user interface configuration managers. - @since OOo 2.0 + @since OpenOffice 2.0 */ published service ModuleUIConfigurationManagerSupplier diff --git a/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl b/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl index 67a883087039..c9d899668a60 100644 --- a/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl +++ b/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module ui { Calc. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service ModuleWindowStateConfiguration diff --git a/offapi/com/sun/star/ui/UICategoryDescription.idl b/offapi/com/sun/star/ui/UICategoryDescription.idl index 06747c3ad6a3..8a765590cebc 100644 --- a/offapi/com/sun/star/ui/UICategoryDescription.idl +++ b/offapi/com/sun/star/ui/UICategoryDescription.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module ui { implementations which provides all commands to a user. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ //============================================================================= diff --git a/offapi/com/sun/star/ui/UICommandDescription.idl b/offapi/com/sun/star/ui/UICommandDescription.idl index a902bb811535..aa5b62e10f39 100644 --- a/offapi/com/sun/star/ui/UICommandDescription.idl +++ b/offapi/com/sun/star/ui/UICommandDescription.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module ui { are part of OpenOffice.org modules, like Writer or Calc. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service UICommandDescription diff --git a/offapi/com/sun/star/ui/UIConfigurationManager.idl b/offapi/com/sun/star/ui/UIConfigurationManager.idl index 70f88658c13b..cd326eec46a1 100644 --- a/offapi/com/sun/star/ui/UIConfigurationManager.idl +++ b/offapi/com/sun/star/ui/UIConfigurationManager.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module ui { /** specifies a user interface configuration manager which controls all customizeable user interface elements of an object. - @since OOo 2.0 + @since OpenOffice 2.0 */ service UIConfigurationManager diff --git a/offapi/com/sun/star/ui/UIElement.idl b/offapi/com/sun/star/ui/UIElement.idl index 3230489010cf..5bcb3a7a2419 100644 --- a/offapi/com/sun/star/ui/UIElement.idl +++ b/offapi/com/sun/star/ui/UIElement.idl @@ -59,7 +59,7 @@ module com { module sun { module star { module ui { before it can be used. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service UIElement diff --git a/offapi/com/sun/star/ui/UIElementFactory.idl b/offapi/com/sun/star/ui/UIElementFactory.idl index 479489fa0fe1..7a0a1900c354 100644 --- a/offapi/com/sun/star/ui/UIElementFactory.idl +++ b/offapi/com/sun/star/ui/UIElementFactory.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module ui { service to provide access to itself. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published service UIElementFactory diff --git a/offapi/com/sun/star/ui/UIElementFactoryManager.idl b/offapi/com/sun/star/ui/UIElementFactoryManager.idl index fdff6a73cb80..73151edfbb76 100644 --- a/offapi/com/sun/star/ui/UIElementFactoryManager.idl +++ b/offapi/com/sun/star/ui/UIElementFactoryManager.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module ui { <type scope="com::sun::star::lang">ServiceManager</type>. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service UIElementFactoryManager diff --git a/offapi/com/sun/star/ui/UIElementSettings.idl b/offapi/com/sun/star/ui/UIElementSettings.idl index e6d4caf1d46c..8727fe55badb 100644 --- a/offapi/com/sun/star/ui/UIElementSettings.idl +++ b/offapi/com/sun/star/ui/UIElementSettings.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module ui { although limitations based on the real user interface element may be visible. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ service UIElementSettings { diff --git a/offapi/com/sun/star/ui/UIElementType.idl b/offapi/com/sun/star/ui/UIElementType.idl index 90be6d4bc28f..9955b2f1f114 100644 --- a/offapi/com/sun/star/ui/UIElementType.idl +++ b/offapi/com/sun/star/ui/UIElementType.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module ui { /** determine the type of a user interface element which is controlled by a layout manager. - @since OOo 2.0 + @since OpenOffice 2.0 */ constants UIElementType { diff --git a/offapi/com/sun/star/ui/WindowContentFactory.idl b/offapi/com/sun/star/ui/WindowContentFactory.idl index 39131f6b7068..c858e2c70105 100644 --- a/offapi/com/sun/star/ui/WindowContentFactory.idl +++ b/offapi/com/sun/star/ui/WindowContentFactory.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module ui { The specific type of the created window depends on the provided arguments. </p> - @since OOo 3.1 + @since OpenOffice 3.1 */ service WindowContentFactory : com::sun::star::lang::XSingleComponentFactory diff --git a/offapi/com/sun/star/ui/WindowStateConfiguration.idl b/offapi/com/sun/star/ui/WindowStateConfiguration.idl index bd8f9e7ef45e..5fe820f01fc6 100644 --- a/offapi/com/sun/star/ui/WindowStateConfiguration.idl +++ b/offapi/com/sun/star/ui/WindowStateConfiguration.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module ui { part of OpenOffice.org modules, like Writer or Calc. </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published service WindowStateConfiguration diff --git a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl index 1543177811e2..5278659b6824 100644 --- a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl +++ b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl @@ -73,7 +73,7 @@ module com { module sun { module star { module ui { @see AcceleratorConfiguration @see <type scope="dom::sun::star::util">XFlushable</type> - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XAcceleratorConfiguration { diff --git a/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl b/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl index f5776abc8e76..7ca9f7ee8613 100644 --- a/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl +++ b/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl @@ -55,7 +55,7 @@ module com { module sun { module star { module ui { @see com::sun::star::frame::XFrame </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ diff --git a/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl b/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl index 59e5d921528c..8c07813b8758 100644 --- a/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl +++ b/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl @@ -65,7 +65,7 @@ module com { module sun { module star { module ui { configuration manager uses.</br> </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XModuleUIConfigurationManager : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl b/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl index 51f7bcd7851f..21042037bd58 100644 --- a/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl +++ b/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module ui { /** allows to retrieve user interface configuration managers related to OpenOffice.org modules. - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XModuleUIConfigurationManagerSupplier : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/ui/XStatusbarItem.idl b/offapi/com/sun/star/ui/XStatusbarItem.idl index 49e71e235f43..a1395e24d08a 100644 --- a/offapi/com/sun/star/ui/XStatusbarItem.idl +++ b/offapi/com/sun/star/ui/XStatusbarItem.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module ui { @see <type scope="com::sun::star::frame">XStatusbarController</type> - @since Apache OpenOffice 4.0 + @since OpenOffice 4.0 */ interface XStatusbarItem { diff --git a/offapi/com/sun/star/ui/XUIConfiguration.idl b/offapi/com/sun/star/ui/XUIConfiguration.idl index 28cd23aaa2f9..d1fbcaa4abc5 100644 --- a/offapi/com/sun/star/ui/XUIConfiguration.idl +++ b/offapi/com/sun/star/ui/XUIConfiguration.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module ui { <p>This can be useful for UI to enable/disable some functions without actually accessing the data.</p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XUIConfiguration : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/ui/XUIConfigurationListener.idl b/offapi/com/sun/star/ui/XUIConfigurationListener.idl index b73beb5b3236..c389d36c581c 100644 --- a/offapi/com/sun/star/ui/XUIConfigurationListener.idl +++ b/offapi/com/sun/star/ui/XUIConfigurationListener.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module ui { /** supplies information about changes of a user interface configuration manager. - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XUIConfigurationListener : com::sun::star::lang::XEventListener diff --git a/offapi/com/sun/star/ui/XUIConfigurationManager.idl b/offapi/com/sun/star/ui/XUIConfigurationManager.idl index e55a27d27449..ca8ba47d74d4 100644 --- a/offapi/com/sun/star/ui/XUIConfigurationManager.idl +++ b/offapi/com/sun/star/ui/XUIConfigurationManager.idl @@ -66,7 +66,7 @@ module com { module sun { module star { module ui { controls the structure of all customizable user interface elements. - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XUIConfigurationManager : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl b/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl index ee7a09af550f..5da41e81545e 100644 --- a/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl +++ b/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module ui { /** allows to retrieve the user interface configuration manager related to an object. - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XUIConfigurationManagerSupplier : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl b/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl index 961852517f49..ce85f255530b 100644 --- a/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl +++ b/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module ui { interface configuration data to a storage and to retrieve information about the current state. - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XUIConfigurationPersistence : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/ui/XUIConfigurationStorage.idl b/offapi/com/sun/star/ui/XUIConfigurationStorage.idl index 7001986d1053..c53ca56a2654 100644 --- a/offapi/com/sun/star/ui/XUIConfigurationStorage.idl +++ b/offapi/com/sun/star/ui/XUIConfigurationStorage.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module ui { /** supplies functions to change or get information about the storage of a user interface configuration manager. - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XUIConfigurationStorage : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/ui/XUIElementFactory.idl b/offapi/com/sun/star/ui/XUIElementFactory.idl index cb7f8d88cfbb..f5bf4cf64cee 100644 --- a/offapi/com/sun/star/ui/XUIElementFactory.idl +++ b/offapi/com/sun/star/ui/XUIElementFactory.idl @@ -63,7 +63,7 @@ module com { module sun { module star { module ui { </ul> </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XUIElementFactory : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl b/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl index 78817a28ed43..931c098594d7 100644 --- a/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl +++ b/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl @@ -72,7 +72,7 @@ module com { module sun { module star { module ui { </ul> </p> - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XUIElementFactoryRegistration : com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/ui/XUIElementSettings.idl b/offapi/com/sun/star/ui/XUIElementSettings.idl index fa45ca9a1f81..a008029a8952 100644 --- a/offapi/com/sun/star/ui/XUIElementSettings.idl +++ b/offapi/com/sun/star/ui/XUIElementSettings.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module ui { /** provides functions to retrieve and change user interface element structure data and to update its visible representation. - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XUIElementSettings : com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/ui/XUIFunctionListener.idl b/offapi/com/sun/star/ui/XUIFunctionListener.idl index 3882a5675ab4..fa00c837989a 100644 --- a/offapi/com/sun/star/ui/XUIFunctionListener.idl +++ b/offapi/com/sun/star/ui/XUIFunctionListener.idl @@ -35,7 +35,7 @@ /** special interface to receive notification that a user interface element will execute a function. - @since OOo 2.0 + @since OpenOffice 2.0 */ interface XUIFunctionListener : com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl b/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl index 32011a63f0fc..77e612c0cc54 100644 --- a/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl +++ b/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl @@ -63,14 +63,14 @@ published constants CommonFilePickerElementIds //--------------------------------------------------------------------- /** The label of the filter listbox of a FilePicker dialog. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ const short LISTBOX_FILTER_LABEL = 6; //--------------------------------------------------------------------- /** The label of the file name listbox of a FilePicker dialog. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ const short EDIT_FILEURL_LABEL = 7; }; diff --git a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl index a9c56637ff69..d7521323b71f 100644 --- a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl +++ b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl @@ -55,7 +55,7 @@ module com { module sun { module star { module ui { module dialogs { <p>Otherwise, the filter operation is canceled.</p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service FilterOptionsDialog { diff --git a/offapi/com/sun/star/ui/dialogs/Wizard.idl b/offapi/com/sun/star/ui/dialogs/Wizard.idl index d3d449d81a58..2c3e9326e706 100644 --- a/offapi/com/sun/star/ui/dialogs/Wizard.idl +++ b/offapi/com/sun/star/ui/dialogs/Wizard.idl @@ -19,25 +19,21 @@ * *************************************************************/ - - #ifndef __com_sun_star_ui_dialogs_Wizard_idl__ #define __com_sun_star_ui_dialogs_Wizard_idl__ #include <com/sun/star/ui/dialogs/XWizard.idl> #include <com/sun/star/lang/IllegalArgumentException.idl> -//================================================================================================================== - module com { module sun { module star { module ui { module dialogs { -published interface XWizardController; - -//================================================================================================================== +interface XWizardController; /** provides a framework for implementing a wizard dialog. + + @since OpenOffice 3.3 */ -published service Wizard : XWizard +service Wizard : XWizard { /** creates a wizard with a single execution path @param PageIds @@ -63,10 +59,6 @@ published service Wizard : XWizard ); }; -//================================================================================================================== - }; }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/ui/dialogs/WizardButton.idl b/offapi/com/sun/star/ui/dialogs/WizardButton.idl index 59863dd5ac73..46a59073cdd7 100644 --- a/offapi/com/sun/star/ui/dialogs/WizardButton.idl +++ b/offapi/com/sun/star/ui/dialogs/WizardButton.idl @@ -19,18 +19,14 @@ * *************************************************************/ - - #ifndef __com_sun_star_ui_dialogs_WizardButton_idl__ #define __com_sun_star_ui_dialogs_WizardButton_idl__ -//================================================================================================================== - module com { module sun { module star { module ui { module dialogs { -//================================================================================================================== - /** denotes the buttons found in a <type>Wizard</type> + + @since OpenOffice 3.3 */ constants WizardButton { @@ -48,10 +44,6 @@ constants WizardButton const short HELP = 5; }; -//================================================================================================================== - }; }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl b/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl index b1d96be07974..51883ad76844 100644 --- a/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl +++ b/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl @@ -19,18 +19,14 @@ * *************************************************************/ - - #ifndef __com_sun_star_ui_dialogs_WizardTravelType_idl__ #define __com_sun_star_ui_dialogs_WizardTravelType_idl__ -//================================================================================================================== - module com { module sun { module star { module ui { module dialogs { -//================================================================================================================== - /** denotes ways to leave a <type>Wizard</type>'s page + + @since OpenOffice 3.3 */ constants WizardTravelType { @@ -42,10 +38,6 @@ constants WizardTravelType const short FINISH = 3; }; -//================================================================================================================== - }; }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/ui/dialogs/XControlAccess.idl b/offapi/com/sun/star/ui/dialogs/XControlAccess.idl index 1c0819e7c0e3..6521f89d1f20 100644 --- a/offapi/com/sun/star/ui/dialogs/XControlAccess.idl +++ b/offapi/com/sun/star/ui/dialogs/XControlAccess.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module ui { module dialogs { @see com::sun::star::ui::dialogs::FilePicker @see com::sun::star::ui::dialogs::FilePicker - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XControlAccess: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/ui/dialogs/XControlInformation.idl b/offapi/com/sun/star/ui/dialogs/XControlInformation.idl index 893bb489b0b6..d7af6528b636 100644 --- a/offapi/com/sun/star/ui/dialogs/XControlInformation.idl +++ b/offapi/com/sun/star/ui/dialogs/XControlInformation.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module ui { module dialogs { /** Interface to query for controls and control properties supported by the implementing instance. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XControlInformation: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl index d913ce5f8d50..9767a5604566 100644 --- a/offapi/com/sun/star/ui/dialogs/XWizard.idl +++ b/offapi/com/sun/star/ui/dialogs/XWizard.idl @@ -19,8 +19,6 @@ * *************************************************************/ - - #ifndef __com_sun_star_ui_dialogs_XWizard_idl__ #define __com_sun_star_ui_dialogs_XWizard_idl__ @@ -29,12 +27,9 @@ #include <com/sun/star/container/NoSuchElementException.idl> #include <com/sun/star/awt/XWindow.idl> -//================================================================================================================== module com { module sun { module star { module ui { module dialogs { -//================================================================================================================== - -published interface XWizardPage; +interface XWizardPage; /** is the main interface implemented by the <type>Wizard</type> services. @@ -75,8 +70,10 @@ published interface XWizardPage; @see XWizardController @see XWizardPage + + @since OpenOffice 3.3 */ -published interface XWizard +interface XWizard { interface XExecutableDialog; @@ -216,10 +213,6 @@ published interface XWizard , ::com::sun::star::util::InvalidStateException ); }; -//================================================================================================================== - }; }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/ui/dialogs/XWizardController.idl b/offapi/com/sun/star/ui/dialogs/XWizardController.idl index 65741bfb6b97..aa4625cb480a 100644 --- a/offapi/com/sun/star/ui/dialogs/XWizardController.idl +++ b/offapi/com/sun/star/ui/dialogs/XWizardController.idl @@ -19,22 +19,18 @@ * *************************************************************/ - - #ifndef __com_sun_star_ui_dialogs_XWizardController_idl__ #define __com_sun_star_ui_dialogs_XWizardController_idl__ #include <com/sun/star/ui/dialogs/XWizardPage.idl> -//================================================================================================================== - module com { module sun { module star { module ui { module dialogs { -//================================================================================================================== - /** is the interface of a client-provided controller of a custom <type>Wizard</type>. + + @since OpenOffice 3.3 */ -published interface XWizardController +interface XWizardController { /** creates a page @@ -73,10 +69,6 @@ published interface XWizardController boolean confirmFinish(); }; -//================================================================================================================== - }; }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl index 915f884e36b8..18749a3aa6da 100644 --- a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl +++ b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl @@ -19,22 +19,18 @@ * *************************************************************/ - - #ifndef __com_sun_star_ui_dialogs_XWizardPage_idl__ #define __com_sun_star_ui_dialogs_XWizardPage_idl__ #include <com/sun/star/awt/XWindow.idl> -//================================================================================================================== - module com { module sun { module star { module ui { module dialogs { -//================================================================================================================== - /** is a single page of a <type>Wizard</type> + + @since OpenOffice 3.3 */ -published interface XWizardPage : ::com::sun::star::lang::XComponent +interface XWizardPage : ::com::sun::star::lang::XComponent { /** provides read-only access to the window of the page */ @@ -74,10 +70,6 @@ published interface XWizardPage : ::com::sun::star::lang::XComponent boolean canAdvance(); }; -//================================================================================================================== - }; }; }; }; }; -//================================================================================================================== - #endif diff --git a/offapi/com/sun/star/util/Duration.idl b/offapi/com/sun/star/util/Duration.idl index 449fcddecd5f..4247e1360da9 100644 --- a/offapi/com/sun/star/util/Duration.idl +++ b/offapi/com/sun/star/util/Duration.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module util { for example, a Duration of 400 Days is valid. </p> - @since OOo 3.3 + @since OpenOffice 3.3 */ struct Duration { diff --git a/offapi/com/sun/star/util/Endianness.idl b/offapi/com/sun/star/util/Endianness.idl index 43c7857e767a..e129ac964bc5 100644 --- a/offapi/com/sun/star/util/Endianness.idl +++ b/offapi/com/sun/star/util/Endianness.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module util { The endianness specifies the order in which the bytes of larger types are laid out in memory.<p> - @since OOo 2.0 + @since OpenOffice 2.0 */ constants Endianness { diff --git a/offapi/com/sun/star/util/ModeChangeEvent.idl b/offapi/com/sun/star/util/ModeChangeEvent.idl index bde8a6d0070e..c6e9f2d2936d 100644 --- a/offapi/com/sun/star/util/ModeChangeEvent.idl +++ b/offapi/com/sun/star/util/ModeChangeEvent.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module util { @see XModeChangeBroadcaster @see XModeChangeListener - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct ModeChangeEvent : com::sun::star::lang::EventObject { diff --git a/offapi/com/sun/star/util/NumberFormatsSupplier.idl b/offapi/com/sun/star/util/NumberFormatsSupplier.idl index bc228085131d..8c1c4e140b4a 100644 --- a/offapi/com/sun/star/util/NumberFormatsSupplier.idl +++ b/offapi/com/sun/star/util/NumberFormatsSupplier.idl @@ -43,7 +43,7 @@ @see NumberFormats @see NumberFormatter - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service NumberFormatsSupplier { diff --git a/offapi/com/sun/star/util/OfficeInstallationDirectories.idl b/offapi/com/sun/star/util/OfficeInstallationDirectories.idl index 23423c4fec80..f1a3fc49b1be 100644 --- a/offapi/com/sun/star/util/OfficeInstallationDirectories.idl +++ b/offapi/com/sun/star/util/OfficeInstallationDirectories.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module util { possibility to share one office user data directory among parallel office installtions. - @since OOo 2.0 + @since OpenOffice 2.0 */ published service OfficeInstallationDirectories { diff --git a/offapi/com/sun/star/util/PathSettings.idl b/offapi/com/sun/star/util/PathSettings.idl index da6d4fc27c98..a2a57ef78e68 100644 --- a/offapi/com/sun/star/util/PathSettings.idl +++ b/offapi/com/sun/star/util/PathSettings.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module util { See <type>PathSubstitution</type> </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service PathSettings { diff --git a/offapi/com/sun/star/util/PathSubstitution.idl b/offapi/com/sun/star/util/PathSubstitution.idl index 4289c70a3d8a..ec68212a86cc 100644 --- a/offapi/com/sun/star/util/PathSubstitution.idl +++ b/offapi/com/sun/star/util/PathSubstitution.idl @@ -90,7 +90,7 @@ module com { module sun { module star { module util { provide (a) valid substituted path(s). </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service PathSubstitution diff --git a/offapi/com/sun/star/util/SortDescriptor2.idl b/offapi/com/sun/star/util/SortDescriptor2.idl index 93560384581b..2000e55d1744 100644 --- a/offapi/com/sun/star/util/SortDescriptor2.idl +++ b/offapi/com/sun/star/util/SortDescriptor2.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module util { @see com::sun::star::table::TableSortDescriptor2 @see com::sun::star::text::TextSortDescriptor2 - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service SortDescriptor2 { diff --git a/offapi/com/sun/star/util/Sortable.idl b/offapi/com/sun/star/util/Sortable.idl index ae9664bd29a7..c8770ee6ef18 100644 --- a/offapi/com/sun/star/util/Sortable.idl +++ b/offapi/com/sun/star/util/Sortable.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module util { @deprecated - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service Sortable diff --git a/offapi/com/sun/star/util/VetoException.idl b/offapi/com/sun/star/util/VetoException.idl index 874f96b0d628..3e99d17e595f 100644 --- a/offapi/com/sun/star/util/VetoException.idl +++ b/offapi/com/sun/star/util/VetoException.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module util { /** thrown to indicate a general veto. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published exception VetoException : com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/util/XBroadcaster.idl b/offapi/com/sun/star/util/XBroadcaster.idl index da5d0db6722d..77cdcd5b6a44 100644 --- a/offapi/com/sun/star/util/XBroadcaster.idl +++ b/offapi/com/sun/star/util/XBroadcaster.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module util { /** allows to control notification behaviour of a broadcaster. - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XBroadcaster: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/util/XModeChangeApproveListener.idl b/offapi/com/sun/star/util/XModeChangeApproveListener.idl index 530bed25218e..816a38258534 100644 --- a/offapi/com/sun/star/util/XModeChangeApproveListener.idl +++ b/offapi/com/sun/star/util/XModeChangeApproveListener.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module util { @see XModeChangeBroadcaster - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XModeChangeApproveListener : com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/util/XModeChangeBroadcaster.idl b/offapi/com/sun/star/util/XModeChangeBroadcaster.idl index 36f53c787b96..12354241fd3c 100644 --- a/offapi/com/sun/star/util/XModeChangeBroadcaster.idl +++ b/offapi/com/sun/star/util/XModeChangeBroadcaster.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module util { @see XModeChangeListener @see XModeChangeApproveListener - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XModeChangeBroadcaster : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/util/XModeChangeListener.idl b/offapi/com/sun/star/util/XModeChangeListener.idl index 6f640be03e74..1103ea92b5df 100644 --- a/offapi/com/sun/star/util/XModeChangeListener.idl +++ b/offapi/com/sun/star/util/XModeChangeListener.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module util { @see XModeChangeBroadcaster - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XModeChangeListener : com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/util/XOfficeInstallationDirectories.idl b/offapi/com/sun/star/util/XOfficeInstallationDirectories.idl index 6cfee6c462ba..bb50a302b819 100644 --- a/offapi/com/sun/star/util/XOfficeInstallationDirectories.idl +++ b/offapi/com/sun/star/util/XOfficeInstallationDirectories.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module util { later. In many cases, storing the reference directly would destroy the relocatability of an office installation. - @since OOo 2.0 + @since OpenOffice 2.0 */ published interface XOfficeInstallationDirectories : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/util/XStringSubstitution.idl b/offapi/com/sun/star/util/XStringSubstitution.idl index 98147af3a690..6904de906c03 100644 --- a/offapi/com/sun/star/util/XStringSubstitution.idl +++ b/offapi/com/sun/star/util/XStringSubstitution.idl @@ -46,7 +46,7 @@ of the implementation that must specify these parameters. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XStringSubstitution : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/util/XTimeStamped.idl b/offapi/com/sun/star/util/XTimeStamped.idl index 22305190673a..560dbbcb8f8c 100644 --- a/offapi/com/sun/star/util/XTimeStamped.idl +++ b/offapi/com/sun/star/util/XTimeStamped.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module util { timestamps, depend on the implementation. </p> - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XTimeStamped : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/view/PrintJobEvent.idl b/offapi/com/sun/star/view/PrintJobEvent.idl index 46066fe53dc7..7c12b04bcba5 100644 --- a/offapi/com/sun/star/view/PrintJobEvent.idl +++ b/offapi/com/sun/star/view/PrintJobEvent.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module view { <p><member scope="com::sun::star::lang">EventObject::Source</member> contains the <type>XPrintJob</type> having changed its state</p>. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published struct PrintJobEvent : com::sun::star::lang::EventObject diff --git a/offapi/com/sun/star/view/RenderDescriptor.idl b/offapi/com/sun/star/view/RenderDescriptor.idl index 4b63ab89cac1..d4c18816d3a2 100644 --- a/offapi/com/sun/star/view/RenderDescriptor.idl +++ b/offapi/com/sun/star/view/RenderDescriptor.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module view { /** describes the options for Render jobs. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service RenderDescriptor { diff --git a/offapi/com/sun/star/view/RenderOptions.idl b/offapi/com/sun/star/view/RenderOptions.idl index 95afd3dd3c64..0752561db695 100644 --- a/offapi/com/sun/star/view/RenderOptions.idl +++ b/offapi/com/sun/star/view/RenderOptions.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module view { /** describes the options for Render jobs. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service RenderOptions { diff --git a/offapi/com/sun/star/view/XFormLayerAccess.idl b/offapi/com/sun/star/view/XFormLayerAccess.idl index ab44fb22e023..3e6d01ad12e4 100644 --- a/offapi/com/sun/star/view/XFormLayerAccess.idl +++ b/offapi/com/sun/star/view/XFormLayerAccess.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module view { /** provides access to the form layer elements in a view - @since OOo 2.3 + @since OpenOffice 2.3 */ interface XFormLayerAccess { diff --git a/offapi/com/sun/star/view/XPrintJob.idl b/offapi/com/sun/star/view/XPrintJob.idl index 7ae091dcf49a..dd0c7698386a 100644 --- a/offapi/com/sun/star/view/XPrintJob.idl +++ b/offapi/com/sun/star/view/XPrintJob.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module view { @see XPrintJobListener - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XPrintJob : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/view/XPrintJobBroadcaster.idl b/offapi/com/sun/star/view/XPrintJobBroadcaster.idl index d56fc897eef2..5194c4562864 100644 --- a/offapi/com/sun/star/view/XPrintJobBroadcaster.idl +++ b/offapi/com/sun/star/view/XPrintJobBroadcaster.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module view { @see XPrintJobListener - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XPrintJobBroadcaster : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/view/XPrintJobListener.idl b/offapi/com/sun/star/view/XPrintJobListener.idl index 50d950cbbaca..7811bcc6ae4b 100644 --- a/offapi/com/sun/star/view/XPrintJobListener.idl +++ b/offapi/com/sun/star/view/XPrintJobListener.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module view { @see XPrintJobBroadcaster @see XPrintJob - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XPrintJobListener : com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/view/XRenderable.idl b/offapi/com/sun/star/view/XRenderable.idl index 7195925c88f5..ec7b59bedff2 100644 --- a/offapi/com/sun/star/view/XRenderable.idl +++ b/offapi/com/sun/star/view/XRenderable.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module view { /** represents something that can be rendered. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XRenderable : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/xml/ExportFilter.idl b/offapi/com/sun/star/xml/ExportFilter.idl index e39e0d236400..29fc10273642 100644 --- a/offapi/com/sun/star/xml/ExportFilter.idl +++ b/offapi/com/sun/star/xml/ExportFilter.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module xml { a <type scope="com::sun::star::xml::sax">SAXException</type> in the <type scope="com::sun::star::xml::sax">XDocumentHandler</type> calls. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service ExportFilter { diff --git a/offapi/com/sun/star/xml/ImportFilter.idl b/offapi/com/sun/star/xml/ImportFilter.idl index fe6042de9b48..aa20686f30e3 100644 --- a/offapi/com/sun/star/xml/ImportFilter.idl +++ b/offapi/com/sun/star/xml/ImportFilter.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module xml { /** describes an import filter for XML-based file formats. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published service ImportFilter { diff --git a/offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl b/offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl index fe53b555b4d7..346c6a39d3f1 100644 --- a/offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl +++ b/offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module xml { unknown by its parser, that belong to the XML element representing it (the component). - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ published service ParaUserDefinedAttributesSupplier { diff --git a/offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl b/offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl index cc7f90ae103b..075e21cbee05 100644 --- a/offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl +++ b/offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module xml { unknown by its parser, that belong to the XML element representing it (the component). - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ published service TextUserDefinedAttributesSupplier { diff --git a/offapi/com/sun/star/xml/UserDefinedAttributeSupplier.idl b/offapi/com/sun/star/xml/UserDefinedAttributeSupplier.idl index ecbca8eef140..fa4045c9a6c2 100644 --- a/offapi/com/sun/star/xml/UserDefinedAttributeSupplier.idl +++ b/offapi/com/sun/star/xml/UserDefinedAttributeSupplier.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module xml { unknown by its parser, that belong to the XML element representing it (the component). - @since OOo 1.1.2 + @since OpenOffice 1.1.2 @deprecated because of typo in service name. Please use the service UserDefinedAttributesSupplier instead. diff --git a/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl b/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl index 56dfb83cde72..d4ff25df5cd0 100644 --- a/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl +++ b/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module xml { unknown by its parser, that belong to the XML element representing it (the component). - @since OOo 2.0.4 + @since OpenOffice 2.0.4 */ published service UserDefinedAttributesSupplier { diff --git a/offapi/com/sun/star/xml/XExportFilter.idl b/offapi/com/sun/star/xml/XExportFilter.idl index e39d76c7ae30..e88114bc3782 100644 --- a/offapi/com/sun/star/xml/XExportFilter.idl +++ b/offapi/com/sun/star/xml/XExportFilter.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module xml { /** interface to implement for an XML-based import filter. i - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XExportFilter: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/xml/XImportFilter.idl b/offapi/com/sun/star/xml/XImportFilter.idl index fa42af8f69cb..e3183cf2c95e 100644 --- a/offapi/com/sun/star/xml/XImportFilter.idl +++ b/offapi/com/sun/star/xml/XImportFilter.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module xml { /** interface to implement for an XML-based import filter. - @since OOo 1.1.2 + @since OpenOffice 1.1.2 */ published interface XImportFilter: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/xml/crypto/CipherID.idl b/offapi/com/sun/star/xml/crypto/CipherID.idl index c6760b9fbdb5..8219179797ab 100644 --- a/offapi/com/sun/star/xml/crypto/CipherID.idl +++ b/offapi/com/sun/star/xml/crypto/CipherID.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module xml { module crypto { algorithms. @see <type>XCipherContextSupplier</type> - @since OOo 3.4 + @since OpenOffice 3.4 */ constants CipherID { diff --git a/offapi/com/sun/star/xml/crypto/DigestID.idl b/offapi/com/sun/star/xml/crypto/DigestID.idl index 4cb678a2d562..32c222dce1d7 100644 --- a/offapi/com/sun/star/xml/crypto/DigestID.idl +++ b/offapi/com/sun/star/xml/crypto/DigestID.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module xml { module crypto { algorithms. @see <type>XDigestContextSupplier</type> - @since OOo 3.4 + @since OpenOffice 3.4 */ constants DigestID { diff --git a/offapi/com/sun/star/xml/crypto/XCipherContext.idl b/offapi/com/sun/star/xml/crypto/XCipherContext.idl index d0f7320c71f6..50e0919da301 100644 --- a/offapi/com/sun/star/xml/crypto/XCipherContext.idl +++ b/offapi/com/sun/star/xml/crypto/XCipherContext.idl @@ -46,7 +46,7 @@ </p> @see <type>XCipherContextSupplier</type> - @since OOo 3.4 + @since OpenOffice 3.4 */ interface XCipherContext : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl b/offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl index a8748ec31b3a..3bd16645652e 100644 --- a/offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl +++ b/offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl @@ -47,7 +47,7 @@ /** This interface allows to get an object that allows to encrypt/decrypt data using the specified algorithm. - @since OOo 3.4 + @since OpenOffice 3.4 */ interface XCipherContextSupplier : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/xml/crypto/XDigestContext.idl b/offapi/com/sun/star/xml/crypto/XDigestContext.idl index bdf7927997e0..3008759c8877 100644 --- a/offapi/com/sun/star/xml/crypto/XDigestContext.idl +++ b/offapi/com/sun/star/xml/crypto/XDigestContext.idl @@ -42,7 +42,7 @@ </p> @see <type>XDigestContextSupplier</type> - @since OOo 3.4 + @since OpenOffice 3.4 */ interface XDigestContext : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/xml/crypto/XDigestContextSupplier.idl b/offapi/com/sun/star/xml/crypto/XDigestContextSupplier.idl index de83cb91365d..d0d2c098618f 100644 --- a/offapi/com/sun/star/xml/crypto/XDigestContextSupplier.idl +++ b/offapi/com/sun/star/xml/crypto/XDigestContextSupplier.idl @@ -47,7 +47,7 @@ /** This interface allows to get an object to generate a digest of a specified format. - @since OOo 3.4 + @since OpenOffice 3.4 */ interface XDigestContextSupplier : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/xml/dom/XNode.idl b/offapi/com/sun/star/xml/dom/XNode.idl index fac81a08d808..2848a4983af6 100644 --- a/offapi/com/sun/star/xml/dom/XNode.idl +++ b/offapi/com/sun/star/xml/dom/XNode.idl @@ -75,7 +75,7 @@ information.</p> </table></p> @see <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113">Document Object Model (DOM) Level 2 Core Specification</a> </p> -@since OOo 2.0 +@since OpenOffice 2.0 */ interface XNode : com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/xml/sax/XFastSAXSerializable.idl b/offapi/com/sun/star/xml/sax/XFastSAXSerializable.idl index ca3f510ac596..c384a9339ee5 100644 --- a/offapi/com/sun/star/xml/sax/XFastSAXSerializable.idl +++ b/offapi/com/sun/star/xml/sax/XFastSAXSerializable.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module xml { module sax { <p> </p> - @since OOo 3.1 + @since OpenOffice 3.1 */ interface XFastSAXSerializable diff --git a/offapi/com/sun/star/xml/sax/XSAXSerializable.idl b/offapi/com/sun/star/xml/sax/XSAXSerializable.idl index 2067463fd7ce..1869f42d6796 100644 --- a/offapi/com/sun/star/xml/sax/XSAXSerializable.idl +++ b/offapi/com/sun/star/xml/sax/XSAXSerializable.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module xml { module sax { <p> </p> - @since OOo 3.0 + @since OpenOffice 3.0 */ interface XSAXSerializable diff --git a/offapi/com/sun/star/xml/xpath/XPathException.idl b/offapi/com/sun/star/xml/xpath/XPathException.idl index 865d317ef0e2..2e1db256a1a1 100644 --- a/offapi/com/sun/star/xml/xpath/XPathException.idl +++ b/offapi/com/sun/star/xml/xpath/XPathException.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module xml { module xpath { //============================================================================= /** Exception that may occur when evaluating an XPath expression. - @since OOo 3.0 + @since OpenOffice 3.0 @see XXPathAPI */ diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt index a42bf6c505ca..2c7bf7ee0770 100644 --- a/offapi/type_reference/typelibrary_history.txt +++ b/offapi/type_reference/typelibrary_history.txt @@ -208,3 +208,9 @@ 23/03/2013 (arielch): TaskID=121946 css::ucb::XWebDAVCommandEnvironment: use enums to identify WebDAV/HTTP methods + +09/03/2014 (arielch): TaskID=124385 + Unpublish the Undo API + +10/03/2014 (arielch): TaskID=124398 + Unpublish the Wizard API diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb Binary files differindex a6edadfb0ab5..7bc4443131d3 100644 --- a/offapi/type_reference/types.rdb +++ b/offapi/type_reference/types.rdb |