work on monolithic output and outer borders
[pspp] / src / output / table.h
index 1fe78d8e767ab2e69bd636a643cfb3737d76b439..a5ab5ee8bbd01dc3afff239d153ac873b0d48898 100644 (file)
@@ -183,7 +183,10 @@ enum
   {
     TABLE_CELL_ROTATE     = 1 << 0,    /* Rotate cell contents 90 degrees. */
     TABLE_CELL_JOIN       = 1 << 1,    /* Joined cell (internal use only). */
-    TABLE_CELL_STYLE_SHIFT = 2,
+    TABLE_CELL_PADDING    = 1 << 2,    /* Padding cell. */
+    TABLE_CELL_FULL_WIDTH = 1 << 3,    /* Cell spans full width,
+                                          ignoring headers. */
+    TABLE_CELL_STYLE_SHIFT = 4,
     TABLE_CELL_STYLE_MASK = 7 << TABLE_CELL_STYLE_SHIFT,
   };