diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 23:14:19 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:01 +0200 |
commit | 4bb43e1612ea3737fe53bb28ac830810b0a6a028 (patch) | |
tree | bd4949cc9c236626941b7995fb390a7090db37b9 /offapi/com | |
parent | ea71a05840f53158f669182c6e93de9f8348bbe5 (diff) |
*api: replace <member>Foo</member>
These member variables need a # prefix.
sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g"
Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
Diffstat (limited to 'offapi/com')
125 files changed, 398 insertions, 398 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl index 3ce87339813e..883e9af293a1 100644 --- a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl +++ b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl @@ -42,14 +42,14 @@ struct AccessibleEventObject: ::com::sun::star::lang::EventObject /** for events that specifies a value change, this is the new value. - Depending on the <member>EventId</member>, this can be void. + Depending on the #EventId, this can be void. */ any NewValue; /** for events that specifies a value change, this is the old value. - Depending on the <member>EventId</member>, this can be void. + Depending on the #EventId, this can be void. */ any OldValue; }; diff --git a/offapi/com/sun/star/accessibility/TextSegment.idl b/offapi/com/sun/star/accessibility/TextSegment.idl index 12cf1b672caa..125aa404baa8 100644 --- a/offapi/com/sun/star/accessibility/TextSegment.idl +++ b/offapi/com/sun/star/accessibility/TextSegment.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module accessibility { character of a text) all other values define the empty string at that position.</p> - <p>The <member>SegmentText</member> member is a copy of the + <p>The #SegmentText member is a copy of the corresponding text segment of the enclosing text. Modifying this structure does not alter the enclosing text.</p> diff --git a/offapi/com/sun/star/animations/AnimationCalcMode.idl b/offapi/com/sun/star/animations/AnimationCalcMode.idl index d9da7a84c68c..401346661c64 100644 --- a/offapi/com/sun/star/animations/AnimationCalcMode.idl +++ b/offapi/com/sun/star/animations/AnimationCalcMode.idl @@ -51,8 +51,8 @@ constants AnimationCalcMode /** Interpolates from one value in the values list to the next according to a time function defined by a cubic Bezier spline. The points of the spline are - defined in the <member>KeyTimes</member> attribute, and the control points - for each interval are defined in the <member>KeySplines</member> attribute. + defined in the #KeyTimes attribute, and the control points + for each interval are defined in the #KeySplines attribute. */ const short SPLINE = 3; }; diff --git a/offapi/com/sun/star/animations/Event.idl b/offapi/com/sun/star/animations/Event.idl index bdf09ab697bf..6d2a91f7204f 100644 --- a/offapi/com/sun/star/animations/Event.idl +++ b/offapi/com/sun/star/animations/Event.idl @@ -43,7 +43,7 @@ struct Event */ any Offset; - /** an option repeat value. If the <member>Trigger</member> is + /** an option repeat value. If the #Trigger is <const>EventTrigger</const>, this is the number of repeats after which the event is initially raised. */ diff --git a/offapi/com/sun/star/animations/XAnimate.idl b/offapi/com/sun/star/animations/XAnimate.idl index f2070aea6f49..4ff7c07666ac 100644 --- a/offapi/com/sun/star/animations/XAnimate.idl +++ b/offapi/com/sun/star/animations/XAnimate.idl @@ -95,7 +95,7 @@ interface XAnimate : XAnimationNode /** Specifies the starting value of the animation. <br> Must be a legal value for the specified attribute. - Ignored if the <member>Values</member> attribute is specified. + Ignored if the #Values attribute is specified. @see http://www.w3.org/TR/smil20/animation.html#adef-from */ @@ -104,7 +104,7 @@ interface XAnimate : XAnimationNode /** Specifies the ending value of the animation. <br> Must be a legal value for the specified attribute. - Ignored if the <member>Values</member> attribute is specified. + Ignored if the #Values attribute is specified. @see http://www.w3.org/TR/smil20/animation.html#adef-to */ @@ -115,7 +115,7 @@ interface XAnimate : XAnimationNode Must be a legal value of a domain for which addition to the attributeType domain is defined and which yields a value in the attributeType domain. Ignored if the values attribute is specified. - Ignored if the <member>Values</member> attribute is specified. + Ignored if the #Values attribute is specified. @see http://www.w3.org/TR/smil20/animation.html#adef-by */ diff --git a/offapi/com/sun/star/animations/XAnimateColor.idl b/offapi/com/sun/star/animations/XAnimateColor.idl index 79e2f48c014a..dd19842ab126 100644 --- a/offapi/com/sun/star/animations/XAnimateColor.idl +++ b/offapi/com/sun/star/animations/XAnimateColor.idl @@ -45,7 +45,7 @@ interface XAnimateColor : XAnimate [attribute] short ColorInterpolation; /** defines the direction which is used to perform the interpolation - inside the color space defined with <member>ColorSpace</member>. + inside the color space defined with #ColorSpace. <br> Values could be <true/> for clockwise and <false/> for counterclockwise. diff --git a/offapi/com/sun/star/animations/XAnimateMotion.idl b/offapi/com/sun/star/animations/XAnimateMotion.idl index dea199292e0a..51d79126a6ad 100644 --- a/offapi/com/sun/star/animations/XAnimateMotion.idl +++ b/offapi/com/sun/star/animations/XAnimateMotion.idl @@ -33,8 +33,8 @@ interface XAnimateMotion : XAnimate { /** Specifies an optional path. <br> - If a path is used, the <member>From</member>, <member>To</member> and - <member>By</member> members are ignored. + If a path is used, the #From, #To and + #By members are ignored. The value type of the path depends on the used rendering system. Possible types maybe a svg:d path encoded in a string. */ diff --git a/offapi/com/sun/star/animations/XAnimationNode.idl b/offapi/com/sun/star/animations/XAnimationNode.idl index de64f0fdcb1c..9a2dcfcf5afd 100644 --- a/offapi/com/sun/star/animations/XAnimationNode.idl +++ b/offapi/com/sun/star/animations/XAnimationNode.idl @@ -38,7 +38,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild /** a sequence of values that define the beginning of this element <br> - <member>Begin</member> is + #Begin is <ul> <li><atom>double</atom> describes the element begin as an offset in seconds from an implicit syncbase. The definition of the implicit syncbase depends upon the element's parent time container. @@ -59,7 +59,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild /** defines the length of the simple duration. <br> - <member>Duration</member> is + #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> @@ -73,7 +73,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild /** a sequence of values that define the ending of this element <br> - <member>End</member> is + #End is <ul> <li><atom>double</atom> describes the element end as an offset in seconds from an implicit syncbase. The definition of the implicit syncbase depends upon the element's parent time container. @@ -99,7 +99,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild par and excl time container elements, and media elements with timed children (e.g. animate or area elements). - <member>EndSync</member> is + #EndSync is either a <atom>short</atom> constant from <const>EndSync</const>, an interface reference to a child XTimeContainer or <void/>. @@ -110,7 +110,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild /** the number of iterations of the simple duration. <br> - <member>RepeatCount</member> is + #RepeatCount is <ul> <li><atom>double</atom> this is a numeric value that specifies the number of iterations. @@ -130,7 +130,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild /** the total duration for repeat. <br> - <member>RepeatDuration</member> is + #RepeatDuration is <ul> <li><atom>double</atom> specifies the duration in element active time @@ -149,7 +149,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild should be extended beyond the active duration by freezing the final state of the element. <br> - <member>Fill</member> is + #Fill is a value from <const>AnimationFill</const>. @see <const>Fill</const> @@ -160,13 +160,13 @@ interface XAnimationNode : ::com::sun::star::container::XChild /** the default value for the fill behavior for this element and all descendants. <br> - <member>FillDefault</member> is + #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> 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 - (and of the fill behavior) are inherited from the <member>FillDefault</member> value of the parent + (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> </ul> @@ -177,7 +177,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild /** defines the restart behavior of this element. <br> - <member>Restart</member> is + #Restart is a <atom>short</atom> value from <const>AnimationRestart</const>. @see <const>AnimationRestart</const> @@ -201,7 +201,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild to a run rate, over the course of the specified proportion of the simple duration. - <member>Acceleration</member> is + #Acceleration is a value between 0 (no acceleration) and 1 (acceleration until end of the elements duration). @@ -214,7 +214,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild ending, over the course of the specified proportion of the simple duration. - <member>Decelerate</member> is + #Decelerate is a value between 0 (no deceleration) and 1 (deceleration from beginning of the elements duration). @@ -224,7 +224,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild /** defines the auto reverse settings for this element. - <member>AutoRevers</member> is + #AutoRevers is <ul> <li><false/> if the animation is played normal.</li> <li><true/> if the animation is played forwards and then backwards. This doubles the duration</li> diff --git a/offapi/com/sun/star/animations/XTransitionFilter.idl b/offapi/com/sun/star/animations/XTransitionFilter.idl index 4dc72b8b17b6..d89db2abb1f9 100644 --- a/offapi/com/sun/star/animations/XTransitionFilter.idl +++ b/offapi/com/sun/star/animations/XTransitionFilter.idl @@ -44,7 +44,7 @@ interface XTransitionFilter : XAnimate /** This is the subtype of the transition. <br> - This must be one of the transition subtypes appropriate for the specified <member>Type</member> + 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. */ @@ -70,8 +70,8 @@ interface XTransitionFilter : XAnimate */ [attribute] boolean Direction; - /** If the value of the <member>Type</member> attribute is <const>TransitionType::FADE</const> and - the value of the <member>Subtype</member> attribute is <const>TransitionSubType::FADETOCOLOR</const> or + /** 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 color of the fade. The default value is 0 (black). diff --git a/offapi/com/sun/star/awt/MouseEvent.idl b/offapi/com/sun/star/awt/MouseEvent.idl index 1305235328a6..9cc961cbef41 100644 --- a/offapi/com/sun/star/awt/MouseEvent.idl +++ b/offapi/com/sun/star/awt/MouseEvent.idl @@ -29,7 +29,7 @@ /** specifies an event from the mouse. <p>This event is also used for pop-up menu requests on objects. - See <member>PopupTrigger</member> for details.</p> + See #PopupTrigger for details.</p> @see XMouseListener @see XMouseMotionListener diff --git a/offapi/com/sun/star/awt/UnoControlButtonModel.idl b/offapi/com/sun/star/awt/UnoControlButtonModel.idl index 20945173a499..67739557778e 100644 --- a/offapi/com/sun/star/awt/UnoControlButtonModel.idl +++ b/offapi/com/sun/star/awt/UnoControlButtonModel.idl @@ -112,7 +112,7 @@ published service UnoControlButtonModel <p>Valid values of this property are specified with ImagePosition.</p> - <p>If this property is present, it supersedes the <member>ImageAlign</member> property - setting + <p>If this property is present, it supersedes the #ImageAlign property - setting one of both properties sets the other one to the best possible match.</p> */ [optional, property] short ImagePosition; @@ -126,12 +126,12 @@ published service UnoControlButtonModel /** specifies a graphic to be displayed at the button - <p>If this property is present, it interacts with the <member>ImageURL</member>in the + <p>If this property is present, it interacts with the #ImageURLin the following way: - <ul><li>If <member>ImageURL</member> is set, <member>Graphic</member> will be reset - to an object as loaded from the given image URL, or <NULL/> if <member>ImageURL</member> + <ul><li>If #ImageURL is set, #Graphic will be reset + to an object as loaded from the given image URL, or <NULL/> if #ImageURL does not point to a valid image file.</li> - <li>If <member>Graphic</member> is set, <member>ImageURL</member> will be reset + <li>If #Graphic is set, #ImageURL will be reset to an empty string.</li> </ul></p> diff --git a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl index 10f2144c7495..2c2393b374a4 100644 --- a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl +++ b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl @@ -101,12 +101,12 @@ published service UnoControlCheckBoxModel /** specifies a graphic to be displayed besides the label of the control - <p>If this property is present, it interacts with the <member>ImageURL</member>in the + <p>If this property is present, it interacts with the #ImageURLin the following way: - <ul><li>If <member>ImageURL</member> is set, <member>Graphic</member> will be reset - to an object as loaded from the given image URL, or <NULL/> if <member>ImageURL</member> + <ul><li>If #ImageURL is set, #Graphic will be reset + to an object as loaded from the given image URL, or <NULL/> if #ImageURL does not point to a valid image file.</li> - <li>If <member>Graphic</member> is set, <member>ImageURL</member> will be reset + <li>If #Graphic is set, #ImageURL will be reset to an empty string.</li> </ul></p> diff --git a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl index 000acceba93a..5790cefb0bc0 100644 --- a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl +++ b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl @@ -71,7 +71,7 @@ published service UnoControlComboBoxModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 @@ -189,7 +189,7 @@ published service UnoControlComboBoxModel [optional, property] short MouseWheelBehavior; /** allows manipulating the list of items in the combo box more fine-grained than the - <member>StringItemList</member> property. + #StringItemList property. */ [optional] interface XItemList; }; diff --git a/offapi/com/sun/star/awt/UnoControlContainerModel.idl b/offapi/com/sun/star/awt/UnoControlContainerModel.idl index 5c69a0da8a6f..949e0cec6594 100644 --- a/offapi/com/sun/star/awt/UnoControlContainerModel.idl +++ b/offapi/com/sun/star/awt/UnoControlContainerModel.idl @@ -58,7 +58,7 @@ published service UnoControlContainerModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl b/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl index 87928f7548a0..c37a564aa219 100644 --- a/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl @@ -55,7 +55,7 @@ published service UnoControlCurrencyFieldModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl b/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl index 6597842b4ab8..57151045edb1 100644 --- a/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl @@ -55,7 +55,7 @@ published service UnoControlDateFieldModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/UnoControlDialogModel.idl b/offapi/com/sun/star/awt/UnoControlDialogModel.idl index 3db2db90240d..d11dab30fff4 100644 --- a/offapi/com/sun/star/awt/UnoControlDialogModel.idl +++ b/offapi/com/sun/star/awt/UnoControlDialogModel.idl @@ -132,12 +132,12 @@ published service UnoControlDialogModel /** specifies a graphic to be displayed as a background image - <p>If this property is present, it interacts with the <member>ImageURL</member>in the + <p>If this property is present, it interacts with the #ImageURLin the following way: - <ul><li>If <member>ImageURL</member> is set, <member>Graphic</member> will be reset - to an object as loaded from the given image URL, or <NULL/> if <member>ImageURL</member> + <ul><li>If #ImageURL is set, #Graphic will be reset + to an object as loaded from the given image URL, or <NULL/> if #ImageURL does not point to a valid image file.</li> - <li>If <member>Graphic</member> is set, <member>ImageURL</member> will be reset + <li>If #Graphic is set, #ImageURL will be reset to an empty string.</li> </ul></p> diff --git a/offapi/com/sun/star/awt/UnoControlEditModel.idl b/offapi/com/sun/star/awt/UnoControlEditModel.idl index c6e93f70b18e..74e79058ce3c 100644 --- a/offapi/com/sun/star/awt/UnoControlEditModel.idl +++ b/offapi/com/sun/star/awt/UnoControlEditModel.idl @@ -82,7 +82,7 @@ published service UnoControlEditModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 @@ -151,7 +151,7 @@ published service UnoControlEditModel <p>Controls working with this model care for this setting when the user enters text. Every line break entered into the control will be treated according to this - setting, so that the <member>Text</member> property always contains only + setting, so that the #Text property always contains only line ends in the format specified.</p> <p>Possible values are all constants from the LineEndFormat group.</p> diff --git a/offapi/com/sun/star/awt/UnoControlFileControlModel.idl b/offapi/com/sun/star/awt/UnoControlFileControlModel.idl index e939b315f96a..ca4c2466f870 100644 --- a/offapi/com/sun/star/awt/UnoControlFileControlModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFileControlModel.idl @@ -55,7 +55,7 @@ published service UnoControlFileControlModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl b/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl index 4c1e161e4208..36eac3f25547 100644 --- a/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl @@ -65,7 +65,7 @@ service UnoControlFixedHyperlinkModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl index 0449183cb2c9..5b0963a62ac2 100644 --- a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl @@ -65,7 +65,7 @@ published service UnoControlFixedTextModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl index fbfc8c77fb96..ac39d953f838 100644 --- a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl @@ -65,7 +65,7 @@ published service UnoControlFormattedFieldModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/UnoControlImageControlModel.idl b/offapi/com/sun/star/awt/UnoControlImageControlModel.idl index b48d86d6209f..58dbf8d0dd58 100644 --- a/offapi/com/sun/star/awt/UnoControlImageControlModel.idl +++ b/offapi/com/sun/star/awt/UnoControlImageControlModel.idl @@ -53,7 +53,7 @@ published service UnoControlImageControlModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 @@ -84,12 +84,12 @@ published service UnoControlImageControlModel /** specifies a graphic to be displayed on the control - <p>If this property is present, it interacts with the <member>ImageURL</member>in the + <p>If this property is present, it interacts with the #ImageURLin the following way: - <ul><li>If <member>ImageURL</member> is set, <member>Graphic</member> will be reset - to an object as loaded from the given image URL, or <NULL/> if <member>ImageURL</member> + <ul><li>If #ImageURL is set, #Graphic will be reset + to an object as loaded from the given image URL, or <NULL/> if #ImageURL does not point to a valid image file.</li> - <li>If <member>Graphic</member> is set, <member>ImageURL</member> will be reset + <li>If #Graphic is set, #ImageURL will be reset to an empty string.</li> </ul></p> @@ -110,7 +110,7 @@ published service UnoControlImageControlModel /** defines how to scale the image - <p>If this property is present, it supersedes the <member>ScaleImage</member> property.</p> + <p>If this property is present, it supersedes the #ScaleImage property.</p> <p>The value of this property is one of the ImageScaleMode constants.</p> diff --git a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl index ca8898da594e..7b42d9c96acf 100644 --- a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl +++ b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl @@ -64,7 +64,7 @@ published service UnoControlListBoxModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 @@ -172,7 +172,7 @@ published service UnoControlListBoxModel [optional, property] short MouseWheelBehavior; /** allows manipulating the list of items in the list box more fine-grained than the - <member>StringItemList</member> property. + #StringItemList property. @since OOo 3.3 */ diff --git a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl index d500d5c96b85..42d0b1feec3e 100644 --- a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl @@ -55,7 +55,7 @@ published service UnoControlNumericFieldModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl b/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl index ce494538bd05..81821a24cf74 100644 --- a/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl @@ -55,7 +55,7 @@ published service UnoControlPatternFieldModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl b/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl index 12e111eccae6..d6dad0389774 100644 --- a/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl +++ b/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl @@ -53,7 +53,7 @@ published service UnoControlProgressBarModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl index ec59f5a6d724..c702ceb19276 100644 --- a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl +++ b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl @@ -102,12 +102,12 @@ published service UnoControlRadioButtonModel /** specifies a graphic to be displayed besides the label of the control - <p>If this property is present, it interacts with the <member>ImageURL</member>in the + <p>If this property is present, it interacts with the #ImageURLin the following way: - <ul><li>If <member>ImageURL</member> is set, <member>Graphic</member> will be reset - to an object as loaded from the given image URL, or <NULL/> if <member>ImageURL</member> + <ul><li>If #ImageURL is set, #Graphic will be reset + to an object as loaded from the given image URL, or <NULL/> if #ImageURL does not point to a valid image file.</li> - <li>If <member>Graphic</member> is set, <member>ImageURL</member> will be reset + <li>If #Graphic is set, #ImageURL will be reset to an empty string.</li> </ul></p> diff --git a/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl b/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl index 62f05cc900d3..2ad0ae9afc72 100644 --- a/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl +++ b/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl @@ -77,12 +77,12 @@ service UnoControlRoadmapModel /** specifies a graphic to be displayed on the control - <p>If this property is present, it interacts with the <member>ImageURL</member>in the + <p>If this property is present, it interacts with the #ImageURLin the following way: - <ul><li>If <member>ImageURL</member> is set, <member>Graphic</member> will be reset - to an object as loaded from the given image URL, or <NULL/> if <member>ImageURL</member> + <ul><li>If #ImageURL is set, #Graphic will be reset + to an object as loaded from the given image URL, or <NULL/> if #ImageURL does not point to a valid image file.</li> - <li>If <member>Graphic</member> is set, <member>ImageURL</member> will be reset + <li>If #Graphic is set, #ImageURL will be reset to an empty string.</li> </ul></p> diff --git a/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl b/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl index 41268ae3e078..807b9001ab44 100644 --- a/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl +++ b/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl @@ -59,7 +59,7 @@ published service UnoControlScrollBarModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl b/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl index 69f66843cacc..4ff0c61c7a03 100644 --- a/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl +++ b/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl @@ -56,7 +56,7 @@ service UnoControlSpinButtonModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl index dcdb123122cc..e4fde82eefff 100644 --- a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl @@ -55,7 +55,7 @@ published service UnoControlTimeFieldModel /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/awt/XItemList.idl b/offapi/com/sun/star/awt/XItemList.idl index 7ca1ee4bb445..7f4cf3831a19 100644 --- a/offapi/com/sun/star/awt/XItemList.idl +++ b/offapi/com/sun/star/awt/XItemList.idl @@ -41,7 +41,7 @@ interface XItemList @param Position the position at which the item should be inserted. Must be greater or equal to 0, and - lesser than or equal to <member>ItemCount</member>. + lesser than or equal to #ItemCount. @param ItemText the text of the item to be inserted. @@ -63,7 +63,7 @@ interface XItemList @param Position the position at which the item should be inserted. Must be greater or equal to 0, and - lesser than or equal to <member>ItemCount</member>. + lesser than or equal to #ItemCount. @param ItemText the text of the item to be inserted. @@ -81,7 +81,7 @@ interface XItemList @param Position the position at which the item should be inserted. Must be greater or equal to 0, and - lesser than or equal to <member>ItemCount</member>. + lesser than or equal to #ItemCount. @param ItemImageURL the URL of the image to display for the item @@ -99,7 +99,7 @@ interface XItemList @param Position the position of the item which should be removed. Must be greater or equal to 0, and - lesser than <member>ItemCount</member>. + lesser than #ItemCount. @throws ::com::sun::star::lang::IndexOutOfBoundsException if <code>Position</code> is invalid. @@ -117,7 +117,7 @@ interface XItemList @param Position the position of the item whose text is to be changed. Must be greater or equal to 0, and - lesser than <member>ItemCount</member>. + lesser than #ItemCount. @param ItemText the new text of the item @@ -135,7 +135,7 @@ interface XItemList @param Position the position of the item whose image is to be changed. Must be greater or equal to 0, and - lesser than <member>ItemCount</member>. + lesser than #ItemCount. @param ItemImageURL the new URL of the image to display for the item @@ -153,7 +153,7 @@ interface XItemList @param Position the position of the item whose text and image is to be changed. Must be greater or equal to 0, and - lesser than <member>ItemCount</member>. + lesser than #ItemCount. @param ItemText the new text of the item @@ -178,7 +178,7 @@ interface XItemList @param Position the position of the item whose data value should be set. Must be greater or equal to 0, and - lesser than <member>ItemCount</member>. + lesser than #ItemCount. @param ItemData the data to associate with the list item @@ -198,7 +198,7 @@ interface XItemList @param Position the position of the item whose text should be retrieved. Must be greater or equal to 0, and - lesser than <member>ItemCount</member>. + lesser than #ItemCount. @throws ::com::sun::star::lang::IndexOutOfBoundsException if <code>Position</code> is invalid. @@ -212,7 +212,7 @@ interface XItemList @param Position the position of the item whose image should be retrieved. Must be greater or equal to 0, and - lesser than <member>ItemCount</member>. + lesser than #ItemCount. @throws ::com::sun::star::lang::IndexOutOfBoundsException if <code>Position</code> is invalid. @@ -226,7 +226,7 @@ interface XItemList @param Position the position of the item whose text and image should be retrieved. Must be greater or equal to 0, and - lesser than <member>ItemCount</member>. + lesser than #ItemCount. @throws ::com::sun::star::lang::IndexOutOfBoundsException if <code>Position</code> is invalid. @@ -240,7 +240,7 @@ interface XItemList /** retrieves the implementation dependent value associated with the given list item. @param Position the position of the item whose data value should be retrieved. Must be greater or equal to 0, and - lesser than <member>ItemCount</member>. + lesser than #ItemCount. @throws ::com::sun::star::lang::IndexOutOfBoundsException if <code>Position</code> is invalid. diff --git a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl index 5c14ea11ba89..2d174cc86f8b 100644 --- a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl +++ b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl @@ -50,7 +50,7 @@ published service UnoControlGridModel <p>The width is specified in application font units - see com::sun::star::util::MeasureUnit.</p> - <p>The value given here is ignored if <member>ShowRowHeader</member> is <FALSE/>.</p> + <p>The value given here is ignored if #ShowRowHeader is <FALSE/>.</p> */ [property] long RowHeaderWidth; @@ -64,7 +64,7 @@ published service UnoControlGridModel <p>The height is specified in application font units - see com::sun::star::util::MeasureUnit.</p> - <p>The value given here is ignored if <member>ShowColumnHeader</member> is <FALSE/>.</p> + <p>The value given here is ignored if #ShowColumnHeader is <FALSE/>.</p> <p>If the property is <void/>, the grid control shall automatically determine a height which conveniently allows, according to the used font, to display one line of text.</p> diff --git a/offapi/com/sun/star/awt/grid/XGridColumn.idl b/offapi/com/sun/star/awt/grid/XGridColumn.idl index e3fae1137f08..bb9bf091d85e 100644 --- a/offapi/com/sun/star/awt/grid/XGridColumn.idl +++ b/offapi/com/sun/star/awt/grid/XGridColumn.idl @@ -64,7 +64,7 @@ published interface XGridColumn /** controls whether or not the column's width is fixed or not. <p>If this is <TRUE/>, the user can interactively change the column's width. Also, the column is subject to - auto-resizing, if its <member>Flexibility</member> attribute is greater <code>0</code>.</p> + auto-resizing, if its #Flexibility attribute is greater <code>0</code>.</p> */ [attribute] boolean Resizeable; @@ -76,7 +76,7 @@ published interface XGridColumn <p>If a column has a flexibility greater than 0, it is set in relationship to the flexibility of all other such columns, and the respective widths of the columns are changed in the same relationship.</p> - <p>Note that a column's flexibility is ignored if its <member>Resizeable</member> attribute is + <p>Note that a column's flexibility is ignored if its #Resizeable attribute is <FALSE/>.</p> <p>A column's flexibility cannot be negative, attempts to set a negative value will raise an exception.</p> @@ -115,7 +115,7 @@ published interface XGridColumn necessarily needing to adjust the data model, too.</p> <p>If <code>DataColumnIndex</code> is negative, the it will be ignored, then the column's index within its - column model, as determined by the <member>Index</member> attribute, will be used.</p> + column model, as determined by the #Index attribute, will be used.</p> */ [attribute] long DataColumnIndex; diff --git a/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl b/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl index 06b20c0e29de..c84f3ebeeb34 100644 --- a/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl +++ b/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl @@ -38,11 +38,11 @@ module com { module sun { module star { module awt { module tree { struct TreeDataModelEvent : ::com::sun::star::lang::EventObject { /** contains the changed, added or removed nodes. - <p> All nodes must have <member>ParentNode</member> as parent. */ + <p> All nodes must have #ParentNode as parent. */ sequence< XTreeNode > Nodes; /** holds the parent node for changed, added or removed nodes. - <p> If this is null, <member>Nodes</member> must contain only the root node */ + <p> If this is null, #Nodes must contain only the root node */ XTreeNode ParentNode; }; diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl index 111aa0c6cfcb..4f5d0110f064 100644 --- a/offapi/com/sun/star/chart/ChartAxis.idl +++ b/offapi/com/sun/star/chart/ChartAxis.idl @@ -206,7 +206,7 @@ published service ChartAxis /** determines whether to use the number format given by the container application, e.g. a spreadsheet document, or from - the own property <member>NumberFormat</member>. + the own property #NumberFormat. */ [optional, property] boolean LinkNumberFormatToSource; diff --git a/offapi/com/sun/star/chart2/CandleStickChartType.idl b/offapi/com/sun/star/chart2/CandleStickChartType.idl index 23db681b6092..29787d02f6be 100644 --- a/offapi/com/sun/star/chart2/CandleStickChartType.idl +++ b/offapi/com/sun/star/chart2/CandleStickChartType.idl @@ -41,7 +41,7 @@ service CandleStickChartType /** If this property is <TRUE/>, the candlesticks are shown as Japanese candlesticks. This implies that the property - <member>ShowFirst</member> is also <TRUE/>. + #ShowFirst is also <TRUE/>. <p>Japanese candlesticks show the first and last value as boxes. A rising course (i.e. if the last value is greater @@ -56,7 +56,7 @@ service CandleStickChartType [maybedefault, property] boolean Japanese; /** If the candlestick chart shows Japanese candlesticks, that is - the property <member>Japanese</member> is <TRUE/>, the + the property #Japanese is <TRUE/>, the property set given here contains the formatting attributes of the white boxes, i.e. the boxes shown for rising values.</p> @@ -69,7 +69,7 @@ service CandleStickChartType [maybevoid, property] com::sun::star::beans::XPropertySet WhiteDay; /** If the candlestick chart shows Japanese candlesticks, that is - the property <member>Japanese</member> is <TRUE/>, the + the property #Japanese is <TRUE/>, the property set given here contains the formatting attributes of the black boxes, i.e. the boxes shown for falling values.</p> diff --git a/offapi/com/sun/star/chart2/DataPointLabel.idl b/offapi/com/sun/star/chart2/DataPointLabel.idl index 7855aca35c63..ac373a5d8267 100644 --- a/offapi/com/sun/star/chart2/DataPointLabel.idl +++ b/offapi/com/sun/star/chart2/DataPointLabel.idl @@ -34,11 +34,11 @@ struct DataPointLabel /** if <TRUE/>, the value that is represented by a data point is displayed next to it. - @see <member>ShowNumberInPercent</member> + @see #ShowNumberInPercent */ boolean ShowNumber; - /** This is only effective, if <member>ShowNumber</member> is + /** This is only effective, if #ShowNumber is <TRUE/>. If this member is also <TRUE/>, the numbers are displayed as percentages of a category. diff --git a/offapi/com/sun/star/chart2/DataPointProperties.idl b/offapi/com/sun/star/chart2/DataPointProperties.idl index e9b5fd14a26e..9c46bdf85aa2 100644 --- a/offapi/com/sun/star/chart2/DataPointProperties.idl +++ b/offapi/com/sun/star/chart2/DataPointProperties.idl @@ -99,7 +99,7 @@ service DataPointProperties [property] string FillBitmapName; /** If <TRUE/>, fills the background of a hatch with the color - given in the <member>Color</member> property. + given in the #Color property. */ [property] boolean FillBackground; @@ -293,8 +293,8 @@ service DataPointProperties */ [optional, maybevoid, property] com::sun::star::beans::XPropertySet ErrorBarY; - /** In case <member>ErrorBarX</member> and - <member>ErrorBarY</member> both are set, and error bars are + /** In case #ErrorBarX and + #ErrorBarY both are set, and error bars are shown, a box spanning all error-indicators is rendered. */ [optional, maybevoid, property] boolean ShowErrorBox; diff --git a/offapi/com/sun/star/chart2/DataSeries.idl b/offapi/com/sun/star/chart2/DataSeries.idl index bf7b9b9964b6..7a51135f68c6 100644 --- a/offapi/com/sun/star/chart2/DataSeries.idl +++ b/offapi/com/sun/star/chart2/DataSeries.idl @@ -133,7 +133,7 @@ service DataSeries properties that differ from the default. <p>The default values are determined by the properties set at - the <member>DataPointProperties</member> of the data + the #DataPointProperties of the data series.</p> <p>If the sequence is empty, that means that all data points diff --git a/offapi/com/sun/star/chart2/IncrementData.idl b/offapi/com/sun/star/chart2/IncrementData.idl index 25b2c930d4f6..3398edfe8ac0 100644 --- a/offapi/com/sun/star/chart2/IncrementData.idl +++ b/offapi/com/sun/star/chart2/IncrementData.idl @@ -44,13 +44,13 @@ struct IncrementData any Distance; /** - <member>PostEquidistant</member> rules whether the member <member>Distance</member> + #PostEquidistant rules whether the member #Distance describes a distance before or after the scaling is applied. - <p>If <member>PostEquidistant</member> equals <TRUE/> <member>Distance</member> + <p>If #PostEquidistant equals <TRUE/> #Distance is given in values after XScaling is applied, thus resulting main tickmarks will always look equidistant on the screen. - If <member>PostEquidistant</member> equals <FALSE/> <member>Distance</member> + If #PostEquidistant equals <FALSE/> #Distance is given in values before XScaling is applied.</p> */ any PostEquidistant; @@ -63,7 +63,7 @@ struct IncrementData */ any BaseValue; - /** <member>SubIncrements</member> describes the positioning of further + /** #SubIncrements describes the positioning of further sub tickmarks on the scale of an axis. <p>The first SubIncrement in this sequence determines how the diff --git a/offapi/com/sun/star/chart2/Legend.idl b/offapi/com/sun/star/chart2/Legend.idl index ab6ed46ccedc..5d66484092f8 100644 --- a/offapi/com/sun/star/chart2/Legend.idl +++ b/offapi/com/sun/star/chart2/Legend.idl @@ -80,7 +80,7 @@ service Legend but instead is placed relative on the page.</p> <p>If <void/>, the legend position is solely determined by the - <member>AnchorPosition</member>.</p> + #AnchorPosition.</p> */ [property, maybevoid] ::com::sun::star::chart2::RelativePosition RelativePosition; }; diff --git a/offapi/com/sun/star/chart2/Symbol.idl b/offapi/com/sun/star/chart2/Symbol.idl index e52446aeb86a..fee291578452 100644 --- a/offapi/com/sun/star/chart2/Symbol.idl +++ b/offapi/com/sun/star/chart2/Symbol.idl @@ -41,12 +41,12 @@ struct Symbol */ com::sun::star::drawing::PolyPolygonBezierCoords PolygonCoords; - /** Use the nth standard symbol, if <member>Style</member> is set + /** Use the nth standard symbol, if #Style is set to <member>SymbolStlye::STANDARD</member>. <p>If n is the number of standard symbols available in an implementation, the symbol number is - <member>StandardSymbol</member> modulo n.</p> + #StandardSymbol modulo n.</p> <p>The default implementation for example currently uses 8 different standard symbols that are matched to the numbers 0 to 7. @@ -83,7 +83,7 @@ struct Symbol /** The color used for drawing the border of symbols. - <p>Only effective if <member>Style</member> is + <p>Only effective if #Style is <member>SymbolStyle::AUTO</member>, <member>SymbolStyle::STANDARD</member> or <member>SymbolStyle::POLYGON</member>.</p> @@ -92,7 +92,7 @@ struct Symbol /** The color used for filling symbols that contain closed polygons. - <p>Only effective if <member>Style</member> is + <p>Only effective if #Style is <member>SymbolStyle::AUTO</member>, <member>SymbolStyle::STANDARD</member> or <member>SymbolStyle::POLYGON</member>.</p> diff --git a/offapi/com/sun/star/chart2/data/HighlightedRange.idl b/offapi/com/sun/star/chart2/data/HighlightedRange.idl index c60b8292a3fa..716773cbbbfe 100644 --- a/offapi/com/sun/star/chart2/data/HighlightedRange.idl +++ b/offapi/com/sun/star/chart2/data/HighlightedRange.idl @@ -51,7 +51,7 @@ struct HighlightedRange /** If the highlighted range is visually highlighted and this member is <TRUE/>, the range given in - <member>RangeRepresentation</member> may be included in a + #RangeRepresentation may be included in a merged range rectangle spanning a bigger range. */ boolean AllowMerginigWithOtherRanges; diff --git a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl index 30cb67fa50c0..51eca60c848d 100644 --- a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl +++ b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl @@ -49,7 +49,7 @@ service TabularDataProviderArguments <p>When used as input, this range will be split in columns or rows depending on the property - <member>DataRowSource</member>.</p> + #DataRowSource.</p> <p>When used as output of XDataProvider::detectArguments() this is the diff --git a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl index a2926f3abfad..7f382194223f 100644 --- a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl +++ b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl @@ -104,8 +104,8 @@ interface XDatabaseDataProvider /** is the command which should be executed, the type of command depends on the CommandType. - <p>In case of a <member>CommandType</member> of <member>CommandType::COMMAND</member>, - means in case the <member>Command</member> specifies an SQL statement, the inherited + <p>In case of a #CommandType of <member>CommandType::COMMAND</member>, + means in case the #Command specifies an SQL statement, the inherited <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member> becomes relevant:<br/> It then can be to used to specify whether the SQL statement should be analyzed on the @@ -121,9 +121,9 @@ interface XDatabaseDataProvider /** specifies the type of the command to be executed to retrieve a result set. - <p><member>Command</member> needs to be interpreted depending on the value of this property.</p> + <p>#Command needs to be interpreted depending on the value of this property.</p> - <p>This property is only meaningful together with the <member>Command</member> + <p>This property is only meaningful together with the #Command property, thus either <em>both</em> or <em>none</em> of them are present.</p> @see com::sun::star::sdb::CommandType @@ -134,11 +134,11 @@ interface XDatabaseDataProvider <p>The Filter string has to form a SQL WHERE-clause, <em>without</em> the WHERE-string itself.</p> - <p>If a <member>DataSourceName</member>, <member>Command</member> and <member>CommandType</member> + <p>If a #DataSourceName, #Command and #CommandType are specified, a RowSet can be created with this information. If the results provided by the row set are to be additionally filtered, the Filter property can be used.</p> - <p>Note that the Filter property does not make sense if a <member>ResultSet</member> has been specified + <p>Note that the Filter property does not make sense if a #ResultSet has been specified in the DataAccessDescriptor.</p> @see com::sun::star::sdb::RowSet @@ -169,14 +169,14 @@ interface XDatabaseDataProvider */ [attribute,bound] string Order; - /** specifies if the <member>Command</member> should be analyzed on the client side before sending it + /** specifies if the #Command should be analyzed on the client side before sending it to the database server. <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements, which are not standard SQL, to your database.</p> - <p>This property is usually present together with the <member>Command</member> and - <member>CommandType</member> properties, and is evaluated if and only if <member>CommandType</member> + <p>This property is usually present together with the #Command and + #CommandType properties, and is evaluated if and only if #CommandType equals <member>CommandType::COMMAND</member>.</p> */ [attribute,bound] boolean EscapeProcessing; diff --git a/offapi/com/sun/star/deployment/XPackage.idl b/offapi/com/sun/star/deployment/XPackage.idl index dac0e87d7f04..48e8c8a46c10 100644 --- a/offapi/com/sun/star/deployment/XPackage.idl +++ b/offapi/com/sun/star/deployment/XPackage.idl @@ -76,7 +76,7 @@ interface XPackage @return <NULL/> - all prerequisites are met. Otherwise, a value from - <member>Prerequisites</member> indicating what prerequisites are missing. + #Prerequisites indicating what prerequisites are missing. */ long checkPrerequisites( [in] com::sun::star::task::XAbortChannel xAbortChannel, diff --git a/offapi/com/sun/star/document/Settings.idl b/offapi/com/sun/star/document/Settings.idl index cdfd6a9620d4..9a94f005cf48 100644 --- a/offapi/com/sun/star/document/Settings.idl +++ b/offapi/com/sun/star/document/Settings.idl @@ -158,13 +158,13 @@ published service Settings a booklet. <p>Note, that you have to print in duplex mode, if both, - <member>IsPrintBookletFront</member> and - <member>IsPrintBookletBack</member> are set to <TRUE/>.</p> + #IsPrintBookletFront and + #IsPrintBookletBack are set to <TRUE/>.</p> */ [optional, property] boolean IsPrintBooklet; // Draw and Impress - /** is only effective, if <member>IsPrintBooklet</member> is + /** is only effective, if #IsPrintBooklet is <TRUE/>. If this property is also <TRUE/>, only the fronts of the pages of your booklet are printed. @@ -174,7 +174,7 @@ published service Settings [optional, property] boolean IsPrintBookletFront; // Draw and Impress - /** is only effective, if <member>IsPrintBooklet</member> is + /** is only effective, if #IsPrintBooklet is <TRUE/>. If this property is also <TRUE/>, only the backs of the pages of your booklet are printed. diff --git a/offapi/com/sun/star/document/XDocumentProperties.idl b/offapi/com/sun/star/document/XDocumentProperties.idl index a9a2f99c0f91..b0a8f4c32668 100644 --- a/offapi/com/sun/star/document/XDocumentProperties.idl +++ b/offapi/com/sun/star/document/XDocumentProperties.idl @@ -159,9 +159,9 @@ published interface XDocumentProperties <p> An empty URL is valid and describes a case where the document shall be reloaded from its original location after some time described by the - attribute <member>AutoloadSecs</member>. + attribute #AutoloadSecs. An empty <atom>string</atom> together with an - <member>AutoloadSecs</member> value of 0 + #AutoloadSecs value of 0 describes a case where no autoload is specified. </p> @@ -176,7 +176,7 @@ published interface XDocumentProperties <p> A value of 0 is valid and describes a redirection. A value of 0 together with an empty <atom>string</atom> as - <member>AutoloadURL</member> + #AutoloadURL describes a case where no autoload is specified. </p> @@ -239,19 +239,19 @@ published interface XDocumentProperties This is a convenience method which resets several attributes at once, as follows: <ul> - <li><member>Author</member> is set to the given parameter.</li> - <li><member>CreationDate</member> is set to the current date and time. + <li>#Author is set to the given parameter.</li> + <li>#CreationDate is set to the current date and time. </li> - <li><member>ModifiedBy</member> is cleared.</li> - <li><member>ModificationDate</member> is cleared.</li> - <li><member>PrintedBy</member> is cleared.</li> - <li><member>PrintDate</member> is cleared.</li> - <li><member>EditingDuration</member> is cleared.</li> - <li><member>EditingCycles</member> is set to 1.</li> + <li>#ModifiedBy is cleared.</li> + <li>#ModificationDate is cleared.</li> + <li>#PrintedBy is cleared.</li> + <li>#PrintDate is cleared.</li> + <li>#EditingDuration is cleared.</li> + <li>#EditingCycles is set to 1.</li> </ul> @param Author - the new value of the <member>Author</member> attribute. + the new value of the #Author attribute. </p> */ void resetUserData( [in] string Author ); diff --git a/offapi/com/sun/star/document/XScriptInvocationContext.idl b/offapi/com/sun/star/document/XScriptInvocationContext.idl index 9ccd9b96bd3c..574873188717 100644 --- a/offapi/com/sun/star/document/XScriptInvocationContext.idl +++ b/offapi/com/sun/star/document/XScriptInvocationContext.idl @@ -30,14 +30,14 @@ module com { module sun { module star { module document { /** indicates support for executing scripts contained in a, possibly foreign, document. <p>If the component implementing it is a document, which supports embedding scripts into - itself, then <member>ScriptContainer</member> refers to the document itself. Implementing this + itself, then #ScriptContainer refers to the document itself. Implementing this interface is unnecessary then, instead the document should simply implement XEmbeddedScripts directly.</p> <p>If the interface is implemented by a document which does not itself support embedding scripts into it, but which is associated unambiguously with a document which does, - then this other document is denoted by <member>ScriptContainer</member>.</p> + then this other document is denoted by #ScriptContainer.</p> - <p>If the interface is implemented by a controller, then <member>ScriptContainer</member> + <p>If the interface is implemented by a controller, then #ScriptContainer refers to the document which supports embedding scripts, and which is unambiguously associated with the controller. This must not necessarily be the model returned by com::sun::star::frame::XController::getModel().</p> diff --git a/offapi/com/sun/star/drawing/FillProperties.idl b/offapi/com/sun/star/drawing/FillProperties.idl index ee29072c73ac..a9470fe58563 100644 --- a/offapi/com/sun/star/drawing/FillProperties.idl +++ b/offapi/com/sun/star/drawing/FillProperties.idl @@ -40,7 +40,7 @@ published service FillProperties */ [property] FillStyle FillStyle; - /** If the property <member>FillStyle</member> is set to <const> + /** If the property #FillStyle is set to <const> FillStyle::SOLID</const>, this is the color used. */ [property] com::sun::star::util::Color FillColor; @@ -64,24 +64,24 @@ published service FillProperties */ [optional, property] com::sun::star::awt::Gradient FillTransparenceGradient; - /** If the property <member>FillStyle</member> is set to <const> + /** If the property #FillStyle is set to <const> FillStyle::GRADIENT</const>, this is the name of the used fill gradient style. */ [property] string FillGradientName; - /** If the property <member>FillStyle</member> is set to <const> + /** If the property #FillStyle is set to <const> FillStyle::GRADIENT</const>, this describes the gradient used. */ [optional, property] com::sun::star::awt::Gradient FillGradient; - /** If the property <member>FillStyle</member> is set to <const> + /** If the property #FillStyle is set to <const> FillStyle::HATCH</const>, this is the name of the used fill hatch style. */ [property] string FillHatchName; - /** If the property <member>FillStyle</member> is set to <const> + /** If the property #FillStyle is set to <const> FillStyle::HATCH</const>, this describes the hatch used. */ [optional, property] Hatch FillHatch; @@ -91,18 +91,18 @@ published service FillProperties */ [property] boolean FillBackground; - /** If the property <member>FillStyle</member> is set to <const> + /** If the property #FillStyle is set to <const> FillStyle::BITMAP</const>, this is the name of the used fill bitmap style. */ [property] string FillBitmapName; - /** If the property <member>FillStyle</member> is set to <const> + /** If the property #FillStyle is set to <const> FillStyle::BITMAP</const>, this is the bitmap used. */ [optional, property] com::sun::star::awt::XBitmap FillBitmap; - /** If the property <member>FillStyle</member> is set to <const> + /** If the property #FillStyle is set to <const> FillStyle::BITMAP</const>, this is a URL to the bitmap used. */ [optional, property] string FillBitmapURL; @@ -136,8 +136,8 @@ published service FillProperties /** specifies if the size is given in percentage or as an absolute value. - <p>If this is <TRUE/>, the properties <member>FillBitmapSizeX</member> - and <member>FillBitmapSizeY</member> contain the size of the tile in + <p>If this is <TRUE/>, the properties #FillBitmapSizeX + and #FillBitmapSizeY contain the size of the tile in percent of the size of the original bitmap. If this is <FALSE/>, the size of the tile is specified with 1/100th mm. */ @@ -145,14 +145,14 @@ published service FillProperties /** This is the width of the tile for filling. - <p>Depending on the property <member>FillBitmapLogicalSize</member>, + <p>Depending on the property #FillBitmapLogicalSize, this is either relative or absolute. */ [property] long FillBitmapSizeX; /** This is the height of the tile for filling. - <p>Depending on the property <member>FillBitmapLogicalSize</member>, + <p>Depending on the property #FillBitmapLogicalSize, this is either relative or absolute. */ [property] long FillBitmapSizeY; @@ -160,7 +160,7 @@ published service FillProperties /** this enum selects how a area is filled with a single bitmap. <p>This property corresponds to the properties <member> - FillBitmapStretch</member> and <member>FillBitmapTile</member>.</p> + FillBitmapStretch</member> and #FillBitmapTile.</p> <p>If set to <const>BitmapMode::REPEAT</const>, the property FillBitmapStretch is set to <FALSE/>, and the property FillBitmapTile @@ -178,34 +178,34 @@ published service FillProperties /** if set, the fill bitmap is stretched to fill the area of the shape. <p>This property should not be used anymore and is included here for - completeness. The <member>FillBitmapMode</member> property can be used + completeness. The #FillBitmapMode property can be used 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 - the property <member>FillBitmapTile</member> is <TRUE/> too.</p> + 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> BitmapMode::NO_REPEAT</const>, depending on the current value of the - <member>FillBitmapTile</member> property.</p> + #FillBitmapTile property.</p> */ [optional, property] boolean FillBitmapStretch; /** if set, the fill bitmap is repeated to fill the area of the shape. <p>This property should not be used anymore and is included here for - completeness. The <member>FillBitmapMode</member> property can be used + completeness. The #FillBitmapMode property can be used 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 - the property <member>FillBitmapStretch</member> is <TRUE/> too.</p> + 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> BitmapMode::NO_REPEAT</const>, depending on the current value of the - <member>FillBitmapStretch</member> property.</p> + #FillBitmapStretch property.</p> */ [optional, property] boolean FillBitmapTile; diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl index 91c296827e13..4d45ed58a255 100644 --- a/offapi/com/sun/star/drawing/Shape.idl +++ b/offapi/com/sun/star/drawing/Shape.idl @@ -94,7 +94,7 @@ published service Shape /** If this is <FALSE/>, the Shape is not visible on screen outputs. Please note that the Shape may still - be visible when printed, see <member>Printable</member>. + be visible when printed, see #Printable. */ [optional, property] boolean Visible; diff --git a/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl b/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl index f32a5f3cc030..db5008de129e 100644 --- a/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl +++ b/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl @@ -65,7 +65,7 @@ struct ConfigurationChangeEvent */ com::sun::star::uno::XInterface ResourceObject; - /** Each listener is called with exactly the <member>UserData</member> + /** Each listener is called with exactly the #UserData that was given when the listener was registered. */ any UserData; diff --git a/offapi/com/sun/star/drawing/framework/TabBarButton.idl b/offapi/com/sun/star/drawing/framework/TabBarButton.idl index 769296496737..c9565ca1f72b 100644 --- a/offapi/com/sun/star/drawing/framework/TabBarButton.idl +++ b/offapi/com/sun/star/drawing/framework/TabBarButton.idl @@ -27,9 +27,9 @@ interface XResourceId; /** Descriptor of a tab bar button. Tab bar buttons are typically used to offer the user the choice between different views to be displayed in one pane. - <p>For identification only the <member>ResourceId</member> is used, so for + <p>For identification only the #ResourceId is used, so for some methods of the XTabBar interface only the - <member>ResourceId</member> member is evaluated.</p> + #ResourceId member is evaluated.</p> */ struct TabBarButton { diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl index edd1efbd452b..46176fb622b0 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl @@ -103,38 +103,38 @@ interface XResource; configuration change request is executed, not when the <member>requestResourceActivation()</member> call is made.</p> <p>The <member scope="ConfigurationChangeEvent">ResourceId</member> member is set to the requested - resource. The <member>ResourceObject</member> member is not + resource. The #ResourceObject member is not set.</p></li> <li><const>ResourceDeactivationRequested</const> 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 example <member>requestResourceDeactivation()</member> is called.</p> - <p>The <member>ResourceId</member> member is set to the requested - resource. The <member>ResourceObject</member> member is not + <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 the current configuration starts.</p> <p>The requested configuration is available in the <member scope="ConfigurationChangeEvent">Configuration</member> member. The - <member>ResourceId</member> and <member>ResourceObject</member> members + #ResourceId and #ResourceObject members are not set.</p></li> <li><const>ConfigurationUpdateEnd</const> 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 <member>ResourceId</member> and - <member>ResourceObject</member> members are not set.</p></li> + >Configuration</member> member. The #ResourceId and + #ResourceObject members are not set.</p></li> <li><const>ResourceActivation</const> 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 <member>ResourceId</member> and <member>ResourceObject</member> + <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 deactivated, i.e. when an object that previously was part of the configuration is removed from the configuration.</p> - <p>The <member>ResourceId</member> and <member>ResourceObject</member> + <p>The #ResourceId and #ResourceObject members are set to XResourceId and object reference of the deactivated resource.</p></li> </ul></p> diff --git a/offapi/com/sun/star/embed/VisualRepresentation.idl b/offapi/com/sun/star/embed/VisualRepresentation.idl index 775498914d66..a8f70459c9c1 100644 --- a/offapi/com/sun/star/embed/VisualRepresentation.idl +++ b/offapi/com/sun/star/embed/VisualRepresentation.idl @@ -33,7 +33,7 @@ published struct VisualRepresentation */ ::com::sun::star::datatransfer::DataFlavor Flavor; - /** The data in the format specified by <member>Flavor</member>. + /** The data in the format specified by #Flavor. */ any Data; diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl index dc96cbff59d7..862704c4823c 100644 --- a/offapi/com/sun/star/form/DataAwareControlModel.idl +++ b/offapi/com/sun/star/form/DataAwareControlModel.idl @@ -135,9 +135,9 @@ published service DataAwareControlModel com::sun::star::form::component::TextField, which is bound to the e-mail column of your data source. Then you will probably add a com::sun::star::form::component::FixedText whose label is "E-Mail", - and associate it with the TextField by setting it as <member>LabelControl</member>.<br/> + and associate it with the TextField by setting it as #LabelControl.<br/> Now if you imagine a component offering data search in a form, this component will examine - the <member>LabelControl</member> property, find the com::sun::star::form::component::FixedText, + the #LabelControl property, find the com::sun::star::form::component::FixedText, examine it's label, and use this label to refer to the com::sun::star::form::component::TextField. </p> <p>When setting the property, a number of constraints apply: diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl index bcd637974b31..68bcc2d9ee65 100644 --- a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl +++ b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl @@ -67,7 +67,7 @@ service BindableDatabaseCheckBox <p><member scope="com::sun::star::form::component">CheckBox::RefValue</member> is transferred to possible external value bindings as soon as the check box is checked. With the member - <member>SecondaryRefValue</member>, clients of the check box can also associate a value with + #SecondaryRefValue, clients of the check box can also associate a value with the <em>not checked</em> state of the control.</p> */ [property] string SecondaryRefValue; diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl index 81d86b04d0b9..72ffb74bddd2 100644 --- a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl +++ b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl @@ -64,7 +64,7 @@ service BindableDatabaseRadioButton <p><member scope="com::sun::star::form::component">RadioButton::RefValue</member> is transferred to possible external value bindings as soon as the radio button is selected. With the member - <member>SecondaryRefValue</member>, clients of the radio button can also associate a value with + #SecondaryRefValue, clients of the radio button can also associate a value with the <em>not selected</em> state of the control.</p> */ [property] string SecondaryRefValue; diff --git a/offapi/com/sun/star/form/binding/ValueBinding.idl b/offapi/com/sun/star/form/binding/ValueBinding.idl index 558951c592cf..eb1f1371fca8 100644 --- a/offapi/com/sun/star/form/binding/ValueBinding.idl +++ b/offapi/com/sun/star/form/binding/ValueBinding.idl @@ -53,13 +53,13 @@ service ValueBinding <p>In a more complex scenario, where different form controls are bound to different values, which all are part of a larger data structure, some of the items in this data structure may not be relevant currently. This is indicated by the - <member>Relevant</member> property being <FALSE/>.</p> + #Relevant property being <FALSE/>.</p> <p>XBindableValues which are bound to this binding may or may not react in certain ways on the (ir)relevance of their bound value.</p> <p>One possible reaction could be that user interface elements which are associated - with the XBindableValue are disabled as long as <member>Relevant</member> + with the XBindableValue are disabled as long as #Relevant is <FALSE/>.</p> */ [optional, property, bound, readonly] boolean Relevant; diff --git a/offapi/com/sun/star/form/component/CommandButton.idl b/offapi/com/sun/star/form/component/CommandButton.idl index 32cd607826cf..439a93a4d992 100644 --- a/offapi/com/sun/star/form/component/CommandButton.idl +++ b/offapi/com/sun/star/form/component/CommandButton.idl @@ -93,7 +93,7 @@ published service CommandButton be reset, when com::sun::star::form::XReset::reset() is invoked.</p> <p>For a given implementation of the interface, if this (optional) interface is present, then also the optional - property <member>DefaultState</member> must be present.</p> + property #DefaultState must be present.</p> */ [optional] interface ::com::sun::star::form::XReset; }; diff --git a/offapi/com/sun/star/form/component/DatabaseComboBox.idl b/offapi/com/sun/star/form/component/DatabaseComboBox.idl index a62c165249c7..215ddb8c660e 100644 --- a/offapi/com/sun/star/form/component/DatabaseComboBox.idl +++ b/offapi/com/sun/star/form/component/DatabaseComboBox.idl @@ -49,7 +49,7 @@ published service DatabaseComboBox <p>When the user enters text into a combo box, and after this, the control content is to be committed into the database field the control is bound to, a decision must be made how to deal with empty strings.<br/> - This is controlled by <member>ConvertEmptyToNull</member>.</p> + This is controlled by #ConvertEmptyToNull.</p> <p>If the property is set to <TRUE/>, and an empty text is to be commited, this is converted into <NULL/>, else it is written as empty string.</p> @@ -58,7 +58,7 @@ published service DatabaseComboBox /** describes the source of items in the combo box's list. - <p>The concrete meaning of this property depends on the value of <member>ListSourceType</member></p> + <p>The concrete meaning of this property depends on the value of #ListSourceType</p> */ [property] string ListSource; diff --git a/offapi/com/sun/star/form/component/DatabaseFormattedField.idl b/offapi/com/sun/star/form/component/DatabaseFormattedField.idl index 9c891dd5d392..92277a0c7fe5 100644 --- a/offapi/com/sun/star/form/component/DatabaseFormattedField.idl +++ b/offapi/com/sun/star/form/component/DatabaseFormattedField.idl @@ -42,7 +42,7 @@ published service DatabaseFormattedField <p>When the user enters text into a formatted field control, and after this, the control content is to be committed into the database field the control is bound to, a decision must be made how to deal with empty strings.<br/> - This is controlled by <member>ConvertEmptyToNull</member>.</p> + This is controlled by #ConvertEmptyToNull.</p> <p>If the property is set to <TRUE/>, and an empty text is to be commited, this is converted into <NULL/>, else it is written as empty string.</p> diff --git a/offapi/com/sun/star/form/component/DateField.idl b/offapi/com/sun/star/form/component/DateField.idl index 1c73ad5e9434..0555b5166896 100644 --- a/offapi/com/sun/star/form/component/DateField.idl +++ b/offapi/com/sun/star/form/component/DateField.idl @@ -40,7 +40,7 @@ published service DateField /** resets the control. - <p>If you do not set a value for the <member>DefaultDate</member>, then resetting the control + <p>If you do not set a value for the #DefaultDate, then resetting the control will result in setting to to the current system date. This is for HTML compatibility.</p> */ interface com::sun::star::form::XReset; diff --git a/offapi/com/sun/star/form/component/GridControl.idl b/offapi/com/sun/star/form/component/GridControl.idl index 1370da91e51f..47d13843c20a 100644 --- a/offapi/com/sun/star/form/component/GridControl.idl +++ b/offapi/com/sun/star/form/component/GridControl.idl @@ -121,7 +121,7 @@ published service GridControl /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> @since OOo 2.0 diff --git a/offapi/com/sun/star/form/component/NavigationToolBar.idl b/offapi/com/sun/star/form/component/NavigationToolBar.idl index a63e954d3bcf..165f2f4db7fb 100644 --- a/offapi/com/sun/star/form/component/NavigationToolBar.idl +++ b/offapi/com/sun/star/form/component/NavigationToolBar.idl @@ -58,19 +58,19 @@ service NavigationToolBar /** specifies the text line color (as RGB value) of the control. - <p>This color is used if the <member>FontDescriptor</member> defines + <p>This color is used if the #FontDescriptor defines that the text in the control should be underlined or stroke out.</p> */ [property] long TextLineColor; - /** specifies the relief for the font described in <member>FontDescriptor</member> + /** specifies the relief for the font described in #FontDescriptor <p>The value must be one of the com::sun::star::text::FontRelief constants.</p> */ [property] long FontRelief; - /** specifies the emphasis mark for the font described in <member>FontDescriptor</member> + /** specifies the emphasis mark for the font described in #FontDescriptor <p>The value must be one of the com::sun::star::text::FontEmphasis constants.</p> diff --git a/offapi/com/sun/star/form/component/RadioButton.idl b/offapi/com/sun/star/form/component/RadioButton.idl index aa96b251c380..73b976450059 100644 --- a/offapi/com/sun/star/form/component/RadioButton.idl +++ b/offapi/com/sun/star/form/component/RadioButton.idl @@ -79,9 +79,9 @@ published service RadioButton /** specifies a value which is to be associated with the control when it's <em>not</em> selected. - <p>In various situations, the <member>RefValue</member> is associated with the control + <p>In various situations, the #RefValue is associated with the control if and only if it is selected.<br/> - <member>UncheckedRefValue</member> provides a extensions of this concept: If present, + #UncheckedRefValue provides a extensions of this concept: If present, the value should be associated with the control when it is <em>not</em> selected.</p> */ [optional, property] string UncheckedRefValue; diff --git a/offapi/com/sun/star/form/component/TimeField.idl b/offapi/com/sun/star/form/component/TimeField.idl index 01c91261ff24..9ef121d312a2 100644 --- a/offapi/com/sun/star/form/component/TimeField.idl +++ b/offapi/com/sun/star/form/component/TimeField.idl @@ -40,7 +40,7 @@ published service TimeField /** resets the control. - <p>If you do not set a value for the <member>DefaultTime</member>, then resetting the control + <p>If you do not set a value for the #DefaultTime, then resetting the control will result in setting to to the current system time. This is for HTML compatibility.</p> */ interface com::sun::star::form::XReset; diff --git a/offapi/com/sun/star/form/runtime/XFilterController.idl b/offapi/com/sun/star/form/runtime/XFilterController.idl index a485acabb2ef..e537d43f286f 100644 --- a/offapi/com/sun/star/form/runtime/XFilterController.idl +++ b/offapi/com/sun/star/form/runtime/XFilterController.idl @@ -56,7 +56,7 @@ interface XFilterControllerListener; of those will actually exist). Since in a form based filter, there are only <em>n</em> filter controls, and each filter control displays exactly one <em>predicate expression</em>, this means that only a part of the complete filter can be displayed, in particular, only one <em>disjunctive term</em> can be displayed at a time. Thus, - the filter controller knows the concept of an <em>active term</em>, denoted by the <member>ActiveTerm</member> + the filter controller knows the concept of an <em>active term</em>, denoted by the #ActiveTerm attribute, controls which of the terms is currently displayed in the form controls.</p> @see XFormController @@ -101,11 +101,11 @@ interface XFilterController @param _Component denotes the filter component whose expression is to be set. Must be greater than or equal to 0, and smaller than - <member>FilterComponents</member>. + #FilterComponents. @param _Term denotes the <em>disjunctive term</em> in which the expression is to be set. Must be greater than or equal to 0, - and smaller than <member>DisjunctiveTerms</member>. + and smaller than #DisjunctiveTerms. @param _PredicateExpression denotes the <em>predicate expression</em> to set for the given filter component in the given term. @@ -125,7 +125,7 @@ interface XFilterController @param _Component denotes the index of the filter component whose control should be obtained. Must be greater than or equal to 0, - and smaller than <member>FilterComponents</member>. + and smaller than #FilterComponents. @throws ::com::sun::star::lang::IndexOutOfBoundsException if <arg>_Component</arg> is out of the allowed range. @@ -138,7 +138,7 @@ interface XFilterController /** retrieves the entirety of the <em>predicate expressions</em> represented by the filter controller. - <p>Each element of the returned sequence is a <em>disjunctive term</em>, having exactly <member>FilterComponents</member> + <p>Each element of the returned sequence is a <em>disjunctive term</em>, having exactly #FilterComponents elements, which denote the single <em>predicate expressions</em> of this term.</p> */ sequence< sequence< string > > @@ -148,7 +148,7 @@ interface XFilterController @param _Term the index of the term to remove. Must be greater than or equal to 0, and smaller than - <member>DisjunctiveTerms</member>. + #DisjunctiveTerms. @throws ::com::sun::star::lang::IndexOutOfBoundsException if <arg>_Term</arg> is out of the allowed range. diff --git a/offapi/com/sun/star/frame/FrameControl.idl b/offapi/com/sun/star/frame/FrameControl.idl index 739e66fb7dcd..e7b4a6154c47 100644 --- a/offapi/com/sun/star/frame/FrameControl.idl +++ b/offapi/com/sun/star/frame/FrameControl.idl @@ -49,7 +49,7 @@ published service FrameControl <p> The Frame is created if the control - is shown and the <member>ComponentUrl</member> is set. + is shown and the #ComponentUrl is set. </p> */ [property, readonly] string Frame; diff --git a/offapi/com/sun/star/graphic/MediaProperties.idl b/offapi/com/sun/star/graphic/MediaProperties.idl index 3a60b29f5ee9..1a1651f3f163 100644 --- a/offapi/com/sun/star/graphic/MediaProperties.idl +++ b/offapi/com/sun/star/graphic/MediaProperties.idl @@ -36,7 +36,7 @@ published service MediaProperties of the graphic as URL. <p>A URL can be used instead of the - <member>InputStream</member> or <member>OutputStream</member> + #InputStream or #OutputStream property</p> <p>In addition to the normal protocols like file:// or http:// @@ -65,8 +65,8 @@ And additionally, GraphicObject scheme URLs like /** This property is only used for loading graphics or querying graphic descriptors - <p>A <member>InputStream</member> can be used instead of the - <member>URL</member> property</p> + <p>A #InputStream can be used instead of the + #URL property</p> @see com::sun::star::io::XInputStream */ @@ -74,8 +74,8 @@ And additionally, GraphicObject scheme URLs like /** This property is only used for storing graphics - <p>A <member>OutputStream</member> can be used instead of the - <member>URL</member> property</p> + <p>A #OutputStream can be used instead of the + #URL property</p> @see com::sun::star::io::XStream */ diff --git a/offapi/com/sun/star/graphic/XGraphicObject.idl b/offapi/com/sun/star/graphic/XGraphicObject.idl index d5d37e007b8b..155b0a53b60d 100644 --- a/offapi/com/sun/star/graphic/XGraphicObject.idl +++ b/offapi/com/sun/star/graphic/XGraphicObject.idl @@ -32,7 +32,7 @@ interface XGraphic; <ul> <li>vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD</li> </ul> - The numeric portion of the url is formed from <member>UniqueID</member>. + The numeric portion of the url is formed from #UniqueID. As long as at least one instance of <code>XGraphicObject</code> with a particular UniqueID exists, the associated image/graphic is available.</p> diff --git a/offapi/com/sun/star/i18n/Calendar2.idl b/offapi/com/sun/star/i18n/Calendar2.idl index 71c793cd02e3..ede2089e570c 100644 --- a/offapi/com/sun/star/i18n/Calendar2.idl +++ b/offapi/com/sun/star/i18n/Calendar2.idl @@ -25,16 +25,16 @@ module com { module sun { module star { module i18n { additional members with a sequence of possessive (genitive case) and partitive case month names for locales that use them, for example Slavic locales. If a locale does not provide the possessive form in - <member>GenitiveMonths</member>, the names are identical to the + #GenitiveMonths, the names are identical to the nominative case nouns in <member>Calendar::Months</member>. If a locale does not provide the partitive case in - <member>PartitiveMonths</member>, the names are identical to - <member>GenititiveMonths</member>. </p> + #PartitiveMonths, the names are identical to + #GenititiveMonths. </p> <p> The sequences are of type com::sun::star::i18n::CalendarItem2 instead of com::sun::star::i18n::CalendarItem, with the - additional <member>NarrowName</member> member. + additional #NarrowName member. @see XLocaleData for links to DTD of XML locale data files. diff --git a/offapi/com/sun/star/i18n/Currency.idl b/offapi/com/sun/star/i18n/Currency.idl index 015a24c038ed..4b7e4da32bd9 100644 --- a/offapi/com/sun/star/i18n/Currency.idl +++ b/offapi/com/sun/star/i18n/Currency.idl @@ -44,7 +44,7 @@ published struct Currency /** Currency abbreviation used by banks and in money exchange, for example, <b>EUR</b> or <b>USD</b>. This usually should be identical to the ISO 4217 currency code also used in the - <member>ID</member>, but doesn't necessarily have to be. */ + #ID, but doesn't necessarily have to be. */ string BankSymbol; /** Name of the currency, for example, <b>Euro</b> or <b>US diff --git a/offapi/com/sun/star/inspection/LineDescriptor.idl b/offapi/com/sun/star/inspection/LineDescriptor.idl index d2dc6bad9868..4c6cad8b8788 100644 --- a/offapi/com/sun/star/inspection/LineDescriptor.idl +++ b/offapi/com/sun/star/inspection/LineDescriptor.idl @@ -79,7 +79,7 @@ struct LineDescriptor automating the OpenOffice.org UI via a dedicated separate application ("TestTool") requires such IDs.</p> - <p>If a primary button exists for a property's UI representation (<member>HasPrimaryButton</member>), + <p>If a primary button exists for a property's UI representation (#HasPrimaryButton), it gets the ID specified herein.</p> */ string PrimaryButtonId; @@ -89,11 +89,11 @@ struct LineDescriptor <p>This URL will be used to obtain an actual com::sun::star::graphic::XGraphic object from an com::sun::star::graphic::GraphicProvider.</p> - <p>The property will be ignored if <member>HasPrimaryButton</member> is <FALSE/>.</p> + <p>The property will be ignored if #HasPrimaryButton is <FALSE/>.</p> <p>If you need to specify a graphic which does not have an URL, but is available as com::sun::star::graphic::XGraphic only, then you must leave - <code>PrimaryButtonImageURL</code> empty, and use the <member>PrimaryButtonImage</member> property. + <code>PrimaryButtonImageURL</code> empty, and use the #PrimaryButtonImage property. @see PrimaryButtonImage */ @@ -101,8 +101,8 @@ struct LineDescriptor /** describes a graphics to display at the primary button, if any. - <p>The property will be ignored if <member>HasPrimaryButton</member> is <FALSE/>, or - if <member>PrimaryButtonImageURL</member> is a non-empty string.</p> + <p>The property will be ignored if #HasPrimaryButton is <FALSE/>, or + if #PrimaryButtonImageURL is a non-empty string.</p> @see HasPrimaryButton @see PrimaryButtonImageURL @@ -113,7 +113,7 @@ struct LineDescriptor property value input. <p>A secondary button subordinated to the primary button. If no primary button exists - (<member>HasPrimaryButton</member>), this member is ignored.</p> + (#HasPrimaryButton), this member is ignored.</p> @see XPropertyHandler::onInteractivePropertySelection @see HasSecondaryButton @@ -122,7 +122,7 @@ struct LineDescriptor /** describes a unique id to associate with the primary button - <p>If a secondary button exists for a property's UI representation (<member>HasSecondaryButton</member>), + <p>If a secondary button exists for a property's UI representation (#HasSecondaryButton), it gets the ID specified herein.</p> @see PrimaryButtonId @@ -134,11 +134,11 @@ struct LineDescriptor <p>This URL will be used to obtain an actual com::sun::star::graphic::XGraphic object from an com::sun::star::graphic::GraphicProvider.</p> - <p>The property will be ignored if <member>HasSecondaryButton</member> is <FALSE/>.</p> + <p>The property will be ignored if #HasSecondaryButton is <FALSE/>.</p> <p>If you need to specify a graphic which does not have an URL, but is available as com::sun::star::graphic::XGraphic only, then you must leave - <code>SecondaryButtonImageURL</code> empty, and use the <member>SecondaryButtonImage</member> property. + <code>SecondaryButtonImageURL</code> empty, and use the #SecondaryButtonImage property. @see SecondaryButtonImage */ @@ -146,8 +146,8 @@ struct LineDescriptor /** describes a graphics to display at the secondary button, if any. - <p>The property will be ignored if <member>HasSecondaryButton</member> is <FALSE/>, or - if <member>SecondaryButtonImageURL</member> is a non-empty string.</p> + <p>The property will be ignored if #HasSecondaryButton is <FALSE/>, or + if #SecondaryButtonImageURL is a non-empty string.</p> @see HasSecondaryButton @see SecondaryButtonImageURL @@ -169,7 +169,7 @@ struct LineDescriptor <p>An ObjectInspector can visually group properties which semantically belong together (for instance using tab pages). The decision which properties actually belong together - is made using this <member>Category</member> attribute.</p> + is made using this #Category attribute.</p> <p>For your implementation of XPropertyHandler, it's recommended that you document the programmatic names used for property categories. This way, your handler might be re-used in diff --git a/offapi/com/sun/star/inspection/PropertyControlType.idl b/offapi/com/sun/star/inspection/PropertyControlType.idl index 4fbcd844465b..54c72b2136c9 100644 --- a/offapi/com/sun/star/inspection/PropertyControlType.idl +++ b/offapi/com/sun/star/inspection/PropertyControlType.idl @@ -40,7 +40,7 @@ constants PropertyControlType /** denotes a control which allows the user to choose from a list of possible property values - <p>Controls of type <member>ListBox</member> exchange their values as <code>string</code>.</p> + <p>Controls of type #ListBox exchange their values as <code>string</code>.</p> <p>Additionally, those controls support the XStringListControl interface.</p> */ @@ -50,7 +50,7 @@ constants PropertyControlType possible property values, combined with the possibility to enter a new property value. - <p>Controls of type <member>ComboBox</member> exchange their values as <code>string</code>.</p> + <p>Controls of type #ComboBox exchange their values as <code>string</code>.</p> <p>Additionally, those controls support the XStringListControl interface.</p> */ @@ -58,32 +58,32 @@ constants PropertyControlType /** denotes a control which allows the user to enter property values consisting of a single line of text - <p>Controls of type <member>TextField</member> exchange their values as <code>string</code>.</p> + <p>Controls of type #TextField exchange their values as <code>string</code>.</p> */ const short TextField = 3; /** denotes a control which allows the user to enter pure text, including line breaks - <p>Controls of type <member>MultiLineTextField</member> exchange their values as <code>string</code>.</p> + <p>Controls of type #MultiLineTextField exchange their values as <code>string</code>.</p> */ const short MultiLineTextField = 4; /** denotes a control which allows the user to enter a single character - <p>Controls of type <member>CharacterField</member> exchange their values as <code>short</code>, + <p>Controls of type #CharacterField exchange their values as <code>short</code>, being a single UTF-16 character.</p> */ const short CharacterField = 5; /** denotes a control which allows the user to enter a list of single-line strings - <p>Controls of type <member>StringListField</member> exchange their values as <code>sequence< string ><code>.</p> + <p>Controls of type #StringListField exchange their values as <code>sequence< string ><code>.</p> */ const short StringListField = 6; /** denotes a control which allows the user to choose from a list of colors. - <p>Controls of type <member>ColorListBox</member> usually exchange their values as + <p>Controls of type #ColorListBox usually exchange their values as com::sun::star::util::Color.</p> <p>Additionally, those controls support the XStringListControl interface. If you use @@ -98,7 +98,7 @@ constants PropertyControlType /** denotes a control which allows the user to enter a numerical value - <p>Controls of type <member>NumericField</member> exchange their values as <code>double</code>.</p> + <p>Controls of type #NumericField exchange their values as <code>double</code>.</p> <p>Additionally, those controls support the XNumericControl interface.</p> */ @@ -106,25 +106,25 @@ constants PropertyControlType /** denotes a control which allows the user to enter a date value - <p>Controls of type <member>DateField</member> exchange their values as com::sun::star::util::Date.</p> + <p>Controls of type #DateField exchange their values as com::sun::star::util::Date.</p> */ const short DateField = 9; /** denotes a control which allows the user to enter a time value - <p>Controls of type <member>TimeField</member> exchange their values as com::sun::star::util::Time.</p> + <p>Controls of type #TimeField exchange their values as com::sun::star::util::Time.</p> */ const short TimeField = 10; /** denotes a control which allows the user to enter a combined date/time value - <p>Controls of type <member>DateTimeField</member> exchange their values as com::sun::star::util::DateTime.</p> + <p>Controls of type #DateTimeField exchange their values as com::sun::star::util::DateTime.</p> */ const short DateTimeField = 11; /** denotes a control which displays a string in a hyperlink-like appearance - <p>Controls of type <member>HyperlinkField</member> exchange their values as <code>string</code>.</p> + <p>Controls of type #HyperlinkField exchange their values as <code>string</code>.</p> <p>Additionally, those controls support the XHyperlinkControl interface.</p> */ diff --git a/offapi/com/sun/star/inspection/XObjectInspector.idl b/offapi/com/sun/star/inspection/XObjectInspector.idl index 398bcccda11c..f776e91dc6c4 100644 --- a/offapi/com/sun/star/inspection/XObjectInspector.idl +++ b/offapi/com/sun/star/inspection/XObjectInspector.idl @@ -44,7 +44,7 @@ interface XObjectInspector to-be-attached model is not <NULL/>, but does not support this interface.</p> <p>If you do not want to support a full-blown com::sun::star::frame::XModel, - use the <member>InspectorModel</member> attribute instead.</p> + use the #InspectorModel attribute instead.</p> <p>The com::sun::star::frame::XController::getViewData() and com::sun::star::frame::XController::restoreViewData() exchange diff --git a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl index 89f2bf8e2b0f..5948773573bb 100644 --- a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl +++ b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl @@ -105,7 +105,7 @@ interface XObjectInspectorModel were provided by the respective property handler (XPropertyHandler::getSupportedProperties()).<br/> If two such properties originate from different handlers, they will be ordered according - to the order of the handlers, as provided in the <member>HandlerFactories</member> attribute.</p> + to the order of the handlers, as provided in the #HandlerFactories attribute.</p> @param PropertyName the property whose global order index should be retrieved @@ -130,11 +130,11 @@ interface XObjectInspectorModel section. <p>This property is ignored by the ObjectInspector if - <member>HasHelpSection</member> is <FALSE/>.</p> + #HasHelpSection is <FALSE/>.</p> <p>The layout of the ObjectInspector is undefined if - <member>MinHelpTextLines</member> is larger than - <member>MaxHelpTextLines</member>.</p> + #MinHelpTextLines is larger than + #MaxHelpTextLines.</p> @since OOo 2.2 */ @@ -144,11 +144,11 @@ interface XObjectInspectorModel section. <p>This property is ignored by the ObjectInspector if - <member>HasHelpSection</member> is <FALSE/>.</p> + #HasHelpSection is <FALSE/>.</p> <p>The layout of the ObjectInspector is undefined if - <member>MaxHelpTextLines</member> is smaller than - <member>MinHelpTextLines</member>.</p> + #MaxHelpTextLines is smaller than + #MinHelpTextLines.</p> @since OOo 2.2 */ diff --git a/offapi/com/sun/star/inspection/XPropertyControl.idl b/offapi/com/sun/star/inspection/XPropertyControl.idl index 8543bc8e9e76..eab2ce6069e3 100644 --- a/offapi/com/sun/star/inspection/XPropertyControl.idl +++ b/offapi/com/sun/star/inspection/XPropertyControl.idl @@ -41,11 +41,11 @@ interface XPropertyControl /** denotes the current content of the control. <p>At every point in time, this value is either <void/>, or of the type - described by <member>ValueType</member>.</p> + described by #ValueType.</p> @throws com::sun::star::beans::IllegalTypeException if an attempt is made to set a value which is not <void/> and whose - type does not equal <member>ValueType</member>. + type does not equal #ValueType. */ [attribute] any Value { @@ -69,7 +69,7 @@ interface XPropertyControl <p>An XPropertyControl internally manages a flag indicating whether its content is modified. This flag is reset to <FALSE/> every time our - <member>ControlContext</member> is notified of our current value. Also, the control + #ControlContext is notified of our current value. Also, the control implementation must set this flag to <TRUE/> if and only if the user changed the control content.</p> diff --git a/offapi/com/sun/star/inspection/XPropertyHandler.idl b/offapi/com/sun/star/inspection/XPropertyHandler.idl index 93fc7114d4a7..1d516049d1f4 100644 --- a/offapi/com/sun/star/inspection/XPropertyHandler.idl +++ b/offapi/com/sun/star/inspection/XPropertyHandler.idl @@ -137,7 +137,7 @@ interface XPropertyHandler The name of the conversion's target property. @param ControlValue The to-be-converted control value. This value has been obtained from an XPropertyControl, - using its <member>Value</member> attribute. + using its #Value attribute. @throws com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler diff --git a/offapi/com/sun/star/logging/XLogger.idl b/offapi/com/sun/star/logging/XLogger.idl index 048a60dd6c62..3762bea08912 100644 --- a/offapi/com/sun/star/logging/XLogger.idl +++ b/offapi/com/sun/star/logging/XLogger.idl @@ -100,7 +100,7 @@ interface XLogger /** logs a given message @param Level - the log level of this message. If this level is smaller than the logger's <member>Level</member> + the log level of this message. If this level is smaller than the logger's #Level attribute, then the call will be ignored. @param Message @@ -112,7 +112,7 @@ interface XLogger event occurred. @param Level - the log level of this message. If this level is smaller than the logger's <member>Level</member> + the log level of this message. If this level is smaller than the logger's #Level attribute, then the call will be ignored. @param SourceClass diff --git a/offapi/com/sun/star/presentation/XSlideShowController.idl b/offapi/com/sun/star/presentation/XSlideShowController.idl index af34633bd08f..ec99071a0125 100644 --- a/offapi/com/sun/star/presentation/XSlideShowController.idl +++ b/offapi/com/sun/star/presentation/XSlideShowController.idl @@ -162,7 +162,7 @@ interface XSlideShowController /** pauses the slide show and blanks the screen in the given color. - <p>Change attribute <member>Pause</member> to false to unpause + <p>Change attribute #Pause to false to unpause the slide show. */ void blankScreen( [in] long Color ); diff --git a/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl b/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl index e4e4bf223a87..0deef6e6ab76 100644 --- a/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl +++ b/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl @@ -85,7 +85,7 @@ struct IntegerBitmapLayout contain direct color values (to be interpreted according to the associated color space). If this member references a valid palette, one of the pixel components as returned by the color - space referenced from the <member>ColorSpace</member> is + space referenced from the #ColorSpace is required to be of type <member>ColorComponentTag::INDEX</member>. That component is then used to index the palette.<p> diff --git a/offapi/com/sun/star/report/XImageControl.idl b/offapi/com/sun/star/report/XImageControl.idl index db3f48325b33..3cf106a509ef 100644 --- a/offapi/com/sun/star/report/XImageControl.idl +++ b/offapi/com/sun/star/report/XImageControl.idl @@ -50,7 +50,7 @@ interface XImageControl /** defines how to scale the image - <p>If this property is present, it supersedes the <member>ScaleImage</member> property.</p> + <p>If this property is present, it supersedes the #ScaleImage property.</p> <p>The value of this property is one of the com::sun::star::awt::ImageScaleMode constants.</p> diff --git a/offapi/com/sun/star/report/XReportComponent.idl b/offapi/com/sun/star/report/XReportComponent.idl index 148b75f0cf96..043632ea3779 100644 --- a/offapi/com/sun/star/report/XReportComponent.idl +++ b/offapi/com/sun/star/report/XReportComponent.idl @@ -100,7 +100,7 @@ interface XReportComponent /** specifies the color of the border, if present - <p>Not every border style (see <member>Border</member>) may support coloring. + <p>Not every border style (see #Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> */ [attribute,bound] long ControlBorderColor diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl index e07c38fe89fd..3477329c13bd 100644 --- a/offapi/com/sun/star/report/XReportDefinition.idl +++ b/offapi/com/sun/star/report/XReportDefinition.idl @@ -165,8 +165,8 @@ interface XReportDefinition /** is the command which should be executed, the type of command depends on the CommandType. - <p>In case of a <member>CommandType</member> of <member>CommandType::COMMAND</member>, - means in case the <member>Command</member> specifies an SQL statement, the inherited + <p>In case of a #CommandType of <member>CommandType::COMMAND</member>, + means in case the #Command specifies an SQL statement, the inherited <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member> becomes relevant:<br/> It then can be to used to specify whether the SQL statement should be analyzed on the @@ -182,9 +182,9 @@ interface XReportDefinition /** specifies the type of the command to be executed to retrieve a result set. - <p><member>Command</member> needs to be interpreted depending on the value of this property.</p> + <p>#Command needs to be interpreted depending on the value of this property.</p> - <p>This property is only meaningful together with the <member>Command</member> + <p>This property is only meaningful together with the #Command property, thus either <em>both</em> or <em>none</em> of them are present.</p> @see com::sun::star::sdb::CommandType @@ -195,11 +195,11 @@ interface XReportDefinition <p>The Filter string has to form a SQL WHERE-clause, <em>without</em> the WHERE-string itself.</p> - <p>If a <member>DataSourceName</member>, <member>Command</member> and <member>CommandType</member> + <p>If a #DataSourceName, #Command and #CommandType are specified, a RowSet can be created with this information. If the results provided by the row set are to be additionally filtered, the Filter property can be used.</p> - <p>Note that the Filter property does not make sense if a <member>ResultSet</member> has been specified + <p>Note that the Filter property does not make sense if a #ResultSet has been specified in the DataAccessDescriptor.</p> @see com::sun::star::sdb::RowSet @@ -207,14 +207,14 @@ interface XReportDefinition */ [attribute,bound] string Filter; - /** specifies if the <member>Command</member> should be analyzed on the client side before sending it + /** specifies if the #Command should be analyzed on the client side before sending it to the database server. <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements, which are not standard SQL, to your database.</p> - <p>This property is usually present together with the <member>Command</member> and - <member>CommandType</member> properties, and is evaluated if and only if <member>CommandType</member> + <p>This property is usually present together with the #Command and + #CommandType properties, and is evaluated if and only if #CommandType equals <member>CommandType::COMMAND</member>.</p> */ [attribute,bound] boolean EscapeProcessing; @@ -255,7 +255,7 @@ interface XReportDefinition */ [attribute,readonly] com::sun::star::report::XGroups Groups; - /** returns the report header if the <member>ReportHeaderOn</member>is <TRUE/>. + /** returns the report header if the #ReportHeaderOnis <TRUE/>. @throws com::sun::star::container::NoSuchElementException If the report has the report header disabled. @see XSection @@ -265,7 +265,7 @@ interface XReportDefinition get raises (com::sun::star::container::NoSuchElementException); }; - /** returns the page header if the <member>PageHeaderOn</member>is <TRUE/>. + /** returns the page header if the #PageHeaderOnis <TRUE/>. @throws com::sun::star::container::NoSuchElementException If the report has the page header disabled. @see XSection @@ -280,7 +280,7 @@ interface XReportDefinition */ [attribute,readonly] com::sun::star::report::XSection Detail; - /** returns the page footer if the <member>PageFooterOn</member>is <TRUE/>. + /** returns the page footer if the #PageFooterOnis <TRUE/>. @throws com::sun::star::container::NoSuchElementException If the report has the page footer disabled. @see XSection @@ -290,7 +290,7 @@ interface XReportDefinition get raises (com::sun::star::container::NoSuchElementException); }; - /** returns the report footer if the <member>ReportFooterOn</member>is <TRUE/>. + /** returns the report footer if the #ReportFooterOnis <TRUE/>. @throws com::sun::star::container::NullPointerException If the report has the report footer disabled. @see XSection diff --git a/offapi/com/sun/star/script/XPersistentLibraryContainer.idl b/offapi/com/sun/star/script/XPersistentLibraryContainer.idl index 1681880327d9..12dea5a98188 100644 --- a/offapi/com/sun/star/script/XPersistentLibraryContainer.idl +++ b/offapi/com/sun/star/script/XPersistentLibraryContainer.idl @@ -52,7 +52,7 @@ interface XPersistentLibraryContainer <p>All operations of the library container take place in a location below the root location, the so-called container location, whose - name is exposed as <member>ContainerLocationName</member>.</p> + name is exposed as #ContainerLocationName.</p> @see ContainerLocationName */ diff --git a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl index a9aa9f5bb3a8..acfbecc53a7b 100644 --- a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl +++ b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl @@ -73,7 +73,7 @@ interface XStorageBasedLibraryContainer @throws ::com::sun::star::lang::IllegalArgumentException if the <code>RootStorage</code> parameter is <NULL/>, or equals - <member>RootStorage</member>. + #RootStorage. @throws ::com::sun::star::lang::WrappedTargetException if an error occurs during storing. diff --git a/offapi/com/sun/star/sdb/DataAccessDescriptor.idl b/offapi/com/sun/star/sdb/DataAccessDescriptor.idl index 3041fd90fa71..a2b693a536bb 100644 --- a/offapi/com/sun/star/sdb/DataAccessDescriptor.idl +++ b/offapi/com/sun/star/sdb/DataAccessDescriptor.idl @@ -47,7 +47,7 @@ published service DataAccessDescriptor /** specifies the name of the datasource to access. <p>This data source is usually used to create a Connection. If no DataSourceName is given - and the <member>DatabaseLocation</member> and the <member>ConnectionResource</member> are empty, then an <member>ActiveConnection</member> + and the #DatabaseLocation and the #ConnectionResource are empty, then an #ActiveConnection is required.</p> @see com::sun::star::sdb::DatabaseContext @@ -58,7 +58,7 @@ published service DataAccessDescriptor /** specifies the URL of the database file. <p>This database location is usually used to create a Connection. If no DatabaseLocation is given - and the <member>ConnectionResource</member> is empty, then an <member>ActiveConnection</member> is required.</p> + and the #ConnectionResource is empty, then an #ActiveConnection is required.</p> @see com::sun::star::sdb::DatabaseContext @see ActiveConnection @@ -68,7 +68,7 @@ published service DataAccessDescriptor /** specifies the database URL which locates a database driver. <p>This database URL is usually used to create a Connection. If no ConnectionResource is given, - then an <member>ActiveConnection</member> is required.</p> + then an #ActiveConnection is required.</p> @see com::sun::star::sdb::DatabaseContext @see ActiveConnection @@ -90,12 +90,12 @@ published service DataAccessDescriptor <p>This object is guaranteed to be a com::sun::star::sdbc::Connection, but usually it will be a Connection from the module com::sun::star::sdb.<br/> - Especially in the case where no <member>DataSourceName</member> is given, but - <member>CommandType</member> is <member>CommandType::QUERY</member>, the ActiveConnection needs + Especially in the case where no #DataSourceName is given, but + #CommandType is <member>CommandType::QUERY</member>, the ActiveConnection needs to fully support the Connection service, to actually retrieve the query specified by - <member>Command</member></p> + #Command</p> - <p>If no ActiveConnection is given, then a <member>DataSourceName</member> is required.</p> + <p>If no ActiveConnection is given, then a #DataSourceName is required.</p> @see DataSourceName */ @@ -103,7 +103,7 @@ published service DataAccessDescriptor /** specifies the command to execute to retrieve a result set. - <p>This property is only meaningful together with the <member>CommandType</member> + <p>This property is only meaningful together with the #CommandType property, thus either <em>both</em> or <em>none</em> of them are present.</p> @see CommandType @@ -113,9 +113,9 @@ published service DataAccessDescriptor /** specifies the type of the command to be executed to retrieve a result set. - <p><member>Command</member> needs to be interpreted depending on the value of this property.</p> + <p>#Command needs to be interpreted depending on the value of this property.</p> - <p>This property is only meaningful together with the <member>Command</member> + <p>This property is only meaningful together with the #Command property, thus either <em>both</em> or <em>none</em> of them are present.</p> @see com::sun::star::sdb::CommandType @@ -127,11 +127,11 @@ published service DataAccessDescriptor <p>The Filter string has to form a <code>WHERE</code>-clause, <em>without</em> the <code>WHERE</code>-string itself.</p> - <p>If a <member>DataSourceName</member>, <member>Command</member> and <member>CommandType</member> + <p>If a #DataSourceName, #Command and #CommandType are specified, a RowSet can be created with this information. If the results provided by the row set are to be additionally filtered, the Filter property can be used.</p> - <p>Note that the Filter property does not make sense if a <member>ResultSet</member> has been specified + <p>Note that the Filter property does not make sense if a #ResultSet has been specified in the DataAccessDescriptor.</p> @see com::sun::star::sdb::RowSet @@ -140,42 +140,42 @@ published service DataAccessDescriptor [optional, property] string Filter; /** specifies an additional <code>ORDER BY</code> clause which should be applied on top of - the given <member>Command</member>. + the given #Command. <p>The keyword <code>ORDER BY</code> itself is not part of this property.</p> */ [optional, property] string Order; /** specifies an additional <code>HAVING</code> clause which should be applied on top of - the given <member>Command</member>. + the given #Command. <p>The keyword <code>HAVING</code> itself is not part of this property.</p> */ [optional, property] string HavingClause; /** specifies an additional <code>GROUP BY</code> clause which should be applied on top of - the given <member>Command</member>. + the given #Command. <p>The keyword <code>GROUP BY</code> itself is not part of this property.</p> */ [optional, property] string GroupBy; - /** specifies if the <member>Command</member> should be analyzed on the client side before sending it + /** specifies if the #Command should be analyzed on the client side before sending it to the database server. <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements, which are not standard SQL, to your database.</p> - <p>This property is usually present together with the <member>Command</member> and - <member>CommandType</member> properties, and is evaluated if and only if <member>CommandType</member> + <p>This property is usually present together with the #Command and + #CommandType properties, and is evaluated if and only if #CommandType equals <member>CommandType::COMMAND</member>.</p> */ [optional, property] boolean EscapeProcessing; /** specifies an already existent result set to use. - <p>Usually, you use the properties <member>DataSourceName</member> (alternatively - <member>ActiveConnection</member>), <member>Command</member> and <member>CommandType</member> to specify + <p>Usually, you use the properties #DataSourceName (alternatively + #ActiveConnection), #Command and #CommandType to specify how to <em>obtain</em> a result set. However, in scenarios where the provider of a DataAccessDescriptor has access to an already existent result set, it can pass it along for reusage. This is encouraged to increase performance.</p> @@ -187,7 +187,7 @@ published service DataAccessDescriptor com::sun::star::sdb::RowSet, or an instance obtained by calling com::sun::star::sdb::XResultSetAccess::createResultSet() on such a com::sun::star::sdb::RowSet. This becomes important in - conjunction with the <member>Selection</member> property.</p> + conjunction with the #Selection property.</p> @see com::sun::star::sdb::XResultSetAccess */ @@ -195,28 +195,28 @@ published service DataAccessDescriptor /** specifies a selection to confine the records in a result set. - <p>When you specify a result set either implicitly (<member>DataSourceName</member>, <member>Command</member>, - <member>CommandType</member>) or explicitly (<member>ResultSet</member>), the set of results can be + <p>When you specify a result set either implicitly (#DataSourceName, #Command, + #CommandType) or explicitly (#ResultSet), the set of results can be additionally refined with this property.</p> - <p>The single elements of the <member>Selection</member> are either record numbers (see + <p>The single elements of the #Selection are either record numbers (see com::sun::star::sdbc::XResultSet::getRow()), or bookmarks (see com::sun::star::sdbcx::XRowLocate::getBookmark()).<br/> It is up to the component which provides or requires a DataAccessDescriptor to specify which of the two alternatives it expects. If it does <em>not</em> specify this, then the property - <member>BookmarkSelection</member> becomes mandatory.</p> + #BookmarkSelection becomes mandatory.</p> - <p>If the elements specify bookmarks, and a <member>ResultSet</member> has been specified, then + <p>If the elements specify bookmarks, and a #ResultSet has been specified, then this result set is required to support the com::sun::star::sdbcx::XRowLocate interface.</p> */ [optional, property] sequence< any > Selection; - /** specifies how to interpret <member>Selection</member> + /** specifies how to interpret #Selection - <p>If present, <member>BookmarkSelection</member> specifies the semantics of <member>Selection</member>. If + <p>If present, #BookmarkSelection specifies the semantics of #Selection. If not present, it's up to the implementing component to specify this semantics.</p> - <p>If <TRUE/>, then the single elements of the array specified by <member>Selection</member> are + <p>If <TRUE/>, then the single elements of the array specified by #Selection are bookmarks relative to the result set, if <FALSE/>, they're record numbers.</p> @see com::sun::star::sdbcx::XRowLocate @@ -227,8 +227,8 @@ published service DataAccessDescriptor /** specifies a column name. - <p>This property is usually used together with the <member>Command</member> and - <member>CommandType</member> properties.</p> + <p>This property is usually used together with the #Command and + #CommandType properties.</p> @see Column */ @@ -238,7 +238,7 @@ published service DataAccessDescriptor <p>For reasons of performance and saving resources, a supplier of an DataAccessDescriptor which is used to describe a column object can pass this object directly, instead of specifying it only implicitly - with the <member>ColumnName</member> property.</p> + with the #ColumnName property.</p> <p>The object will at least support the com::sun::star::sdbcx::Column service, but more often it will even be a Column from the com::sun::star::sdb module.</p> diff --git a/offapi/com/sun/star/sdb/DataSource.idl b/offapi/com/sun/star/sdb/DataSource.idl index ba5bfd625995..0e1cb6ffd092 100644 --- a/offapi/com/sun/star/sdb/DataSource.idl +++ b/offapi/com/sun/star/sdb/DataSource.idl @@ -136,15 +136,15 @@ published service DataSource */ [property] sequence<com::sun::star::beans::PropertyValue> Info; - /** is a convenience wrapper around the <member>Info</member> property. + /** is a convenience wrapper around the #Info property. <p>Since fiddling around with a sequence of property values is somewhat uncomfortable in all known UNO language bindings (especially for tasks like simply changing the value - of an existing value), the <member>Settings</member> property wraps the <member>Info</member> + of an existing value), the #Settings property wraps the #Info property for easier single-value access.</p> - <p>You should use the <member>Setting</member> property if you need to access a few properties only, - and the <member>Info</member> property if you need access to all existent settings at once.</p> + <p>You should use the #Setting property if you need to access a few properties only, + and the #Info property if you need access to all existent settings at once.</p> <p>The object represented by this property supports the com::sun::star::beans::PropertyBag service. That is, you can at runtime add arbitrary new properties to the bag.</p> @@ -178,7 +178,7 @@ published service DataSource always made persistent, except when an explicit <member scope="com::sun::star::beans">PropertyAttribute::TRANSIENT</member> attribute prohibits this.</p> - <p>Similar, when you obtain the <member>Info</member> property of a <code>DataSource</code>, the + <p>Similar, when you obtain the #Info property of a <code>DataSource</code>, the <code>Settings</code> bag is asked for all its property values, and the ones which are removable and in state default are stripped, and <em>not</em> returned in the <code>Info</code> sequence.</p> */ diff --git a/offapi/com/sun/star/sdb/QueryDesign.idl b/offapi/com/sun/star/sdb/QueryDesign.idl index 79ca232f3ec3..4b8a3e00a123 100644 --- a/offapi/com/sun/star/sdb/QueryDesign.idl +++ b/offapi/com/sun/star/sdb/QueryDesign.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module sdb { <li><a name="command_mode"</a><b>Command Mode</b> <p>In <code>Command Mode</code>, the designer is used to design an standalone SQL command.</p> <p>The client of the designer is then responsible to listen at changes in the - <member>ActiveCommand</member> and <member>EscapeProcessing</member> members, which are updated + #ActiveCommand and #EscapeProcessing members, which are updated every time the user saves the command.</p></li> </ul></p> @@ -105,7 +105,7 @@ module com { module sun { module star { module sdb { <li><member>CommandType::COMMAND</member> specifies the designer should operate in <a href="#command_mode">command mode</a>, that is, a standalone SQL command should be designed. When the user attempts to save the designed SQL statement, - the <member>ActiveCommand</member> and <member>EscapeProcessing</member> properties + the #ActiveCommand and #EscapeProcessing properties of the designer are updated.</li> <li><member>CommandType::TABLE</member> specifies the designer should operate in diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl index e79f99341128..c49f84169ca7 100644 --- a/offapi/com/sun/star/sdb/RowSet.idl +++ b/offapi/com/sun/star/sdb/RowSet.idl @@ -87,13 +87,13 @@ published interface XParametersSupplier; </td> </tr> <tr><td valign="top"><em>row state</em></td> - <td valign="top">If the operation leads to a change in the state of the <member>IsModified</member> - and/or <member>IsNew</member> property, this is notified next (in this order). + <td valign="top">If the operation leads to a change in the state of the #IsModified + and/or #IsNew property, this is notified next (in this order). </td> </tr> <tr><td valign="top"><em>row count</em></td> <td valign="top">If the operation leads to new knowledge about the number of rows in the result set, - the respective changes in the <member>RowCount</member> and <member>IsRowCountFinal</member> + the respective changes in the #RowCount and #IsRowCountFinal are notified last (in this order). </td> </tr> @@ -158,7 +158,7 @@ published interface XParametersSupplier; <dt>com::sun::star::sdbc::XResultSet: <code>next</code>, <code>first</code>, <code>last</code>, <code>absolute</code>, <code>relative</code>, <code>previous</code>, <code>beforeFirst</code>, <code>afterLast</code></dt> - <dd>will let the deleted row vanish from the result set. As a consequence, the <member>RowCount</member> + <dd>will let the deleted row vanish from the result set. As a consequence, the #RowCount will decrease when you do such a move operation after deleting a row.<br/> A special case to note is the <code>next<code> call: When you delete row, say, <code>15</code>, followed by <code>next</code>, then your RowSet afterwards @@ -180,7 +180,7 @@ published interface XParametersSupplier; <dd>will throw an exception when the cursor is on a deleted row.</dd> <dt>com::sun::star::sdbc::XResultSetUpdate::moveToInsertRow()</dt> - <dd>will let the deleted row vanish from the result set. As a consequence, the <member>RowCount</member> + <dd>will let the deleted row vanish from the result set. As a consequence, the #RowCount will decrease. Also, subsequent calls to com::sun::star::sdbc::XResultSetUpdate::moveToCurrentRow() will not be able to move back to the deleted row (since it vanished), but only to the @@ -255,7 +255,7 @@ published service RowSet /** gives access to the parameters contained in the SQL statement represented by the component. <p>If your <code>RowSet</code> is bound to an SQL command or query which contains parameters, or has - a <member>Filter</member> or <member>Order</member> which contains parameters, then those can be accessed + a #Filter or #Order which contains parameters, then those can be accessed using the <code>XParametersSupplier</code> interface.</p> <p>The returned container contains parameter objects which do allow write access to the parameters (which @@ -280,8 +280,8 @@ published service RowSet /** is the command which should be executed, the type of command depends on the CommandType. - <p>In case of a <member>CommandType</member> of <member>CommandType::COMMAND</member>, - means in case the <member>Command</member> specifies an SQL statement, the inherited + <p>In case of a #CommandType of <member>CommandType::COMMAND</member>, + means in case the #Command specifies an SQL statement, the inherited <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member> becomes relevant:<br/> It then can be to used to specify whether the SQL statement should be analyzed on the diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl index bc9f8470f568..500c7138f7d2 100644 --- a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl +++ b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl @@ -194,8 +194,8 @@ interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface is the command which should be executed, the type of command depends on the CommandType. - <p>In case of a <member>CommandType</member> of <member>CommandType::COMMAND</member>, - means in case the <member>Command</member> specifies an SQL statement, the inherited + <p>In case of a #CommandType of <member>CommandType::COMMAND</member>, + means in case the #Command specifies an SQL statement, the inherited <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member> becomes relevant:<br/> It then can be to used to specify whether the SQL statement should be analyzed on the diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl index 5f021f5995c7..68c602b9ed15 100644 --- a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl +++ b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl @@ -199,7 +199,7 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer the complete composed query.</p> <p>As a result, you can use the composer to build cumulative filter expressions. That - is, you can set <member>ElementaryQuery</member> to a statement already containing + is, you can set #ElementaryQuery to a statement already containing filters, and then use setFilter() to append additional filters.</p> <p>The very same holds for sort orders, <code>HAVING</code> and <code>GROUP BY</code> @@ -209,7 +209,7 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer statement represented by a QueryDefinition, and extend it with additional filters or sort orders, while not touching the respective parts already present in <member>QueryDefinition::Command</member>. This can be achieved by setting the - <member>QueryDefinition::Command</member> as <member>ElementaryQuery</member> of a + <member>QueryDefinition::Command</member> as #ElementaryQuery of a SingleSelectQueryComposer.</p> <p>If, in such a scenario, you would be interested in the filter part of the @@ -218,7 +218,7 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer part via XSingleSelectQueryAnalyzer::getFilter().</p> <p>If you'd be interested in the composed filter, you would set the - <member>QueryDefinition::Command</member> as <member>ElementaryQuery</member>, add your + <member>QueryDefinition::Command</member> as #ElementaryQuery, add your filter, and propagate the resulting query (XSingleSelectQueryAnalyzer::getQuery()) to an SingleSelectQueryAnalyzer instance via XSingleSelectQueryAnalyzer::setQuery().</p> diff --git a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl index c5b462ec9605..6a1968050c53 100644 --- a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl +++ b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl @@ -93,7 +93,7 @@ interface XCopyTableWizard : ::com::sun::star::ui::dialogs::XExecutableDialog user can define an arbitrarily complex primary key, e.g. including multiple columns, which cannot be represented in this simple attribute anymore.</p> - <p>This attribute is ignored if <member>Operation</member> is + <p>This attribute is ignored if #Operation is <member>CopyTableOperation::AppendData</member>.</p> <p>Changing this attribute while the dialog is running is not supported, the diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl index 55ee6c1cb743..3e3b88f8e216 100644 --- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl +++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl @@ -111,7 +111,7 @@ interface XDatabaseDocumentUI /** identifies the given sub component @param SubComponent - the component to identify. Must be one of the components in <member>SubComponents</member>. + the component to identify. Must be one of the components in #SubComponents. @return a record describing the sub component. The first element of the returned pair is the type diff --git a/offapi/com/sun/star/sdbcx/View.idl b/offapi/com/sun/star/sdbcx/View.idl index b2e9a8d9875f..11f4aea13f57 100644 --- a/offapi/com/sun/star/sdbcx/View.idl +++ b/offapi/com/sun/star/sdbcx/View.idl @@ -50,7 +50,7 @@ published service View // gives access to the properties. interface com::sun::star::beans::XPropertySet; - /** allows changing the view's <member>Command</member>. + /** allows changing the view's #Command. */ [optional] interface XAlterView; @@ -76,7 +76,7 @@ published service View <p>This property might be empty when a backend does not support retrieving the current SQL command of a view. However, if the <code>View</code> supports altering its command - via the <member>XAlterView</member> interface, then it's required to also provide the + via the #XAlterView interface, then it's required to also provide the current SQL command in the <code>Command</code> property.</p> */ [readonly, property] string Command; diff --git a/offapi/com/sun/star/sheet/DataPilotDescriptor.idl b/offapi/com/sun/star/sheet/DataPilotDescriptor.idl index 566214bed740..0ab03b48caa1 100644 --- a/offapi/com/sun/star/sheet/DataPilotDescriptor.idl +++ b/offapi/com/sun/star/sheet/DataPilotDescriptor.idl @@ -71,7 +71,7 @@ published service DataPilotDescriptor /** specifies arguments that are passed to the implementation named by - <member>SourceServiceName</member>. + #SourceServiceName. @since OOo 3.3 diff --git a/offapi/com/sun/star/sheet/DataPilotField.idl b/offapi/com/sun/star/sheet/DataPilotField.idl index dc6013d725e6..824ea4815bd1 100644 --- a/offapi/com/sun/star/sheet/DataPilotField.idl +++ b/offapi/com/sun/star/sheet/DataPilotField.idl @@ -86,7 +86,7 @@ published service DataPilotField <p>This property is supported by column and row fields only.</p> <p>An empty sequence means no subtotals. The same effect can be - achieved by setting the property <member>Function</member> to the + achieved by setting the property #Function to the value <const>GeneralFunction::NONE</const>. 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 diff --git a/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl b/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl index 4ada3b65b44c..8c203aedec10 100644 --- a/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl +++ b/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl @@ -36,7 +36,7 @@ published struct DataPilotFieldGroupInfo automatically from the minimum of the item values. <p><ul> - <li>If <FALSE/> is set, the value from <member>Start</member> will be + <li>If <FALSE/> is set, the value from #Start will be used as start value for the grouping.</li> <li>If <TRUE/> is set, the start value for the grouping will be calculated automatically from the minimum of all member values of the @@ -50,7 +50,7 @@ published struct DataPilotFieldGroupInfo automatically from the maximum of the item values. <p><ul> - <li>If <FALSE/> is set, the value from <member>End</member> will be + <li>If <FALSE/> is set, the value from #End will be used as end value for the grouping.</li> <li>If <TRUE/> is set, the end value for the grouping will be calculated automatically from the maximum of all member values of the @@ -63,13 +63,13 @@ published struct DataPilotFieldGroupInfo /** specifies whether date values are grouped by ranges of days. <p><ul> - <li>If <FALSE/> is set, and <member>GroupBy</member> contains zero, + <li>If <FALSE/> is set, and #GroupBy contains zero, grouping is performed inplace on the item values.</li> - <li>If <FALSE/> is set, and <member>GroupBy</member> contains one or + <li>If <FALSE/> is set, and #GroupBy contains one or more flags from DataPilotFieldGroupBy, grouping is performed on date or time.</li> - <li>If <TRUE/> is set, <member>Step</member> contains a value greater - than or equal to 1, and <member>GroupBy</member> set to <const> + <li>If <TRUE/> is set, #Step contains a value greater + than or equal to 1, and #GroupBy set to <const> DataPilotFieldGroupBy::DAYS</const>, grouping is performed on ranges of days (see descriptions for <member> XDataPilotFieldGrouping::createDateGroup</member> for more details @@ -93,8 +93,8 @@ published struct DataPilotFieldGroupInfo /** specifies the size of the ranges for numeric or day grouping. - <p>Example: With <member>HasAutoStart</member> set to <FALSE/>, - <member>Start</member> set to 2, and <member>Step</member> set to 3, + <p>Example: With #HasAutoStart set to <FALSE/>, + #Start set to 2, and #Step set to 3, the first group will contain all values greater than or equal to 2 and less than 5. The second group will contain all values greater than or equal to 5 and less then 8, and so on.</p> diff --git a/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl b/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl index 4b362919dae0..4cc813d3bf86 100644 --- a/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl +++ b/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl @@ -29,9 +29,9 @@ module com { module sun { module star { module sheet { /** This structure contains information on a cell within a DataPilot table. <p>This structure contains information on a particular cell within a DataPilot - table, and is used to retrieve its metadata. The <member>PositionType</member> + table, and is used to retrieve its metadata. The #PositionType member specifies in which sub-area of the table the cell is positioned, which - in turn determines the type of metadata contained in the <member>PositionData</member> + in turn determines the type of metadata contained in the #PositionData member.</p> @see com::sun::star::sheet::DataPilotTablePositionType @@ -53,15 +53,15 @@ struct DataPilotTablePositionData /** <p>This member contains a structure of different types depending on the - position type specified in <member>PositionType</member> member.</p> + position type specified in #PositionType member.</p> - <p>When the value of <member>PositionType</member> is + <p>When the value of #PositionType is <const>DataPilotTablePositionType::RESULT</const>, <member>DataPilotTablePositionData::PositionData</member> contains an instance of type DataPilotTableResultData, whereas when the value of <member>DataPilotTablePositionData::PositionType</member> is either <const>DataPilotTablePositionType::ROW_HEADER</const> or <const>DataPilotTablePositionType::COLUMN_HEADER</const>, then the - <member>PositionData</member> member contains an instance of type <type> + #PositionData member contains an instance of type <type> DataPilotTableHeaderData</type>.</p> @see com::sun::star::sheet::DataPiotTableResultData diff --git a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl index 6bbae6e027b7..d214aed5dcb5 100644 --- a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl +++ b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl @@ -39,15 +39,15 @@ struct ExternalLinkInfo <p>Modes used: <ol> - <li>If <member>Type</member> is <const>ExternalLinkType::EXTERNAL + <li>If #Type is <const>ExternalLinkType::EXTERNAL </const>, this member shall contain a <atom>string</atom> with the <em>URI</em> of a document. The formula that would need this information for example would contain <code>=[1]Sheet1!A1</code> or <code>='[1]Sheet name'!A1</code> where <em>[1]</em> does resolve to - the URI contained in the member <member>Data</member>. Note that the + the URI contained in the member #Data. Note that the quotes cover both, the document name and the sheet name.</li> - <li>If <member>Type</member> is <const>ExternalLinkType::DDE</const>, + <li>If #Type is <const>ExternalLinkType::DDE</const>, 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/FormulaParser.idl b/offapi/com/sun/star/sheet/FormulaParser.idl index 2f30564425ae..6a78986e57d6 100644 --- a/offapi/com/sun/star/sheet/FormulaParser.idl +++ b/offapi/com/sun/star/sheet/FormulaParser.idl @@ -42,7 +42,7 @@ service FormulaParser <p>Note: When changing this, an already existing <member>OpCodeMap </member> needs to be recreated internally, so for performance reasons - set this <em>before</em> setting the <member>OpCodeMap</member>. + set this <em>before</em> setting the #OpCodeMap. */ [property] boolean CompileEnglish; diff --git a/offapi/com/sun/star/sheet/TableAutoFormatField.idl b/offapi/com/sun/star/sheet/TableAutoFormatField.idl index 6795b641d0bf..deda1343606b 100644 --- a/offapi/com/sun/star/sheet/TableAutoFormatField.idl +++ b/offapi/com/sun/star/sheet/TableAutoFormatField.idl @@ -266,7 +266,7 @@ published service TableAutoFormatField /** property containing a description of the cell border. Preferred over com::sun::star::table::TableBorder - <member>TableBorder</member>. + #TableBorder. @since LibreOffice 3.6 */ diff --git a/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl b/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl index 864e6a7d6c30..cbb00198e746 100644 --- a/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl +++ b/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl @@ -85,7 +85,7 @@ interface XFormulaOpCodeMapper is returned for: <ul> <li>Add-in names: the programmatic name. The OpCode value used - for add-ins can be queried with the <member>OpCodeExternal</member> + for add-ins can be queried with the #OpCodeExternal getter method.</li> </ul></p> */ diff --git a/offapi/com/sun/star/table/CellProperties.idl b/offapi/com/sun/star/table/CellProperties.idl index e8949ef198b6..5a8b7fd5db6b 100644 --- a/offapi/com/sun/star/table/CellProperties.idl +++ b/offapi/com/sun/star/table/CellProperties.idl @@ -205,7 +205,7 @@ published service CellProperties //=== BorderLine2 / TableBorder2 optional properties, preferred =========== /** contains a description of the cell or cell range border. - Preferred over <type>TableBorder>/type> <member>TableBorder</member>. + Preferred over <type>TableBorder>/type> #TableBorder. <p>If used with a cell range, the top, left, right, and bottom lines are at the edges of the entire range, not at the edges of @@ -217,7 +217,7 @@ published service CellProperties /** contains a description of the top border line of each cell. - Preferred over BorderLine <member>TopBorder</member>. + Preferred over BorderLine #TopBorder. @since LibreOffice 3.6 */ @@ -225,7 +225,7 @@ published service CellProperties /** contains a description of the bottom border line of each cell. - Preferred over BorderLine <member>BottomBorder</member>. + Preferred over BorderLine #BottomBorder. @since LibreOffice 3.6 */ @@ -233,7 +233,7 @@ published service CellProperties /** contains a description of the left border line of each cell. - Preferred over BorderLine <member>LeftBorder</member>. + Preferred over BorderLine #LeftBorder. @since LibreOffice 3.6 */ @@ -241,7 +241,7 @@ published service CellProperties /** contains a description of the right border line of each cell. - Preferred over BorderLine <member>RightBorder</member>. + Preferred over BorderLine #RightBorder. @since LibreOffice 3.6 */ @@ -249,7 +249,7 @@ published service CellProperties /** contains a description of the top left to bottom right diagonal line of each cell. - Preferred over BorderLine <member>DiagonalTLBR</member>. + Preferred over BorderLine #DiagonalTLBR. @since LibreOffice 3.6 */ @@ -257,7 +257,7 @@ published service CellProperties /** contains a description of the bottom left to top right diagonal line of each cell. - Preferred over BorderLine <member>DiagonalBLTR</member>. + Preferred over BorderLine #DiagonalBLTR. @since LibreOffice 3.6 */ diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl index 89d7c9044be5..53de2bdae3bb 100644 --- a/offapi/com/sun/star/text/BaseFrameProperties.idl +++ b/offapi/com/sun/star/text/BaseFrameProperties.idl @@ -262,7 +262,7 @@ published service BaseFrameProperties <p>The value of this property is only evaluated for the positioning of the shape, if the text document setting ConsiderTextWrapOnObjPos - is <TRUE/>. Valid values are given by <member>WrapInfluenceOnPosition</member></p> + is <TRUE/>. Valid values are given by #WrapInfluenceOnPosition</p> @since OOo 2.0 */ @@ -304,13 +304,13 @@ published service BaseFrameProperties @since LibreOffice 4.1 */ [optional, property] com::sun::star::drawing::FillStyle FillStyle; - /** If the property <member>FillStyle</member> is set to <const> + /** If the property #FillStyle is set to <const> FillStyle::GRADIENT</const>, this describes the gradient used. @since LibreOffice 4.1 */ [optional, property] com::sun::star::awt::Gradient FillGradient; - /** If the property <member>FillStyle</member> is set to <const> + /** If the property #FillStyle is set to <const> FillStyle::GRADIENT</const>, this is the name of the gradient used. @since LibreOffice 4.1 diff --git a/offapi/com/sun/star/text/MailMerge.idl b/offapi/com/sun/star/text/MailMerge.idl index b6a574dfc200..c2b3cb3a4cd4 100644 --- a/offapi/com/sun/star/text/MailMerge.idl +++ b/offapi/com/sun/star/text/MailMerge.idl @@ -65,9 +65,9 @@ published service MailMerge /** allows to specify the data which the mail merge should be based on. <p>This service describe the interaction between all data access related properties, - namely <member>DataSourceName</member>, <member>Command</member>, <member>CommandType</member>, - <member>Connection</member>, <member>Selection</member>, <member>ResultSet</member>, - <member>Filter</member> and <member>EscapeProcessing</member> + namely #DataSourceName, #Command, #CommandType, + #Connection, #Selection, #ResultSet, + #Filter and #EscapeProcessing */ service com::sun::star::sdb::DataAccessDescriptor; @@ -105,7 +105,7 @@ published service MailMerge com::sun::star::sdb::RowSet, or an instance obtained by calling com::sun::star::sdb::XResultSetAccess::createResultSet() on such a com::sun::star::sdb::RowSet. This becomes important in - conjunction with the <member>Selection</member> property.</p> + conjunction with the #Selection property.</p> <p>For the interaction of this property with other data access relevant properties, see the com::sun::star::sdb::DataAccessDescriptor service.</p> @@ -123,14 +123,14 @@ published service MailMerge /** contains a selection that refers to bookmarks of the ResultSet. - <p>This property is relevant in conjunction with the <member>ResultSet</member> + <p>This property is relevant in conjunction with the #ResultSet only. A single element of this array describes a bookmark relative to the result set.<br/> - Note that this implies that the <member>ResultSet</member> needs to support the + Note that this implies that the #ResultSet needs to support the com::sun::star::sdbcx::XRowLocate interface.</p> - <p>If this array is empty, the whole result set, as described by <member>ResultSet</member> - respectively the triple (<member>DataSourceName</member>, <member>DataCommandType</member>, - <member>DataCommand</member>).</p> + <p>If this array is empty, the whole result set, as described by #ResultSet + respectively the triple (#DataSourceName, #DataCommandType, + #DataCommand).</p> <p>For the interaction of this property with other data access relevant properties, see the com::sun::star::sdb::DataAccessDescriptor service.</p> diff --git a/offapi/com/sun/star/text/Shape.idl b/offapi/com/sun/star/text/Shape.idl index 02d4771b10d6..ce134226c532 100644 --- a/offapi/com/sun/star/text/Shape.idl +++ b/offapi/com/sun/star/text/Shape.idl @@ -140,7 +140,7 @@ published service Shape <p>The value of this property is only evaluated for the positioning of the shape, if the text document setting ConsiderTextWrapOnObjPos - is <TRUE/>. Valid values are given by <member>WrapInfluenceOnPosition</member></p> + is <TRUE/>. Valid values are given by #WrapInfluenceOnPosition</p> @since OOo 2.0 */ @@ -160,7 +160,7 @@ published service Shape /** determines layout direction the position attributes of the shape is given - <p>Valid values are given by <member>PositionLayoutDir</member></p> + <p>Valid values are given by #PositionLayoutDir</p> @since OOo 2.0 */ diff --git a/offapi/com/sun/star/text/WritingMode2.idl b/offapi/com/sun/star/text/WritingMode2.idl index b875ca1c4644..1b91786b694d 100644 --- a/offapi/com/sun/star/text/WritingMode2.idl +++ b/offapi/com/sun/star/text/WritingMode2.idl @@ -69,7 +69,7 @@ published constants WritingMode2 <p>May not be used in page styles.</p> @deprecated - Use <member>CONTEXT</member> instead. + Use #CONTEXT instead. */ const short PAGE = 4; diff --git a/offapi/com/sun/star/text/fieldmaster/Database.idl b/offapi/com/sun/star/text/fieldmaster/Database.idl index f43c770560c7..928227cca43c 100644 --- a/offapi/com/sun/star/text/fieldmaster/Database.idl +++ b/offapi/com/sun/star/text/fieldmaster/Database.idl @@ -29,8 +29,8 @@ module com { module sun { module star { module text { module fieldmaster { /** specifies service of a Database field master. @see com::sun::star::text::TextField - Only one of the properties <member>DataBaseName</member>, - <member>DataBaseURL</member> and <member>DataBaseResource</member> + Only one of the properties #DataBaseName, + #DataBaseURL and #DataBaseResource should be set. If more than one are set the last one will be used. */ published service Database diff --git a/offapi/com/sun/star/text/textfield/DatabaseName.idl b/offapi/com/sun/star/text/textfield/DatabaseName.idl index db8d6dee92b5..9a4840f4ccd6 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseName.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseName.idl @@ -29,8 +29,8 @@ module com { module sun { module star { module text { module textfield { /** specifies service of text field that displays the name of a database. @see com::sun::star::text::TextField - Only one of the properties <member>DataBaseName</member>, - <member>DataBaseURL</member> and <member>DataBaseResource</member> + Only one of the properties #DataBaseName, + #DataBaseURL and #DataBaseResource should be set. If more than one are set the last one will be used. */ published service DatabaseName diff --git a/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl b/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl index 09c49b4eebc7..b5bb38b2336d 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl @@ -29,8 +29,8 @@ module com { module sun { module star { module text { module textfield { /** specifies service of a text field that increments a database selection. @see com::sun::star::text::TextField - Only one of the properties <member>DataBaseName</member>, - <member>DataBaseURL</member> and <member>DataBaseResource</member> + Only one of the properties #DataBaseName, + #DataBaseURL and #DataBaseResource should be set. If more than one are set the last one will be used. */ published service DatabaseNextSet diff --git a/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl b/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl index 472e4c4c0be4..efe9cd9476fe 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl @@ -30,8 +30,8 @@ module com { module sun { module star { module text { module textfield { a database cursor. @see com::sun::star::text::TextField - Only one of the properties <member>DataBaseName</member>, - <member>DataBaseURL</member> and <member>DataBaseResource</member> + Only one of the properties #DataBaseName, + #DataBaseURL and #DataBaseResource should be set. If more than one are set the last one will be used. */ published service DatabaseNumberOfSet diff --git a/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl b/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl index 6e11017964b8..a10f9cf976ba 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl @@ -30,8 +30,8 @@ module com { module sun { module star { module text { module textfield { a database. @see com::sun::star::text::TextField - Only one of the properties <member>DataBaseName</member>, - <member>DataBaseURL</member> and <member>DataBaseResource</member> + Only one of the properties #DataBaseName, + #DataBaseURL and #DataBaseResource should be set. If more than one are set the last one will be used. */ published service DatabaseSetNumber diff --git a/offapi/com/sun/star/text/textfield/DateTime.idl b/offapi/com/sun/star/text/textfield/DateTime.idl index 5ebefea0c2e3..48c068b5b63a 100644 --- a/offapi/com/sun/star/text/textfield/DateTime.idl +++ b/offapi/com/sun/star/text/textfield/DateTime.idl @@ -56,7 +56,7 @@ published service DateTime [optional, property] long NumberFormat; /** this is the display format for this field. - Depending on <member>IsDate</member>, this + Depending on #IsDate, this is either a com::sun::star::text::DateDisplayFormat or com::sun::star::text::TimeDisplayFormat. diff --git a/offapi/com/sun/star/ucb/CachedContentResultSet.idl b/offapi/com/sun/star/ucb/CachedContentResultSet.idl index ddacf36f6ad9..1f9d6ebb8c70 100644 --- a/offapi/com/sun/star/ucb/CachedContentResultSet.idl +++ b/offapi/com/sun/star/ucb/CachedContentResultSet.idl @@ -44,7 +44,7 @@ published service CachedContentResultSet <p>The default fetch size is implementation specific. - <p>Every negative value for parameter <member>FetchSize</member> will + <p>Every negative value for parameter #FetchSize will force an implementation specific value to be set. */ [property] long FetchSize; diff --git a/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl b/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl index 5696f6a2f434..5517c9593bc7 100644 --- a/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl +++ b/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl @@ -80,10 +80,10 @@ published interface XCachedDynamicResultSetStubFactory: com::sun::star::uno::XIn properties that are involved in sorting. @throws ListenerAlreadySetException - if <member>Source</member> is already in use. + if #Source is already in use. @throws AlreadyInitializedException - if <member>TargetCache</member> already has been initialized. + if #TargetCache already has been initialized. */ void connectToCache( [in] com::sun::star::ucb::XDynamicResultSet Source diff --git a/offapi/com/sun/star/ui/ConfigurableUIElement.idl b/offapi/com/sun/star/ui/ConfigurableUIElement.idl index 5d23dd400071..c5c02ccccb7b 100644 --- a/offapi/com/sun/star/ui/ConfigurableUIElement.idl +++ b/offapi/com/sun/star/ui/ConfigurableUIElement.idl @@ -77,13 +77,13 @@ service ConfigurableUIElement interface com::sun::star::ui::XUIElementSettings; /** specifies if the user interface element stores changes of its structure to its creator - source defined by the property <member>ConfigurationSource</member>. */ + source defined by the property #ConfigurationSource. */ [property] boolean Persistent; /** specifies the configuration source of this user interface element. <p> - If the property <member>Persistent</member> is <TRUE/> changes on the structure of + If the property #Persistent is <TRUE/> changes on the structure of the user interface element are written back to configuration source. When this property is changed, afterwards XUIElementSettings::updateSettings() must be called so the user interface element tries to retrieve its settings from the new user interface diff --git a/offapi/com/sun/star/ui/XUIConfigurationManager.idl b/offapi/com/sun/star/ui/XUIConfigurationManager.idl index d03e4c12a926..074f0f3fd59c 100644 --- a/offapi/com/sun/star/ui/XUIConfigurationManager.idl +++ b/offapi/com/sun/star/ui/XUIConfigurationManager.idl @@ -124,7 +124,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface implements UIElementSettings. If the settings data cannot be found a com::sun::star::container::NoSuchElementException - is thrown. If the <member>ResourceURL</member> is not valid or + is thrown. If the #ResourceURL is not valid or describes an unknown type a com::sun::star::lang::IllegalArgumentException is thrown. @@ -146,7 +146,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface <p> If the settings data cannot be found a com::sun::star::container::NoSuchElementException - is thrown. If the <member>ResourceURL</member> is not valid or describes + is thrown. If the #ResourceURL is not valid or describes an unknown type a com::sun::star::lang::IllegalArgumentException is thrown. If the configuration manager is read-only a @@ -165,7 +165,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface <p> If the settings data cannot be found a com::sun::star::container::NoSuchElementException is - thrown. If the <member>ResourceURL</member> is not valid or describes an + thrown. If the #ResourceURL is not valid or describes an unknown type a com::sun::star::lang::IllegalArgumentException is thrown. If the configuration manager is read-only a com::sun::star::lang::IllegalAccessException is thrown. @@ -185,7 +185,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface <p> If the settings data is already present a com::sun::star::container::ElementExistException - is thrown. If the <member>ResourceURL</member> is not valid or describes + is thrown. If the #ResourceURL is not valid or describes an unknown type a com::sun::star::lang::IllegalArgumentException is thrown. If the configuration manager is read-only a com::sun::star::lang::IllegalAccessException is thrown. diff --git a/offapi/com/sun/star/ui/XUIElementSettings.idl b/offapi/com/sun/star/ui/XUIElementSettings.idl index 1f7c6f24b67a..6a57777a343d 100644 --- a/offapi/com/sun/star/ui/XUIElementSettings.idl +++ b/offapi/com/sun/star/ui/XUIElementSettings.idl @@ -71,7 +71,7 @@ interface XUIElementSettings : com::sun::star::uno::XInterface User interface elements cannot be changed directly. The changed structure data has to be set again. This speeds up the configuration process if many changes have to be made on the structure. The persistence of changes are - controlled by the boolean property <member>Persistent</member>. + controlled by the boolean property #Persistent. </p> diff --git a/offapi/com/sun/star/view/PrintOptions.idl b/offapi/com/sun/star/view/PrintOptions.idl index b74a6a544472..d24f4230e4d6 100644 --- a/offapi/com/sun/star/view/PrintOptions.idl +++ b/offapi/com/sun/star/view/PrintOptions.idl @@ -46,7 +46,7 @@ published service PrintOptions /** advises the printer to sort the pages of the copies. @deprecated - Use <member>Collate</member> instead. + Use #Collate instead. */ [property] boolean Sort; diff --git a/offapi/com/sun/star/view/PrinterDescriptor.idl b/offapi/com/sun/star/view/PrinterDescriptor.idl index 5520d8412c2e..c09ed1710b53 100644 --- a/offapi/com/sun/star/view/PrinterDescriptor.idl +++ b/offapi/com/sun/star/view/PrinterDescriptor.idl @@ -53,14 +53,14 @@ published service PrinterDescriptor is a user-defined size. <p>Setting this property may change the value of - <member>PrinterDescriptor</member>PaperSize</member.</p> + #PrinterDescriptorPaperSize</member.</p> */ [property] com::sun::star::view::PaperFormat PaperFormat; /** specifies the size of the paper in 100th mm. <p>Setting this property may change the value of - <member>PrinterDescriptor</member>PaperFormat</member.</p> + #PrinterDescriptorPaperFormat</member.</p> */ [property] com::sun::star::awt::Size PaperSize; diff --git a/offapi/com/sun/star/xsd/String.idl b/offapi/com/sun/star/xsd/String.idl index 2806686997f0..be706ea6131e 100644 --- a/offapi/com/sun/star/xsd/String.idl +++ b/offapi/com/sun/star/xsd/String.idl @@ -34,22 +34,22 @@ service String /** specifies the length of the string - <p>Note that you cannot specify <member>Length</member> together - with <member>MinLength</member> or <member>MaxLength</member>.</p> + <p>Note that you cannot specify #Length together + with #MinLength or #MaxLength.</p> */ [property, maybevoid] long Length; /** specifies the minimum length of the string - <p>Note that you cannot specify <member>MinLength</member> together - with <member>Length</member>.</p> + <p>Note that you cannot specify #MinLength together + with #Length.</p> */ [property, maybevoid] long MinLength; /** specifies the maximum length of the string - <p>Note that you cannot specify <member>MaxLength</member> together - with <member>Length</member>.</p> + <p>Note that you cannot specify #MaxLength together + with #Length.</p> */ [property, maybevoid] long MaxLength; }; |