Kaydet (Commit) 4bb43e16 authored tarafından Michael Stahl's avatar Michael Stahl

*api: replace <member>Foo</member>

These member variables need a # prefix.

sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g"

Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
üst ea71a058
......@@ -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;
};
......
......@@ -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>
......
......@@ -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;
};
......
......@@ -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.
*/
......
......@@ -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
*/
......
......@@ -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.
......
......@@ -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.
*/
......
......@@ -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>
......
......@@ -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).
......
......@@ -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
......
......@@ -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>
......
......@@ -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>
......
......@@ -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;
};
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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>
......
......@@ -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>
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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>
......
......@@ -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
*/
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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>
......
......@@ -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>
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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>