summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/animations')
-rw-r--r--offapi/com/sun/star/animations/AnimationAdditiveMode.idl2
-rw-r--r--offapi/com/sun/star/animations/AnimationCalcMode.idl2
-rw-r--r--offapi/com/sun/star/animations/AnimationFill.idl4
-rw-r--r--offapi/com/sun/star/animations/AnimationTransformType.idl2
-rw-r--r--offapi/com/sun/star/animations/XAnimateTransform.idl4
-rw-r--r--offapi/com/sun/star/animations/XAnimationNode.idl10
6 files changed, 12 insertions, 12 deletions
diff --git a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl b/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
index 5c8e13f8c21f..06d25d79e927 100644
--- a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
+++ b/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
@@ -25,7 +25,7 @@
/** Specifies the additive mode for the animation.
- @see <type>XAnimate</type>
+ @see XAnimate
@see http://www.w3.org/TR/smil20/animation.html#adef-calcMode
@see http://www.w3.org/TR/smil20/animation.html#adef-SplineAnimation-calcMode
*/
diff --git a/offapi/com/sun/star/animations/AnimationCalcMode.idl b/offapi/com/sun/star/animations/AnimationCalcMode.idl
index e9fa85313890..d9da7a84c68c 100644
--- a/offapi/com/sun/star/animations/AnimationCalcMode.idl
+++ b/offapi/com/sun/star/animations/AnimationCalcMode.idl
@@ -25,7 +25,7 @@
/** Specifies the interpolation mode for the animation.
- @see <type>XAnimation</type>
+ @see XAnimation
@see http://www.w3.org/TR/smil20/animation.html#adef-calcMode
@see http://www.w3.org/TR/smil20/animation.html#adef-SplineAnimation-calcMode
*/
diff --git a/offapi/com/sun/star/animations/AnimationFill.idl b/offapi/com/sun/star/animations/AnimationFill.idl
index 35c7e903434f..d466d2864114 100644
--- a/offapi/com/sun/star/animations/AnimationFill.idl
+++ b/offapi/com/sun/star/animations/AnimationFill.idl
@@ -24,9 +24,9 @@
/** This constants are used for the members <member>fill</member> and <member>fillDefault</member>
- of the an <type>XTimeContainer</type>.
+ of the an XTimeContainer.
- @see <type>XTimeContainer</type>
+ @see XTimeContainer
@see http://www.w3.org/TR/smil20/smil-timing.html#adef-fill
*/
constants AnimationFill
diff --git a/offapi/com/sun/star/animations/AnimationTransformType.idl b/offapi/com/sun/star/animations/AnimationTransformType.idl
index f47d6bd0f9b8..52e5f383494e 100644
--- a/offapi/com/sun/star/animations/AnimationTransformType.idl
+++ b/offapi/com/sun/star/animations/AnimationTransformType.idl
@@ -23,7 +23,7 @@
module com { module sun { module star { module animations {
-/** Specifies the transformation type for an <type>XAnimateTransform</type>.
+/** Specifies the transformation type for an XAnimateTransform.
@see http://www.w3.org/TR/SVG/animate.html#AnimateTransformElementTypeAttribute
*/
diff --git a/offapi/com/sun/star/animations/XAnimateTransform.idl b/offapi/com/sun/star/animations/XAnimateTransform.idl
index cf0a73f6ed79..cdda0f61a1c8 100644
--- a/offapi/com/sun/star/animations/XAnimateTransform.idl
+++ b/offapi/com/sun/star/animations/XAnimateTransform.idl
@@ -38,9 +38,9 @@
<ul>
<li><const>AnimationTransformType::TRANSLATE</const><br>
- <type>ValuePair</type> of <i>tx</i> and <i>ty</i></li>
+ ValuePair of <i>tx</i> and <i>ty</i></li>
<li><const>AnimationTransformType::SCALE</const><br>
- <type>ValuePair</type> of <i>sx</i> and <i>sy</i></li>
+ ValuePair of <i>sx</i> and <i>sy</i></li>
<li><const>AnimationTransformType::ROTATE</const><br>
Values for a rotation angle</li>
<li><const>AnimationTransformType::SKEWX</const><br>
diff --git a/offapi/com/sun/star/animations/XAnimationNode.idl b/offapi/com/sun/star/animations/XAnimationNode.idl
index 975b0b776e0c..de64f0fdcb1c 100644
--- a/offapi/com/sun/star/animations/XAnimationNode.idl
+++ b/offapi/com/sun/star/animations/XAnimationNode.idl
@@ -43,12 +43,12 @@ interface XAnimationNode : ::com::sun::star::container::XChild
<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.
The offset is measured in parent simple time.</li>
- <li><type>Event</type> describes an event and an optional offset that determine the
+ <li>Event describes an event and an optional offset that determine the
element begin. The element begin is defined relative to the time that the event
is raised.</li>
<li><const>Timing::INDEFINITE</const> the begin of the element will be determined by an
external event to the element.</li>
- <li><type>sequence&lt;any&gt;</type> a sequence of values described above if more than
+ <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>
</ul>
@@ -78,12 +78,12 @@ interface XAnimationNode : ::com::sun::star::container::XChild
<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.
The offset is measured in parent simple time.</li>
- <li><type>Event</type> describes an event and an optional offset that determine the
+ <li>Event describes an event and an optional offset that determine the
element end. The element end is defined relative to the time that the event
is raised.</li>
<li><const>Timing::INDEFINITE</const> the end of the element will be determined by an
external event to the element.</li>
- <li><type>sequence&lt;any&gt;</type> a sequence of values described above if more than
+ <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>
</ul>
@@ -101,7 +101,7 @@ interface XAnimationNode : ::com::sun::star::container::XChild
<member>EndSync</member> is
either a <atom>short</atom> constant from <const>EndSync</const>,
- an interface reference to a child <type>XTimeContainer</type>
+ an interface reference to a child XTimeContainer
or <void/>.
@see http://www.w3.org/TR/smil20/smil-timing.html#adef-endsync