summaryrefslogtreecommitdiffstats
path: root/sc/inc/unonames.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-10-05 11:19:10 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-10-05 11:19:10 -0400
commit7da57d17b6179e71c8b6d7549ad89eaf3a4a28c6 (patch)
tree87d0d304db8ba5ebe2f57949fb906597cee908f1 /sc/inc/unonames.hxx
parentPorted calc-formula-variable-sep-config-check-sc.diff from ooo-build. (diff)
downloadcore-7da57d17b6179e71c8b6d7549ad89eaf3a4a28c6.tar.gz
core-7da57d17b6179e71c8b6d7549ad89eaf3a4a28c6.zip
Ported calc-distributed-cell-text-*.diff from ooo-build.
This feature enables horizontal 'distributed' alignment and vertical 'justified' and 'distributed' alignments for cell contents in Calc. Note that this feature relies on ODF 1.2 extended in order for the relevant cell attributes to be saved in ODS.
Diffstat (limited to 'sc/inc/unonames.hxx')
-rw-r--r--sc/inc/unonames.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx
index a131c10f779e..f06662846158 100644
--- a/sc/inc/unonames.hxx
+++ b/sc/inc/unonames.hxx
@@ -106,6 +106,8 @@
#define SC_UNONAME_CELLPRO "CellProtection"
#define SC_UNONAME_CELLHJUS "HoriJustify"
#define SC_UNONAME_CELLVJUS "VertJustify"
+#define SC_UNONAME_CELLHJUS_METHOD "HoriJustifyMethod"
+#define SC_UNONAME_CELLVJUS_METHOD "VertJustifyMethod"
#define SC_UNONAME_CELLORI "Orientation"
#define SC_UNONAME_NUMFMT "NumberFormat"
#define SC_UNONAME_SHADOW "ShadowFormat"