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
d03bdab6
Kaydet (Commit)
d03bdab6
authored
Tem 04, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1309267 Uncaught exception
Change-Id: I296e3b928577b521d6c21bbfe812a451e56822dc
üst
0e17fa04
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 @
d03bdab6
...
...
@@ -850,7 +850,7 @@ bool ScVbaEventsHelper::isSelectionChanged( const uno::Sequence< uno::Any >& rAr
}
uno
::
Any
ScVbaEventsHelper
::
createWorksheet
(
const
uno
::
Sequence
<
uno
::
Any
>&
rArgs
,
sal_Int32
nIndex
)
const
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
)
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
,
std
::
exception
)
{
// extract sheet index, will throw, if parameter is invalid
SCTAB
nTab
=
lclGetTabFromArgs
(
rArgs
,
nIndex
);
...
...
sc/source/ui/vba/vbaeventshelper.hxx
Dosyayı görüntüle @
d03bdab6
...
...
@@ -55,7 +55,7 @@ private:
bool
isSelectionChanged
(
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rArgs
,
sal_Int32
nIndex
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
);
/** Creates a VBA Worksheet object (the argument must contain a sheet index). */
css
::
uno
::
Any
createWorksheet
(
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rArgs
,
sal_Int32
nIndex
)
const
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
);
css
::
uno
::
Any
createWorksheet
(
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rArgs
,
sal_Int32
nIndex
)
const
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
);
/** 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
);
/** Creates a VBA Hyperlink object (the argument must contain a UNO cell). */
...
...
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