[Libreoffice-commits] .: src/msodraw.py
Miklos Vajna
vmiklos at kemper.freedesktop.org
Mon Jan 21 08:44:18 PST 2013
src/msodraw.py | 13 +++++++++++++
1 file changed, 13 insertions(+)
New commits:
commit 604526003208268a0b89df21f565a140d4932e6b
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Mon Jan 21 17:47:27 2013 +0100
msodraw: add names for a few more properties
diff --git a/src/msodraw.py b/src/msodraw.py
index f4b887c..11dc65b 100644
--- a/src/msodraw.py
+++ b/src/msodraw.py
@@ -495,6 +495,19 @@ class FOPT:
0x01FF: ['Line Style Boolean Properties'],
0x0304: ['Black-and-white Display Mode'],
0x033F: ['Shape Boolean Properties'],
+ 0x0081: ['dxTextLeft'],
+ 0x0082: ['dxTextTop'],
+ 0x0083: ['dxTextRight'],
+ 0x0084: ['dxTextBottom'],
+ 0x0088: ['txflTextFlow'],
+ 0x0183: ['fillBackColor'],
+ 0x01C2: ['lineBackColor'],
+ 0x01CD: ['lineStyle'],
+ 0x01CE: ['lineDashing'],
+ 0x0384: ['dxWrapDistLeft'],
+ 0x0385: ['dyWrapDistTop'],
+ 0x0386: ['dyWrapDistRight'],
+ 0x0387: ['dyWrapDistBottom'],
}
class E:
More information about the Libreoffice-commits
mailing list