summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XAnimatedSprite.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:47:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commit944eb9902788d8afec9e3f0f65d3b680041e039b (patch)
tree3bbb926890561b81d9f6ae611be4677876799a36 /offapi/com/sun/star/rendering/XAnimatedSprite.idl
parentcdbbbdce9956e290b4a849af332df55da1be8d36 (diff)
*api: convert <type>Foo</type>
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
Diffstat (limited to 'offapi/com/sun/star/rendering/XAnimatedSprite.idl')
-rw-r--r--offapi/com/sun/star/rendering/XAnimatedSprite.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/rendering/XAnimatedSprite.idl b/offapi/com/sun/star/rendering/XAnimatedSprite.idl
index 82d81b219a2a..a0c16c94db7a 100644
--- a/offapi/com/sun/star/rendering/XAnimatedSprite.idl
+++ b/offapi/com/sun/star/rendering/XAnimatedSprite.idl
@@ -45,7 +45,7 @@ interface XAnimatedSprite : XSprite
full [0,1] range of the <member>XAnimation::render</member>'s
t parameter, or a full sequence of sprite bitmaps drawn). Once
an animation is running, the associated
- <type>XSpriteCanvas</type> handles screen updates
+ XSpriteCanvas handles screen updates
automatically. That means, changes to position or alpha are
reflected on screen automatically. Please note further that
sprite visibility and animation are unrelated, i.e. a hidden
@@ -67,7 +67,7 @@ interface XAnimatedSprite : XSprite
A subsequent <member>XAnimatedSprite::startAnimation</member>
will commence the sequence at the point where it was stopped
with here. Once an animation is stopped, the associated
- <type>XSpriteCanvas</type> does not update changed sprites
+ XSpriteCanvas does not update changed sprites
anymore.<p>
*/
void stopAnimation();
@@ -78,7 +78,7 @@ interface XAnimatedSprite : XSprite
If the animation is currently running, the next frame that is
drawn after this method has finished, will be the first
one. Please note that if an animation is not started, the
- associated <type>XSpriteCanvas</type> does not update changed
+ associated XSpriteCanvas does not update changed
sprites automatically.<p>
*/
void resetAnimation();
@@ -89,7 +89,7 @@ interface XAnimatedSprite : XSprite
This method has no effect when called for a bitmap-sequence
sprite. Please note that if an animation is not started, the
- associated <type>XSpriteCanvas</type> does not update changed
+ associated XSpriteCanvas does not update changed
sprites automatically, but has to be told to do so via
<member>XSpriteCanvas::updateScreen()</member>.<p>
*/
@@ -105,7 +105,7 @@ interface XAnimatedSprite : XSprite
<member>XSpriteCanvas::updateAnimation()</member> after this
method, as it automatically rerenders, if necessary. Please
note that if an animation is not started, the associated
- <type>XSpriteCanvas</type> does not update changed sprites
+ XSpriteCanvas does not update changed sprites
automatically, but has to be told to do so via
<member>XSpriteCanvas::updateScreen()</member>.<p>
@@ -114,7 +114,7 @@ interface XAnimatedSprite : XSprite
<member>XAnimation::render()</member> method, or when drawing
the sprite's bitmaps, respectively.
- @throws <type>com::sun::star::lang::IllegalArgumentException</type>
+ @throws com::sun::star::lang::IllegalArgumentException
if the view transformation matrix is singular.
*/
void setViewState( [in] ViewState aViewState )
@@ -128,7 +128,7 @@ interface XAnimatedSprite : XSprite
redraws for every state change.<p>
Please note that if an animation is not started, the
- associated <type>XSpriteCanvas</type> does not update changed
+ associated XSpriteCanvas does not update changed
sprites automatically, but has to be told to do so via
<member>XSpriteCanvas::updateScreen()</member>.<p>
@@ -154,7 +154,7 @@ interface XAnimatedSprite : XSprite
Whether this method should implicitly call
<member>XSpriteCanvas::updateAnimation</member> or not.
- @throws <type>com::sun::star::lang::IllegalArgumentException</type>
+ @throws com::sun::star::lang::IllegalArgumentException
if one of the passed parameters does not lie in the specified,
permissible range.
*/