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
9e036585
Kaydet (Commit)
9e036585
authored
Şub 25, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#737615 Uncaught exception
Change-Id: I9005fcdec6e258d274657b44786e3a2729418005
üst
eddc4b10
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
funcuno.hxx
sc/inc/funcuno.hxx
+3
-2
funcuno.cxx
sc/source/ui/unoobj/funcuno.cxx
+2
-2
No files found.
sc/inc/funcuno.hxx
Dosyayı görüntüle @
9e036585
...
@@ -81,9 +81,10 @@ public:
...
@@ -81,9 +81,10 @@ public:
const
OUString
&
aName
,
const
OUString
&
aName
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>&
aArguments
)
::
com
::
sun
::
star
::
uno
::
Any
>&
aArguments
)
throw
(
::
com
::
sun
::
star
::
container
::
NoSuchElementException
,
throw
(
::
com
::
sun
::
star
::
container
::
NoSuchElementException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
// XPropertySet
// XPropertySet
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
...
...
sc/source/ui/unoobj/funcuno.cxx
Dosyayı görüntüle @
9e036585
...
@@ -487,8 +487,8 @@ static void processSequences( ScDocument* pDoc, const uno::Any& rArg, ScTokenArr
...
@@ -487,8 +487,8 @@ static void processSequences( ScDocument* pDoc, const uno::Any& rArg, ScTokenArr
uno
::
Any
SAL_CALL
ScFunctionAccess
::
callFunction
(
const
OUString
&
aName
,
uno
::
Any
SAL_CALL
ScFunctionAccess
::
callFunction
(
const
OUString
&
aName
,
const
uno
::
Sequence
<
uno
::
Any
>&
aArguments
)
const
uno
::
Sequence
<
uno
::
Any
>&
aArguments
)
throw
(
container
::
NoSuchElementException
,
lang
::
IllegalArgumentException
,
throw
(
container
::
NoSuchElementException
,
lang
::
IllegalArgumentException
,
uno
::
RuntimeE
xception
)
uno
::
RuntimeException
,
std
::
e
xception
)
{
{
SolarMutexGuard
aGuard
;
SolarMutexGuard
aGuard
;
...
...
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