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
fcc6e8ae
Kaydet (Commit)
fcc6e8ae
authored
Agu 29, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove the old xlsx pivot table export code.
Change-Id: I6725cbc331b51f66025a8294612c6a5918c07adf
üst
151d7a62
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
xepivot.cxx
sc/source/filter/excel/xepivot.cxx
+0
-0
xepivot.hxx
sc/source/filter/inc/xepivot.hxx
+0
-3
No files found.
sc/source/filter/excel/xepivot.cxx
Dosyayı görüntüle @
fcc6e8ae
This diff is collapsed.
Click to expand it.
sc/source/filter/inc/xepivot.hxx
Dosyayı görüntüle @
fcc6e8ae
...
...
@@ -350,7 +350,6 @@ public:
/** Writes the entire pivot table. */
virtual
void
Save
(
XclExpStream
&
rStrm
)
SAL_OVERRIDE
;
virtual
void
SaveXml
(
XclExpXmlStream
&
rStrm
)
SAL_OVERRIDE
;
private
:
/** Returns a pivot table field by its name. */
...
...
@@ -432,10 +431,8 @@ public:
/** Writes all pivot caches (all Workbook records and cache streams). */
void
WritePivotCaches
(
XclExpStream
&
rStrm
);
void
WritePivotCachesXml
(
XclExpXmlStream
&
rStrm
);
/** Writes all pivot tables of the specified Calc sheet. */
void
WritePivotTables
(
XclExpStream
&
rStrm
,
SCTAB
nScTab
);
void
WritePivotTablesXml
(
XclExpXmlStream
&
rStrm
,
SCTAB
nScTab
);
private
:
/** Finds an existing (if enabled in mbShareCaches) or creates a new pivot cache.
...
...
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