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
69c8acdc
Kaydet (Commit)
69c8acdc
authored
Nis 25, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706282 Uncaught exception
Change-Id: I495c558ed7692a0d2b669d9bc9cb62ed9ddc6665
üst
0eb160ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MasterPropertySet.cxx
comphelper/source/property/MasterPropertySet.cxx
+1
-1
MasterPropertySet.hxx
include/comphelper/MasterPropertySet.hxx
+1
-1
No files found.
comphelper/source/property/MasterPropertySet.cxx
Dosyayı görüntüle @
69c8acdc
...
@@ -197,7 +197,7 @@ void SAL_CALL MasterPropertySet::removeVetoableChangeListener( const OUString&,
...
@@ -197,7 +197,7 @@ void SAL_CALL MasterPropertySet::removeVetoableChangeListener( const OUString&,
// XMultiPropertySet
// XMultiPropertySet
void
SAL_CALL
MasterPropertySet
::
setPropertyValues
(
const
Sequence
<
OUString
>&
aPropertyNames
,
const
Sequence
<
Any
>&
aValues
)
void
SAL_CALL
MasterPropertySet
::
setPropertyValues
(
const
Sequence
<
OUString
>&
aPropertyNames
,
const
Sequence
<
Any
>&
aValues
)
throw
(
PropertyVetoException
,
IllegalArgumentException
,
WrappedTargetException
,
RuntimeException
,
std
::
exception
)
throw
(
UnknownPropertyException
,
PropertyVetoException
,
IllegalArgumentException
,
WrappedTargetException
,
RuntimeException
,
std
::
exception
)
{
{
// acquire mutex in c-tor and releases it in the d-tor (exception safe!).
// acquire mutex in c-tor and releases it in the d-tor (exception safe!).
boost
::
scoped_ptr
<
osl
::
Guard
<
comphelper
::
SolarMutex
>
>
pMutexGuard
;
boost
::
scoped_ptr
<
osl
::
Guard
<
comphelper
::
SolarMutex
>
>
pMutexGuard
;
...
...
include/comphelper/MasterPropertySet.hxx
Dosyayı görüntüle @
69c8acdc
...
@@ -120,7 +120,7 @@ namespace comphelper
...
@@ -120,7 +120,7 @@ namespace comphelper
// XMultiPropertySet
// XMultiPropertySet
virtual
void
SAL_CALL
setPropertyValues
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
aPropertyNames
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>&
aValues
)
virtual
void
SAL_CALL
setPropertyValues
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
aPropertyNames
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>&
aValues
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
css
::
beans
::
UnknownPropertyException
,
css
::
beans
::
PropertyVetoException
,
css
::
lang
::
IllegalArgumentException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>
SAL_CALL
getPropertyValues
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
aPropertyNames
)
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>
SAL_CALL
getPropertyValues
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
aPropertyNames
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
addPropertiesChangeListener
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
aPropertyNames
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertiesChangeListener
>&
xListener
)
virtual
void
SAL_CALL
addPropertiesChangeListener
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
aPropertyNames
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertiesChangeListener
>&
xListener
)
...
...
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