summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/activities/discreteactivitybase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/activities/discreteactivitybase.hxx')
-rw-r--r--slideshow/source/engine/activities/discreteactivitybase.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/slideshow/source/engine/activities/discreteactivitybase.hxx b/slideshow/source/engine/activities/discreteactivitybase.hxx
index 3a14f5a7354b..de4c11aeedc7 100644
--- a/slideshow/source/engine/activities/discreteactivitybase.hxx
+++ b/slideshow/source/engine/activities/discreteactivitybase.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -54,10 +54,10 @@ namespace slideshow
This method is called for each discrete time
instant, with nFrame denoting the frame number
(starting with 0)
-
+
@param nFrame
Current frame number.
-
+
@param nRepeatCount
Number of full repeats already performed
*/
@@ -68,19 +68,19 @@ namespace slideshow
protected:
virtual void startAnimation();
- sal_uInt32 calcFrameIndex( sal_uInt32 nCurrCalls,
- ::std::size_t nVectorSize ) const;
+ sal_uInt32 calcFrameIndex( sal_uInt32 nCurrCalls,
+ ::std::size_t nVectorSize ) const;
- sal_uInt32 calcRepeatCount( sal_uInt32 nCurrCalls,
- ::std::size_t nVectorSize ) const;
+ sal_uInt32 calcRepeatCount( sal_uInt32 nCurrCalls,
+ ::std::size_t nVectorSize ) const;
::std::size_t getNumberOfKeyTimes() const { return maDiscreteTimes.size(); }
private:
- WakeupEventSharedPtr mpWakeupEvent;
- const ::std::vector< double > maDiscreteTimes;
- const double mnSimpleDuration;
- sal_uInt32 mnCurrPerformCalls;
+ WakeupEventSharedPtr mpWakeupEvent;
+ const ::std::vector< double > maDiscreteTimes;
+ const double mnSimpleDuration;
+ sal_uInt32 mnCurrPerformCalls;
};
}
}