diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 16:05:05 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 16:05:05 +0000 |
commit | 4460e382254ce7a17dcdb3fd4679f06525d20bad (patch) | |
tree | 1316c35887e0f8e0593add08e5c013f9401768e5 /svx/sdi | |
parent | 8249c1c541de9462d3f7601492ef82afaa83db4c (diff) |
INTEGRATION: CWS langstatusbar (1.70.180); FILE MERGED
2007/10/22 09:58:49 tl 1.70.180.7: #i77208# language status bar control
2007/10/05 14:51:06 tl 1.70.180.6: RESYNC: (1.70-1.72); FILE MERGED
2007/07/25 11:13:54 tl 1.70.180.5: #i77208# new language status-bar control
2007/07/24 08:12:32 tl 1.70.180.4: #i77208# new language status-bar control
2007/07/20 08:53:19 tl 1.70.180.3: #i77208# new language status bar control
2007/06/15 12:44:47 tl 1.70.180.2: #i77208# new language status-bar control
2007/05/25 10:04:58 tl 1.70.180.1: #i77208# language statusbar control
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 59 |
1 files changed, 57 insertions, 2 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index f41dcdaea9c0..9f1af7479d6f 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -4,9 +4,9 @@ * * $RCSfile: svx.sdi,v $ * - * $Revision: 1.73 $ + * $Revision: 1.74 $ * - * last change: $Author: ihi $ $Date: 2007-11-19 17:19:58 $ + * last change: $Author: ihi $ $Date: 2007-11-23 17:05:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -14229,3 +14229,58 @@ SfxVoidItem OpenSmartTagMenuOnCursor SID_OPEN_SMARTTAGMENU ToolBoxConfig = FALSE, GroupId = GID_DOCUMENT; ] + +//-------------------------------------------------------------------------- +SfxVoidItem LanguageStatus SID_LANGUAGE_STATUS +(SfxStringItem Language SID_LANGUAGE_STATUS) +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* status: */ + SlotType = SfxStringListItem + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = GID_FORMAT; +] + +//-------------------------------------------------------------------------- + +SfxVoidItem FontDialogForParagraph SID_CHAR_DLG_FOR_PARAGRAPH +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + Asynchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_FORMAT; +] + |