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
9fd10cca
Kaydet (Commit)
9fd10cca
authored
Ock 19, 2014
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1132661 Dereference after null check
Change-Id: Ida147599810b0aff4a7ebd00b90475b1c6cd1366
üst
014a0e5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
13 deletions
+10
-13
vclxaccessiblelist.cxx
accessibility/source/standard/vclxaccessiblelist.cxx
+10
-13
No files found.
accessibility/source/standard/vclxaccessiblelist.cxx
Dosyayı görüntüle @
9fd10cca
...
@@ -841,21 +841,18 @@ void VCLXAccessibleList::UpdateSelection_Impl(sal_uInt16)
...
@@ -841,21 +841,18 @@ void VCLXAccessibleList::UpdateSelection_Impl(sal_uInt16)
aOldValue
<<=
getAccessibleChild
(
(
sal_Int32
)
m_nLastSelectedPos
);
aOldValue
<<=
getAccessibleChild
(
(
sal_Int32
)
m_nLastSelectedPos
);
aNewValue
<<=
xNewAcc
;
aNewValue
<<=
xNewAcc
;
}
}
if
(
m_pListBoxHelper
->
IsInDropDown
())
{
if
(
aNewValue
.
hasValue
()
||
aOldValue
.
hasValue
()
)
NotifyAccessibleEvent
(
AccessibleEventId
::
ACTIVE_DESCENDANT_CHANGED
,
aOldValue
,
aNewValue
);
//the SELECTION_CHANGED is not necessary
//NotifyAccessibleEvent( AccessibleEventId::SELECTION_CHANGED, Any(), Any() );
}
}
}
}
}
if
(
!
m_pListBoxHelper
->
IsInDropDown
())
{
}
else
{
if
(
aNewValue
.
hasValue
()
||
aOldValue
.
hasValue
()
)
NotifyAccessibleEvent
(
AccessibleEventId
::
ACTIVE_DESCENDANT_CHANGED
,
aOldValue
,
aNewValue
);
//the SELECTION_CHANGED is not necessary
//NotifyAccessibleEvent( AccessibleEventId::SELECTION_CHANGED, Any(), Any() );
}
}
}
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
...
...
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