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
faaa1aab
Kaydet (Commit)
faaa1aab
authored
Nis 29, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1210200 Uninitialized pointer field
Change-Id: I29792702565f19e0aae6d7b52eedd695caab97f5
üst
9b8fd6df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
6 deletions
+41
-6
unoaprms.hxx
sd/source/ui/inc/unoaprms.hxx
+41
-6
No files found.
sd/source/ui/inc/unoaprms.hxx
Dosyayı görüntüle @
faaa1aab
...
...
@@ -81,12 +81,47 @@ class SdAnimationPrmsUndoAction : public SdUndoAction
public
:
TYPEINFO_OVERRIDE
();
SdAnimationPrmsUndoAction
(
SdDrawDocument
*
pTheDoc
,
SdrObject
*
pObj
,
bool
bCreated
)
:
SdUndoAction
(
pTheDoc
),
pObject
(
pObj
),
bInfoCreated
(
bCreated
)
{}
SdAnimationPrmsUndoAction
(
SdDrawDocument
*
pTheDoc
,
SdrObject
*
pObj
,
bool
bCreated
)
:
SdUndoAction
(
pTheDoc
)
,
pObject
(
pObj
)
,
bOldActive
(
false
)
,
bNewActive
(
false
)
,
bOldDimPrevious
(
false
)
,
bNewDimPrevious
(
false
)
,
bOldDimHide
(
false
)
,
bNewDimHide
(
false
)
,
bOldSoundOn
(
false
)
,
bNewSoundOn
(
false
)
,
bOldSecondSoundOn
(
false
)
,
bNewSecondSoundOn
(
false
)
,
bOldPlayFull
(
false
)
,
bNewPlayFull
(
false
)
,
bOldSecondPlayFull
(
false
)
,
bNewSecondPlayFull
(
false
)
,
eOldEffect
(
css
::
presentation
::
AnimationEffect_NONE
)
,
eNewEffect
(
css
::
presentation
::
AnimationEffect_NONE
)
,
eOldTextEffect
(
css
::
presentation
::
AnimationEffect_NONE
)
,
eNewTextEffect
(
css
::
presentation
::
AnimationEffect_NONE
)
,
eOldSpeed
(
css
::
presentation
::
AnimationSpeed_SLOW
)
,
eNewSpeed
(
css
::
presentation
::
AnimationSpeed_SLOW
)
,
eOldSecondEffect
(
css
::
presentation
::
AnimationEffect_NONE
)
,
eNewSecondEffect
(
css
::
presentation
::
AnimationEffect_NONE
)
,
eOldSecondSpeed
(
css
::
presentation
::
AnimationSpeed_SLOW
)
,
eNewSecondSpeed
(
css
::
presentation
::
AnimationSpeed_SLOW
)
,
pOldPathObj
(
NULL
)
,
pNewPathObj
(
NULL
)
,
eOldClickAction
(
css
::
presentation
::
ClickAction_NONE
)
,
eNewClickAction
(
css
::
presentation
::
ClickAction_NONE
)
,
bOldInvisibleInPres
(
false
)
,
bNewInvisibleInPres
(
false
)
,
nOldVerb
(
0
)
,
nNewVerb
(
0
)
,
nOldPresOrder
(
0
)
,
nNewPresOrder
(
0
)
,
bInfoCreated
(
bCreated
)
{
}
void
SetActive
(
bool
bTheOldActive
,
bool
bTheNewActive
)
{
bOldActive
=
bTheOldActive
;
bNewActive
=
bTheNewActive
;
}
...
...
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