ooo-build r13929 - in trunk: . scratch/sc-xlsutil/src
- From: kyoshida svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r13929 - in trunk: . scratch/sc-xlsutil/src
- Date: Thu, 18 Sep 2008 03:38:14 +0000 (UTC)
Author: kyoshida
Date: Thu Sep 18 03:38:14 2008
New Revision: 13929
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13929&view=rev
Log:
2008-09-17 Kohei Yoshida <kyoshida novell com>
* scratch/sc-xlsutil/src/record.py: skeleton record handlers for
PivotTable related records.
* scratch/sc-xlsutil/src/stream.py: more identified records related to
PivotTables.
Modified:
trunk/ChangeLog
trunk/scratch/sc-xlsutil/src/record.py
trunk/scratch/sc-xlsutil/src/stream.py
Modified: trunk/scratch/sc-xlsutil/src/record.py
==============================================================================
--- trunk/scratch/sc-xlsutil/src/record.py (original)
+++ trunk/scratch/sc-xlsutil/src/record.py Thu Sep 18 03:38:14 2008
@@ -434,6 +434,25 @@
# -------------------------------------------------------------------
+# SX - Pivot Table
+
+class SXViewEx9(BaseRecordHandler):
+
+ def parseBytes (self):
+ pass
+
+class SXAddlInfo(BaseRecordHandler):
+
+ def parseBytes (self):
+ pass
+
+class PivotQueryTableEx(BaseRecordHandler):
+
+ def parseBytes (self):
+ pass
+
+
+# -------------------------------------------------------------------
# CT - Change Tracking
class CTCellContent(BaseRecordHandler):
Modified: trunk/scratch/sc-xlsutil/src/stream.py
==============================================================================
--- trunk/scratch/sc-xlsutil/src/stream.py (original)
+++ trunk/scratch/sc-xlsutil/src/stream.py Thu Sep 18 03:38:14 2008
@@ -182,11 +182,14 @@
0x027E: ["RK", "Cell with Encoded Integer or Floating-Point", record.RK],
0x0293: ["STYLE", "Style Information"],
0x041E: ["FORMAT", "Number Format"],
+ 0x0802: ["QSISXTAG", "Pivot Table and Query Table Extensions", record.PivotQueryTableEx],
0x0809: ["BOF", "Beginning of File", record.BOF],
+ 0x0810: ["SXVIEWEX9", "Pivot Table Extensions", record.SXViewEx9],
0x0862: ["SHEETLAYOUT", "Tab Color below Sheet Name"],
0x0867: ["SHEETPROTECTION", "Sheet Protection Options"],
0x0858: ["CHPIVOTREF", "Pivot Chart Reference"],
0x0863: ["BOOKEXT", "Extra Book Info"],
+ 0x0864: ["SXADDL", "Pivot Table Additional Info", record.SXAddlInfo],
0x0868: ["RANGEPROTECTION", "Protected Range on Protected Sheet"],
0x1001: ["CHUNITS", "?"],
0x1002: ["CHCHART", "Chart Header Data", record.CHChart],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]