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
2b507836
Kaydet (Commit)
2b507836
authored
Ock 27, 2012
tarafından
Santiago Martinez
Kaydeden (comit)
Ivan Timofeev
Ock 28, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code as listed in unusedcode.easy
üst
6e4b7904
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
35 deletions
+0
-35
vbachart.cxx
sc/source/ui/vba/vbachart.cxx
+0
-33
vbachart.hxx
sc/source/ui/vba/vbachart.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sc/source/ui/vba/vbachart.cxx
Dosyayı görüntüle @
2b507836
...
...
@@ -1028,39 +1028,6 @@ ScVbaChart::assignDiagramAttributes()
xTwoAxisYSupplier
.
set
(
mxDiagramPropertySet
,
uno
::
UNO_QUERY_THROW
);
}
bool
ScVbaChart
::
isSeriesIndexValid
(
sal_Int32
_seriesindex
)
throw
(
script
::
BasicErrorException
)
{
bool
bret
=
false
;
try
{
uno
::
Reference
<
chart
::
XChartDataArray
>
xChartDataArray
(
mxChartDocument
->
getData
(),
uno
::
UNO_QUERY_THROW
);
//TODO I guess we have to differentiate between XlRowCol
if
(
!
xChartDataArray
.
is
()
)
{
if
(
getPlotBy
()
==
xlRows
)
{
if
((
_seriesindex
<
xChartDataArray
->
getRowDescriptions
().
getLength
()
)
&&
(
_seriesindex
>=
0
))
bret
=
true
;
}
else
{
if
((
_seriesindex
<
xChartDataArray
->
getColumnDescriptions
().
getLength
()
)
&&
(
_seriesindex
>=
0
))
bret
=
true
;
}
}
}
catch
(
const
uno
::
Exception
&
)
{
throw
script
::
BasicErrorException
(
rtl
::
OUString
(),
uno
::
Reference
<
uno
::
XInterface
>
(),
SbERR_METHOD_FAILED
,
rtl
::
OUString
()
);
}
if
(
!
bret
)
{
throw
script
::
BasicErrorException
(
rtl
::
OUString
(),
uno
::
Reference
<
uno
::
XInterface
>
(),
SbERR_OUT_OF_RANGE
,
rtl
::
OUString
()
);
}
return
bret
;
}
uno
::
Reference
<
beans
::
XPropertySet
>
ScVbaChart
::
getAxisPropertySet
(
sal_Int32
_nAxisType
,
sal_Int32
_nAxisGroup
)
throw
(
script
::
BasicErrorException
)
...
...
sc/source/ui/vba/vbachart.hxx
Dosyayı görüntüle @
2b507836
...
...
@@ -74,7 +74,6 @@ public:
// Non-interface
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
xDiagramPropertySet
()
const
{
return
mxDiagramPropertySet
;
}
bool
isSeriesIndexValid
(
sal_Int32
_seriesindex
)
throw
(
css
::
script
::
BasicErrorException
);
bool
is3D
()
throw
(
css
::
uno
::
RuntimeException
);
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
getAxisPropertySet
(
sal_Int32
_nAxisType
,
sal_Int32
_nAxisGroup
)
throw
(
css
::
script
::
BasicErrorException
);
// Methods
...
...
unusedcode.easy
Dosyayı görüntüle @
2b507836
...
...
@@ -215,7 +215,6 @@ ScValidationEntries_Impl::Insert(ScValidationEntries_Impl const*, unsigned short
ScValidationEntries_Impl::Remove(ScValidationData* const&, unsigned short)
ScValidationEntries_Impl::Remove(unsigned short, unsigned short)
ScValueCell::ScValueCell()
ScVbaChart::isSeriesIndexValid(int)
ScVbaColorFormat::setColorFormat(short)
ScVbaCommandBarControl::ScVbaCommandBarControl(com::sun::star::uno::Reference<ooo::vba::XHelperInterface> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, boost::shared_ptr<VbaCommandBarHelper>, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, rtl::OUString const&, int, unsigned char)
ScVbaCommentShape::ScVbaCommentShape(com::sun::star::uno::Reference<ooo::vba::XHelperInterface> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, com::sun::star::uno::Reference<com::sun::star::drawing::XShape> const&, com::sun::star::uno::Reference<ooo::vba::excel::XComment> const&, com::sun::star::uno::Reference<com::sun::star::drawing::XShapes> const&, com::sun::star::uno::Reference<com::sun::star::frame::XModel> const&, int)
...
...
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