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
1056f627
Kaydet (Commit)
1056f627
authored
Kas 09, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:passstuffbyref
Change-Id: Ibcab688c042e32a81b936573503c4a9066244161
üst
31801a40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
slidetransition.hxx
include/oox/ppt/slidetransition.hxx
+1
-1
slidetransition.cxx
oox/source/ppt/slidetransition.cxx
+1
-1
No files found.
include/oox/ppt/slidetransition.hxx
Dosyayı görüntüle @
1056f627
...
@@ -54,7 +54,7 @@ namespace oox { namespace ppt {
...
@@ -54,7 +54,7 @@ namespace oox { namespace ppt {
void
setOoxTransitionType
(
::
sal_Int32
OoxType
,
void
setOoxTransitionType
(
::
sal_Int32
OoxType
,
::
sal_Int32
param1
,
::
sal_Int32
param2
);
::
sal_Int32
param1
,
::
sal_Int32
param2
);
void
setPresetTransition
(
OUString
sPresetTransition
);
void
setPresetTransition
(
OUString
const
&
sPresetTransition
);
private
:
private
:
::
sal_Int16
mnTransitionType
;
::
sal_Int16
mnTransitionType
;
...
...
oox/source/ppt/slidetransition.cxx
Dosyayı görüntüle @
1056f627
...
@@ -419,7 +419,7 @@ namespace oox { namespace ppt {
...
@@ -419,7 +419,7 @@ namespace oox { namespace ppt {
}
}
}
}
void
SlideTransition
::
setPresetTransition
(
OUString
sPresetTransition
)
void
SlideTransition
::
setPresetTransition
(
OUString
const
&
sPresetTransition
)
{
{
if
(
sPresetTransition
==
"fallOver"
)
if
(
sPresetTransition
==
"fallOver"
)
{
{
...
...
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