[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/koffice-essen/filters/libmsooxml
From:       Carlos Licea <carlos_licea () hotmail ! com>
Date:       2010-12-04 23:52:16
Message-ID: 20101204235216.7DB82AC8A5 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1203642 by clicea:

Ops! those are flags, you fool.

 M  +11 -11    MsooXmlDrawingTableStyle.h  


--- branches/work/koffice-essen/filters/libmsooxml/MsooXmlDrawingTableStyle.h #1203641:1203642
@@ -102,17 +102,17 @@
     TableStyleInstanceProperties& columnBandSize(int size);
 
     enum Role {
-        FirstRow,
-        FirstCol,
-        LastCol,
-        LastRow,
-        NeCell,
-        NwCell,
-        SeCell,
-        SwCell,
-        RowBanded,
-        ColumnBanded,
-        WholeTbl
+        FirstRow = 1,
+        FirstCol = 2,
+        LastCol = 4,
+        LastRow = 8,
+        NeCell = 16,
+        NwCell = 32,
+        SeCell = 64,
+        SwCell = 128,
+        RowBanded = 256,
+        ColumnBanded = 512,
+        WholeTbl = 1024
     };
     Q_DECLARE_FLAGS(Roles, Role)
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic