[ooo-build-commit] scratch/mso-dumper
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Oct 12 21:00:06 PDT 2009
scratch/mso-dumper/src/xlsstream.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b8b78761181500c6d9ff8b87979e4a62c68a271c
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Oct 12 23:58:29 2009 -0400
[xls-dump] Added opcode for HEADERFOOTER record, but no handler yet.
* scratch/mso-dumper/src/xlsstream.py:
diff --git a/scratch/mso-dumper/src/xlsstream.py b/scratch/mso-dumper/src/xlsstream.py
index c0cea93..e13386b 100644
--- a/scratch/mso-dumper/src/xlsstream.py
+++ b/scratch/mso-dumper/src/xlsstream.py
@@ -206,6 +206,7 @@ recData = {
0x0892: ["STYLEEXT", "Named Cell Style Extension"],
0x0896: ["THEME", "Theme"],
0x089A: ["MTRSETTINGS", "Multi-threaded Calculation Settings"],
+ 0x089C: ["HEADERFOOTER", "Header Footer"],
0x089B: ["COMPRESSPICTURES", "Automatic Picture Compression Mode"],
0x08A3: ["FORCEFULLCALCULATION", "Force Full Calculation Mode"],
0x1001: ["CHUNITS", "?"],
More information about the ooo-build-commit
mailing list