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
ca55180d
Kaydet (Commit)
ca55180d
authored
Tem 08, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1311332 Uncaught exception
Change-Id: I96fbdb219fa59db54a7a2fc496e6d41f5d34385f
üst
9c54c5c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vbaeventshelper.cxx
sc/source/ui/vba/vbaeventshelper.cxx
+1
-1
vbaeventshelper.hxx
sc/source/ui/vba/vbaeventshelper.hxx
+1
-1
No files found.
sc/source/ui/vba/vbaeventshelper.cxx
Dosyayı görüntüle @
ca55180d
...
@@ -886,7 +886,7 @@ uno::Any ScVbaEventsHelper::createRange( const uno::Sequence< uno::Any >& rArgs,
...
@@ -886,7 +886,7 @@ uno::Any ScVbaEventsHelper::createRange( const uno::Sequence< uno::Any >& rArgs,
}
}
uno
::
Any
ScVbaEventsHelper
::
createHyperlink
(
const
uno
::
Sequence
<
uno
::
Any
>&
rArgs
,
sal_Int32
nIndex
)
const
uno
::
Any
ScVbaEventsHelper
::
createHyperlink
(
const
uno
::
Sequence
<
uno
::
Any
>&
rArgs
,
sal_Int32
nIndex
)
const
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
)
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
uno
::
Reference
<
table
::
XCell
>
xCell
=
getXSomethingFromArgs
<
table
::
XCell
>
(
rArgs
,
nIndex
,
false
);
uno
::
Reference
<
table
::
XCell
>
xCell
=
getXSomethingFromArgs
<
table
::
XCell
>
(
rArgs
,
nIndex
,
false
);
uno
::
Sequence
<
uno
::
Any
>
aArgs
(
2
);
uno
::
Sequence
<
uno
::
Any
>
aArgs
(
2
);
...
...
sc/source/ui/vba/vbaeventshelper.hxx
Dosyayı görüntüle @
ca55180d
...
@@ -59,7 +59,7 @@ private:
...
@@ -59,7 +59,7 @@ private:
/** Creates a VBA Range object (the argument must contain a UNO range or UNO range list). */
/** Creates a VBA Range object (the argument must contain a UNO range or UNO range list). */
css
::
uno
::
Any
createRange
(
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rArgs
,
sal_Int32
nIndex
)
const
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
);
css
::
uno
::
Any
createRange
(
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rArgs
,
sal_Int32
nIndex
)
const
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
);
/** Creates a VBA Hyperlink object (the argument must contain a UNO cell). */
/** Creates a VBA Hyperlink object (the argument must contain a UNO cell). */
css
::
uno
::
Any
createHyperlink
(
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rArgs
,
sal_Int32
nIndex
)
const
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
);
css
::
uno
::
Any
createHyperlink
(
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rArgs
,
sal_Int32
nIndex
)
const
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
);
/** Creates a VBA Window object (the argument must contain a model controller). */
/** Creates a VBA Window object (the argument must contain a model controller). */
css
::
uno
::
Any
createWindow
(
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rArgs
,
sal_Int32
nIndex
)
const
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
);
css
::
uno
::
Any
createWindow
(
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rArgs
,
sal_Int32
nIndex
)
const
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
);
...
...
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