From 0c08313a03934890c3b94470b8f992d3b6c22eb6 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 4 Sep 2003 07:02:08 +0000 Subject: INTEGRATION: CWS dr7ui (1.11.200); FILE MERGED 2003/08/07 12:32:59 dr 1.11.200.1: #i6330# select multiple tables with keyboard --- sc/sdi/cellsh.sdi | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'sc/sdi/cellsh.sdi') diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index 9cf29439a7f4..c39a56d16824 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: 2002-11-28 14:56:06 $ $Revision: 1.11 $ + // $Author: obo $ $Date: 2003-09-04 08:02:08 $ $Revision: 1.12 $ // $Logfile: T:/sc/sdi/cellsh.sdv $ $Workfile: cellsh.sdi $ //---------------------------------------------------------------------------- @@ -194,6 +194,20 @@ interface CellMovement : Selection Cachable ; ] + SID_NEXT_TABLE_SEL + [ + ExecMethod = ExecuteMove ; + StateMethod = GetStateCursor ; + Cachable ; + ] + + SID_PREV_TABLE_SEL + [ + ExecMethod = ExecuteMove ; + StateMethod = GetStateCursor ; + Cachable ; + ] + SfxVoidItem GoDown SID_CURSORDOWN ( SfxInt16Item By FN_PARAM_1, @@ -382,6 +396,12 @@ shell ScCellShell : ScFormatShell /*------------------------------------------------------------------------ $Log: not supported by cvs2svn $ + Revision 1.11.200.1 2003/08/07 12:32:59 dr + #i6330# select multiple tables with keyboard + + Revision 1.11 2002/11/28 14:56:06 nn + #104949# new accelerator slot to select array formula + Revision 1.10 2002/08/29 14:19:09 mba #98951#: make sure that slot names are unique -- cgit