summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:14:19 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commit4bb43e1612ea3737fe53bb28ac830810b0a6a028 (patch)
treebd4949cc9c236626941b7995fb390a7090db37b9 /offapi/com/sun/star/animations
parentea71a05840f53158f669182c6e93de9f8348bbe5 (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/sun/star/animations')
-rw-r--r--offapi/com/sun/star/animations/AnimationCalcMode.idl4
-rw-r--r--offapi/com/sun/star/animations/Event.idl2
-rw-r--r--offapi/com/sun/star/animations/XAnimate.idl6
-rw-r--r--offapi/com/sun/star/animations/XAnimateColor.idl2
-rw-r--r--offapi/com/sun/star/animations/XAnimateMotion.idl4
-rw-r--r--offapi/com/sun/star/animations/XAnimationNode.idl26
-rw-r--r--offapi/com/sun/star/animations/XTransitionFilter.idl6
7 files changed, 25 insertions, 25 deletions
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).