summaryrefslogtreecommitdiffstats
path: root/sc/inc/unonames.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2009-12-11 19:37:02 +0100
committerNiklas Nebel <nn@openoffice.org>2009-12-11 19:37:02 +0100
commitaa86f94b494b5c23279c870e86563bd86eb5245d (patch)
tree955f9091cdc90f65af2c85f447c9dda5062243d6 /sc/inc/unonames.hxx
parentCWS-TOOLING: integrate CWS controltextrendering (diff)
downloadcore-aa86f94b494b5c23279c870e86563bd86eb5245d.tar.gz
core-aa86f94b494b5c23279c870e86563bd86eb5245d.zip
datapilotapi: #i42199# API access to all types of DataPilot tables
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 010e420feb42..f4c333656661 100644
--- a/sc/inc/unonames.hxx
+++ b/sc/inc/unonames.hxx
@@ -573,6 +573,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"