diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-09-04 07:02:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-09-04 07:02:08 +0000 |
commit | 0c08313a03934890c3b94470b8f992d3b6c22eb6 (patch) | |
tree | f21332155725829a603b51d187ec9204b55b6c8e /sc/sdi/cellsh.sdi | |
parent | 9c70b43b61f13e28e27f1e917bd9639e839e7ddb (diff) |
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
Diffstat (limited to 'sc/sdi/cellsh.sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 22 |
1 files changed, 21 insertions, 1 deletions
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 |