summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-04-27 18:31:24 +0000
committerNiklas Nebel <nn@openoffice.org>2001-04-27 18:31:24 +0000
commite1d41657a237ec5bcbacde8bc5bd6a66dbfff26c (patch)
treeee502df5820b77facc6f7985bcb436c542b17d1e /sc/sdi
parent137a8e5a58a3cbd7f79cee28a29fc82e66fe8f16 (diff)
user interface for linked areas / external data sources
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/cellsh.sdi6
-rw-r--r--sc/sdi/scalc.sdi23
2 files changed, 5 insertions, 24 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi
index 912c22af309d..2b6c56eac419 100644
--- a/sc/sdi/cellsh.sdi
+++ b/sc/sdi/cellsh.sdi
@@ -3,7 +3,7 @@
// StarCalc
//
// (C) 1994 StarDivision GmbH, Hamburg, Germany
- // $Author: nn $ $Date: 2001-04-23 11:43:56 $ $Revision: 1.4 $
+ // $Author: nn $ $Date: 2001-04-27 19:27:02 $ $Revision: 1.5 $
// $Logfile: T:/sc/sdi/cellsh.sdv $ $Workfile: cellsh.sdi $
//----------------------------------------------------------------------------
@@ -133,6 +133,7 @@ interface CellSelection : Selection
SID_GET_CLPBRD_FORMAT_COUNT [ ExecMethod = ExecuteEdit; ]
SID_GET_CLPBRD_FORMAT_BY_IDX [ ExecMethod = ExecuteEdit; ]
SID_GET_CLPBRD_FORMAT_NAME [ ExecMethod = ExecuteEdit; ]
+ SID_EXTERNAL_SOURCE [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
FID_MERGE_ON [ ExecMethod = Execute; StateMethod = GetState; ]
FID_MERGE_OFF [ ExecMethod = Execute; StateMethod = GetState; ]
SID_OUTLINE_HIDE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
@@ -377,6 +378,9 @@ shell ScCellShell : ScFormatShell
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/04/23 11:43:56 nn
+ slot for clipboard controller
+
Revision 1.3 2001/03/26 19:18:57 nn
transliteration menu functions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index 6e2b338bada1..4a49c74c8045 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -3462,29 +3462,6 @@ SfxBoolItem TraceChangeMode FID_CHG_RECORD
]
//--------------------------------------------------------------------------
-SfxVoidItem ProtectTraceChangeMode SID_CHG_PROTECT
-()
-[
- /* flags: */
- AutoUpdate = FALSE,
- Cachable = Cachable,
- FastCall = FALSE,
- HasCoreId = FALSE,
- HasDialog = FALSE,
- ReadOnlyDoc = TRUE,
- Toggle = FALSE,
- Container = FALSE,
- Synchron;
-
- /* config: */
- AccelConfig = TRUE,
- MenuConfig = TRUE,
- StatusBarConfig = FALSE,
- ToolBoxConfig = TRUE,
- GroupId = GID_EDIT;
-]
-
-//--------------------------------------------------------------------------
SfxVoidItem CommentChange FID_CHG_COMMENT
(SfxStringItem Comment FID_CHG_COMMENT)
[