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
461af812
Kaydet (Commit)
461af812
authored
May 23, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1210079 Uncaught exception
Change-Id: I135e6f7e744afbf6acdb1cfd636e301219ef1420
üst
c5d6aab1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
accessibleselectionhelper.hxx
include/comphelper/accessibleselectionhelper.hxx
+1
-1
charmapacc.cxx
svx/source/accessibility/charmapacc.cxx
+2
-1
charmapacc.hxx
svx/source/inc/charmapacc.hxx
+3
-1
No files found.
include/comphelper/accessibleselectionhelper.hxx
Dosyayı görüntüle @
461af812
...
...
@@ -63,7 +63,7 @@ namespace comphelper
// select the specified child => watch for special ChildIndexes (ACCESSIBLE_SELECTION_CHILD_xxx)
virtual
void
implSelect
(
sal_Int32
nAccessibleChildIndex
,
sal_Bool
bSelect
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
::
com
::
sun
::
star
::
uno
::
RuntimeE
xception
)
=
0
;
throw
(
css
::
lang
::
IndexOutOfBoundsException
,
css
::
uno
::
RuntimeException
,
std
::
e
xception
)
=
0
;
protected
:
...
...
svx/source/accessibility/charmapacc.cxx
Dosyayı görüntüle @
461af812
...
...
@@ -324,7 +324,8 @@ bool SvxShowCharSetAcc::implIsSelected( sal_Int32 nAccessibleChildIndex ) throw
}
// select the specified child => watch for special ChildIndexes (ACCESSIBLE_SELECTION_CHILD_xxx)
void
SvxShowCharSetAcc
::
implSelect
(
sal_Int32
nAccessibleChildIndex
,
sal_Bool
bSelect
)
throw
(
IndexOutOfBoundsException
,
RuntimeException
)
void
SvxShowCharSetAcc
::
implSelect
(
sal_Int32
nAccessibleChildIndex
,
sal_Bool
bSelect
)
throw
(
IndexOutOfBoundsException
,
RuntimeException
,
std
::
exception
)
{
if
(
m_pParent
)
{
...
...
svx/source/inc/charmapacc.hxx
Dosyayı görüntüle @
461af812
...
...
@@ -196,7 +196,9 @@ namespace svx
// select the specified child => watch for special ChildIndexes (ACCESSIBLE_SELECTION_CHILD_xxx)
virtual
void
implSelect
(
sal_Int32
nAccessibleChildIndex
,
sal_Bool
bSelect
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
throw
(
css
::
lang
::
IndexOutOfBoundsException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// OCommonAccessibleComponent
/// implements the calculation of the bounding rectangle - still waiting to be overwritten
...
...
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