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
2712925f
Kaydet (Commit)
2712925f
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#706934 Uncaught exception
Change-Id: I206711c97ad1078442e92ea67d491d5b8af6b008
üst
461092ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vbaaxes.cxx
sc/source/ui/vba/vbaaxes.cxx
+1
-1
vbaaxes.hxx
sc/source/ui/vba/vbaaxes.hxx
+1
-1
No files found.
sc/source/ui/vba/vbaaxes.cxx
Dosyayı görüntüle @
2712925f
...
@@ -60,7 +60,7 @@ public:
...
@@ -60,7 +60,7 @@ public:
uno
::
Reference
<
excel
::
XAxis
>
uno
::
Reference
<
excel
::
XAxis
>
ScVbaAxes
::
createAxis
(
const
uno
::
Reference
<
excel
::
XChart
>&
xChart
,
const
uno
::
Reference
<
uno
::
XComponentContext
>&
xContext
,
sal_Int32
nType
,
sal_Int32
nAxisGroup
)
throw
(
uno
::
RuntimeException
)
ScVbaAxes
::
createAxis
(
const
uno
::
Reference
<
excel
::
XChart
>&
xChart
,
const
uno
::
Reference
<
uno
::
XComponentContext
>&
xContext
,
sal_Int32
nType
,
sal_Int32
nAxisGroup
)
throw
(
uno
::
RuntimeException
,
script
::
BasicErrorException
)
{
{
ScVbaChart
*
pChart
=
static_cast
<
ScVbaChart
*
>
(
xChart
.
get
()
);
ScVbaChart
*
pChart
=
static_cast
<
ScVbaChart
*
>
(
xChart
.
get
()
);
if
(
!
pChart
)
if
(
!
pChart
)
...
...
sc/source/ui/vba/vbaaxes.hxx
Dosyayı görüntüle @
2712925f
...
@@ -37,7 +37,7 @@ public:
...
@@ -37,7 +37,7 @@ public:
// XHelperInterface
// XHelperInterface
virtual
OUString
getServiceImplName
()
SAL_OVERRIDE
;
virtual
OUString
getServiceImplName
()
SAL_OVERRIDE
;
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
()
SAL_OVERRIDE
;
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
()
SAL_OVERRIDE
;
static
css
::
uno
::
Reference
<
ov
::
excel
::
XAxis
>
createAxis
(
const
css
::
uno
::
Reference
<
ov
::
excel
::
XChart
>&
xChart
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
sal_Int32
nType
,
sal_Int32
nAxisGroup
)
throw
(
css
::
uno
::
RuntimeException
);
static
css
::
uno
::
Reference
<
ov
::
excel
::
XAxis
>
createAxis
(
const
css
::
uno
::
Reference
<
ov
::
excel
::
XChart
>&
xChart
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
sal_Int32
nType
,
sal_Int32
nAxisGroup
)
throw
(
css
::
uno
::
RuntimeException
,
css
::
script
::
BasicErrorException
);
};
};
#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAAXES_HXX
#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAAXES_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