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
99faf61b
Kaydet (Commit)
99faf61b
authored
May 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#983961 Uncaught exception
Change-Id: I4316d9b2465f2608ac5d5992b5a2dc07d1713100
üst
372d5d74
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
MasterPropertySet.hxx
include/comphelper/MasterPropertySet.hxx
+3
-1
SwXDocumentSettings.cxx
sw/source/core/uibase/uno/SwXDocumentSettings.cxx
+2
-1
SwXDocumentSettings.hxx
sw/source/core/uibase/uno/SwXDocumentSettings.hxx
+3
-1
No files found.
include/comphelper/MasterPropertySet.hxx
Dosyayı görüntüle @
99faf61b
...
@@ -78,7 +78,9 @@ namespace comphelper
...
@@ -78,7 +78,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/uno/SwXDocumentSettings.cxx
Dosyayı görüntüle @
99faf61b
...
@@ -832,7 +832,8 @@ void SwXDocumentSettings::_preGetValues ()
...
@@ -832,7 +832,8 @@ void SwXDocumentSettings::_preGetValues ()
}
}
void
SwXDocumentSettings
::
_getSingleValue
(
const
comphelper
::
PropertyInfo
&
rInfo
,
uno
::
Any
&
rValue
)
void
SwXDocumentSettings
::
_getSingleValue
(
const
comphelper
::
PropertyInfo
&
rInfo
,
uno
::
Any
&
rValue
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
)
{
{
switch
(
rInfo
.
mnHandle
)
switch
(
rInfo
.
mnHandle
)
{
{
...
...
sw/source/core/uibase/uno/SwXDocumentSettings.hxx
Dosyayı görüntüle @
99faf61b
...
@@ -61,7 +61,9 @@ protected:
...
@@ -61,7 +61,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
;
protected
:
protected
:
...
...
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