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
f2154c68
Kaydet (Commit)
f2154c68
authored
May 28, 2012
tarafından
Ariel Constenla-Haile
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i53749 - Show Pause logo according to presentation settings
Original author: Tsutomu Uchino <hanya.runo at gmail.com>
üst
7da37198
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
slideshowimpl.cxx
sd/source/ui/slideshow/slideshowimpl.cxx
+7
-2
No files found.
sd/source/ui/slideshow/slideshowimpl.cxx
Dosyayı görüntüle @
f2154c68
...
@@ -3320,8 +3320,13 @@ void SAL_CALL SlideshowImpl::gotoNextSlide( ) throw (RuntimeException)
...
@@ -3320,8 +3320,13 @@ void SAL_CALL SlideshowImpl::gotoNextSlide( ) throw (RuntimeException)
{
{
if
(
mpShowWindow
)
if
(
mpShowWindow
)
{
{
Graphic
aGraphic
(
SfxApplication
::
GetApplicationLogo
().
GetBitmapEx
()
);
if
(
maPresSettings
.
mbShowPauseLogo
)
mpShowWindow
->
SetPauseMode
(
0
,
maPresSettings
.
mnPauseTimeout
,
&
aGraphic
);
{
Graphic
aGraphic
(
SfxApplication
::
GetApplicationLogo
().
GetBitmapEx
()
);
mpShowWindow
->
SetPauseMode
(
0
,
maPresSettings
.
mnPauseTimeout
,
&
aGraphic
);
}
else
mpShowWindow
->
SetPauseMode
(
0
,
maPresSettings
.
mnPauseTimeout
);
}
}
}
}
else
else
...
...
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