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
96e6f659
Kaydet (Commit)
96e6f659
authored
May 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#983964 Uncaught exception
Change-Id: Ieb298e45512ab4c0384ea2d7ef6adcc4adc39923
üst
f3ba1de5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
ChainablePropertySet.hxx
include/comphelper/ChainablePropertySet.hxx
+5
-1
unomod.hxx
sw/source/core/uibase/inc/unomod.hxx
+5
-1
unomod.cxx
sw/source/core/uibase/uno/unomod.cxx
+3
-1
No files found.
include/comphelper/ChainablePropertySet.hxx
Dosyayı görüntüle @
96e6f659
...
@@ -79,7 +79,11 @@ namespace comphelper
...
@@ -79,7 +79,11 @@ namespace comphelper
css
::
uno
::
RuntimeException
)
=
0
;
css
::
uno
::
RuntimeException
)
=
0
;
virtual
void
_preGetValues
()
virtual
void
_preGetValues
()
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
)
=
0
;
throw
(
css
::
beans
::
UnknownPropertyException
,
css
::
beans
::
PropertyVetoException
,
css
::
lang
::
IllegalArgumentException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
)
=
0
;
virtual
void
_getSingleValue
(
const
comphelper
::
PropertyInfo
&
rInfo
,
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
virtual
void
_getSingleValue
(
const
comphelper
::
PropertyInfo
&
rInfo
,
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
css
::
beans
::
UnknownPropertyException
,
throw
(
css
::
beans
::
UnknownPropertyException
,
css
::
lang
::
WrappedTargetException
,
css
::
lang
::
WrappedTargetException
,
...
...
sw/source/core/uibase/inc/unomod.hxx
Dosyayı görüntüle @
96e6f659
...
@@ -148,7 +148,11 @@ protected:
...
@@ -148,7 +148,11 @@ protected:
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
)
SAL_OVERRIDE
;
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
)
SAL_OVERRIDE
;
virtual
void
_preGetValues
()
virtual
void
_preGetValues
()
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
)
SAL_OVERRIDE
;
throw
(
css
::
beans
::
UnknownPropertyException
,
css
::
beans
::
PropertyVetoException
,
css
::
lang
::
IllegalArgumentException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
void
_getSingleValue
(
const
comphelper
::
PropertyInfo
&
rInfo
,
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
virtual
void
_getSingleValue
(
const
comphelper
::
PropertyInfo
&
rInfo
,
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
css
::
beans
::
UnknownPropertyException
,
throw
(
css
::
beans
::
UnknownPropertyException
,
css
::
lang
::
WrappedTargetException
,
css
::
lang
::
WrappedTargetException
,
...
...
sw/source/core/uibase/uno/unomod.cxx
Dosyayı görüntüle @
96e6f659
...
@@ -816,7 +816,9 @@ void SwXViewSettings::_postSetValues ()
...
@@ -816,7 +816,9 @@ void SwXViewSettings::_postSetValues ()
}
}
void
SwXViewSettings
::
_preGetValues
()
void
SwXViewSettings
::
_preGetValues
()
throw
(
UnknownPropertyException
,
PropertyVetoException
,
IllegalArgumentException
,
WrappedTargetException
)
throw
(
UnknownPropertyException
,
PropertyVetoException
,
IllegalArgumentException
,
WrappedTargetException
,
RuntimeException
)
{
{
if
(
pView
)
if
(
pView
)
{
{
...
...
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