diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-11-16 09:02:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-11-16 09:02:14 +0000 |
commit | 46cf386070b76f65b0dbf3ccbc6f51bf2a480f76 (patch) | |
tree | fd66e80f468027e39a527879b5761b85c0885a1e /svx/sdi/svx.sdi | |
parent | c63b0bf16cf7bab108f88d0ad2665051d0cd8808 (diff) |
INTEGRATION: CWS thaiissues (1.67.40); FILE MERGED
2005/10/05 13:11:37 os 1.67.40.1: #i42660# Insert/Formatting Marks: globally available
Diffstat (limited to 'svx/sdi/svx.sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 174 |
1 files changed, 172 insertions, 2 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 7372c9e060af..fdafad1b308a 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -4,9 +4,9 @@ * * $RCSfile: svx.sdi,v $ * - * $Revision: 1.67 $ + * $Revision: 1.68 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:11:37 $ + * last change: $Author: obo $ $Date: 2005-11-16 10:02:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -13933,4 +13933,174 @@ SfxVoidItem MailExportFinished SID_MAIL_EXPORT_FINISHED ToolBoxConfig = FALSE, GroupId = GID_EXPLORER; ] +//-------------------------------------------------------------------------- +SfxVoidItem InsertZWSP SID_INSERT_ZWSP +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_INSERT; +] +//-------------------------------------------------------------------------- +SfxVoidItem InsertZWNBSP SID_INSERT_ZWNBSP +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_INSERT; +] +//-------------------------------------------------------------------------- +SfxVoidItem InsertLRM SID_INSERT_LRM +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_INSERT; +] +//-------------------------------------------------------------------------- +SfxVoidItem InsertRLM SID_INSERT_RLM +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_INSERT; +] +//-------------------------------------------------------------------------- +SfxVoidItem InsertSoftHyphen FN_INSERT_SOFT_HYPHEN +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_INSERT; +] +//-------------------------------------------------------------------------- +SfxVoidItem InsertHardHyphen FN_INSERT_HARDHYPHEN +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_INSERT; +] +//-------------------------------------------------------------------------- +SfxVoidItem InsertNonBreakingSpace FN_INSERT_HARD_SPACE +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_INSERT; +] + + |