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
f9c3bc18
Kaydet (Commit)
f9c3bc18
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#707058 Uncaught exception
Change-Id: I410716be297a1355bc48539198ec65c2a33a181e
üst
035c6fbe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vbaworksheets.cxx
sc/source/ui/vba/vbaworksheets.cxx
+1
-1
vbaworksheets.hxx
sc/source/ui/vba/vbaworksheets.hxx
+1
-1
No files found.
sc/source/ui/vba/vbaworksheets.cxx
Dosyayı görüntüle @
f9c3bc18
...
...
@@ -487,7 +487,7 @@ ScVbaWorksheets::getServiceNames()
return
sNames
;
}
bool
ScVbaWorksheets
::
nameExists
(
uno
::
Reference
<
sheet
::
XSpreadsheetDocument
>&
xSpreadDoc
,
const
OUString
&
name
,
SCTAB
&
nTab
)
throw
(
lang
::
IllegalArgumentException
)
bool
ScVbaWorksheets
::
nameExists
(
uno
::
Reference
<
sheet
::
XSpreadsheetDocument
>&
xSpreadDoc
,
const
OUString
&
name
,
SCTAB
&
nTab
)
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
)
{
if
(
!
xSpreadDoc
.
is
())
throw
lang
::
IllegalArgumentException
(
"nameExists() xSpreadDoc is null"
,
uno
::
Reference
<
uno
::
XInterface
>
(),
1
);
...
...
sc/source/ui/vba/vbaworksheets.hxx
Dosyayı görüntüle @
f9c3bc18
...
...
@@ -69,7 +69,7 @@ public:
virtual
OUString
getServiceImplName
()
SAL_OVERRIDE
;
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
()
SAL_OVERRIDE
;
static
bool
nameExists
(
css
::
uno
::
Reference
<
css
::
sheet
::
XSpreadsheetDocument
>&
xSpreadDoc
,
const
OUString
&
name
,
SCTAB
&
nTab
)
throw
(
css
::
lang
::
IllegalArgumentException
);
static
bool
nameExists
(
css
::
uno
::
Reference
<
css
::
sheet
::
XSpreadsheetDocument
>&
xSpreadDoc
,
const
OUString
&
name
,
SCTAB
&
nTab
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
);
};
#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAWORKSHEETS_HXX
...
...
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