Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
a4babcc4
Kaydet (Commit)
a4babcc4
authored
Ock 14, 2011
tarafından
Mikhail Voytenko
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
üst
ec8fbbb7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
effectrewinder.hxx
slideshow/source/engine/effectrewinder.hxx
+1
-1
slideshowimpl.cxx
slideshow/source/engine/slideshowimpl.cxx
+2
-2
screenupdater.hxx
slideshow/source/inc/screenupdater.hxx
+2
-2
usereventqueue.hxx
slideshow/source/inc/usereventqueue.hxx
+2
-2
No files found.
slideshow/source/engine/effectrewinder.hxx
Dosyayı görüntüle @
a4babcc4
...
@@ -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.
...
...
slideshow/source/engine/slideshowimpl.cxx
Dosyayı görüntüle @
a4babcc4
...
@@ -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
;
...
...
slideshow/source/inc/screenupdater.hxx
Dosyayı görüntüle @
a4babcc4
...
@@ -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
);
...
...
slideshow/source/inc/usereventqueue.hxx
Dosyayı görüntüle @
a4babcc4
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment