summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:27:46 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:04 +0200
commit6e1d239ae04bbb1b639ae8d04c59d3375f867712 (patch)
treef4ce26e51900176ae95320652fb31404144a54eb /offapi/com/sun/star/animations
parentbe7f280ea7034a1cb1195a3d27b51d1b9626b905 (diff)
*api: convert <true/> <false/> <void/>
sed -i 's,<\(true\|false\|void\)/>,`\U\1`,g' Change-Id: I87a6e81ff22b47ea979322d01c49350892d3945f
Diffstat (limited to 'offapi/com/sun/star/animations')
-rw-r--r--offapi/com/sun/star/animations/XAnimateColor.idl2
-rw-r--r--offapi/com/sun/star/animations/XAnimationNode.idl16
-rw-r--r--offapi/com/sun/star/animations/XTransitionFilter.idl12
3 files changed, 15 insertions, 15 deletions
diff --git a/offapi/com/sun/star/animations/XAnimateColor.idl b/offapi/com/sun/star/animations/XAnimateColor.idl
index a2bc57f72cad..5bf3084476ef 100644
--- a/offapi/com/sun/star/animations/XAnimateColor.idl
+++ b/offapi/com/sun/star/animations/XAnimateColor.idl
@@ -47,7 +47,7 @@ interface XAnimateColor : XAnimate
/** defines the direction which is used to perform the interpolation
inside the color space defined with #ColorSpace.
<br>
- Values could be <true/> for clockwise and <false/> for counterclockwise.
+ Values could be `TRUE` for clockwise and `FALSE` for counterclockwise.
This attribute will be ignored for color spaces where this does
not make any sense.
diff --git a/offapi/com/sun/star/animations/XAnimationNode.idl b/offapi/com/sun/star/animations/XAnimationNode.idl
index 06b5454cee5a..7658e2e5d088 100644
--- a/offapi/com/sun/star/animations/XAnimationNode.idl
+++ b/offapi/com/sun/star/animations/XAnimationNode.idl
@@ -50,7 +50,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
external event to the element.</li>
<li>sequence&lt;any&gt; a sequence of values described above if more than
one begin value is defined for this element.</li>
- <li><void/> if no begin behavior is defined for this element.</li>
+ <li>`VOID` if no begin behavior is defined for this element.</li>
</ul>
@see http://www.w3.org/TR/smil20/smil-timing.html#adef-begin
@@ -64,7 +64,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
<li>`double` specifies the length of the simple duration in seconds.</li>
<li>Timing::INDEFINITE specifies the simple duration as indefinite.</li>
<li>Timing::MEDIA specifies the simple duration as the intrinsic media duration. This is only valid for elements that define media.</li>
- <li><void/> the simple duration for the element is defined to be the implicit duration of the element.</li>
+ <li>`VOID` the simple duration for the element is defined to be the implicit duration of the element.</li>
</ul>
@see http://www.w3.org/TR/smil20/smil-timing.html#adef-dur
@@ -85,7 +85,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
external event to the element.</li>
<li>sequence&lt;any&gt; a sequence of values described above if more than
one begin value is defined for this element.</li>
- <li><void/> if no end behavior is defined for this element.</li>
+ <li>`VOID` if no end behavior is defined for this element.</li>
</ul>
@see http://www.w3.org/TR/smil20/smil-timing.html#adef-end
@@ -102,7 +102,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
#EndSync is
either a `short` constant from EndSync,
an interface reference to a child XTimeContainer
- or <void/>.
+ or `VOID`.
@see http://www.w3.org/TR/smil20/smil-timing.html#adef-endsync
*/
@@ -119,7 +119,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
Values must be greater than 0.</li>
<li>Timing::INDEFINITE the element is defined to repeat indefinitely
(subject to the constraints of the parent time container).</li>
- <li><void/>
+ <li>`VOID`
no repeat count is defined for this element.</li>
</ul>
@@ -137,7 +137,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
to repeat the simple duration in seconds.</li>
<li>Timing::INDEFINITE the element is defined to repeat indefinitely
(subject to the constraints of the parent time container).</li>
- <li><void/>
+ <li>`VOID`
No repeat duration is defined for this element. </li>
</ul>
@@ -226,8 +226,8 @@ interface XAnimationNode : ::com::sun::star::container::XChild
#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>
+ <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>
</ul>
@see http://www.w3.org/TR/smil20/smil-timemanip.html#adef-autoReverse
diff --git a/offapi/com/sun/star/animations/XTransitionFilter.idl b/offapi/com/sun/star/animations/XTransitionFilter.idl
index 8cc010997c6b..2f0921f149c1 100644
--- a/offapi/com/sun/star/animations/XTransitionFilter.idl
+++ b/offapi/com/sun/star/animations/XTransitionFilter.idl
@@ -51,22 +51,22 @@ interface XTransitionFilter : XAnimate
[attribute] short Subtype;
/** Indicates whether the transitionFilter's parent element will transition in or out.
- Legal values are <true/> indicating that the parent media will become more visible as
- the transition progress increases and <false/> indicating that the parent media will
+ Legal values are `TRUE` indicating that the parent media will become more visible as
+ the transition progress increases and `FALSE` indicating that the parent media will
become less visible as the transition progress increases.
- The default value is <true/>.
+ The default value is `TRUE`.
*/
[attribute] boolean Mode;
/** This specifies the direction the transition will run.
<br>
- The legal values are <true/> for forward and <false/> for reverse.
- The default value is <true/>.
+ The legal values are `TRUE` for forward and `FALSE` for reverse.
+ The default value is `TRUE`.
Note that this does not impact the media being transitioned to, but
only affects the geometry of the transition.
Transitions which do not have a reverse interpretation should ignore the
- direction attribute and assume the default value of <true/>.
+ direction attribute and assume the default value of `TRUE`.
*/
[attribute] boolean Direction;