summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/rendering/AnimationRepeat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/AnimationRepeat.idl')
-rw-r--r--offapi/com/sun/star/rendering/AnimationRepeat.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/rendering/AnimationRepeat.idl b/offapi/com/sun/star/rendering/AnimationRepeat.idl
index 8bde41c46b99..87e79a85f67f 100644
--- a/offapi/com/sun/star/rendering/AnimationRepeat.idl
+++ b/offapi/com/sun/star/rendering/AnimationRepeat.idl
@@ -39,18 +39,18 @@ module com { module sun { module star { module rendering {
*/
constants AnimationRepeat
{
- /** The [0,1] parameter range is sweeped through exactly once.<p>
+ /** The [0,1] parameter range is swept through exactly once.<p>
- The [0,1] parameter range is sweeped through exactly once,
+ The [0,1] parameter range is swept through exactly once,
starting with 0 and ending with 1.<p>
*/
const byte ONE_SHOT=0;
//-------------------------------------------------------------------------
- /** The [0,1] parameter range is sweeped through exactly twice.<p>
+ /** The [0,1] parameter range is swept through exactly twice.<p>
- The [0,1] parameter range is sweeped through exactly twice,
+ The [0,1] parameter range is swept through exactly twice,
starting with 0, going to 1, and going back to 0. When
plotting the value over time, this yields a triangle curve.<p>
*/
@@ -58,9 +58,9 @@ constants AnimationRepeat
//-------------------------------------------------------------------------
- /** The [0,1] parameter range is sweeped through infinitely.<p>
+ /** The [0,1] parameter range is swept through infinitely.<p>
- The [0,1] parameter range is sweeped through infinitely,
+ The [0,1] parameter range is swept through infinitely,
starting with 0, going to 1, and going back to 0, and then
starting again. When plotting the value over time, this yields
a repeated triangle curve.<p>
@@ -69,9 +69,9 @@ constants AnimationRepeat
//-------------------------------------------------------------------------
- /** The [0,1] parameter range is sweeped through infinitely.<p>
+ /** The [0,1] parameter range is swept through infinitely.<p>
- The [0,1] parameter range is sweeped through infinitely,
+ The [0,1] parameter range is swept through infinitely,
starting with 0, going to 1, and starting with 0 again. When
plotting the value over time, this yields a repeated saw-tooth
curve.<p>