summaryrefslogtreecommitdiffstats
path: root/sc/inc/unonames.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-01 14:27:21 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-03 20:28:16 -0400
commitd6d4d00114e267142145f0d6bb80a66dd4bca990 (patch)
tree17d4983876985388bc6bd5d614aa420a2fbb3cbd /sc/inc/unonames.hxx
parentRemoved unused methods. (diff)
downloadcore-d6d4d00114e267142145f0d6bb80a66dd4bca990.tar.gz
core-d6d4d00114e267142145f0d6bb80a66dd4bca990.zip
Support date field in cells.
Change-Id: Iff20eb16bb4a7f700b0a533bc745b92fdce8ac0f
Diffstat (limited to 'sc/inc/unonames.hxx')
-rw-r--r--sc/inc/unonames.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx
index 44f1aea6cbae..5ba1a3b760e5 100644
--- a/sc/inc/unonames.hxx
+++ b/sc/inc/unonames.hxx
@@ -329,6 +329,11 @@
#define SC_UNONAME_TARGET "TargetFrame"
#define SC_UNONAME_URL "URL"
+// date time field
+#define SC_UNONAME_ISDATE "IsDate"
+#define SC_UNONAME_ISFIXED "IsFixed"
+#define SC_UNONAME_DATETIME "DateTime"
+
// conditional format
#define SC_UNONAME_OPERATOR "Operator"
#define SC_UNONAME_FORMULA1 "Formula1"