summaryrefslogtreecommitdiff
path: root/sc/sdi/cellsh.sdi
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-04-23 10:43:56 +0000
committerNiklas Nebel <nn@openoffice.org>2001-04-23 10:43:56 +0000
commit2684dc97be1afa169ccb4cbc92dac38f255253f0 (patch)
treeaab9367a1e159fedd2c97c9a177e40508e769e00 /sc/sdi/cellsh.sdi
parent6c982d7f5e92a0277c1384e886627ed4d55e23b4 (diff)
slot for clipboard controller
Diffstat (limited to 'sc/sdi/cellsh.sdi')
-rw-r--r--sc/sdi/cellsh.sdi6
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi
index 2bf64b7c68ad..912c22af309d 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-03-26 19:18:57 $ $Revision: 1.3 $
+ // $Author: nn $ $Date: 2001-04-23 11:43:56 $ $Revision: 1.4 $
// $Logfile: T:/sc/sdi/cellsh.sdv $ $Workfile: cellsh.sdi $
//----------------------------------------------------------------------------
@@ -129,6 +129,7 @@ interface CellSelection : Selection
SID_COPY [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
SID_PASTE [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
FID_PASTE_CONTENTS [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
+ SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
SID_GET_CLPBRD_FORMAT_COUNT [ ExecMethod = ExecuteEdit; ]
SID_GET_CLPBRD_FORMAT_BY_IDX [ ExecMethod = ExecuteEdit; ]
SID_GET_CLPBRD_FORMAT_NAME [ ExecMethod = ExecuteEdit; ]
@@ -376,6 +377,9 @@ shell ScCellShell : ScFormatShell
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.3 2001/03/26 19:18:57 nn
+ transliteration menu functions
+
Revision 1.2 2001/02/06 14:46:11 er
SID_DEL_COLS, SID_DEL_ROWS: StateMethod GetBlockState instead of GetState (need matrix formula check)