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
594a5e20
Kaydet (Commit)
594a5e20
authored
Tem 13, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1224998 Uncaught exception
Change-Id: I96db9ab47b9494a1d71259e93ad393bd70c39d97
üst
a5db1906
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
desktop.hxx
framework/inc/services/desktop.hxx
+1
-1
desktop.cxx
framework/source/services/desktop.cxx
+1
-1
propshlp.hxx
include/cppuhelper/propshlp.hxx
+2
-1
No files found.
framework/inc/services/desktop.hxx
Dosyayı görüntüle @
594a5e20
...
@@ -309,7 +309,7 @@ class Desktop : private cppu::BaseMutex,
...
@@ -309,7 +309,7 @@ class Desktop : private cppu::BaseMutex,
virtual
sal_Bool
SAL_CALL
convertFastPropertyValue
(
css
::
uno
::
Any
&
aConvertedValue
,
virtual
sal_Bool
SAL_CALL
convertFastPropertyValue
(
css
::
uno
::
Any
&
aConvertedValue
,
css
::
uno
::
Any
&
aOldValue
,
css
::
uno
::
Any
&
aOldValue
,
sal_Int32
nHandle
,
sal_Int32
nHandle
,
const
css
::
uno
::
Any
&
aValue
)
throw
(
css
::
lang
::
IllegalArgumentException
)
SAL_OVERRIDE
;
const
css
::
uno
::
Any
&
aValue
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
setFastPropertyValue_NoBroadcast
(
sal_Int32
nHandle
,
virtual
void
SAL_CALL
setFastPropertyValue_NoBroadcast
(
sal_Int32
nHandle
,
const
css
::
uno
::
Any
&
aValue
)
throw
(
css
::
uno
::
Exception
,
std
::
exception
)
SAL_OVERRIDE
;
const
css
::
uno
::
Any
&
aValue
)
throw
(
css
::
uno
::
Exception
,
std
::
exception
)
SAL_OVERRIDE
;
using
cppu
::
OPropertySetHelper
::
getFastPropertyValue
;
using
cppu
::
OPropertySetHelper
::
getFastPropertyValue
;
...
...
framework/source/services/desktop.cxx
Dosyayı görüntüle @
594a5e20
...
@@ -1316,7 +1316,7 @@ OUString SAL_CALL Desktop::getUntitledPrefix()
...
@@ -1316,7 +1316,7 @@ OUString SAL_CALL Desktop::getUntitledPrefix()
sal_Bool
SAL_CALL
Desktop
::
convertFastPropertyValue
(
css
::
uno
::
Any
&
aConvertedValue
,
sal_Bool
SAL_CALL
Desktop
::
convertFastPropertyValue
(
css
::
uno
::
Any
&
aConvertedValue
,
css
::
uno
::
Any
&
aOldValue
,
css
::
uno
::
Any
&
aOldValue
,
sal_Int32
nHandle
,
sal_Int32
nHandle
,
const
css
::
uno
::
Any
&
aValue
)
throw
(
css
::
lang
::
IllegalArgumentException
)
const
css
::
uno
::
Any
&
aValue
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
/* UNSAFE AREA --------------------------------------------------------------------------------------------- */
/* UNSAFE AREA --------------------------------------------------------------------------------------------- */
// Register transaction and reject wrong calls.
// Register transaction and reject wrong calls.
...
...
include/cppuhelper/propshlp.hxx
Dosyayı görüntüle @
594a5e20
...
@@ -575,7 +575,8 @@ protected:
...
@@ -575,7 +575,8 @@ protected:
::
com
::
sun
::
star
::
uno
::
Any
&
rOldValue
,
::
com
::
sun
::
star
::
uno
::
Any
&
rOldValue
,
sal_Int32
nHandle
,
sal_Int32
nHandle
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
)
=
0
;
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
=
0
;
/** The same as setFastProperyValue; nHandle is always valid.
/** The same as setFastProperyValue; nHandle is always valid.
The changes must not be broadcasted in this method.
The changes must not be broadcasted in this method.
...
...
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