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
a1b0b68c
Kaydet (Commit)
a1b0b68c
authored
Eki 22, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bStartWithActualSlide is always false
Change-Id: Icf61858730e2576439fdc7bdd1c8a911f2b34bd7
üst
ab1b996a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
slideshowimpl.cxx
sd/source/ui/slideshow/slideshowimpl.cxx
+3
-3
slideshowimpl.hxx
sd/source/ui/slideshow/slideshowimpl.hxx
+1
-1
No files found.
sd/source/ui/slideshow/slideshowimpl.cxx
Dosyayı görüntüle @
a1b0b68c
...
@@ -974,7 +974,7 @@ bool SlideshowImpl::startShow( PresentationSettingsEx* pPresSettings )
...
@@ -974,7 +974,7 @@ bool SlideshowImpl::startShow( PresentationSettingsEx* pPresSettings )
}
}
// build page list
// build page list
createSlideList
(
maPresSettings
.
mbAll
,
false
,
aPresSlide
);
createSlideList
(
maPresSettings
.
mbAll
,
aPresSlide
);
// remember Slide number from where the show was started
// remember Slide number from where the show was started
if
(
pStartPage
)
if
(
pStartPage
)
...
@@ -2467,7 +2467,7 @@ Reference< XSlideShow > SlideshowImpl::createSlideShow() const
...
@@ -2467,7 +2467,7 @@ Reference< XSlideShow > SlideshowImpl::createSlideShow() const
// ---------------------------------------------------------
// ---------------------------------------------------------
void
SlideshowImpl
::
createSlideList
(
bool
bAll
,
bool
bStartWithActualSlide
,
const
OUString
&
rPresSlide
)
void
SlideshowImpl
::
createSlideList
(
bool
bAll
,
const
OUString
&
rPresSlide
)
{
{
const
long
nSlideCount
=
mpDoc
->
GetSdPageCount
(
PK_STANDARD
);
const
long
nSlideCount
=
mpDoc
->
GetSdPageCount
(
PK_STANDARD
);
...
@@ -2475,7 +2475,7 @@ void SlideshowImpl::createSlideList( bool bAll, bool bStartWithActualSlide, cons
...
@@ -2475,7 +2475,7 @@ void SlideshowImpl::createSlideList( bool bAll, bool bStartWithActualSlide, cons
{
{
SdCustomShow
*
pCustomShow
;
SdCustomShow
*
pCustomShow
;
if
(
!
bStartWithActualSlide
&&
mpDoc
->
GetCustomShowList
()
&&
maPresSettings
.
mbCustomShow
)
if
(
mpDoc
->
GetCustomShowList
()
&&
maPresSettings
.
mbCustomShow
)
pCustomShow
=
mpDoc
->
GetCustomShowList
()
->
GetCurObject
();
pCustomShow
=
mpDoc
->
GetCustomShowList
()
->
GetCurObject
();
else
else
pCustomShow
=
NULL
;
pCustomShow
=
NULL
;
...
...
sd/source/ui/slideshow/slideshowimpl.hxx
Dosyayı görüntüle @
a1b0b68c
...
@@ -267,7 +267,7 @@ private:
...
@@ -267,7 +267,7 @@ private:
double
update
();
double
update
();
void
createSlideList
(
bool
bAll
,
bool
bStartWithActualSlide
,
const
OUString
&
rPresSlide
);
void
createSlideList
(
bool
bAll
,
const
OUString
&
rPresSlide
);
void
displayCurrentSlide
(
const
bool
bSkipAllMainSequenceEffects
=
false
);
void
displayCurrentSlide
(
const
bool
bSkipAllMainSequenceEffects
=
false
);
...
...
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