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
6c72f441
Kaydet (Commit)
6c72f441
authored
Mar 31, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1194934 Uncaught exception
Change-Id: Ifab8abb0fe712b8593abe72ff8cab3bd336d6b09
üst
bcb6362c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
acctable.cxx
sw/source/core/access/acctable.cxx
+2
-2
No files found.
sw/source/core/access/acctable.cxx
Dosyayı görüntüle @
6c72f441
...
@@ -120,7 +120,7 @@ public:
...
@@ -120,7 +120,7 @@ public:
const
SwFrm
*
GetCell
(
sal_Int32
nRow
,
sal_Int32
nColumn
,
sal_Bool
bExact
,
const
SwFrm
*
GetCell
(
sal_Int32
nRow
,
sal_Int32
nColumn
,
sal_Bool
bExact
,
SwAccessibleTable
*
pThis
)
const
SwAccessibleTable
*
pThis
)
const
throw
(
lang
::
IndexOutOfBoundsException
);
throw
(
lang
::
IndexOutOfBoundsException
,
uno
::
RuntimeException
,
std
::
exception
);
const
SwFrm
*
GetCellAtPos
(
sal_Int32
nLeft
,
sal_Int32
nTop
,
const
SwFrm
*
GetCellAtPos
(
sal_Int32
nLeft
,
sal_Int32
nTop
,
sal_Bool
bExact
)
const
;
sal_Bool
bExact
)
const
;
inline
sal_Int32
GetRowCount
()
const
;
inline
sal_Int32
GetRowCount
()
const
;
...
@@ -421,7 +421,7 @@ void SwAccessibleTableData_Impl::GetSelection(
...
@@ -421,7 +421,7 @@ void SwAccessibleTableData_Impl::GetSelection(
const
SwFrm
*
SwAccessibleTableData_Impl
::
GetCell
(
const
SwFrm
*
SwAccessibleTableData_Impl
::
GetCell
(
sal_Int32
nRow
,
sal_Int32
nColumn
,
sal_Bool
,
sal_Int32
nRow
,
sal_Int32
nColumn
,
sal_Bool
,
SwAccessibleTable
*
pThis
)
const
SwAccessibleTable
*
pThis
)
const
throw
(
lang
::
IndexOutOfBoundsException
)
throw
(
lang
::
IndexOutOfBoundsException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
CheckRowAndCol
(
nRow
,
nColumn
,
pThis
);
CheckRowAndCol
(
nRow
,
nColumn
,
pThis
);
...
...
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