diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:20:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:20:45 +0000 |
commit | 857fd4917625e2102427c9f619c2524b7d81b0fe (patch) | |
tree | 691da289c8463513285c214028de29d23692abfb /sw | |
parent | 140cf5fbfe77d746296f83d0f63ee9a038271977 (diff) |
INTEGRATION: CWS eforms2 (1.50.84); FILE MERGED
2004/10/08 13:01:46 dvo 1.50.84.4: RESYNC: (1.52-1.56); FILE MERGED
2004/08/16 16:14:18 dvo 1.50.84.3: RESYNC: (1.51-1.52); FILE MERGED
2004/07/27 16:20:38 fs 1.50.84.2: RESYNC: (1.50-1.51); FILE MERGED
2004/07/26 16:15:49 dvo 1.50.84.1: #i31958# add FN_XFORMS_DESIGN_MODE and FN_XFORMS_INIT slots
Diffstat (limited to 'sw')
-rw-r--r-- | sw/sdi/swriter.sdi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 88a6673c4bc8..e1cace6d8859 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -9902,3 +9902,30 @@ SfxVoidItem TableSort FN_TABLE_SORT_DIALOG GroupId = GID_TABLE; ] +//-------------------------------------------------------------------------- +// #i31958#: toggle design mode for XForms; copied from SID_FM_DESIGN_MODE +SfxBoolItem SwitchXFormsDesignMode FN_XFORMS_DESIGN_MODE +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, + Toggle = TRUE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_CONTROLS; +] + |