diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-22 14:27:06 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-22 14:27:06 +0000 |
commit | c896d4acb300da250b9a17c5c296fa8420c33ded (patch) | |
tree | 071073636683f5791c87d5945eb2818bf5c7a182 /sw/inc/cmdid.h | |
parent | 671ce9899908eb7152398c76b953eafb07258ddc (diff) |
INTEGRATION: CWS swcolsel (1.71.40); FILE MERGED
2007/08/21 14:17:44 ama 1.71.40.3: RESYNC: (1.71-1.73); FILE MERGED
2007/06/06 11:33:25 os 1.71.40.2: #i1596# menu entry and short cut block selection mode
2007/04/27 07:15:09 ama 1.71.40.1: #i1596#: Block selection
Diffstat (limited to 'sw/inc/cmdid.h')
-rw-r--r-- | sw/inc/cmdid.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index 37a9ad8b2fe2..de5f28450f8d 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -4,9 +4,9 @@ * * $RCSfile: cmdid.h,v $ * - * $Revision: 1.73 $ + * $Revision: 1.74 $ * - * last change: $Author: obo $ $Date: 2007-07-18 12:54:22 $ + * last change: $Author: ihi $ $Date: 2007-11-22 15:27:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -979,6 +979,7 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr #define FN_TO_FOOTNOTE_AREA (FN_SELECTION + 63) /* jump into the appropriate footnote area */ +#define FN_SET_BLOCK_MODE (FN_SELECTION + 64) /* selection mode: block */ @@ -1000,6 +1001,9 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr #define FN_PREV_TBLFML_ERR (FN_SELECTION + 88) /* zur vorherigen fehl. Tabellenformel */ #define FN_READONLY_SELECTION_MODE (FN_SELECTION + 89) /* switches text selection mode in readonly documents*/ +#define FN_SELECTION_MODE_DEFAULT (FN_SELECTION + 90) /* use default selection mode - not block mode */ +#define FN_SELECTION_MODE_BLOCK (FN_SELECTION + 91) /* switch on block selection */ + /*-------------------------------------------------------------------- QUERY-Block --------------------------------------------------------------------*/ |