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
759c585e
Kaydet (Commit)
759c585e
authored
Eki 26, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1374271 Uncaught exception
Change-Id: I043cd76ae0da65cac09130f0e761266fd8730be6
üst
07385355
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
formcontrolfont.cxx
forms/source/component/formcontrolfont.cxx
+1
-1
formcontrolfont.hxx
forms/source/inc/formcontrolfont.hxx
+1
-1
No files found.
forms/source/component/formcontrolfont.cxx
Dosyayı görüntüle @
759c585e
...
@@ -249,7 +249,7 @@ namespace frm
...
@@ -249,7 +249,7 @@ namespace frm
bool
FontControlModel
::
convertFastPropertyValue
(
Any
&
_rConvertedValue
,
Any
&
_rOldValue
,
bool
FontControlModel
::
convertFastPropertyValue
(
Any
&
_rConvertedValue
,
Any
&
_rOldValue
,
sal_Int32
_nHandle
,
const
Any
&
_rValue
)
throw
(
IllegalArgumentException
)
sal_Int32
_nHandle
,
const
Any
&
_rValue
)
throw
(
IllegalArgumentException
,
RuntimeException
,
std
::
exception
)
{
{
bool
bModified
=
false
;
bool
bModified
=
false
;
switch
(
_nHandle
)
switch
(
_nHandle
)
...
...
forms/source/inc/formcontrolfont.hxx
Dosyayı görüntüle @
759c585e
...
@@ -73,7 +73,7 @@ namespace frm
...
@@ -73,7 +73,7 @@ namespace frm
css
::
uno
::
Sequence
<
css
::
beans
::
Property
>&
/* [out] */
_rProps
);
css
::
uno
::
Sequence
<
css
::
beans
::
Property
>&
/* [out] */
_rProps
);
void
getFastPropertyValue
(
css
::
uno
::
Any
&
_rValue
,
sal_Int32
_nHandle
)
const
;
void
getFastPropertyValue
(
css
::
uno
::
Any
&
_rValue
,
sal_Int32
_nHandle
)
const
;
bool
convertFastPropertyValue
(
css
::
uno
::
Any
&
_rConvertedValue
,
css
::
uno
::
Any
&
_rOldValue
,
sal_Int32
_nHandle
,
const
css
::
uno
::
Any
&
_rValue
)
throw
(
css
::
lang
::
IllegalArgumentException
);
bool
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
);
void
setFastPropertyValue_NoBroadcast_impl
(
void
setFastPropertyValue_NoBroadcast_impl
(
::
cppu
::
OPropertySetHelper
&
rBase
,
::
cppu
::
OPropertySetHelper
&
rBase
,
void
(
::
cppu
::
OPropertySetHelper
::*
pSet
)(
sal_Int32
,
css
::
uno
::
Any
const
&
),
void
(
::
cppu
::
OPropertySetHelper
::*
pSet
)(
sal_Int32
,
css
::
uno
::
Any
const
&
),
...
...
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