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
62696683
Kaydet (Commit)
62696683
authored
Haz 25, 2012
tarafından
Zhe Wang
Kaydeden (comit)
Petr Mladek
May 07, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
for #120049#(cherry picked from commit
9b4e6064
)
Signed-off-by:
Michael Meeks
<
michael.meeks@suse.com
>
üst
2e8a941f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
CustomAnimationDialog.cxx
sd/source/ui/animations/CustomAnimationDialog.cxx
+12
-7
No files found.
sd/source/ui/animations/CustomAnimationDialog.cxx
Dosyayı görüntüle @
62696683
...
...
@@ -2325,15 +2325,20 @@ void CustomAnimationTextAnimTabPage::update( STLPropertySet* pSet )
pSet
->
setPropertyValue
(
nHandleTextGroupingAuto
,
makeAny
(
fTextGroupingAuto
)
);
}
}
//bug 120049
//[crash] Aoo crash when modify the "Random effects" animation effect's trigger condition to "Start effect on click of" .
//If this control is disabled, we should ignore its value
if
(
maCBXAnimateForm
.
IsEnabled
())
{
sal_Bool
bAnimateForm
=
maCBXAnimateForm
.
IsChecked
();
sal_Bool
bOldAnimateForm
=
!
bAnimateForm
;
sal_Bool
bAnimateForm
=
maCBXAnimateForm
.
IsChecked
();
sal_Bool
bOldAnimateForm
=
!
bAnimateForm
;
if
(
mpSet
->
getPropertyState
(
nHandleAnimateForm
)
!=
STLPropertyState_AMBIGUOUS
)
mpSet
->
getPropertyValue
(
nHandleAnimateForm
)
>>=
bOldAnimateForm
;
if
(
mpSet
->
getPropertyState
(
nHandleAnimateForm
)
!=
STLPropertyState_AMBIGUOUS
)
mpSet
->
getPropertyValue
(
nHandleAnimateForm
)
>>=
bOldAnimateForm
;
if
(
bAnimateForm
!=
bOldAnimateForm
)
pSet
->
setPropertyValue
(
nHandleAnimateForm
,
makeAny
(
bAnimateForm
)
);
if
(
bAnimateForm
!=
bOldAnimateForm
)
pSet
->
setPropertyValue
(
nHandleAnimateForm
,
makeAny
(
bAnimateForm
)
);
}
}
void
CustomAnimationTextAnimTabPage
::
updateControlStates
()
...
...
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