[Libreoffice-commits] .: src/xlsrecord.py
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Feb 23 18:57:37 PST 2012
src/xlsrecord.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 1b308848e85499eb917ce7c99984096b67602d6f
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date: Thu Feb 23 21:58:01 2012 -0500
More on AreaFormat.
diff --git a/src/xlsrecord.py b/src/xlsrecord.py
index eab87d9..d9c0a98 100644
--- a/src/xlsrecord.py
+++ b/src/xlsrecord.py
@@ -3872,6 +3872,8 @@ class AreaFormat(BaseRecordHandler):
self.__parseBytes()
self.appendLineString("foreground color", self.foreColor.toString())
self.appendLineString("background color", self.backColor.toString())
+ self.appendLineBoolean("automatic fill color", self.auto)
+ self.appendLineBoolean("foreground and background colors inverted", self.invertNeg)
def dumpData(self):
self.__parseBytes()
More information about the Libreoffice-commits
mailing list