summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations/XAnimationNode.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:15:21 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:04 +0200
commitbe7f280ea7034a1cb1195a3d27b51d1b9626b905 (patch)
tree1d4201255666273daff789cf6e722cd9a87f06f8 /offapi/com/sun/star/animations/XAnimationNode.idl
parentce36de949df2351ee81ab05d32093372b65e9831 (diff)
*api: convert <atom>
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g' Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
Diffstat (limited to 'offapi/com/sun/star/animations/XAnimationNode.idl')
-rw-r--r--offapi/com/sun/star/animations/XAnimationNode.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/animations/XAnimationNode.idl b/offapi/com/sun/star/animations/XAnimationNode.idl
index 79078663123c..06b5454cee5a 100644
--- a/offapi/com/sun/star/animations/XAnimationNode.idl
+++ b/offapi/com/sun/star/animations/XAnimationNode.idl
@@ -40,7 +40,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
<br>
#Begin is
<ul>
- <li><atom>double</atom> describes the element begin as an offset in seconds from an implicit syncbase.
+ <li>`double` 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.
The offset is measured in parent simple time.</li>
<li>Event describes an event and an optional offset that determine the
@@ -61,7 +61,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
<br>
#Duration is
<ul>
- <li><atom>double</atom> specifies the length of the simple duration in seconds.</li>
+ <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>
@@ -75,7 +75,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
<br>
#End is
<ul>
- <li><atom>double</atom> describes the element end as an offset in seconds from an implicit syncbase.
+ <li>`double` 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.
The offset is measured in parent simple time.</li>
<li>Event describes an event and an optional offset that determine the
@@ -100,7 +100,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
children (e.g. animate or area elements).
#EndSync is
- either a <atom>short</atom> constant from EndSync,
+ either a `short` constant from EndSync,
an interface reference to a child XTimeContainer
or <void/>.
@@ -112,7 +112,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
<br>
#RepeatCount is
<ul>
- <li><atom>double</atom>
+ <li>`double`
this is a numeric value that specifies the number of iterations.
It can include partial iterations expressed as fraction values.
A fractional value describes a portion of the simple duration.
@@ -132,7 +132,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
<br>
#RepeatDuration is
<ul>
- <li><atom>double</atom>
+ <li>`double`
specifies the duration in element active time
to repeat the simple duration in seconds.</li>
<li>Timing::INDEFINITE the element is defined to repeat indefinitely
@@ -178,7 +178,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
/** defines the restart behavior of this element.
<br>
#Restart is
- a <atom>short</atom> value from AnimationRestart.
+ a `short` value from AnimationRestart.
@see AnimationRestart
@see http://www.w3.org/TR/smil20/smil-timing.html#adef-restart