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