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
d6f8e16b
Kaydet (Commit)
d6f8e16b
authored
Eyl 18, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sd/../unoaprms.hxx from String to OUString
Change-Id: I579cc101902027813ebd09c9a0e6adffb5b9e5a1
üst
a8ffc2a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
unoaprms.hxx
sd/source/ui/inc/unoaprms.hxx
+6
-6
No files found.
sd/source/ui/inc/unoaprms.hxx
Dosyayı görüntüle @
d6f8e16b
...
...
@@ -62,14 +62,14 @@ class SdAnimationPrmsUndoAction : public SdUndoAction
Color
aNewDimColor
;
Color
aOldBlueScreen
;
Color
aNewBlueScreen
;
String
aOldSoundFile
;
String
aNewSoundFile
;
OUString
aOldSoundFile
;
OUString
aNewSoundFile
;
SdrPathObj
*
pOldPathObj
;
SdrPathObj
*
pNewPathObj
;
::
com
::
sun
::
star
::
presentation
::
ClickAction
eOldClickAction
;
::
com
::
sun
::
star
::
presentation
::
ClickAction
eNewClickAction
;
String
aOldBookmark
;
String
aNewBookmark
;
OUString
aOldBookmark
;
OUString
aNewBookmark
;
sal_Bool
bOldInvisibleInPres
;
sal_Bool
bNewInvisibleInPres
;
sal_uInt16
nOldVerb
;
...
...
@@ -104,7 +104,7 @@ public:
{
bOldDimHide
=
bTheOldDimHide
;
bNewDimHide
=
bTheNewDimHide
;
}
void
SetSoundOn
(
sal_Bool
bTheOldSoundOn
,
sal_Bool
bTheNewSoundOn
)
{
bOldSoundOn
=
bTheOldSoundOn
;
bNewSoundOn
=
bTheNewSoundOn
;
}
void
SetSound
(
String
aTheOldSound
,
String
aTheNewSound
)
void
SetSound
(
String
aTheOldSound
,
OU
String
aTheNewSound
)
{
aOldSoundFile
=
aTheOldSound
;
aNewSoundFile
=
aTheNewSound
;
}
void
SetBlueScreen
(
Color
aTheOldBlueScreen
,
Color
aTheNewBlueScreen
)
{
aOldBlueScreen
=
aTheOldBlueScreen
;
aNewBlueScreen
=
aTheNewBlueScreen
;
}
...
...
@@ -114,7 +114,7 @@ public:
{
pOldPathObj
=
pTheOldPath
;
pNewPathObj
=
pTheNewPath
;
}
void
SetClickAction
(
::
com
::
sun
::
star
::
presentation
::
ClickAction
eTheOldAction
,
::
com
::
sun
::
star
::
presentation
::
ClickAction
eTheNewAction
)
{
eOldClickAction
=
eTheOldAction
;
eNewClickAction
=
eTheNewAction
;
}
void
SetBookmark
(
String
aTheOldBookmark
,
String
aTheNewBookmark
)
void
SetBookmark
(
String
aTheOldBookmark
,
OU
String
aTheNewBookmark
)
{
aOldBookmark
=
aTheOldBookmark
;
aNewBookmark
=
aTheNewBookmark
;
}
void
SetInvisibleInPres
(
sal_Bool
bTheOldInvisibleInPres
,
sal_Bool
bTheNewInvisibleInPres
)
{
bOldInvisibleInPres
=
bTheOldInvisibleInPres
;
bNewInvisibleInPres
=
bTheNewInvisibleInPres
;
}
...
...
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