summaryrefslogtreecommitdiffstats
path: root/sw/inc/unoprnms.hxx
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2014-04-02 16:39:06 +0200
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2014-04-03 09:59:18 +0200
commit3e9d9b073f1b8fd934e00c8cff69fb0f9ef40781 (patch)
tree69dabaae819794676cf757e397ca169704e91702 /sw/inc/unoprnms.hxx
parentoox: Preserve cell theme color. (diff)
downloadcore-3e9d9b073f1b8fd934e00c8cff69fb0f9ef40781.tar.gz
core-3e9d9b073f1b8fd934e00c8cff69fb0f9ef40781.zip
oox: Preserve table style.
Table style is a property that defines a set of background and line attributes for cells. These attributes depend on theme settings (e.g. theme colors). We added a grabbag to the table object to save the table style name. We detect that name on export and write it back to the document. Finally, modified an existing unit test to check this attribute too. TODO: To get the table style working properly after a roundtrip, we must preserve it and also check that its values are not being overwritten by different cell or table properties. Change-Id: Id0e022a389561960c21ab874db33649499735024
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r--sw/inc/unoprnms.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx
index 280c7e40f12c..be90c9dd37b6 100644
--- a/sw/inc/unoprnms.hxx
+++ b/sw/inc/unoprnms.hxx
@@ -840,6 +840,7 @@
#define UNO_NAME_CHAR_INTEROP_GRAB_BAG "CharInteropGrabBag"
#define UNO_NAME_TEXT_VERT_ADJUST "TextVerticalAdjust"
#define UNO_NAME_CELL_INTEROP_GRAB_BAG "CellInteropGrabBag"
+#define UNO_NAME_TABLE_INTEROP_GRAB_BAG "TableInteropGrabBag"
#endif