diff options
71 files changed, 275 insertions, 275 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleEventId.idl b/offapi/com/sun/star/accessibility/AccessibleEventId.idl index 79d7f6c3e905..14b49a155510 100644 --- a/offapi/com/sun/star/accessibility/AccessibleEventId.idl +++ b/offapi/com/sun/star/accessibility/AccessibleEventId.idl @@ -89,7 +89,7 @@ constants AccessibleEventId position then its is not necessary to send an event. <p>Use this event rather than the - <const>VISIBLE_DATA_EVENT</const> when really only the + VISIBLE_DATA_EVENT when really only the (relative) bounding box of an accessible object has changed. It is much more specific than the later one and reduces the number of calls an AT-Tool has to make to retrieve all affected data.</p> @@ -130,9 +130,9 @@ constants AccessibleEventId /** Use this event to tell the listeners to re-retrieve the whole set of children. This should be used by a parent object which exchanges all or most of its children. It is a short form of first sending one - <const>CHILD</const> event for every old child indicating that + CHILD event for every old child indicating that this child is about to be removed and then sending one - <const>CHILD</const> for every new child indicating that this + CHILD for every new child indicating that this child has been added to the list of children. <p>When this API is used by Java or Gnome AT-Tools then a bridge can diff --git a/offapi/com/sun/star/accessibility/AccessibleRole.idl b/offapi/com/sun/star/accessibility/AccessibleRole.idl index aaa65634c7a5..2baa6a992611 100644 --- a/offapi/com/sun/star/accessibility/AccessibleRole.idl +++ b/offapi/com/sun/star/accessibility/AccessibleRole.idl @@ -65,8 +65,8 @@ constants AccessibleRole /** Object that can be drawn into and is used to trap events. - <p>See also <const>FRAME</const>, <const>GLASS_PANE</const>, and - <const>LAYERED_PANE</const>.</p> + <p>See also FRAME, GLASS_PANE, and + LAYERED_PANE.</p> */ const short CANVAS = 3; @@ -75,8 +75,8 @@ constants AccessibleRole <p>A choice that can be checked or unchecked and provides a separate indicator for the current state.</p> - <p>See also <const>PUSH_BUTTON</const>, <const>TOGGLE_BUTTON</const>, - and <const>RADIO_BUTTON</const>.</p> + <p>See also PUSH_BUTTON, TOGGLE_BUTTON, + and RADIO_BUTTON.</p> */ const short CHECK_BOX = 4; @@ -99,15 +99,15 @@ constants AccessibleRole /** Date editor role. - <p>A <const>DATE_EDITOR</const> is a component that allows users to + <p>A DATE_EDITOR is a component that allows users to edit java.util.Date and java.util.Time objects.</p> */ const short DATE_EDITOR = 8; /** An iconified internal frame in a DESKTOP_PANE. - <p>See also <const>DESKTOP_PANE</const> and - <const>INTERNAL_FRAME</const>.</p> + <p>See also DESKTOP_PANE and + INTERNAL_FRAME.</p> */ const short DESKTOP_ICON = 9; @@ -123,7 +123,7 @@ constants AccessibleRole <p>A pane that allows the user to navigate through and select the contents of a directory. May be used by a file chooser.</p> - <p>See also <const>FILE_CHOOSER</const>.</p> + <p>See also FILE_CHOOSER.</p> */ const short DIRECTORY_PANE = 11; @@ -133,7 +133,7 @@ constants AccessibleRole similar to a frame, but it has fewer properties and is often used as a secondary window for an application.</p> - <p>See also <const>FRAME</const> and <const>WINDOW</const>.</p> + <p>See also FRAME and WINDOW.</p> */ const short DIALOG = 12; @@ -160,7 +160,7 @@ constants AccessibleRole specify a filename. May use the directory pane to show the contents of a directory.</p> - <p>See also <const>DIRECTORY_PANE</const>.</p> + <p>See also DIRECTORY_PANE.</p> */ const short FILE_CHOOSER = 16; @@ -174,7 +174,7 @@ constants AccessibleRole /** Font chooser role. - <p>A <const>FONT_CHOOSER</const> is a component that lets the user pick various + <p>A FONT_CHOOSER is a component that lets the user pick various attributes for fonts.</p> */ const short FONT_CHOOSER = 18; @@ -193,8 +193,8 @@ constants AccessibleRole <p>A top level window with a title bar, border, menu bar, etc. It is often used as the primary window for an application.</p> - <p>See also <const>DIALOG</const>, <const>CANVAS</const>, and - <const>WINDOW</const>.</p> + <p>See also DIALOG, CANVAS, and + WINDOW.</p> */ const short FRAME = 21; @@ -203,7 +203,7 @@ constants AccessibleRole <p>A pane that is guaranteed to be painted on top of all panes beneath it.</p> - <p>See also <const>ROOT_PANE</const> and <const>CANVAS</const>.</p> + <p>See also ROOT_PANE and CANVAS.</p> */ const short GLASS_PANE = 22; @@ -213,7 +213,7 @@ constants AccessibleRole /** Group box role. - <p>A <const>GROUP_BOX</const> is a simple container that contains a + <p>A GROUP_BOX is a simple container that contains a border around it and contains components inside it.</p> */ const short GROUP_BOX = 24; @@ -242,8 +242,8 @@ constants AccessibleRole used to create multiple document interfaces within an application.</p> - <p>See also <const>DESKTOP_ICON</const>, <const>DESKTOP_PANE</const>, - and <const>FRAME</const>.</p> + <p>See also DESKTOP_ICON, DESKTOP_PANE, + and FRAME.</p> */ const short INTERNAL_FRAME = 29; @@ -258,8 +258,8 @@ constants AccessibleRole that holds the menu bar as well as the pane that contains most of the visual components in a window.</p> - <p>See also <const>GLASS_PANE</const> and - <const>ROOT_PANE</const>.</p> + <p>See also GLASS_PANE and + ROOT_PANE.</p> */ const short LAYERED_PANE = 31; @@ -269,8 +269,8 @@ constants AccessibleRole the user to select one or more of them. A list is usually contained within a scroll pane.</p> - <p>See also <const>SCROLL_PANE</const> and - <const>LIST_ITEM</const>.</p> + <p>See also SCROLL_PANE and + LIST_ITEM.</p> */ const short LIST = 32; @@ -279,7 +279,7 @@ constants AccessibleRole <p>An object that presents an element in a list. A list is usually contained within a scroll pane.</p> - <p>See also <const>SCROLL_PANE</const> and <const>LIST</const>.</p> + <p>See also SCROLL_PANE and LIST.</p> */ const short LIST_ITEM = 33; @@ -292,9 +292,9 @@ constants AccessibleRole separators. For example, an application may have an "Edit" menu that contains menu items for "Cut" and "Paste."</p> - <p>See also <const>MENU_BAR</const>, <const>MENU_ITEM</const>, - <const>SEPARATOR</const>, <const>RADIO_BUTTON</const>, - <const>CHECK_BOX</const>, and <const>POPUP_MENU</const>.</p> + <p>See also MENU_BAR, MENU_ITEM, + SEPARATOR, RADIO_BUTTON, + CHECK_BOX, and POPUP_MENU.</p> */ const short MENU = 34; @@ -305,8 +305,8 @@ constants AccessibleRole from. For example, a menu bar might contain menus for "File," "Edit," and "Help."</p> - <p>See also <const>MENU</const>, <const>POPUP_MENU</const>, and - <const>LAYERED_PANE</const>.</p> + <p>See also MENU, POPUP_MENU, and + LAYERED_PANE.</p> */ const short MENU_BAR = 35; @@ -317,14 +317,14 @@ constants AccessibleRole would be an action the user can select to cut the selected area of text in a document.</p> - <p>See also <const>MENUBAR</const>, <const>SEPARATOR</const>, and - <const>POPUP_MENU</const>.</p> + <p>See also MENUBAR, SEPARATOR, and + POPUP_MENU.</p> */ const short MENU_ITEM = 36; - /** A specialized pane whose primary use is inside a <const>DIALOG</const>. + /** A specialized pane whose primary use is inside a DIALOG. - <p>See also <const>DIALOG</const>.</p> + <p>See also DIALOG.</p> */ const short OPTION_PANE = 37; @@ -334,7 +334,7 @@ constants AccessibleRole the panel that is to be presented to the user when the user selects the page tab from the list of tabs in the page tab list.</p> - <p>See also <const>PAGE_TAB_LIST</const>.</p> + <p>See also PAGE_TAB_LIST.</p> */ const short PAGE_TAB = 38; @@ -345,7 +345,7 @@ constants AccessibleRole common mechanism is a list of tabs at the top of the panel. The children of a page tab list are all page tabs.</p> - <p>See also <const>PAGE_TAB</const>.</p> + <p>See also PAGE_TAB.</p> */ const short PAGE_TAB_LIST = 39; @@ -370,7 +370,7 @@ constants AccessibleRole of choices, and then hides when the user selects one of those choices.</p> - <p>See also <const>MENU</const> and <const>MENU_ITEM</const>.</p> + <p>See also MENU and MENU_ITEM.</p> */ const short POPUP_MENU = 43; @@ -379,9 +379,9 @@ constants AccessibleRole <p>An object the user can manipulate to tell the application to do something.</p> - <p>See also <const>CHECK_BOX</const>, <const>TOGGLE_BUTTON</const>, - <const>RADIO_BUTTON</const>, <const>BUTTON_MENU</const> and - <const>BUTTON_DROPDOWN</const>.</p> + <p>See also CHECK_BOX, TOGGLE_BUTTON, + RADIO_BUTTON, BUTTON_MENU and + BUTTON_DROPDOWN.</p> */ const short PUSH_BUTTON = 44; @@ -394,8 +394,8 @@ constants AccessibleRole <p>A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked.</p> - <p>See also <const>PUSH_BUTTON</const>, <const>TOGGLE_BUTTON</const>, - and <const>CHECK_BOX</const>.</p> + <p>See also PUSH_BUTTON, TOGGLE_BUTTON, + and CHECK_BOX.</p> */ const short RADIO_BUTTON = 46; @@ -414,7 +414,7 @@ constants AccessibleRole <p>A specialized pane that has a glass pane and a layered pane as its children.</p> - <p>See also <const>GLASS_PANE</const> and <const>LAYERED_PANE</const>.</p> + <p>See also GLASS_PANE and LAYERED_PANE.</p> */ const short ROOT_PANE = 49; @@ -423,7 +423,7 @@ constants AccessibleRole <p>An object usually used to allow a user to incrementally view a large amount of data. Usually used only by a scroll pane.</p> - <p>See also <const>SCROLL_PANE</const>.</p> + <p>See also SCROLL_PANE.</p> */ const short SCROLL_BAR = 50; @@ -433,7 +433,7 @@ constants AccessibleRole of information. Its children can include scroll bars and a viewport.</p> - <p>See also <const>SCROLL_BAR</const> and <const>VIEW_PORT</const>.</p> + <p>See also SCROLL_BAR and VIEW_PORT.</p> */ const short SCROLL_PANE = 51; @@ -452,7 +452,7 @@ constants AccessibleRole "Close," and "Exit," and will place a separator between "Close" and "Exit" menu items.</p> - <p>See also <const>MENU</const> and <const>MENU_ITEM</const>.</p> + <p>See also MENU and MENU_ITEM.</p> */ const short SEPARATOR = 53; @@ -466,7 +466,7 @@ constants AccessibleRole /** Spin box role. - <p>A <const>SPIN_BOX</const> is a simple spinner component and its + <p>A SPIN_BOX is a simple spinner component and its main use is for simple numbers.</p> */ const short SPIN_BOX = 55; @@ -481,7 +481,7 @@ constants AccessibleRole /** Status bar role. - <p>A <const>STATUS_BAR</const> is an simple component that can + <p>A STATUS_BAR is an simple component that can contain multiple labels of status information to the user.</p> */ const short STATUS_BAR = 57; @@ -502,7 +502,7 @@ constants AccessibleRole <p>An object that presents text to the user. The text is usually editable by the user as opposed to a label.</p> - <p>See also <const>LABEL</const>.</p> + <p>See also LABEL.</p> */ const short TEXT = 60; @@ -515,8 +515,8 @@ constants AccessibleRole <p>A specialized push button that can be checked or unchecked, but does not provide a separate indicator for the current state.</p> - <p>See also <const>PUSH_BUTTON</const>, <const>CHECK_BOX</const> and - <const>RADIO_BUTTON</const>.</p> + <p>See also PUSH_BUTTON, CHECK_BOX and + RADIO_BUTTON.</p> */ const short TOGGLE_BUTTON = 62; @@ -552,13 +552,13 @@ constants AccessibleRole manipulates the scroll bars, the contents of the viewport can change.</p> - <p>See also <const>SCROLL_PANE</const>.</p> + <p>See also SCROLL_PANE.</p> */ const short VIEW_PORT = 66; /** A top level window with no title or border. - <p>See also <const>FRAME</const> and <const>DIALOG</const>.</p> + <p>See also FRAME and DIALOG.</p> */ const short WINDOW = 67; @@ -566,7 +566,7 @@ constants AccessibleRole <p>The object represents a button that drops down a list of items.</p> - <p>See also <const>PUSH_BUTTON</const> and <const>BUTTON_MENU</const>.</p> + <p>See also PUSH_BUTTON and BUTTON_MENU.</p> @since OOo 3.0 */ @@ -576,7 +576,7 @@ constants AccessibleRole <p>The object represents a button that drops down a menu.</p> - <p>See also <const>PUSH_BUTTON</const> and <const>BUTTON_DROPDOWN</const>.</p> + <p>See also PUSH_BUTTON and BUTTON_DROPDOWN.</p> @since OOo 3.0 */ @@ -665,7 +665,7 @@ constants AccessibleRole <p>An object that presents an element in a tree</p> - </p>See also <const>TREE</const> and <const>TREE_TABLE</const>.</p> + </p>See also TREE and TREE_TABLE.</p> @since OOo 3.0 */ @@ -687,7 +687,7 @@ constants AccessibleRole annotates this document content position or a certain text range of the document content. In the OpenDocument file format a comment is known as an annotation.</p> - <p>See also <const>COMMENT_END</const>.</p> + <p>See also COMMENT_END.</p> @since OOo 3.2 */ @@ -696,10 +696,10 @@ constants AccessibleRole /** Comment end role <p>An invisible object which represents the end position of a text range which - is annotated by a comment - see <const>COMMENT</const>.</p> + is annotated by a comment - see COMMENT.</p> <p>This object and the corresponding object representing the comment shall be - in relation of type <const>MEMBER_OF</const>.</p> + in relation of type MEMBER_OF.</p> @since OOo 3.2 */ diff --git a/offapi/com/sun/star/accessibility/AccessibleStateType.idl b/offapi/com/sun/star/accessibility/AccessibleStateType.idl index f0c13cee6e0c..cdde9c5e6838 100644 --- a/offapi/com/sun/star/accessibility/AccessibleStateType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleStateType.idl @@ -177,8 +177,8 @@ constants AccessibleStateType /** Object is displayed on the screen. - <p>An object has set the <const>SHOWING</const> state if itself and - all of its parents have set the <const>VISIBLE</const> state and it + <p>An object has set the SHOWING state if itself and + all of its parents have set the VISIBLE state and it lies at least partly inside the visible area of its parent. It is, though, not necessarily visible on the screen because it may be occluded by other objects.</p> @@ -203,10 +203,10 @@ constants AccessibleStateType /** Object wants to be displayed on the screen. - <p>A set <const>VISIBLE</const> state indicates that an object wants + <p>A set VISIBLE state indicates that an object wants to be displayed on the screen. It is displayed, as indicated by a - set <const>SHOWING</const> state, if all of its parents have also - set the <const>VISIBLE</const> state and the object lies at least + set SHOWING state, if all of its parents have also + set the VISIBLE state and the object lies at least partly in the visible area of its parent.</p> */ const short VISIBLE = 30; diff --git a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl index 6b933b9bfb31..88729f6a46f1 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl @@ -31,11 +31,11 @@ module com { module sun { module star { module accessibility { type of change that has been made to a table model.</p> <p>Two of the constants, - <const>AccessibleTableModelChangeType::INSERT</const> and - <const>AccessibleTableModelChangeType::DELETE</const> describe + AccessibleTableModelChangeType::INSERT and + AccessibleTableModelChangeType::DELETE describe changes to the table's geometry. One or more rows and/or columns have been inserted or deleted. In contrast, the remaining constant - <const>AccessibleTabelModelChangeType::UPDATE</const> specifies a + AccessibleTabelModelChangeType::UPDATE specifies a change of the table's content.</p> @since OOo 1.1.2 diff --git a/offapi/com/sun/star/accessibility/AccessibleTextType.idl b/offapi/com/sun/star/accessibility/AccessibleTextType.idl index 23df274df2ee..f17c3c36a74e 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTextType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTextType.idl @@ -69,9 +69,9 @@ constants AccessibleTextType /** Single line. <p>Indicates that single lines, as displayed on the screen, are - used. In contrast to the constants <const>CHARACTER</const>, - <const>WORD</const>, <const>SENTENCE</const>, and - <const>PARAGRAPH</const> which are content oriented this constant is + used. In contrast to the constants CHARACTER, + WORD, SENTENCE, and + PARAGRAPH which are content oriented this constant is view oriented. It can be used to retrieve hyphenation information.</p> */ diff --git a/offapi/com/sun/star/accessibility/XAccessibleContext.idl b/offapi/com/sun/star/accessibility/XAccessibleContext.idl index 810f8077a20e..df69f4a67e95 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleContext.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleContext.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module accessibility { hand it gives access to objects that expose the represented content. That are role, state, name, description, and relations to other objects. Take an OK button of a dialog as an example. Its role is - <const>AccessibleRole::BUTTON</const>, its name is "OK", and its description + AccessibleRole::BUTTON, its name is "OK", and its description is something like "Accepts all changes made in the dialog".</p> @since OOo 1.1.2 diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl index 36b4781380c2..f0a3a4179b93 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleText.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleText.idl @@ -79,12 +79,12 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface <p>Setting the caret position may or may not alter the current selection. A change of the selection is notified to the accessibility event listeners with an - <const>AccessibleEventId::ACCESSIBLE_SELECTION_EVENT</const>.</p> + AccessibleEventId::ACCESSIBLE_SELECTION_EVENT.</p> <p>When the new caret position differs from the old one (which, of course, is the standard case) this is notified to the accessibility event listeners with an - <const>AccessibleEventId::ACCESSIBLE_CARET_EVENT</const>.</p> + AccessibleEventId::ACCESSIBLE_CARET_EVENT.</p> @param nIndex The new index of the caret. This caret is actually placed to @@ -285,7 +285,7 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface Typically the caret is moved to the position after the second argument. When the caret is moved this is notified to the accessibility event listeners with an - <const>AccessibleEventId::ACCESSIBLE_CARET_EVENT</const>.</p> + AccessibleEventId::ACCESSIBLE_CARET_EVENT.</p> @param nStartIndex The first character of the new selection. diff --git a/offapi/com/sun/star/animations/AnimationFill.idl b/offapi/com/sun/star/animations/AnimationFill.idl index ed7c013404f0..3fa3cd274421 100644 --- a/offapi/com/sun/star/animations/AnimationFill.idl +++ b/offapi/com/sun/star/animations/AnimationFill.idl @@ -35,13 +35,13 @@ constants AnimationFill This is the default value for the XTiming::Fill.. If the application of fillDefault to an element would result in the element having a value of fill that is not allowed on that element, the element will instead have a fill value of - <const>AnimationFill::AUTO</const>. + AnimationFill::AUTO. */ const short DEFAULT = 0; /** Specifies that the value of this attribute (and of the fill behavior) are inherited from the XTiming::FillDefault value - of the parent element. If there is no parent element, the value is <const>AnimationFill::AUTO</const>. + of the parent element. If there is no parent element, the value is AnimationFill::AUTO. This is the default value for the XTiming::FillDefault. */ const short INHERIT = 0; @@ -75,7 +75,7 @@ constants AnimationFill <ul> <li>If none of the attributes duration, end, repeatCount or repeatDuration are specified on the element, then the element will have a fill behavior identical to that if it were specified - as <const>AnimationFill::FREEZE</const>.</li> + as AnimationFill::FREEZE.</li> <li>Otherwise, the element will have a fill behavior identical to that if it were specified as <const>AnimationFill::REMOVE</const.</li> </ul> diff --git a/offapi/com/sun/star/animations/AnimationRestart.idl b/offapi/com/sun/star/animations/AnimationRestart.idl index 1cfe4b1113fe..78ded7ff5668 100644 --- a/offapi/com/sun/star/animations/AnimationRestart.idl +++ b/offapi/com/sun/star/animations/AnimationRestart.idl @@ -38,7 +38,7 @@ constants AnimationRestart /** Specifies that the value of this attribute (and of the restart behavior) are inherited from the XTiming::RestartDefault value of the parent element. - If there is no parent element, the value is <const>AnimationRestart::ALWAYS</const>. + If there is no parent element, the value is AnimationRestart::ALWAYS. This is the default value for the XTiming::RestartDefault attribute. */ const short INHERIT = 0; diff --git a/offapi/com/sun/star/animations/Event.idl b/offapi/com/sun/star/animations/Event.idl index 6d2a91f7204f..4cef55e13857 100644 --- a/offapi/com/sun/star/animations/Event.idl +++ b/offapi/com/sun/star/animations/Event.idl @@ -38,13 +38,13 @@ struct Event /** this is the trigger that fires this event. */ short Trigger; - /** an optional offset in seconds or <const>Timing::INDEFINITE</const>. This is the timespan + /** an optional offset in seconds or Timing::INDEFINITE. This is the timespan between the triggering of the event and actually raising the event */ any Offset; /** an option repeat value. If the #Trigger is - <const>EventTrigger</const>, this is the number of repeats + EventTrigger, this is the number of repeats after which the event is initially raised. */ unsigned short Repeat; diff --git a/offapi/com/sun/star/animations/XAnimateColor.idl b/offapi/com/sun/star/animations/XAnimateColor.idl index 57ac184b3131..a2bc57f72cad 100644 --- a/offapi/com/sun/star/animations/XAnimateColor.idl +++ b/offapi/com/sun/star/animations/XAnimateColor.idl @@ -40,7 +40,7 @@ interface XAnimateColor : XAnimate { /** defines the color space which is used to perform the interpolation. <br> - @see <const>AnimationColorSpace</const> + @see AnimationColorSpace */ [attribute] short ColorInterpolation; diff --git a/offapi/com/sun/star/animations/XAnimateTransform.idl b/offapi/com/sun/star/animations/XAnimateTransform.idl index 8dcc1a323005..940625ea928a 100644 --- a/offapi/com/sun/star/animations/XAnimateTransform.idl +++ b/offapi/com/sun/star/animations/XAnimateTransform.idl @@ -29,7 +29,7 @@ animations to control translation, scaling, rotation and/or skewing. The member XAnimate::Attributes contains a short from - <const>AnimationTransformType</const>. + AnimationTransformType. Depending on the value in XAnimate::Attributes, the members XAnimate::From, XAnimate::To, @@ -37,15 +37,15 @@ contain the following <ul> - <li><const>AnimationTransformType::TRANSLATE</const><br> + <li>AnimationTransformType::TRANSLATE<br> ValuePair of <i>tx</i> and <i>ty</i></li> - <li><const>AnimationTransformType::SCALE</const><br> + <li>AnimationTransformType::SCALE<br> ValuePair of <i>sx</i> and <i>sy</i></li> - <li><const>AnimationTransformType::ROTATE</const><br> + <li>AnimationTransformType::ROTATE<br> Values for a rotation angle</li> - <li><const>AnimationTransformType::SKEWX</const><br> + <li>AnimationTransformType::SKEWX<br> Values for a skew-angle</li> - <li><const>AnimationTransformType::SKEWY</const><br> + <li>AnimationTransformType::SKEWY<br> Values for a skew-angle</li> </ul> @@ -54,7 +54,7 @@ interface XAnimateTransform : XAnimate { /** - @see <const>AnimationTransformType</const> + @see AnimationTransformType */ [attribute] short TransformType; }; diff --git a/offapi/com/sun/star/animations/XAnimationNode.idl b/offapi/com/sun/star/animations/XAnimationNode.idl index 9a2dcfcf5afd..79078663123c 100644 --- a/offapi/com/sun/star/animations/XAnimationNode.idl +++ b/offapi/com/sun/star/animations/XAnimationNode.idl @@ -30,7 +30,7 @@ */ interface XAnimationNode : ::com::sun::star::container::XChild { - /** a value from <const>AnimationNodeType</const>. + /** a value from AnimationNodeType. @see http://www.w3.org/TR/smil20/smil-timing.html#adef-timeContainer */ @@ -46,7 +46,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild <li>Event describes an event and an optional offset that determine the element begin. The element begin is defined relative to the time that the event is raised.</li> - <li><const>Timing::INDEFINITE</const> the begin of the element will be determined by an + <li>Timing::INDEFINITE the begin of the element will be determined by an external event to the element.</li> <li>sequence<any> a sequence of values described above if more than one begin value is defined for this element.</li> @@ -62,8 +62,8 @@ interface XAnimationNode : ::com::sun::star::container::XChild #Duration is <ul> <li><atom>double</atom> specifies the length of the simple duration in seconds.</li> - <li><const>Timing::INDEFINITE</const> specifies the simple duration as indefinite.</li> - <li><const>Timing::MEDIA</const> specifies the simple duration as the intrinsic media duration. This is only valid for elements that define media.</li> + <li>Timing::INDEFINITE specifies the simple duration as indefinite.</li> + <li>Timing::MEDIA specifies the simple duration as the intrinsic media duration. This is only valid for elements that define media.</li> <li><void/> the simple duration for the element is defined to be the implicit duration of the element.</li> </ul> @@ -81,7 +81,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild <li>Event describes an event and an optional offset that determine the element end. The element end is defined relative to the time that the event is raised.</li> - <li><const>Timing::INDEFINITE</const> the end of the element will be determined by an + <li>Timing::INDEFINITE the end of the element will be determined by an external event to the element.</li> <li>sequence<any> a sequence of values described above if more than one begin value is defined for this element.</li> @@ -100,7 +100,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild children (e.g. animate or area elements). #EndSync is - either a <atom>short</atom> constant from <const>EndSync</const>, + either a <atom>short</atom> constant from EndSync, an interface reference to a child XTimeContainer or <void/>. @@ -117,13 +117,13 @@ interface XAnimationNode : ::com::sun::star::container::XChild It can include partial iterations expressed as fraction values. A fractional value describes a portion of the simple duration. Values must be greater than 0.</li> - <li><const>Timing::INDEFINITE</const> the element is defined to repeat indefinitely + <li>Timing::INDEFINITE the element is defined to repeat indefinitely (subject to the constraints of the parent time container).</li> <li><void/> no repeat count is defined for this element.</li> </ul> - @see <const>EndSync</const> + @see EndSync @see http://www.w3.org/TR/smil20/smil-timing.html#adef-repeatCount */ [attribute] any RepeatCount; @@ -135,7 +135,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild <li><atom>double</atom> specifies the duration in element active time to repeat the simple duration in seconds.</li> - <li><const>Timing::INDEFINITE</const> the element is defined to repeat indefinitely + <li>Timing::INDEFINITE the element is defined to repeat indefinitely (subject to the constraints of the parent time container).</li> <li><void/> No repeat duration is defined for this element. </li> @@ -150,9 +150,9 @@ interface XAnimationNode : ::com::sun::star::container::XChild state of the element. <br> #Fill is - a value from <const>AnimationFill</const>. + a value from AnimationFill. - @see <const>Fill</const> + @see Fill @see http://www.w3.org/TR/smil20/smil-timing.html#adef-fill */ [attribute] short Fill; @@ -162,15 +162,15 @@ interface XAnimationNode : ::com::sun::star::container::XChild <br> #FillDefault is <ul> - <li>The values <const>AnimationFill::REMOVE</const>, <const>AnimationFill::FREEZE</const>, - <const>AnimationFill::HOLD</const>, <const>AnimationFill::TRANSITION</const> and <const>AnimationFill::AUTO</const> + <li>The values AnimationFill::REMOVE, AnimationFill::FREEZE, + AnimationFill::HOLD, AnimationFill::TRANSITION and AnimationFill::AUTO specify that the element fill behavior is the respective value.</li> - <li>The value <const>AnimationFill::INHERIT</const> specifies that the value of this attribute + <li>The value AnimationFill::INHERIT specifies that the value of this attribute (and of the fill behavior) are inherited from the #FillDefault value of the parent - element. If there is no parent element, the value is <const>AnimationFill::AUTO</const>.</li> + element. If there is no parent element, the value is AnimationFill::AUTO.</li> </ul> - @see <const>Fill</const> + @see Fill @see http://www.w3.org/TR/smil20/smil-timing.html#adef-fillDefault */ [attribute] short FillDefault; @@ -178,9 +178,9 @@ interface XAnimationNode : ::com::sun::star::container::XChild /** defines the restart behavior of this element. <br> #Restart is - a <atom>short</atom> value from <const>AnimationRestart</const>. + a <atom>short</atom> value from AnimationRestart. - @see <const>AnimationRestart</const> + @see AnimationRestart @see http://www.w3.org/TR/smil20/smil-timing.html#adef-restart */ [attribute] short Restart; @@ -188,9 +188,9 @@ interface XAnimationNode : ::com::sun::star::container::XChild /** defines the default restart behavior for this element and all descendants. @returns - a value from <const>Restart</const>. + a value from Restart. - @see <const>AnimationRestart</const> + @see AnimationRestart @see http://www.w3.org/TR/smil20/smil-timing.html#adef-restartDefault */ [attribute] short RestartDefault; diff --git a/offapi/com/sun/star/animations/XTransitionFilter.idl b/offapi/com/sun/star/animations/XTransitionFilter.idl index 1e4ade3977fe..03526a6cc2f4 100644 --- a/offapi/com/sun/star/animations/XTransitionFilter.idl +++ b/offapi/com/sun/star/animations/XTransitionFilter.idl @@ -38,15 +38,15 @@ interface XTransitionFilter : XAnimate { /** This is the type or family of transition. <br>This attribute is required and must be one of the transition families listed in - <const>TransitionType</const>. + TransitionType. */ [attribute] short Transition; /** This is the subtype of the transition. <br> This must be one of the transition subtypes appropriate for the specified #Type - as listed in <const>TransitionSubType</const>. - <const>TransitionSubType::DEFAULT</const> is the default. + as listed in TransitionSubType. + TransitionSubType::DEFAULT is the default. */ [attribute] short Subtype; @@ -70,9 +70,9 @@ interface XTransitionFilter : XAnimate */ [attribute] boolean Direction; - /** If the value of the #Type attribute is <const>TransitionType::FADE</const> and - the value of the #Subtype attribute is <const>TransitionSubType::FADETOCOLOR</const> or - <const>TransitionSubType::FADEFROMCOLOR</const>, then this attribute specifies the starting or ending + /** If the value of the #Type attribute is TransitionType::FADE and + the value of the #Subtype attribute is TransitionSubType::FADETOCOLOR or + TransitionSubType::FADEFROMCOLOR, then this attribute specifies the starting or ending color of the fade. The default value is 0 (black). diff --git a/offapi/com/sun/star/awt/FontDescriptor.idl b/offapi/com/sun/star/awt/FontDescriptor.idl index 7f3c94854c65..2ec789990289 100644 --- a/offapi/com/sun/star/awt/FontDescriptor.idl +++ b/offapi/com/sun/star/awt/FontDescriptor.idl @@ -140,7 +140,7 @@ published struct FontDescriptor <p>This property is only valid if the property com::sun::star::awt::FontDescriptor::Underline - is not <const>FontUnderline::NONE</const>.</p> + is not FontUnderline::NONE.</p> */ boolean WordLineMode; diff --git a/offapi/com/sun/star/chart2/ScaleData.idl b/offapi/com/sun/star/chart2/ScaleData.idl index d4e9a484045f..b4d7111a7a79 100644 --- a/offapi/com/sun/star/chart2/ScaleData.idl +++ b/offapi/com/sun/star/chart2/ScaleData.idl @@ -65,8 +65,8 @@ struct ScaleData <p>If used at the Y axis in pie charts or doughnut charts, specifies the rotation direction of the pie. The value - <const>AxisOrientation::MATHEMATICAL</const> rotates the pie - counterclockwise, the value <const>AxisOrientation::REVERSE</const> + AxisOrientation::MATHEMATICAL rotates the pie + counterclockwise, the value AxisOrientation::REVERSE rotates the pie clockwise.</p> <p>Note: Is this a good place for the axis orientation? Two axes may diff --git a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl index 7abdd251bd45..c300c5db71c6 100644 --- a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl +++ b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl @@ -344,7 +344,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface <p> The value must match the type of the current property. If the property does not have the - <const>SchemaAttribute::REQUIRED</const> flag set, + SchemaAttribute::REQUIRED flag set, the value can be <void/>. </p> <p> If the current property is localized, this value applies @@ -378,7 +378,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface <p> The value must match the type of the current property. If the property does not have the - <const>SchemaAttribute::REQUIRED</const> flag set, + SchemaAttribute::REQUIRED flag set, the value can be <void/>. </p> @@ -441,9 +441,9 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface <p> The value is a combination of NodeAttribute flags and may also contain the - <const>SchemaAttribute::REQUIRED</const> flag. + SchemaAttribute::REQUIRED flag. </p> - <p> <const>NodeAttribute::MANDATORY</const> need not be set, + <p> NodeAttribute::MANDATORY need not be set, as dynamically added properties always are mandatory in subsequent layers. </p> @@ -487,10 +487,10 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface <p> The value is a combination of NodeAttribute flags and may also contain the - <const>SchemaAttribute::REQUIRED</const> flag. + SchemaAttribute::REQUIRED flag. </p> </p> - <p> <const>NodeAttribute::MANDATORY</const> need not be set, + <p> NodeAttribute::MANDATORY need not be set, as dynamic properties always are mandatory in subsequent layers. </p> diff --git a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl index d24d6556a2c5..024bf70d4d52 100644 --- a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl +++ b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl @@ -157,7 +157,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface <p> The value is a combination of SchemaAttribute flags. </p> - <p> <const>SchemaAttribute::EXTENSIBLE</const> can be used + <p> SchemaAttribute::EXTENSIBLE can be used to describe a template for a node with an extensible set of properties. </p> @@ -199,7 +199,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface <p> The value is a combination of SchemaAttribute flags. </p> - <p> <const>SchemaAttribute::EXTENSIBLE</const> can be used + <p> SchemaAttribute::EXTENSIBLE can be used to describe a template for a node with an extensible set of properties. </p> @@ -268,7 +268,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface <p> The value is a combination of SchemaAttribute flags. </p> - <p> <const>SchemaAttribute::EXTENSIBLE</const> can be used + <p> SchemaAttribute::EXTENSIBLE can be used to describe a group with an extensible set of properties. </p> @@ -307,7 +307,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface <p> The value is a combination of SchemaAttribute flags. </p> - <p> <const>SchemaAttribute::EXTENSIBLE</const> can be used + <p> SchemaAttribute::EXTENSIBLE can be used to describe a set with an extensible set of properties. </p> @@ -360,7 +360,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface /** receives notification that a property is added to the current node. <p> The property will have a default value of <NULL/> - (unless it is <const>SchemaAttribute::REQUIRED</const>). + (unless it is SchemaAttribute::REQUIRED). </p> @param aName diff --git a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl index 4ee26ed0b44c..1e96fc338a31 100644 --- a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl +++ b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl @@ -300,7 +300,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface </p> <p> Only attributes which are selected in aAttributeMask are changed. </p> - <p> <const>NodeAttribute::MANDATORY</const> need not be set + <p> NodeAttribute::MANDATORY need not be set and can't be removed, as dynamic properties always are mandatory in subsequent layers. </p> @@ -350,7 +350,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface <p> The value must match the type of the existing property. If the property does not have the - <const>SchemaAttribute::REQUIRED</const> flag set, + SchemaAttribute::REQUIRED flag set, the value can be <void/>. </p> @@ -380,7 +380,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface <p> The value must match the type of the existing property. If the property does not have the - <const>SchemaAttribute::REQUIRED</const> flag set, + SchemaAttribute::REQUIRED flag set, the value can be <void/>. </p> @@ -511,10 +511,10 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface <p> The value is a combination of NodeAttribute flags and may also contain the - <const>SchemaAttribute::REQUIRED</const> flag. + SchemaAttribute::REQUIRED flag. </p> </p> - <p> <const>NodeAttribute::MANDATORY</const> need not be set, + <p> NodeAttribute::MANDATORY need not be set, as dynamic properties always are mandatory in subsequent layers. </p> @@ -560,10 +560,10 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface <p> The value is a combination of NodeAttribute flags and may also contain the - <const>SchemaAttribute::REQUIRED</const> flag. + SchemaAttribute::REQUIRED flag. </p> </p> - <p> <const>NodeAttribute::MANDATORY</const> need not be set, + <p> NodeAttribute::MANDATORY need not be set, as dynamic properties always are mandatory in subsequent layers. </p> diff --git a/offapi/com/sun/star/drawing/FillProperties.idl b/offapi/com/sun/star/drawing/FillProperties.idl index a9470fe58563..55eb98d4230d 100644 --- a/offapi/com/sun/star/drawing/FillProperties.idl +++ b/offapi/com/sun/star/drawing/FillProperties.idl @@ -48,7 +48,7 @@ published service FillProperties /** This is the transparence of the filled area. <p>This property is only valid if the property <member>FillStyle - </member> is set to <const>FillStyle::SOLID</const>. + </member> is set to FillStyle::SOLID. */ [property] short FillTransparence; @@ -162,15 +162,15 @@ published service FillProperties <p>This property corresponds to the properties <member> FillBitmapStretch</member> and #FillBitmapTile.</p> - <p>If set to <const>BitmapMode::REPEAT</const>, the property + <p>If set to BitmapMode::REPEAT, the property FillBitmapStretch is set to <FALSE/>, and the property FillBitmapTile is set to <TRUE/>.</p> - <p>If set to <const>BitmapMode::STRETCH</const>, the property + <p>If set to BitmapMode::STRETCH, the property FillBitmapStretch is set to <TRUE/>, and the property FillBitmapTile is set to <FALSE/>.</p> - <p>If set to <const>BitmapMode::NO_REPEAT</const>, both properties + <p>If set to BitmapMode::NO_REPEAT, both properties FillBitmapStretch and FillBitmapTile are set to <FALSE/>.</p> */ [property] BitmapMode FillBitmapMode; @@ -182,11 +182,11 @@ published service FillProperties instead to set all supported bitmap modes.</p> <p>If set to <TRUE/>, the value of the FillBitmapMode property changes - to <const>BitmapMode::STRETCH</const>. BUT: behavior is undefined, if + to BitmapMode::STRETCH. BUT: behavior is undefined, if the property #FillBitmapTile is <TRUE/> too.</p> <p>If set to <FALSE/>, the value of the FillBitmapMode property - changes to <const>BitmapMode::REPEAT</const> or <const> + changes to BitmapMode::REPEAT or <const> BitmapMode::NO_REPEAT</const>, depending on the current value of the #FillBitmapTile property.</p> */ @@ -199,11 +199,11 @@ published service FillProperties instead to set all supported bitmap modes.</p> <p>If set to <TRUE/>, the value of the FillBitmapMode property changes - to <const>BitmapMode::REPEAT</const>. BUT: behavior is undefined, if + to BitmapMode::REPEAT. BUT: behavior is undefined, if the property #FillBitmapStretch is <TRUE/> too.</p> <p>If set to <FALSE/>, the value of the FillBitmapMode property - changes to <const>BitmapMode::STRETCH</const> or <const> + changes to BitmapMode::STRETCH or <const> BitmapMode::NO_REPEAT</const>, depending on the current value of the #FillBitmapStretch property.</p> */ diff --git a/offapi/com/sun/star/drawing/ShadeMode.idl b/offapi/com/sun/star/drawing/ShadeMode.idl index 6a6c2fe88e26..90b70cb27703 100644 --- a/offapi/com/sun/star/drawing/ShadeMode.idl +++ b/offapi/com/sun/star/drawing/ShadeMode.idl @@ -27,23 +27,23 @@ */ published enum ShadeMode { - /** With <const>FLAT</const> shading, the faces of the object are + /** With FLAT shading, the faces of the object are rendered in a solid color. */ FLAT, - /** With <const>PHONG</const> shading, the normal itself is interpolated + /** With PHONG shading, the normal itself is interpolated to get more realistic colors and light reflections. */ PHONG, - /** With <const>SMOOTH</const> shading, the colors of the lit vertices is + /** With SMOOTH shading, the colors of the lit vertices is interpolated. */ SMOOTH, - /** <const>DRAFT</const> is a special mode which uses a BSP tree and + /** DRAFT is a special mode which uses a BSP tree and triangle subdivision for displaying. */ DRAFT diff --git a/offapi/com/sun/star/drawing/TextProperties.idl b/offapi/com/sun/star/drawing/TextProperties.idl index e67110e4d52a..b5e1cb31987d 100644 --- a/offapi/com/sun/star/drawing/TextProperties.idl +++ b/offapi/com/sun/star/drawing/TextProperties.idl @@ -141,7 +141,7 @@ published service TextProperties /** This is the distance from the left edge of the Shape to the left edge of the text. <p>This is only useful if Text::TextHorizontalAdjust is - <const>BLOCK</const> or <const>STRETCH</const> or if + BLOCK or STRETCH or if Text::TextFitSize is <TRUE/>.</p> */ [property] long TextLeftDistance; @@ -151,7 +151,7 @@ published service TextProperties to the right edge of the text. <p>This is only useful if Text::TextHorizontalAdjust is - <const>BLOCK</const> or <const>STRETCH</const> + BLOCK or STRETCH or if Text::TextFitSize is <TRUE/>.</p> */ [property] long TextRightDistance; @@ -161,7 +161,7 @@ published service TextProperties the upper edge of the text. <p>This is only useful if Text::TextVerticalAdjust is - <const>BLOCK</const> or if Text::TextFitSize is + BLOCK or if Text::TextFitSize is <TRUE/>.</p> */ [property] long TextUpperDistance; @@ -173,7 +173,7 @@ published service TextProperties <p>This is only useful if Text::TextVerticalAdjust is - <const>BLOCK</const> or if Text::TextFitSize is + BLOCK or if Text::TextFitSize is <TRUE/>.</p> */ [property] long TextLowerDistance; diff --git a/offapi/com/sun/star/drawing/TextureKind.idl b/offapi/com/sun/star/drawing/TextureKind.idl index 5d2e0e19ba66..9a66a3d99c8e 100644 --- a/offapi/com/sun/star/drawing/TextureKind.idl +++ b/offapi/com/sun/star/drawing/TextureKind.idl @@ -28,7 +28,7 @@ */ published enum TextureKind { - /** With TextureKind <const>LUMINANCE</const>, the texture + /** With TextureKind LUMINANCE, the texture and the lighting information are mixed to produce the image, so a lit, textured object is achieved. */ diff --git a/offapi/com/sun/star/drawing/TextureKind2.idl b/offapi/com/sun/star/drawing/TextureKind2.idl index 9b49a967ef64..6fa264250953 100644 --- a/offapi/com/sun/star/drawing/TextureKind2.idl +++ b/offapi/com/sun/star/drawing/TextureKind2.idl @@ -29,13 +29,13 @@ published enum TextureKind2 { - /** With TextureKind <const>LUMINANCE</const>, the texture + /** With TextureKind LUMINANCE, the texture and the lighting information are mixed to produce the image, so a lit, textured object is achieved. */ LUMINANCE, - /** With TextureKind <const>INTENSITY</const>, each texture + /** With TextureKind INTENSITY, each texture pixel is used as an intensity value. */ INTENSITY, diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl index 8fda669f47fe..6f84d2dbd7fc 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl @@ -97,7 +97,7 @@ interface XResource; <p>The configuration controller sends the following events: <ul> - <li><const>ResourceActivationRequested</const> is sent when the + <li>ResourceActivationRequested is sent when the activation of a resource has been requested and the resource is not yet active in the requested configuration. The event is sent when the configuration change request is executed, not when the @@ -105,7 +105,7 @@ interface XResource; <p>The ConfigurationChangeEvent::ResourceId member is set to the requested resource. The #ResourceObject member is not set.</p></li> - <li><const>ResourceDeactivationRequested</const> is sent when the + <li>ResourceDeactivationRequested is sent when the deactivation of a resource has been requested and the resource is active in the requested configuration. The event is sent when the configuration change request is executed that is created when for @@ -113,25 +113,25 @@ interface XResource; <p>The #ResourceId member is set to the requested resource. The #ResourceObject member is not set.</p></li> - <li><const>ConfigurationUpdateStart</const> is sent before the update of + <li>ConfigurationUpdateStart is sent before the update of the current configuration starts.</p> <p>The requested configuration is available in the <member scope="ConfigurationChangeEvent">Configuration</member> member. The #ResourceId and #ResourceObject members are not set.</p></li> - <li><const>ConfigurationUpdateEnd</const> is sent after the update of + <li>ConfigurationUpdateEnd is sent after the update of the current configuration ends.</p> <p>The requested configuration is available in the <member scope="ConfigurationChangeEvent" >Configuration</member> member. The #ResourceId and #ResourceObject members are not set.</p></li> - <li><const>ResourceActivation</const> is sent when a resource is + <li>ResourceActivation is sent when a resource is activated, i.e. when a new object of a resource is created (or taken from a cash).</p> <p>The #ResourceId and #ResourceObject members are set to the XResourceId and object reference of the activated resource.</p></li> - <li><const>ResourceDeactivation</const> is sent when a resource is + <li>ResourceDeactivation is sent when a resource is deactivated, i.e. when an object that previously was part of the configuration is removed from the configuration.</p> <p>The #ResourceId and #ResourceObject @@ -151,13 +151,13 @@ interface XConfigurationController @param xResourceId The resource whose activation is requested. @param eMode - <p>When eMode is <const>REPLACE</const> then, before adding the + <p>When eMode is REPLACE then, before adding the resource activation to the request queue, similar resources linked to the same anchor are removed. This makes it easer to switch between resources whose activation is mutually exclusive. For example, there can only be one view per pane, so before activating a new view the old one has to be deactivated.</p> - <p>When eMode is <const>ADD</const> then the resource is requested + <p>When eMode is ADD then the resource is requested without further changes.</p> */ void requestResourceActivation ( diff --git a/offapi/com/sun/star/drawing/framework/XModuleController.idl b/offapi/com/sun/star/drawing/framework/XModuleController.idl index b8bb1d26aa0d..e9f8b581d837 100644 --- a/offapi/com/sun/star/drawing/framework/XModuleController.idl +++ b/offapi/com/sun/star/drawing/framework/XModuleController.idl @@ -35,7 +35,7 @@ interface XView; list in the office configuration which associates resource URLs with service names which in turn are associated with modules (or dlls). The path to the office configuration list is - <const>MultiPaneGUI/Framework/ResourceFactories</const> in the + MultiPaneGUI/Framework/ResourceFactories in the Impress.xcu file.</p> */ interface XModuleController diff --git a/offapi/com/sun/star/drawing/framework/XResourceId.idl b/offapi/com/sun/star/drawing/framework/XResourceId.idl index 143893eedd0f..2655ab924255 100644 --- a/offapi/com/sun/star/drawing/framework/XResourceId.idl +++ b/offapi/com/sun/star/drawing/framework/XResourceId.idl @@ -89,7 +89,7 @@ interface XResourceId @param xId The resource id to which the called resource id is compared. @return - Returns <const>0</const> when the called resource id is + Returns 0 when the called resource id is equivalent to the given resource id. Returns <code>-1</code> or <code>+1</code> when the two compared resource ids differ. */ @@ -106,9 +106,9 @@ interface XResourceId @param eMode This mode specifies how the called resource has to be bound to the given anchor in order to have this function return <TRUE/>. - <p>If eMode is <const>DIRECT</const> then the anchor of the called resource id + <p>If eMode is DIRECT then the anchor of the called resource id has to be identical to the given anchor. If eMode is - <const>INDIRECT</const> then the given anchor has to be a part + INDIRECT then the given anchor has to be a part of the anchor of the called resource. */ boolean isBoundTo ( diff --git a/offapi/com/sun/star/embed/ElementModes.idl b/offapi/com/sun/star/embed/ElementModes.idl index f4bf21f32768..aaf004c9d3b0 100644 --- a/offapi/com/sun/star/embed/ElementModes.idl +++ b/offapi/com/sun/star/embed/ElementModes.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module embed { <p> The modes can be combined by "or" operation. - <const>ElementModes::READ</const> and <const>ElementModes::WRITE</const> + ElementModes::READ and ElementModes::WRITE are base modes. A result mode must include one of base modes. </p> @@ -44,8 +44,8 @@ published constants ElementModes <p> This mode is ignored for Storage elements. This flag makes sense only in combination with - <const>ElementModes::READ</const> and/or - <const>ElementModes::WRITE</const>. + ElementModes::READ and/or + ElementModes::WRITE. </p> */ const long SEEKABLE = 2; @@ -54,7 +54,7 @@ published constants ElementModes <p> This is just a combination of the previous two values. For storages - it is the same as <const>ElementModes::READ</const>. + it is the same as ElementModes::READ. </p> */ const long SEEKABLEREAD = 3; @@ -75,7 +75,7 @@ published constants ElementModes <p> This flag makes sense only in combination with - <const>ElementModes::WRITE</const>. + ElementModes::WRITE. </p> */ const long TRUNCATE = 8; @@ -85,7 +85,7 @@ published constants ElementModes <p> This flag makes sense only in combination with - <const>ElementModes::WRITE</const>. + ElementModes::WRITE. </p> */ const long NOCREATE = 16; diff --git a/offapi/com/sun/star/frame/DispatchResultEvent.idl b/offapi/com/sun/star/frame/DispatchResultEvent.idl index 7601c8f8e28e..dcbd08ee0fc3 100644 --- a/offapi/com/sun/star/frame/DispatchResultEvent.idl +++ b/offapi/com/sun/star/frame/DispatchResultEvent.idl @@ -31,9 +31,9 @@ <p> The type of the result is dispatch action dependent. The member State can be set to one of the values defined in DispatchResultState. - If State is set to <const>DispatchResultState::FAILURE</const>, Result may + If State is set to DispatchResultState::FAILURE, Result may specify the reason (or is empty). The type is also dispatch action dependent. - If State is set to <const>DispatchResultState::DONTKNOW</const>, Result is empty. + If State is set to DispatchResultState::DONTKNOW, Result is empty. </p> @see DispatchResultState diff --git a/offapi/com/sun/star/frame/FeatureStateEvent.idl b/offapi/com/sun/star/frame/FeatureStateEvent.idl index 781847affd7e..8a559f8067b8 100644 --- a/offapi/com/sun/star/frame/FeatureStateEvent.idl +++ b/offapi/com/sun/star/frame/FeatureStateEvent.idl @@ -51,7 +51,7 @@ published struct FeatureStateEvent: com::sun::star::lang::EventObject <p> Interest code should listen for FrameActionEvent too, to update own feature states and dispatch listener on - <const>FrameAction::CONTEXT_CHANGED</const>. + FrameAction::CONTEXT_CHANGED. </p> */ boolean Requery; diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl index b551342a2f19..9901eada9e82 100644 --- a/offapi/com/sun/star/frame/XFrame.idl +++ b/offapi/com/sun/star/frame/XFrame.idl @@ -163,7 +163,7 @@ published interface XFrame: com::sun::star::lang::XComponent <p> If no frame with the given name is found, a new top frame is - created; if this is allowed by a special flag <const>FrameSearchFlag::CREATE</const>. + created; if this is allowed by a special flag FrameSearchFlag::CREATE. The new frame also gets the desired name. </p> @@ -187,7 +187,7 @@ published interface XFrame: com::sun::star::lang::XComponent <p> In general a top frame is the frame which is a direct child of a task frame or which does not have a parent. Possible frame searches must - stop the search at such a frame unless the flag <const>FrameSearchFlag::TASKS</const> + stop the search at such a frame unless the flag FrameSearchFlag::TASKS is set. </p> @@ -204,7 +204,7 @@ published interface XFrame: com::sun::star::lang::XComponent At first the frame sets itself as the active frame of its creator by calling XFramesSupplier::setActiveFrame(), then it broadcasts an FrameActionEvent with - <const>FrameAction::FRAME_ACTIVATED</const>. The component within + FrameAction::FRAME_ACTIVATED. The component within this frame may listen to this event to grab the focus on activation; for simple components this can be done by the FrameLoader. </p> @@ -224,7 +224,7 @@ published interface XFrame: com::sun::star::lang::XComponent <p> At first the frame deactivates its active sub-frame, if any. Then broadcasts a FrameActionEvent with - <const>FrameAction::FRAME_DEACTIVATING</const>. + FrameAction::FRAME_DEACTIVATING. </p> @see XFrame::activate() @@ -314,7 +314,7 @@ published interface XFrame: com::sun::star::lang::XComponent <p> According to a call to this interface, the frame calls <method>XFrameEventListener::frameAction</method> with - <const>FrameAction::CONTEXT_CHANGED</const> to all listeners which + FrameAction::CONTEXT_CHANGED to all listeners which are registered using XFrame::addFrameActionListener(). For external controllers this event can be used to requery dispatches. diff --git a/offapi/com/sun/star/frame/XFramesSupplier.idl b/offapi/com/sun/star/frame/XFramesSupplier.idl index 5c07ff8a6e15..75fe6ec930f6 100644 --- a/offapi/com/sun/star/frame/XFramesSupplier.idl +++ b/offapi/com/sun/star/frame/XFramesSupplier.idl @@ -70,7 +70,7 @@ published interface XFramesSupplier: XFrame <p> In general this method first calls the method XFramesSupplier::setActiveFrame() at the creator frame with <var>this</var> as the current argument. Then it broadcasts - the FrameActionEvent <const>FrameAction::FRAME_ACTIVATED</const>. + the FrameActionEvent FrameAction::FRAME_ACTIVATED. </p> <p> diff --git a/offapi/com/sun/star/i18n/NativeNumberMode.idl b/offapi/com/sun/star/i18n/NativeNumberMode.idl index 219aaa64b397..ed12420c09dc 100644 --- a/offapi/com/sun/star/i18n/NativeNumberMode.idl +++ b/offapi/com/sun/star/i18n/NativeNumberMode.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module i18n { XNativeNumberSupplier methods. <p> The constants have different meanings if used with different - locales. However, <const>NATNUM1</const> always tries to convert to + locales. However, NATNUM1 always tries to convert to a string matching the native number mode of the corresponding locale. </p> diff --git a/offapi/com/sun/star/i18n/ParseResult.idl b/offapi/com/sun/star/i18n/ParseResult.idl index c58c7e43c502..4c6910f30c52 100644 --- a/offapi/com/sun/star/i18n/ParseResult.idl +++ b/offapi/com/sun/star/i18n/ParseResult.idl @@ -46,13 +46,13 @@ published struct ParseResult double Value; /** KParseType token type like - <const>KParseType::IDENTNAME</const>. */ + KParseType::IDENTNAME. */ long TokenType; /** KParseTokens flags of first character of actual token matched. If <em>TokenType</em> is a - <const>KParseType::SINGLE_QUOTE_NAME</const> or a - <const>KParseType::DOUBLE_QUOTE_STRING</const> the first + KParseType::SINGLE_QUOTE_NAME or a + KParseType::DOUBLE_QUOTE_STRING the first character is the first character inside the quotes, not the quote itself. */ long StartFlags; diff --git a/offapi/com/sun/star/i18n/XCalendar.idl b/offapi/com/sun/star/i18n/XCalendar.idl index 2313a396b8ad..4dd5ddacb12c 100644 --- a/offapi/com/sun/star/i18n/XCalendar.idl +++ b/offapi/com/sun/star/i18n/XCalendar.idl @@ -151,23 +151,23 @@ published interface XCalendar : com::sun::star::uno::XInterface @param nIdx A value matching the <em>nCalendarDisplayIndex</em> type: <dl> - <dt><const>CalendarDisplayIndex::AM_PM</const></dt> + <dt>CalendarDisplayIndex::AM_PM</dt> <dd>one of AmPmValue</dd> - <dt><const>CalendarDisplayIndex::DAY</const></dt> + <dt>CalendarDisplayIndex::DAY</dt> <dd>one of Weekdays or a number used as an offset into the corresponding Calendar::Days sequence</dd> - <dt><const>CalendarDisplayIndex::MONTH</const></dt> + <dt>CalendarDisplayIndex::MONTH</dt> <dd>one of Months or a number used as an offset into the corresponding Calendar::Months sequence</dd> - <dt><const>CalendarDisplayIndex::YEAR</const></dt> + <dt>CalendarDisplayIndex::YEAR</dt> <dd>not used, empty string returned</dd> - <dt><const>CalendarDisplayIndex::ERA</const></dt> + <dt>CalendarDisplayIndex::ERA</dt> <dd>a number used as an offset into the corresponding Calendar:Eras sequence</dd> - <dt><const>CalendarDisplayIndex::GENITIVE_MONTH</const></dt> + <dt>CalendarDisplayIndex::GENITIVE_MONTH</dt> <dd>a number used as an offset into the corresponding Calendar2:GenitiveMonth sequence</dd> @@ -188,15 +188,15 @@ published interface XCalendar : com::sun::star::uno::XInterface <dd>full name, e.g. <b>"January"</b></dd> <dt> 2 </dt> <dd>narrow name, e.g. <b>"J"</b> <br> - Valid only for <const>CalendarDisplayIndex::DAY</const>, - <const>CalendarDisplayIndex::MONTH</const> and - <const>CalendarDisplayIndex::GENITIVE_MONTH</const> <br> + Valid only for CalendarDisplayIndex::DAY, + CalendarDisplayIndex::MONTH and + CalendarDisplayIndex::GENITIVE_MONTH <br> @since LibreOffice 3.5 </dd> <p> This parameter is not used if the <em>nCalendarDisplayIndex</em> argument equals - <const>CalendarDisplayIndex::AM_PM</const> </p> + CalendarDisplayIndex::AM_PM </p> */ string getDisplayName( [in] short nCalendarDisplayIndex, diff --git a/offapi/com/sun/star/i18n/XCharacterClassification.idl b/offapi/com/sun/star/i18n/XCharacterClassification.idl index 9d3207084bd8..731152bfb343 100644 --- a/offapi/com/sun/star/i18n/XCharacterClassification.idl +++ b/offapi/com/sun/star/i18n/XCharacterClassification.idl @@ -138,9 +138,9 @@ published interface XCharacterClassification : com::sun::star::uno::XInterface <p> If a token may represent either a numeric value or a name according to the passed Start/Cont-Flags/Chars, both - <const>KParseType::ASC_NUM</const> (or - <const>KParseType::UNI_NUM</const>) and - <const>KParseType::IDENTNAME</const> are set in + KParseType::ASC_NUM (or + KParseType::UNI_NUM) and + KParseType::IDENTNAME are set in ParseResult::TokenType. @param aText diff --git a/offapi/com/sun/star/i18n/XTransliteration.idl b/offapi/com/sun/star/i18n/XTransliteration.idl index 0d1824e4d55e..22e8f494481b 100644 --- a/offapi/com/sun/star/i18n/XTransliteration.idl +++ b/offapi/com/sun/star/i18n/XTransliteration.idl @@ -95,7 +95,7 @@ published interface XTransliteration: com::sun::star::uno::XInterface /** Unique ASCII name to identify a module. This name is used to get its localized name for menus, dialogs etc. The behavior - is undefined for <const>TransliterationType::CASCADE</const> + is undefined for TransliterationType::CASCADE modules. */ string getName(); diff --git a/offapi/com/sun/star/sheet/DDELink.idl b/offapi/com/sun/star/sheet/DDELink.idl index 790fc4d84b3c..66b5b9d9a70e 100644 --- a/offapi/com/sun/star/sheet/DDELink.idl +++ b/offapi/com/sun/star/sheet/DDELink.idl @@ -38,7 +38,7 @@ published service DDELink /** provides access to the name of the DDE link. - <p>A DDE link has the form <const>Application|Topic!Item</const>.</p> + <p>A DDE link has the form Application|Topic!Item.</p> */ interface com::sun::star::container::XNamed; diff --git a/offapi/com/sun/star/sheet/DDELinks.idl b/offapi/com/sun/star/sheet/DDELinks.idl index 271fb2b0ff40..02cb47e908d1 100644 --- a/offapi/com/sun/star/sheet/DDELinks.idl +++ b/offapi/com/sun/star/sheet/DDELinks.idl @@ -39,7 +39,7 @@ published service DDELinks /** provides access to the DDE links via the DDE link string. - <p>A DDE link has the form <const>Application|Topic!Item</const>.</p> + <p>A DDE link has the form Application|Topic!Item.</p> */ interface com::sun::star::container::XNameAccess; diff --git a/offapi/com/sun/star/sheet/DataPilotField.idl b/offapi/com/sun/star/sheet/DataPilotField.idl index 824ea4815bd1..edc84ae67ddf 100644 --- a/offapi/com/sun/star/sheet/DataPilotField.idl +++ b/offapi/com/sun/star/sheet/DataPilotField.idl @@ -74,7 +74,7 @@ published service DataPilotField /** specifies the function used to calculate results for this field. <p>For column and row fields, this is the function for subtotals - (<const>GeneralFunction::NONE</const> means no subtotals). + (GeneralFunction::NONE means no subtotals). For data fields, this is the function shown in the data pilot table.</p> */ @@ -87,10 +87,10 @@ published service DataPilotField <p>An empty sequence means no subtotals. The same effect can be achieved by setting the property #Function to the - value <const>GeneralFunction::NONE</const>. If the length of the + value GeneralFunction::NONE. If the length of the sequence is greater then 1, then the sequence MUST NOT contain one of - the values <const>GeneralFunction::NONE</const> or - <const>GeneralFunction::AUTO</const>.</p> + the values GeneralFunction::NONE or + GeneralFunction::AUTO.</p> <p>The order of the functions in this sequence is reflected in the DataPilot table. Multiple entries of the same function are ignored diff --git a/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl b/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl index 5dca9e9156aa..403d0eda2cdd 100644 --- a/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl +++ b/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl @@ -33,8 +33,8 @@ module com { module sun { module star { module sheet { column or row header area of a DataPilot table. This is the type that is contained in DataPilotTablePositionData::PositionData when the value of DataPilotTablePositionData::PositionType is - either <const>DataPilotTablePositionType::ROW_HEADER</const> or - <const>DataPilotTablePositionType::COLUMN_HEADER</const>. + either DataPilotTablePositionType::ROW_HEADER or + DataPilotTablePositionType::COLUMN_HEADER. @see com::sun::star::sheet::DataPilotTablePositionData @see com::sun::star::sheet::DataPilotTablePositionType diff --git a/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl b/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl index 5672e18da68f..f860a9447e0b 100644 --- a/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl +++ b/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl @@ -56,11 +56,11 @@ struct DataPilotTablePositionData position type specified in #PositionType member.</p> <p>When the value of #PositionType is - <const>DataPilotTablePositionType::RESULT</const>, DataPilotTablePositionData::PositionData + DataPilotTablePositionType::RESULT, DataPilotTablePositionData::PositionData contains an instance of type DataPilotTableResultData, whereas when the value of DataPilotTablePositionData::PositionType - is either <const>DataPilotTablePositionType::ROW_HEADER</const> - or <const>DataPilotTablePositionType::COLUMN_HEADER</const>, then the + is either DataPilotTablePositionType::ROW_HEADER + or DataPilotTablePositionType::COLUMN_HEADER, then the #PositionData member contains an instance of type <type> DataPilotTableHeaderData</type>.</p> diff --git a/offapi/com/sun/star/sheet/DatabaseRange.idl b/offapi/com/sun/star/sheet/DatabaseRange.idl index 57baadaab6dc..fd1716a28bb3 100644 --- a/offapi/com/sun/star/sheet/DatabaseRange.idl +++ b/offapi/com/sun/star/sheet/DatabaseRange.idl @@ -102,7 +102,7 @@ published service DatabaseRange /** returns the index used to refer to this range in token arrays. <p>A token describing a database range shall contain the op-code - obtained from the <const>FormulaMapGroupSpecialOffset::DB_AREA</const> + obtained from the FormulaMapGroupSpecialOffset::DB_AREA and this index as data part.</p> @see com::sun::star::sheet::FormulaToken diff --git a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl index d214aed5dcb5..e2f845fafd98 100644 --- a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl +++ b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl @@ -47,7 +47,7 @@ struct ExternalLinkInfo the URI contained in the member #Data. Note that the quotes cover both, the document name and the sheet name.</li> - <li>If #Type is <const>ExternalLinkType::DDE</const>, + <li>If #Type is ExternalLinkType::DDE, this member shall contain a DDELinkInfo describing service name, topic, and all known items of a DDE link.</li> </ol></p> diff --git a/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl b/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl index af56746489f6..10e4f376cc66 100644 --- a/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl +++ b/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module sheet { /** Constants designating the offsets within the sequence returned by XFormulaOpCodeMapper::getAvailableMappings() when - called for group <const>FormulaMapGroup::SPECIAL</const>. + called for group FormulaMapGroup::SPECIAL. <p>The number of constants may grow in future versions!</p> */ diff --git a/offapi/com/sun/star/sheet/NamedRange.idl b/offapi/com/sun/star/sheet/NamedRange.idl index bf0e974fd531..a81bc46989fc 100644 --- a/offapi/com/sun/star/sheet/NamedRange.idl +++ b/offapi/com/sun/star/sheet/NamedRange.idl @@ -54,7 +54,7 @@ published service NamedRange /** returns the index used to refer to this name in token arrays. <p>A token describing a defined name shall contain the op-code obtained - from the <const>FormulaMapGroupSpecialOffset::NAME</const> offset and + from the FormulaMapGroupSpecialOffset::NAME offset and this index as data part.</p> @see com::sun::star::sheet::FormulaToken diff --git a/offapi/com/sun/star/sheet/SheetLink.idl b/offapi/com/sun/star/sheet/SheetLink.idl index 14b45c3da3c1..c0da085de361 100644 --- a/offapi/com/sun/star/sheet/SheetLink.idl +++ b/offapi/com/sun/star/sheet/SheetLink.idl @@ -44,7 +44,7 @@ published service SheetLink /** provides access to the name of the linked document. - <p>This name is equal to the <const>Url</const> property.</p> + <p>This name is equal to the Url property.</p> */ interface com::sun::star::container::XNamed; diff --git a/offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl b/offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl index 5cf7200c44c5..e76a61f1403b 100644 --- a/offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl +++ b/offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl @@ -113,7 +113,7 @@ published interface XDataPilotFieldGrouping: com::sun::star::uno::XInterface <li>The member DataPilotFieldGroupInfo::GroupBy must contain exactly one of the flags from DataPilotFieldGroupBy. A combination of several flags will not be accepted. If - <const>DataPilotFieldGroupBy::DAYS</const> is specified, the + DataPilotFieldGroupBy::DAYS is specified, the value of the member DataPilotFieldGroupInfo::Step will specify the type of day grouping (see above). If that value is zero, grouping is performed on all days of the year (e.g. the diff --git a/offapi/com/sun/star/sheet/XMultipleOperation.idl b/offapi/com/sun/star/sheet/XMultipleOperation.idl index 2ca061057ce7..9af5430207f3 100644 --- a/offapi/com/sun/star/sheet/XMultipleOperation.idl +++ b/offapi/com/sun/star/sheet/XMultipleOperation.idl @@ -43,26 +43,26 @@ published interface XMultipleOperation: com::sun::star::uno::XInterface @param aFormulaRange the range that contains formula cells (modes - <const>TableOperationMode::ROW</const> or - <const>TableOperationMode::COLUMN</const>) or a single formula - cell (mode <const>TableOperationMode::BOTH</const>). + TableOperationMode::ROW or + TableOperationMode::COLUMN) or a single formula + cell (mode TableOperationMode::BOTH). @param nMode specifies the calculation mode to fill the cells. @param aColumnCell contains the address of the cell that is referenced by - formulas in a row (mode <const>TableOperationMode::ROW</const>) + formulas in a row (mode TableOperationMode::ROW) or by the formula cell used for two value series (mode - <const>TableOperationMode::BOTH</const>). This parameter is not - used if mode is <const>TableOperationMode::COLUMN</const>. + TableOperationMode::BOTH). This parameter is not + used if mode is TableOperationMode::COLUMN. @param aRowCell contains the address of the cell that is referenced by - formulas in a column (mode <const>TableOperationMode::COLUMN</const>) + formulas in a column (mode TableOperationMode::COLUMN) or by the formula cell used for two value series (mode - <const>TableOperationMode::BOTH</const>). This parameter is not - used if mode is <const>TableOperationMode::ROW</const>. + TableOperationMode::BOTH). This parameter is not + used if mode is TableOperationMode::ROW. */ void setTableOperation( [in] com::sun::star::table::CellRangeAddress aFormulaRange, diff --git a/offapi/com/sun/star/sheet/XNamedRanges.idl b/offapi/com/sun/star/sheet/XNamedRanges.idl index 42d54e08a4f2..0087dd60565f 100644 --- a/offapi/com/sun/star/sheet/XNamedRanges.idl +++ b/offapi/com/sun/star/sheet/XNamedRanges.idl @@ -69,7 +69,7 @@ published interface XNamedRanges: com::sun::star::container::XNameAccess <p>The names for the named ranges are taken from title cells in the top or bottom row, or from the cells of the left or right column - of the range (depending on the parameter <const>aBorder</const>. + of the range (depending on the parameter aBorder. The named ranges refer to single columns or rows in the inner part of the original range, excluding the labels.</p> diff --git a/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl b/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl index 00ba0f690497..9bde5ba4b22e 100644 --- a/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl +++ b/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl @@ -48,8 +48,8 @@ published interface XSheetConditionalEntries: com::sun::star::container::XIndexA <dt><atom>string</atom> Formula2</dt> <dd>contains the second value or formula for the operation (used with - <const>ConditionOperator::BETWEEN</const> or - <const>ConditionOperator::NOT_BETWEEN</const> operations).</dd> + ConditionOperator::BETWEEN or + ConditionOperator::NOT_BETWEEN operations).</dd> <dt>com::sun::star::table::CellAddress SourcePosition</dt> diff --git a/offapi/com/sun/star/sheet/XSheetLinkable.idl b/offapi/com/sun/star/sheet/XSheetLinkable.idl index 49f7e5310cf7..e2ede26a5dd7 100644 --- a/offapi/com/sun/star/sheet/XSheetLinkable.idl +++ b/offapi/com/sun/star/sheet/XSheetLinkable.idl @@ -44,8 +44,8 @@ published interface XSheetLinkable: com::sun::star::uno::XInterface /** returns the link mode of the spreadsheet. - <p>If the returned value is <const>SheetLinkMode::NORMAL</const>, - formulas are copied. With <const>SheetLinkMode::VALUE</const>, + <p>If the returned value is SheetLinkMode::NORMAL, + formulas are copied. With SheetLinkMode::VALUE, only results of formulas are used.</p> */ com::sun::star::sheet::SheetLinkMode getLinkMode(); @@ -57,8 +57,8 @@ published interface XSheetLinkable: com::sun::star::uno::XInterface @param nLinkMode the value specifying the link mode for this spreadsheet. - <p>If the value is <const>SheetLinkMode::NORMAL</const>, - formulas are copied. With <const>SheetLinkMode::VALUE</const>, + <p>If the value is SheetLinkMode::NORMAL, + formulas are copied. With SheetLinkMode::VALUE, only results of formulas are used.</p> */ void setLinkMode( [in] com::sun::star::sheet::SheetLinkMode nLinkMode ); diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl index 2ddc7e4f68b7..6e1257e87230 100644 --- a/offapi/com/sun/star/style/ParagraphProperties.idl +++ b/offapi/com/sun/star/style/ParagraphProperties.idl @@ -80,7 +80,7 @@ published service ParagraphProperties /** determines the adjustment of the last line. <p>It is only valid if ParagraphProperties::ParaAdjust - is set to <const>ParagraphAdjust::BLOCK</const>.</p> + is set to ParagraphAdjust::BLOCK.</p> */ [property] short ParaLastLineAdjust; diff --git a/offapi/com/sun/star/table/CellProperties.idl b/offapi/com/sun/star/table/CellProperties.idl index ce79775d028d..7e579354f5ad 100644 --- a/offapi/com/sun/star/table/CellProperties.idl +++ b/offapi/com/sun/star/table/CellProperties.idl @@ -119,7 +119,7 @@ published service CellProperties /** selects Asian character orientation in vertical orientation. <p>If the CellProperties::Orientation property is - <const>CellOrientation::STACKED</const>, in Asian mode only Asian + CellOrientation::STACKED, in Asian mode only Asian characters are printed in horizontal orientation instead of all characters. For other values of CellProperties::Orientation, diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl index c6c9985d5e36..59f89b15584b 100644 --- a/offapi/com/sun/star/text/BaseFrameProperties.idl +++ b/offapi/com/sun/star/text/BaseFrameProperties.idl @@ -47,12 +47,12 @@ published service BaseFrameProperties /** contains the number of the page where the objects are anchored. <p> The value is valid only if the AnchorType is - <const>TextContentAnchorType::AT_PAGE</const>.</p> + TextContentAnchorType::AT_PAGE.</p> */ [property] short AnchorPageNo; /** contains the text frame the current frame is anchored to. <p> The value is valid only if the - AnchorType is <const>TextContentAnchorType::AT_FRAME</const>.</p> + AnchorType is TextContentAnchorType::AT_FRAME.</p> */ [property] com::sun::star::text::XTextFrame AnchorFrame; /** contains the color of the background of the object. @@ -189,7 +189,7 @@ published service BaseFrameProperties /** contains the vertical position of the object (1/100 mm). It is only valid if TextEmbeddedObject::VertOrient is - <const>VertOrientation::NONE</const>. + VertOrientation::NONE. */ [property] long VertOrientPosition; diff --git a/offapi/com/sun/star/text/RelOrientation.idl b/offapi/com/sun/star/text/RelOrientation.idl index 10f53878fe23..adfb094fd593 100644 --- a/offapi/com/sun/star/text/RelOrientation.idl +++ b/offapi/com/sun/star/text/RelOrientation.idl @@ -56,12 +56,12 @@ published constants RelOrientation const short FRAME_RIGHT = 6; /** page includes margins for page-anchored frames identical with - <const>RelOrientation::FRAME</const> + RelOrientation::FRAME */ const short PAGE_FRAME = 7; /** page without borders (for page anchored frames identical with - <const>RelOrientation::PRINT_AREA</const>). + RelOrientation::PRINT_AREA). <!-- JRH: does not make sense --> */ diff --git a/offapi/com/sun/star/text/Shape.idl b/offapi/com/sun/star/text/Shape.idl index 9ae89d198ea2..69143d4ca52c 100644 --- a/offapi/com/sun/star/text/Shape.idl +++ b/offapi/com/sun/star/text/Shape.idl @@ -38,12 +38,12 @@ published service Shape /** contains the number of the page where the objects are anchored. <p> The value is valid only if the AnchorType is - <const>TextContentAnchorType::AT_PAGE</const>.</p> + TextContentAnchorType::AT_PAGE.</p> */ [property] short AnchorPageNo; /** contains the text frame the current frame is anchored to. <p> The value is valid only if the - AnchorType is <const>TextContentAnchorType::AT_FRAME</const>.</p> + AnchorType is TextContentAnchorType::AT_FRAME.</p> */ [property] com::sun::star::text::XTextFrame AnchorFrame; /** specifies how the text content is attached to its surrounding @@ -76,7 +76,7 @@ published service Shape /** contains the vertical position of the object (1/100 mm). It is only valid if TextEmbeddedObject::VertOrient is - <const>VertOrientation::NONE</const>. + VertOrientation::NONE. */ [property] long VertOrientPosition; diff --git a/offapi/com/sun/star/xml/sax/XFastAttributeList.idl b/offapi/com/sun/star/xml/sax/XFastAttributeList.idl index 1437ceaebae1..25ff2f914f6a 100644 --- a/offapi/com/sun/star/xml/sax/XFastAttributeList.idl +++ b/offapi/com/sun/star/xml/sax/XFastAttributeList.idl @@ -69,7 +69,7 @@ interface XFastAttributeList: com::sun::star::uno::XInterface <b>or</b> operation. @returns - The integer token of the value from the attribute or <const>FastToken::Invalid</const> + The integer token of the value from the attribute or FastToken::Invalid @throws SAXEXception if the attribute is not available @@ -95,7 +95,7 @@ interface XFastAttributeList: com::sun::star::uno::XInterface @returns If the attribute is available it returns the integer token of the value - from the attribute or <const>FastToken::Invalid</const>. + from the attribute or FastToken::Invalid. If not the value of <param>Default</param> is returned. */ diff --git a/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl b/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl index ea62913731d8..52233922b389 100644 --- a/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl +++ b/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl @@ -32,8 +32,8 @@ module com { module sun { module star { module xml { module sax { attribute local names and constant attribute values) to integer tokens. A token value must be greater or equal to zero and less than - <const>FastToken::NAMESPACE</const>. If a string identifier is not known - to this instance, <const>FastToken::DONTKNOW</const> is returned. + FastToken::NAMESPACE. If a string identifier is not known + to this instance, FastToken::DONTKNOW is returned. */ interface XFastTokenHandler: com::sun::star::uno::XInterface { @@ -41,7 +41,7 @@ interface XFastTokenHandler: com::sun::star::uno::XInterface /** returns a integer token for the given string identifier. @returns - a unique integer token for the given String or <const>FastToken::DONTKNOW</const> + a unique integer token for the given String or FastToken::DONTKNOW if the identifier is not known to this instance. */ long getToken( [in] string Identifier ); @@ -58,7 +58,7 @@ interface XFastTokenHandler: com::sun::star::uno::XInterface the string given as a byte sequence encoded in UTF-8 @returns - a unique integer token for the given String or <const>FastToken::DONTKNOW</const> + a unique integer token for the given String or FastToken::DONTKNOW if the identifier is not known to this instance. */ long getTokenFromUTF8( [in] sequence< byte > Identifier ); diff --git a/udkapi/com/sun/star/beans/Property.idl b/udkapi/com/sun/star/beans/Property.idl index b22e5e0c3edc..7c6a19ff21fc 100644 --- a/udkapi/com/sun/star/beans/Property.idl +++ b/udkapi/com/sun/star/beans/Property.idl @@ -58,7 +58,7 @@ published struct Property <p>If the property has multiple types or the type is not known, <strong>but not an <atom>any</atom></strong>, then - <const>void</const> must be returned.</p> + void must be returned.</p> */ type Type; diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl index 903dcd332edc..5ab1de90c427 100644 --- a/udkapi/com/sun/star/beans/PropertyAttribute.idl +++ b/udkapi/com/sun/star/beans/PropertyAttribute.idl @@ -77,7 +77,7 @@ published constants PropertyAttribute const short REMOVABLE = 128; /** @deprecated - same as <const>PropertyAttribute::REMOVABLE</const>. + same as PropertyAttribute::REMOVABLE. */ const short REMOVEABLE = 128; diff --git a/udkapi/com/sun/star/beans/PropertyState.idl b/udkapi/com/sun/star/beans/PropertyState.idl index f005d1ca6212..3a8d177d3cac 100644 --- a/udkapi/com/sun/star/beans/PropertyState.idl +++ b/udkapi/com/sun/star/beans/PropertyState.idl @@ -43,7 +43,7 @@ published enum PropertyState <p>The property value must be available and of the specified type. If the #PropertyAttribute field in the struct - Property contains <const>PropertyAttribute::MAYBEVOID</const>, + Property contains PropertyAttribute::MAYBEVOID, then the value may be void. </p> */ DIRECT_VALUE, @@ -53,10 +53,10 @@ published enum PropertyState <p>The #PropertyAttribute field in the struct Property must contain the - <const>PropertyAttribute::MAYBEDEFAULT</const> flag. The property + PropertyAttribute::MAYBEDEFAULT flag. The property value must be available and of the specified type. If the #PropertyAttribute field in the struct Property - contains <const>PropertyAttribute::MAYBEVOID</const>, then the + contains PropertyAttribute::MAYBEVOID, then the value may be void. </p> */ DEFAULT_VALUE, @@ -67,10 +67,10 @@ published enum PropertyState <p>The #PropertyAttribute field in the struct Property must contain the - <const>PropertyAttribute::MAYBEAMBIGUOUS</const> flag. The + PropertyAttribute::MAYBEAMBIGUOUS flag. The property value must be available and of the specified type. If the Attribute field in the struct Property contains - <const>PropertyAttribute::MAYBEVOID</const>, then the value + PropertyAttribute::MAYBEVOID, then the value may be void. </p> */ AMBIGUOUS_VALUE diff --git a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl index cfac4c05ca63..85c9bc165534 100644 --- a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl +++ b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl @@ -69,11 +69,11 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface <p>The minimum supported concepts should be:</p> <ul> - <li> <const>MethodConcept::PROPERTY</const>, </li> - <li> <const>MethodConcept::LISTENER</const>, </li> - <li> <const>MethodConcept::ENUMERATION</const>, </li> - <li> <const>MethodConcept::NAMECONTAINER</const></li> - <li> <const>MethodConcept::INDEXCONTAINER</const>; </li> + <li> MethodConcept::PROPERTY, </li> + <li> MethodConcept::LISTENER, </li> + <li> MethodConcept::ENUMERATION, </li> + <li> MethodConcept::NAMECONTAINER</li> + <li> MethodConcept::INDEXCONTAINER; </li> </ul> @returns @@ -89,9 +89,9 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface <p>The minimum supported concepts should be:</p> <ul> - <li> <const>PropertyConcept::PROPERTYSET</const>, </li> - <li> <const>PropertyConcept::ATTRIBUTES</const> and </li> - <li> <const>PropertyConcept::METHODS</const>. </li> + <li> PropertyConcept::PROPERTYSET, </li> + <li> PropertyConcept::ATTRIBUTES and </li> + <li> PropertyConcept::METHODS. </li> </ul> @returns diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl index 113279edc363..5c7adce43357 100644 --- a/udkapi/com/sun/star/beans/XMultiPropertySet.idl +++ b/udkapi/com/sun/star/beans/XMultiPropertySet.idl @@ -44,7 +44,7 @@ published interface XMultiPropertySet: com::sun::star::uno::XInterface /** @returns the XPropertySetInfo interface, which describes all properties of the object to which this interface belongs. - <const>NULL</const> is returned if the object cannot or will + NULL is returned if the object cannot or will not provide information about the properties. @see XPropertySet::getPropertySetInfo diff --git a/udkapi/com/sun/star/beans/XPropertySet.idl b/udkapi/com/sun/star/beans/XPropertySet.idl index 8d95ea26e226..bcf97fa6edd9 100644 --- a/udkapi/com/sun/star/beans/XPropertySet.idl +++ b/udkapi/com/sun/star/beans/XPropertySet.idl @@ -69,7 +69,7 @@ published interface XPropertySet: com::sun::star::uno::XInterface interface. @returns - <const>NULL</const> if the implementation cannot or will + NULL if the implementation cannot or will not provide information about the properties; otherwise the interface XPropertySetInfo is returned. */ diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl index 047a65b3c9f0..614e7d442d3e 100644 --- a/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl +++ b/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl @@ -30,8 +30,8 @@ /** makes it possible to generate OLE bridges to UNO objects and vice versa. <p>The service implements the XBridgeSupplier interface - and handles the model types <const>ModelDependent::UNO</const> and - <const>ModelDependent::OLE</const>. The service does not specify any + and handles the model types ModelDependent::UNO and + ModelDependent::OLE. The service does not specify any requirements on registering OLE objects and class factories. </p> @deprecated */ diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl index a00864e1bf30..bf485e540679 100644 --- a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl +++ b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl @@ -43,8 +43,8 @@ module com { module sun { module star { module bridge { <p>The service implements the XBridgeSupplier2 interface and handles the model types - <const>com::sun::star::bridge::ModelDependent::UNO</const> and - <const>com::sun::star::bridge::ModelDependent::OLE</const>. + com::sun::star::bridge::ModelDependent::UNO and + com::sun::star::bridge::ModelDependent::OLE. The service does not specify any requirements for registering OLE objects and class factories. </p> diff --git a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl index 44d6a70482a9..a9a1bedd0778 100644 --- a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl +++ b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl @@ -49,8 +49,8 @@ module com { module sun { module star { module bridge { module oleautomation { The service implements the com::sun::star::bridge::XBridgeSupplier2 interface and handles the model types - <const>com::sun::star::bridge::ModelDependent::UNO</const> and - <const>com::sun::star::bridge::ModelDependent::OLE</const>. + com::sun::star::bridge::ModelDependent::UNO and + com::sun::star::bridge::ModelDependent::OLE. The service does not specify any requirements for registering OLE objects and class factories. </p> diff --git a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl index c78c7516c506..56e698ea7637 100644 --- a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl +++ b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl @@ -48,7 +48,7 @@ published interface XConnectionPointContainer: com::sun::star::uno::XInterface an XConnectionPoint interface of a connection point for a specified type if that type describes a supported outgoing interface. It is - <const>NULL</const> on failure of the call. + NULL on failure of the call. @param aType specifies the connection point's type. diff --git a/udkapi/com/sun/star/script/FinishEngineEvent.idl b/udkapi/com/sun/star/script/FinishEngineEvent.idl index 09b50086a9a6..e51db99d544c 100644 --- a/udkapi/com/sun/star/script/FinishEngineEvent.idl +++ b/udkapi/com/sun/star/script/FinishEngineEvent.idl @@ -46,7 +46,7 @@ published struct FinishEngineEvent: com::sun::star::lang::EventObject /** contains the return value. <p>This field is only valid if FinishEngineEvent::Finish is - <const>FinishReason::OK</const>.</p> + FinishReason::OK.</p> */ any Return; diff --git a/udkapi/com/sun/star/uno/XAggregation.idl b/udkapi/com/sun/star/uno/XAggregation.idl index beb4fe1a36da..04e77ceb8477 100644 --- a/udkapi/com/sun/star/uno/XAggregation.idl +++ b/udkapi/com/sun/star/uno/XAggregation.idl @@ -56,7 +56,7 @@ module com { module sun { module star { module uno { <li>The destructor of a delegator has to reset the delegator in its aggregated objects by calling their method XAggregation::setDelegator() with - <const>NULL</const> before it releases its reference to + NULL before it releases its reference to its aggregated objects. </ol> @@ -75,7 +75,7 @@ published interface XAggregation: com::sun::star::uno::XInterface @param xDelegator specifies the object which handles the calls to XInterface::queryInterface(). - If <var>xDelegator</var> is <const>NULL</const>, the delegator is + If <var>xDelegator</var> is NULL, the delegator is removed and thus the object becomes its own delegator and has to handle calls to the method XInterface::queryInterface() |