summaryrefslogtreecommitdiff
path: root/sc/sdi/scslots.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sc/sdi/scslots.sdi')
-rw-r--r--sc/sdi/scslots.sdi78
1 files changed, 78 insertions, 0 deletions
diff --git a/sc/sdi/scslots.sdi b/sc/sdi/scslots.sdi
new file mode 100644
index 000000000000..3f1ff119873d
--- /dev/null
+++ b/sc/sdi/scslots.sdi
@@ -0,0 +1,78 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: scslots.sdi,v $
+ * $Revision: 1.10 $
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+import "svxslots.ilb"
+
+module
+"ADC7D7A1-2341-101C-A55A-04021C007002"
+"82528B40-234D-101C-A55A-04021C007002"
+StarCalc
+[
+HelpText( "StarDivision StarCalc" ),
+SlotIdFile( "scslots.hrc" )
+TypeLibFile( "scslots.tlb" )
+ModulePrefix( "Sc" )
+]
+{
+ struct ScProtection
+ {
+ BOOL Locked MID_1;
+ BOOL FormulasHidden MID_2;
+ BOOL Hidden MID_3;
+ BOOL HiddenInPrintout MID_4
+ };
+ item ScProtection ScProtectionAttr;
+
+ item double ScDoubleItem;
+ item INT32 SfxIntegerListItem;
+
+ //----------------------------------------------------------
+ // bei Problemen ggF. "von Hand" includen (=Copy/Paste)
+
+ include "scalc.sdi"
+ include "docsh.sdi"
+ include "tabvwsh.sdi"
+ include "drawsh.sdi"
+ include "editsh.sdi"
+ include "pivotsh.sdi"
+ include "app.sdi"
+ include "drtxtob.sdi"
+ include "prevwsh.sdi"
+ include "auditsh.sdi"
+ include "drformsh.sdi"
+ include "formatsh.sdi"
+ include "cellsh.sdi"
+ include "oleobjsh.sdi"
+ include "chartsh.sdi"
+ include "graphsh.sdi"
+ include "pgbrksh.sdi"
+ include "mediash.sdi"
+
+}
+