[ooo-build-commit] scratch/mso-dumper
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Dec 17 10:34:33 PST 2009
scratch/mso-dumper/src/xlsrecord.py | 38 ++++++++++++++++++------------------
1 file changed, 19 insertions(+), 19 deletions(-)
New commits:
commit aeda5f1421c47d7bb0db388fdbb69b596d4ab7bd
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Thu Dec 17 13:36:14 2009 -0500
Removed trailing spaces.
* scratch/mso-dumper/src/xlsrecord.py:
diff --git a/scratch/mso-dumper/src/xlsrecord.py b/scratch/mso-dumper/src/xlsrecord.py
index 97187cf..ca33099 100644
--- a/scratch/mso-dumper/src/xlsrecord.py
+++ b/scratch/mso-dumper/src/xlsrecord.py
@@ -361,24 +361,24 @@ class Obj(BaseRecordHandler):
ftEnd = 0x00 # End of OBJ record
# 0x01 - 0x03 (reserved)
- ftMacro = 0x04 # Fmla-style macro
- ftButton = 0x05 # Command button
- ftGmo = 0x06 # Group marker
- ftCf = 0x07 # Clipboard format
- ftPioGrbit = 0x08 # Picture option flags
- ftPictFmla = 0x09 # Picture fmla-style macro
- ftCbls = 0x0A # Check box link
- ftRbo = 0x0B # Radio button
- ftSbs = 0x0C # Scroll bar
- ftNts = 0x0D # Note structure
- ftSbsFmla = 0x0E # Scroll bar fmla-style macro
- ftGboData = 0x0F # Group box data
- ftEdoData = 0x10 # Edit control data
- ftRboData = 0x11 # Radio button data
- ftCblsData = 0x12 # Check box data
- ftLbsData = 0x13 # List box data
- ftCblsFmla = 0x14 # Check box link fmla-style macro
- ftCmo = 0x15 # Common object data
+ ftMacro = 0x04 # Fmla-style macro
+ ftButton = 0x05 # Command button
+ ftGmo = 0x06 # Group marker
+ ftCf = 0x07 # Clipboard format
+ ftPioGrbit = 0x08 # Picture option flags
+ ftPictFmla = 0x09 # Picture fmla-style macro
+ ftCbls = 0x0A # Check box link
+ ftRbo = 0x0B # Radio button
+ ftSbs = 0x0C # Scroll bar
+ ftNts = 0x0D # Note structure
+ ftSbsFmla = 0x0E # Scroll bar fmla-style macro
+ ftGboData = 0x0F # Group box data
+ ftEdoData = 0x10 # Edit control data
+ ftRboData = 0x11 # Radio button data
+ ftCblsData = 0x12 # Check box data
+ ftLbsData = 0x13 # List box data
+ ftCblsFmla = 0x14 # Check box link fmla-style macro
+ ftCmo = 0x15 # Common object data
class Cmo:
Types = [
@@ -461,7 +461,7 @@ class Obj(BaseRecordHandler):
# 14 4000h fAutoLine =1 if the object uses automatic line style
# 15 8000h (Reserved) Reserved; must be 0 (zero)
- locked = (flag & 0x0001)
+ locked = (flag & 0x0001)
printable = (flag & 0x0010)
autoFill = (flag & 0x2000)
autoLine = (flag & 0x4000)
More information about the ooo-build-commit
mailing list