summaryrefslogtreecommitdiff
path: root/sc/sdi/pivotsh.sdi
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:07:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:07:07 +0000
commit9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24 (patch)
tree13c111a6380728f470fa177e679b80089a01efc4 /sc/sdi/pivotsh.sdi
initial import
Diffstat (limited to 'sc/sdi/pivotsh.sdi')
-rw-r--r--sc/sdi/pivotsh.sdi12
1 files changed, 12 insertions, 0 deletions
diff --git a/sc/sdi/pivotsh.sdi b/sc/sdi/pivotsh.sdi
new file mode 100644
index 000000000000..3a5103e92929
--- /dev/null
+++ b/sc/sdi/pivotsh.sdi
@@ -0,0 +1,12 @@
+interface Pivot : Object
+{
+ // von Basic aus nicht erreichbar, darum alles mit Export = FALSE
+
+ SID_PIVOT_RECALC [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
+ SID_PIVOT_KILL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
+}
+
+shell ScPivotShell
+{
+ import Pivot;
+}