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
b4895186
Kaydet (Commit)
b4895186
authored
Eki 08, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706283 Uncaught exception
Change-Id: I2c3f10894ffe514dbc71cd1dd672685aa8f09a0d
üst
0ac722cc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
opropertybag.cxx
comphelper/source/property/opropertybag.cxx
+1
-3
opropertybag.hxx
comphelper/source/property/opropertybag.hxx
+1
-1
propshlp.hxx
include/cppuhelper/propshlp.hxx
+1
-0
No files found.
comphelper/source/property/opropertybag.cxx
Dosyayı görüntüle @
b4895186
...
@@ -298,13 +298,11 @@ namespace comphelper
...
@@ -298,13 +298,11 @@ namespace comphelper
m_aDynamicProperties
.
getFastPropertyValue
(
_nHandle
,
_rValue
);
m_aDynamicProperties
.
getFastPropertyValue
(
_nHandle
,
_rValue
);
}
}
sal_Bool
SAL_CALL
OPropertyBag
::
convertFastPropertyValue
(
Any
&
_rConvertedValue
,
Any
&
_rOldValue
,
sal_Int32
_nHandle
,
const
Any
&
_rValue
)
throw
(
IllegalArgumentException
,
UnknownPropertyException
)
sal_Bool
SAL_CALL
OPropertyBag
::
convertFastPropertyValue
(
Any
&
_rConvertedValue
,
Any
&
_rOldValue
,
sal_Int32
_nHandle
,
const
Any
&
_rValue
)
throw
(
IllegalArgumentException
)
{
{
return
m_aDynamicProperties
.
convertFastPropertyValue
(
_nHandle
,
_rValue
,
_rConvertedValue
,
_rOldValue
);
return
m_aDynamicProperties
.
convertFastPropertyValue
(
_nHandle
,
_rValue
,
_rConvertedValue
,
_rOldValue
);
}
}
void
SAL_CALL
OPropertyBag
::
setFastPropertyValue_NoBroadcast
(
sal_Int32
nHandle
,
const
Any
&
rValue
)
throw
(
Exception
,
std
::
exception
)
void
SAL_CALL
OPropertyBag
::
setFastPropertyValue_NoBroadcast
(
sal_Int32
nHandle
,
const
Any
&
rValue
)
throw
(
Exception
,
std
::
exception
)
{
{
m_aDynamicProperties
.
setFastPropertyValue
(
nHandle
,
rValue
);
m_aDynamicProperties
.
setFastPropertyValue
(
nHandle
,
rValue
);
...
...
comphelper/source/property/opropertybag.hxx
Dosyayı görüntüle @
b4895186
...
@@ -174,7 +174,7 @@ namespace comphelper
...
@@ -174,7 +174,7 @@ namespace comphelper
// OPropertySetHelper
// OPropertySetHelper
virtual
void
SAL_CALL
getFastPropertyValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
,
sal_Int32
nHandle
)
const
SAL_OVERRIDE
;
virtual
void
SAL_CALL
getFastPropertyValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
,
sal_Int32
nHandle
)
const
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
convertFastPropertyValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rConvertedValue
,
::
com
::
sun
::
star
::
uno
::
Any
&
rOldValue
,
sal_Int32
nHandle
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgument
Exception
)
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
convertFastPropertyValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rConvertedValue
,
::
com
::
sun
::
star
::
uno
::
Any
&
rOldValue
,
sal_Int32
nHandle
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
beans
::
UnknownProperty
Exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
setFastPropertyValue_NoBroadcast
(
sal_Int32
nHandle
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
setFastPropertyValue_NoBroadcast
(
sal_Int32
nHandle
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
cppu
::
IPropertyArrayHelper
&
SAL_CALL
getInfoHelper
()
SAL_OVERRIDE
;
virtual
::
cppu
::
IPropertyArrayHelper
&
SAL_CALL
getInfoHelper
()
SAL_OVERRIDE
;
...
...
include/cppuhelper/propshlp.hxx
Dosyayı görüntüle @
b4895186
...
@@ -576,6 +576,7 @@ protected:
...
@@ -576,6 +576,7 @@ protected:
sal_Int32
nHandle
,
sal_Int32
nHandle
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
css
::
lang
::
IllegalArgumentException
,
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
beans
::
UnknownPropertyException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
=
0
;
css
::
uno
::
RuntimeException
,
std
::
exception
)
=
0
;
/** The same as setFastProperyValue; nHandle is always valid.
/** The same as setFastProperyValue; nHandle is always valid.
...
...
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