diff options
Diffstat (limited to 'offapi/com/sun/star/animations/XAnimationNode.idl')
-rw-r--r-- | offapi/com/sun/star/animations/XAnimationNode.idl | 16 |
1 files changed, 8 insertions, 8 deletions
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<any> 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<any> 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 |