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
ae9564cd
Kaydet (Commit)
ae9564cd
authored
Ock 28, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1158282 Uncaught exception
Change-Id: I7d3188fb2ab7ea496c468cb8080a9a299fc92dce
üst
36df9c07
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
accpara.cxx
sw/source/core/access/accpara.cxx
+3
-1
accpara.hxx
sw/source/core/access/accpara.hxx
+3
-1
No files found.
sw/source/core/access/accpara.cxx
Dosyayı görüntüle @
ae9564cd
...
@@ -3617,7 +3617,9 @@ sal_Int32 SAL_CALL SwAccessibleParagraph::getSeletedPositionEnd( sal_Int32 nSele
...
@@ -3617,7 +3617,9 @@ sal_Int32 SAL_CALL SwAccessibleParagraph::getSeletedPositionEnd( sal_Int32 nSele
}
}
sal_Bool
SAL_CALL
SwAccessibleParagraph
::
removeSelection
(
sal_Int32
selectionIndex
)
sal_Bool
SAL_CALL
SwAccessibleParagraph
::
removeSelection
(
sal_Int32
selectionIndex
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
SolarMutexGuard
g
;
SolarMutexGuard
g
;
...
...
sw/source/core/access/accpara.hxx
Dosyayı görüntüle @
ae9564cd
...
@@ -417,7 +417,9 @@ public:
...
@@ -417,7 +417,9 @@ public:
virtual
sal_Int32
SAL_CALL
getSeletedPositionEnd
(
sal_Int32
nSelectedPortionIndex
)
virtual
sal_Int32
SAL_CALL
getSeletedPositionEnd
(
sal_Int32
nSelectedPortionIndex
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
sal_Bool
SAL_CALL
removeSelection
(
sal_Int32
selectionIndex
)
virtual
sal_Bool
SAL_CALL
removeSelection
(
sal_Int32
selectionIndex
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
sal_Int32
SAL_CALL
addSelection
(
sal_Int32
selectionIndex
,
sal_Int32
startOffset
,
sal_Int32
endOffset
)
virtual
sal_Int32
SAL_CALL
addSelection
(
sal_Int32
selectionIndex
,
sal_Int32
startOffset
,
sal_Int32
endOffset
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
...
...
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