diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-04-23 10:43:56 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-04-23 10:43:56 +0000 |
commit | 2684dc97be1afa169ccb4cbc92dac38f255253f0 (patch) | |
tree | aab9367a1e159fedd2c97c9a177e40508e769e00 /sc/sdi | |
parent | 6c982d7f5e92a0277c1384e886627ed4d55e23b4 (diff) |
slot for clipboard controller
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 6 | ||||
-rw-r--r-- | sc/sdi/drtxtob.sdi | 1 | ||||
-rw-r--r-- | sc/sdi/editsh.sdi | 1 |
3 files changed, 7 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) diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi index e92bfb06b550..f21065283cdc 100644 --- a/sc/sdi/drtxtob.sdi +++ b/sc/sdi/drtxtob.sdi @@ -34,6 +34,7 @@ interface TableDrawText : Selection SID_COPY [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PASTE [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ] FID_PASTE_CONTENTS [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ] + SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ] SID_SELECTALL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_CHARMAP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] // Attribute: -------------------------------------------------- diff --git a/sc/sdi/editsh.sdi b/sc/sdi/editsh.sdi index 74a381092c41..ea9c2343d89a 100644 --- a/sc/sdi/editsh.sdi +++ b/sc/sdi/editsh.sdi @@ -16,6 +16,7 @@ interface TableText : Selection SID_COPY [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PASTE [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ] FID_PASTE_CONTENTS [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ] + SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ] SID_SELECTALL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_CHARMAP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] FID_INSERT_NAME [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] |