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
f452945b
Kaydet (Commit)
f452945b
authored
Ock 25, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1158361 Uncaught exception
Change-Id: I65af9fd82027fd7a00e18631707f5300f488ac95
üst
7dd66ca9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
AccessibleSpreadsheet.cxx
sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
+2
-3
AccessibleTableBase.cxx
sc/source/ui/Accessibility/AccessibleTableBase.cxx
+2
-3
AccessibleSpreadsheet.hxx
sc/source/ui/inc/AccessibleSpreadsheet.hxx
+2
-1
AccessibleTableBase.hxx
sc/source/ui/inc/AccessibleTableBase.hxx
+2
-1
No files found.
sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
Dosyayı görüntüle @
f452945b
...
...
@@ -1087,9 +1087,8 @@ uno::Reference<XAccessibleStateSet> SAL_CALL
///===== XAccessibleSelection ===========================================
void
SAL_CALL
ScAccessibleSpreadsheet
::
selectAccessibleChild
(
sal_Int32
nChildIndex
)
throw
(
lang
::
IndexOutOfBoundsException
,
uno
::
RuntimeException
)
void
SAL_CALL
ScAccessibleSpreadsheet
::
selectAccessibleChild
(
sal_Int32
nChildIndex
)
throw
(
lang
::
IndexOutOfBoundsException
,
uno
::
RuntimeException
,
std
::
exception
)
{
SolarMutexGuard
aGuard
;
IsObjectValid
();
...
...
sc/source/ui/Accessibility/AccessibleTableBase.cxx
Dosyayı görüntüle @
f452945b
...
...
@@ -401,9 +401,8 @@ uno::Reference<XAccessibleStateSet> SAL_CALL
///===== XAccessibleSelection ===========================================
void
SAL_CALL
ScAccessibleTableBase
::
selectAccessibleChild
(
sal_Int32
/* nChildIndex */
)
throw
(
lang
::
IndexOutOfBoundsException
,
uno
::
RuntimeException
)
void
SAL_CALL
ScAccessibleTableBase
::
selectAccessibleChild
(
sal_Int32
/* nChildIndex */
)
throw
(
lang
::
IndexOutOfBoundsException
,
uno
::
RuntimeException
,
std
::
exception
)
{
}
...
...
sc/source/ui/inc/AccessibleSpreadsheet.hxx
Dosyayı görüntüle @
f452945b
...
...
@@ -183,7 +183,8 @@ private:
virtual
void
SAL_CALL
selectAccessibleChild
(
sal_Int32
nChildIndex
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
SAL_CALL
clearAccessibleSelection
(
)
...
...
sc/source/ui/inc/AccessibleTableBase.hxx
Dosyayı görüntüle @
f452945b
...
...
@@ -254,7 +254,8 @@ public:
virtual
void
SAL_CALL
selectAccessibleChild
(
sal_Int32
nChildIndex
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
sal_Bool
SAL_CALL
isAccessibleChildSelected
(
sal_Int32
nChildIndex
)
...
...
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