summaryrefslogtreecommitdiffstats
path: root/sc/inc/unonames.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-05-11 20:59:39 +0200
committerKohei Yoshida <kyoshida@novell.com>2010-05-11 20:59:39 +0200
commit46f4ddda06cdc8eab49b20400e3546de7433197a (patch)
tree29dc93a866c94e70c47d013403be4a7e0dfa5582 /sc/inc/unonames.hxx
parentcalctabcolor: Fixed a build breakage by adjusting for the svx split. Some he... (diff)
parentDEV300 masterfix: #i10000#: fix WaE: unhandled enumeration values (diff)
downloadcore-46f4ddda06cdc8eab49b20400e3546de7433197a.tar.gz
core-46f4ddda06cdc8eab49b20400e3546de7433197a.zip
rebased to DEV300_m77.
Diffstat (limited to 'sc/inc/unonames.hxx')
-rw-r--r--sc/inc/unonames.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx
index e1801c37fcc1..ec4216da62c2 100644
--- a/sc/inc/unonames.hxx
+++ b/sc/inc/unonames.hxx
@@ -576,6 +576,15 @@
#define SC_UNO_RPTEMPTY "RepeatIfEmpty"
#define SC_UNO_DRILLDOWN "DrillDownOnDoubleClick"
#define SC_UNO_SHOWFILT "ShowFilterButton"
+#define SC_UNO_IMPORTDESC "ImportDescriptor"
+#define SC_UNO_SOURCESERV "SourceServiceName"
+#define SC_UNO_SERVICEARG "ServiceArguments"
+
+// properties in data pilot descriptor ServiceArguments
+#define SC_UNO_SOURCENAME "SourceName"
+#define SC_UNO_OBJECTNAME "ObjectName"
+#define SC_UNO_USERNAME "UserName"
+#define SC_UNO_PASSWORD "Password"
// range selection
#define SC_UNONAME_INITVAL "InitialValue"