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
6ce0ca73
Kaydet (Commit)
6ce0ca73
authored
Ock 30, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1267684 Uncaught exception
Change-Id: Ie444d89108087c39ad429743e76c383f640c8751
üst
78f8fb8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
accessibletableshape.cxx
svx/source/table/accessibletableshape.cxx
+3
-2
No files found.
svx/source/table/accessibletableshape.cxx
Dosyayı görüntüle @
6ce0ca73
...
...
@@ -69,7 +69,7 @@ public:
void
init
(
const
Reference
<
XAccessible
>&
xAccessible
,
const
Reference
<
XTable
>&
xTable
);
void
dispose
();
Reference
<
XAccessible
>
getAccessibleChild
(
sal_Int32
i
)
throw
(
IndexOutOfBounds
Exception
);
Reference
<
XAccessible
>
getAccessibleChild
(
sal_Int32
i
)
throw
(
IndexOutOfBoundsException
,
Runtime
Exception
);
void
getColumnAndRow
(
sal_Int32
nChildIndex
,
sal_Int32
&
rnColumn
,
sal_Int32
&
rnRow
)
throw
(
IndexOutOfBoundsException
);
// XModifyListener
...
...
@@ -151,7 +151,8 @@ Reference< AccessibleCell > AccessibleTableShapeImpl::getAccessibleCell (Referen
}
Reference
<
XAccessible
>
AccessibleTableShapeImpl
::
getAccessibleChild
(
sal_Int32
nChildIndex
)
throw
(
IndexOutOfBoundsException
)
Reference
<
XAccessible
>
AccessibleTableShapeImpl
::
getAccessibleChild
(
sal_Int32
nChildIndex
)
throw
(
IndexOutOfBoundsException
,
RuntimeException
)
{
sal_Int32
nColumn
=
0
,
nRow
=
0
;
getColumnAndRow
(
nChildIndex
,
nColumn
,
nRow
);
...
...
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