diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-02 11:56:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-02 11:56:50 +0000 |
commit | fa8669e07b779b8f9ee869d451d3be9d44028c67 (patch) | |
tree | 448c8adfac0de6004586841731404a546ed3e1a4 /sc/sdi | |
parent | 32df5d20baa9af8d2ba552210f2a356b0c2d2396 (diff) |
INTEGRATION: CWS os35 (1.28.34); FILE MERGED
2004/07/17 13:17:55 dr 1.28.34.3: #i20500# new 'toggle merge cells' slot
2004/07/16 23:21:01 dr 1.28.34.2: #i20500# merge cells toolbar button
2004/07/12 17:32:45 dr 1.28.34.1: #i20340# redesigned Calc View menu
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 56 |
1 files changed, 54 insertions, 2 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 6aa2b4353..9f9809a83 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -2,9 +2,9 @@ * * $RCSfile: scalc.sdi,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: rt $ $Date: 2004-07-13 11:36:58 $ + * last change: $Author: kz $ $Date: 2004-08-02 12:56:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -4219,6 +4219,31 @@ SfxVoidItem MergeCells FID_MERGE_ON ] //-------------------------------------------------------------------------- +SfxVoidItem ToggleMergeCells FID_MERGE_TOGGLE +(SfxBoolItem MoveContents FID_MERGE_TOGGLE) +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_FORMAT; +] + +//-------------------------------------------------------------------------- SfxBoolItem Mirror SID_OBJECT_MIRROR () [ @@ -4862,6 +4887,33 @@ SfxVoidItem OriginalSize SID_ORIGINALSIZE ] //-------------------------------------------------------------------------- +SfxBoolItem NormalViewMode FID_NORMALVIEWMODE + +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; +] + +//-------------------------------------------------------------------------- SfxBoolItem PagebreakMode FID_PAGEBREAKMODE [ |