Kaydet (Commit) a4babcc4 authored tarafından Mikhail Voytenko's avatar Mikhail Voytenko

removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags

üst ec8fbbb7
...@@ -158,7 +158,7 @@ private: ...@@ -158,7 +158,7 @@ private:
@param nEffectCount @param nEffectCount
The number of main sequence effects to replay. The number of main sequence effects to replay.
@param bRedisplayCurrentSlide @param bRedisplayCurrentSlide
When <sal_True/> then the current slide is redisplayed before the When <TRUE/> then the current slide is redisplayed before the
effects are replayed. effects are replayed.
@param rSlideRewindFunctor @param rSlideRewindFunctor
This functor is used to redisplay the current slide. This functor is used to redisplay the current slide.
......
...@@ -173,14 +173,14 @@ private: ...@@ -173,14 +173,14 @@ private:
*/ */
canvas::tools::ElapsedTime maTimer; canvas::tools::ElapsedTime maTimer;
/** Time between the display of frames. Enforced only when mbIsActive /** Time between the display of frames. Enforced only when mbIsActive
is <sal_True/>. is <TRUE/>.
*/ */
const double mnFrameDuration; const double mnFrameDuration;
/** Time (of maTimer) when the next frame shall be displayed. /** Time (of maTimer) when the next frame shall be displayed.
Synchronize() will wait until this time. Synchronize() will wait until this time.
*/ */
double mnNextFrameTargetTime; double mnNextFrameTargetTime;
/** Synchronize() will wait only when this flag is <sal_True/>. Otherwise /** Synchronize() will wait only when this flag is <TRUE/>. Otherwise
it returns immediately. it returns immediately.
*/ */
bool mbIsActive; bool mbIsActive;
......
...@@ -113,8 +113,8 @@ namespace slideshow ...@@ -113,8 +113,8 @@ namespace slideshow
/** Call this method to create a lock instead of calling /** Call this method to create a lock instead of calling
lockUpdates() and unlockUpdates() directly. lockUpdates() and unlockUpdates() directly.
@param bStartLocked @param bStartLocked
When <sal_True/> then the UpdateLock is created already When <TRUE/> then the UpdateLock is created already
locked. When <sal_False/> then Activate() has to be called in order locked. When <FALSE/> then Activate() has to be called in order
to lock the lock. to lock the lock.
*/ */
::boost::shared_ptr<UpdateLock> createLock (const bool bStartLocked); ::boost::shared_ptr<UpdateLock> createLock (const bool bStartLocked);
......
...@@ -188,8 +188,8 @@ public: ...@@ -188,8 +188,8 @@ public:
@param pEvent @param pEvent
The event to execute when skipping the current effect. The event to execute when skipping the current effect.
@param bSkipTriggersNextEffect @param bSkipTriggersNextEffect
When <sal_True/> then after skipping the current effect the next When <TRUE/> then after skipping the current effect the next
effect is triggered. When <sal_False/> then the next effect is not effect is triggered. When <FALSE/> then the next effect is not
triggered. triggered.
*/ */
void registerSkipEffectEvent( void registerSkipEffectEvent(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment