diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:18:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:18:44 +0000 |
commit | 2f3313a23ad0141517986055ba6540fc82ddda40 (patch) | |
tree | c79db9c8a2863cb991bfc2189eaa9320e6e20007 /sw/inc/cmdid.h | |
parent | 58a0b6bd06994a1d9723a73c1b592d0c83777b3c (diff) |
INTEGRATION: CWS eforms2 (1.49.48); FILE MERGED
2004/10/08 12:35:17 dvo 1.49.48.5: RESYNC: (1.53-1.59); FILE MERGED
2004/08/16 16:09:07 dvo 1.49.48.4: RESYNC: (1.52-1.53); FILE MERGED
2004/07/26 16:34:55 dvo 1.49.48.3: #i31958# implement FN_XFORMS_DESIGN_MODE slot
2004/06/25 16:32:39 dvo 1.49.48.2: RESYNC: (1.49-1.52); FILE MERGED
2004/06/23 13:12:01 fme 1.49.48.1: #114856# Enhanced forms - Editable sections in read-only documents
Diffstat (limited to 'sw/inc/cmdid.h')
-rw-r--r-- | sw/inc/cmdid.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index 46b3b057a9..c9de7fb0fa 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -2,9 +2,9 @@ * * $RCSfile: cmdid.h,v $ * - * $Revision: 1.59 $ + * $Revision: 1.60 $ * - * last change: $Author: rt $ $Date: 2004-09-20 15:10:20 $ + * last change: $Author: obo $ $Date: 2004-11-16 10:18:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -909,6 +909,7 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr #define FN_UNO_MODEL (FN_EXTRA2 + 96) #define FN_UNO_COMPONENT (FN_EXTRA2 + 97) #define FN_WORDCOUNT_DIALOG (FN_EXTRA2 + 98) +#define FN_XFORMS_DESIGN_MODE (FN_EXTRA2 + 99) /*-------------------------------------------------------------------- Bereich: Hilfe --------------------------------------------------------------------*/ @@ -1088,6 +1089,7 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr #define FN_PARAM_REGION_CONDITION (FN_PARAM+25) #define FN_PARAM_REGION_HIDDEN (FN_PARAM+26) #define FN_PARAM_REGION_PROTECT (FN_PARAM+27) +#define FN_PARAM_REGION_EDIT_IN_READONLY (FN_PARAM+28) #define FN_PARAM_INSERT_AFTER (FN_PARAM+29) #define FN_PARAM_FILTER (FN_PARAM+30) |