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
ae68c274
Kaydet (Commit)
ae68c274
authored
Eki 26, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1374269 Uncaught exception
Change-Id: Ib3a876ea6463396784062bd53bfedff177818498
üst
6920de0e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
propagg.cxx
comphelper/source/property/propagg.cxx
+1
-1
FormComponent.cxx
forms/source/component/FormComponent.cxx
+1
-1
FormComponent.hxx
forms/source/inc/FormComponent.hxx
+1
-1
propagg.hxx
include/comphelper/propagg.hxx
+1
-1
No files found.
comphelper/source/property/propagg.cxx
Dosyayı görüntüle @
ae68c274
...
@@ -851,7 +851,7 @@ css::uno::Any SAL_CALL OPropertySetAggregationHelper::getPropertyDefault(const O
...
@@ -851,7 +851,7 @@ css::uno::Any SAL_CALL OPropertySetAggregationHelper::getPropertyDefault(const O
return
getPropertyDefaultByHandle
(
nHandle
);
return
getPropertyDefaultByHandle
(
nHandle
);
}
}
sal_Bool
SAL_CALL
OPropertySetAggregationHelper
::
convertFastPropertyValue
(
Any
&
_rConvertedValue
,
Any
&
_rOldValue
,
sal_Int32
_nHandle
,
const
Any
&
_rValue
)
throw
(
IllegalArgumentException
,
std
::
exception
)
sal_Bool
SAL_CALL
OPropertySetAggregationHelper
::
convertFastPropertyValue
(
Any
&
_rConvertedValue
,
Any
&
_rOldValue
,
sal_Int32
_nHandle
,
const
Any
&
_rValue
)
throw
(
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
bool
bModified
=
false
;
bool
bModified
=
false
;
...
...
forms/source/component/FormComponent.cxx
Dosyayı görüntüle @
ae68c274
...
@@ -937,7 +937,7 @@ void OControlModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) con
...
@@ -937,7 +937,7 @@ void OControlModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) con
sal_Bool
OControlModel
::
convertFastPropertyValue
(
sal_Bool
OControlModel
::
convertFastPropertyValue
(
Any
&
_rConvertedValue
,
Any
&
_rOldValue
,
sal_Int32
_nHandle
,
const
Any
&
_rValue
)
Any
&
_rConvertedValue
,
Any
&
_rOldValue
,
sal_Int32
_nHandle
,
const
Any
&
_rValue
)
throw
(
css
::
lang
::
IllegalArgumentException
,
std
::
exception
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
bool
bModified
(
false
);
bool
bModified
(
false
);
switch
(
_nHandle
)
switch
(
_nHandle
)
...
...
forms/source/inc/FormComponent.hxx
Dosyayı görüntüle @
ae68c274
...
@@ -425,7 +425,7 @@ public:
...
@@ -425,7 +425,7 @@ public:
virtual
void
SAL_CALL
getFastPropertyValue
(
css
::
uno
::
Any
&
rValue
,
sal_Int32
nHandle
)
const
override
;
virtual
void
SAL_CALL
getFastPropertyValue
(
css
::
uno
::
Any
&
rValue
,
sal_Int32
nHandle
)
const
override
;
virtual
sal_Bool
SAL_CALL
convertFastPropertyValue
(
virtual
sal_Bool
SAL_CALL
convertFastPropertyValue
(
css
::
uno
::
Any
&
_rConvertedValue
,
css
::
uno
::
Any
&
_rOldValue
,
sal_Int32
_nHandle
,
const
css
::
uno
::
Any
&
_rValue
)
css
::
uno
::
Any
&
_rConvertedValue
,
css
::
uno
::
Any
&
_rOldValue
,
sal_Int32
_nHandle
,
const
css
::
uno
::
Any
&
_rValue
)
throw
(
css
::
lang
::
IllegalArgumentException
,
std
::
exception
)
override
;
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
void
SAL_CALL
setFastPropertyValue_NoBroadcast
(
sal_Int32
nHandle
,
const
css
::
uno
::
Any
&
rValue
)
virtual
void
SAL_CALL
setFastPropertyValue_NoBroadcast
(
sal_Int32
nHandle
,
const
css
::
uno
::
Any
&
rValue
)
throw
(
css
::
uno
::
Exception
,
std
::
exception
)
override
;
throw
(
css
::
uno
::
Exception
,
std
::
exception
)
override
;
using
::
cppu
::
OPropertySetHelper
::
getFastPropertyValue
;
using
::
cppu
::
OPropertySetHelper
::
getFastPropertyValue
;
...
...
include/comphelper/propagg.hxx
Dosyayı görüntüle @
ae68c274
...
@@ -247,7 +247,7 @@ public:
...
@@ -247,7 +247,7 @@ public:
/** only implemented for "forwarded" properties, every other property must be handled
/** only implemented for "forwarded" properties, every other property must be handled
in the derivee, and will assert if passed herein
in the derivee, and will assert if passed herein
*/
*/
virtual
sal_Bool
SAL_CALL
convertFastPropertyValue
(
css
::
uno
::
Any
&
_rConvertedValue
,
css
::
uno
::
Any
&
_rOldValue
,
sal_Int32
_nHandle
,
const
css
::
uno
::
Any
&
_rValue
)
throw
(
css
::
lang
::
IllegalArgumentException
,
std
::
exception
)
override
;
virtual
sal_Bool
SAL_CALL
convertFastPropertyValue
(
css
::
uno
::
Any
&
_rConvertedValue
,
css
::
uno
::
Any
&
_rOldValue
,
sal_Int32
_nHandle
,
const
css
::
uno
::
Any
&
_rValue
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
/** only implemented for "forwarded" properties, every other property must be handled
/** only implemented for "forwarded" properties, every other property must be handled
in the derivee, and will assert if passed herein
in the derivee, and will assert if passed herein
...
...
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