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
19c0d7ba
Kaydet (Commit)
19c0d7ba
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#706960 Uncaught exception
Change-Id: Idb845cd756767eb4d5caf6ff0b735e71fef0efce
üst
7cfb4f86
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vbaformat.cxx
sc/source/ui/vba/vbaformat.cxx
+1
-1
vbaformat.hxx
sc/source/ui/vba/vbaformat.hxx
+1
-1
No files found.
sc/source/ui/vba/vbaformat.cxx
Dosyayı görüntüle @
19c0d7ba
...
@@ -751,7 +751,7 @@ ScVbaFormat<Ifc1>::isAmbiguous(const OUString& _sPropertyName) throw ( script::B
...
@@ -751,7 +751,7 @@ ScVbaFormat<Ifc1>::isAmbiguous(const OUString& _sPropertyName) throw ( script::B
template
<
typename
Ifc1
>
template
<
typename
Ifc1
>
void
void
ScVbaFormat
<
Ifc1
>::
initializeNumberFormats
()
throw
(
script
::
BasicErrorException
)
ScVbaFormat
<
Ifc1
>::
initializeNumberFormats
()
throw
(
script
::
BasicErrorException
,
uno
::
RuntimeException
)
{
{
if
(
!
xNumberFormats
.
is
()
)
if
(
!
xNumberFormats
.
is
()
)
{
{
...
...
sc/source/ui/vba/vbaformat.hxx
Dosyayı görüntüle @
19c0d7ba
...
@@ -51,7 +51,7 @@ protected:
...
@@ -51,7 +51,7 @@ protected:
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>
xMultiServiceFactory
;
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>
xMultiServiceFactory
;
bool
isAmbiguous
(
const
OUString
&
_sPropertyName
)
throw
(
css
::
script
::
BasicErrorException
);
bool
isAmbiguous
(
const
OUString
&
_sPropertyName
)
throw
(
css
::
script
::
BasicErrorException
);
css
::
uno
::
Reference
<
css
::
beans
::
XPropertyState
>
getXPropertyState
()
throw
(
css
::
uno
::
RuntimeException
);
css
::
uno
::
Reference
<
css
::
beans
::
XPropertyState
>
getXPropertyState
()
throw
(
css
::
uno
::
RuntimeException
);
void
initializeNumberFormats
()
throw
(
css
::
script
::
BasicErrorException
);
void
initializeNumberFormats
()
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
);
SfxItemSet
*
getCurrentDataSet
(
)
throw
(
css
::
uno
::
RuntimeException
);
SfxItemSet
*
getCurrentDataSet
(
)
throw
(
css
::
uno
::
RuntimeException
);
protected
:
protected
:
virtual
ScCellRangesBase
*
getCellRangesBase
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
ScCellRangesBase
*
getCellRangesBase
()
throw
(
css
::
uno
::
RuntimeException
);
...
...
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