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
7d59a634
Kaydet (Commit)
7d59a634
authored
Haz 28, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308539 Uncaught exception
Change-Id: Id9cad4eaccd71c769fea06d71bbfdd03e8c112ae
üst
15413875
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
formattedcontrol.hxx
include/toolkit/controls/formattedcontrol.hxx
+1
-1
unocontrolmodel.hxx
include/toolkit/controls/unocontrolmodel.hxx
+1
-1
formattedcontrol.cxx
toolkit/source/controls/formattedcontrol.cxx
+1
-1
unocontrolmodel.cxx
toolkit/source/controls/unocontrolmodel.cxx
+1
-1
No files found.
include/toolkit/controls/formattedcontrol.hxx
Dosyayı görüntüle @
7d59a634
...
@@ -51,7 +51,7 @@ namespace toolkit
...
@@ -51,7 +51,7 @@ namespace toolkit
::
com
::
sun
::
star
::
uno
::
Any
&
rOldValue
,
::
com
::
sun
::
star
::
uno
::
Any
&
rOldValue
,
sal_Int32
nPropId
,
sal_Int32
nPropId
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
)
SAL_OVERRIDE
;
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
std
::
exception
)
SAL_OVERRIDE
;
void
SAL_CALL
setFastPropertyValue_NoBroadcast
(
void
SAL_CALL
setFastPropertyValue_NoBroadcast
(
sal_Int32
nHandle
,
sal_Int32
nHandle
,
...
...
include/toolkit/controls/unocontrolmodel.hxx
Dosyayı görüntüle @
7d59a634
...
@@ -159,7 +159,7 @@ public:
...
@@ -159,7 +159,7 @@ public:
// ::cppu::OPropertySetHelper
// ::cppu::OPropertySetHelper
::
cppu
::
IPropertyArrayHelper
&
SAL_CALL
getInfoHelper
()
SAL_OVERRIDE
=
0
;
::
cppu
::
IPropertyArrayHelper
&
SAL_CALL
getInfoHelper
()
SAL_OVERRIDE
=
0
;
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
::
IllegalArgumentException
)
SAL_OVERRIDE
;
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
::
IllegalArgumentException
,
std
::
exception
)
SAL_OVERRIDE
;
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
;
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
;
using
cppu
::
OPropertySetHelper
::
getFastPropertyValue
;
using
cppu
::
OPropertySetHelper
::
getFastPropertyValue
;
void
SAL_CALL
getFastPropertyValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
,
sal_Int32
nHandle
)
const
SAL_OVERRIDE
;
void
SAL_CALL
getFastPropertyValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
,
sal_Int32
nHandle
)
const
SAL_OVERRIDE
;
...
...
toolkit/source/controls/formattedcontrol.cxx
Dosyayı görüntüle @
7d59a634
...
@@ -327,7 +327,7 @@ namespace toolkit
...
@@ -327,7 +327,7 @@ namespace toolkit
sal_Bool
UnoControlFormattedFieldModel
::
convertFastPropertyValue
(
sal_Bool
UnoControlFormattedFieldModel
::
convertFastPropertyValue
(
Any
&
rConvertedValue
,
Any
&
rOldValue
,
sal_Int32
nPropId
,
Any
&
rConvertedValue
,
Any
&
rOldValue
,
sal_Int32
nPropId
,
const
Any
&
rValue
)
throw
(
IllegalArgumentException
)
const
Any
&
rValue
)
throw
(
IllegalArgumentException
,
std
::
exception
)
{
{
if
(
BASEPROPERTY_EFFECTIVE_DEFAULT
==
nPropId
&&
rValue
.
hasValue
()
)
if
(
BASEPROPERTY_EFFECTIVE_DEFAULT
==
nPropId
&&
rValue
.
hasValue
()
)
{
{
...
...
toolkit/source/controls/unocontrolmodel.cxx
Dosyayı görüntüle @
7d59a634
...
@@ -1040,7 +1040,7 @@ sal_Bool UnoControlModel::supportsService( const OUString& rServiceName ) throw(
...
@@ -1040,7 +1040,7 @@ sal_Bool UnoControlModel::supportsService( const OUString& rServiceName ) throw(
return
Sequence
<
OUString
>
(
&
sName
,
1
);
return
Sequence
<
OUString
>
(
&
sName
,
1
);
}
}
sal_Bool
UnoControlModel
::
convertFastPropertyValue
(
Any
&
rConvertedValue
,
Any
&
rOldValue
,
sal_Int32
nPropId
,
const
Any
&
rValue
)
throw
(
IllegalArgumentException
)
sal_Bool
UnoControlModel
::
convertFastPropertyValue
(
Any
&
rConvertedValue
,
Any
&
rOldValue
,
sal_Int32
nPropId
,
const
Any
&
rValue
)
throw
(
IllegalArgumentException
,
std
::
exception
)
{
{
::
osl
::
Guard
<
::
osl
::
Mutex
>
aGuard
(
GetMutex
()
);
::
osl
::
Guard
<
::
osl
::
Mutex
>
aGuard
(
GetMutex
()
);
...
...
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