diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 12:49:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 12:49:38 +0000 |
commit | f6c16377454bf3ca924eb0c258c5d1c73f2647d0 (patch) | |
tree | e09b727c8e99dab625f093998db9478a7ee59b30 /sfx2/sdi | |
parent | 086ab18937a8e8fbc8cdedc61748b37e17f9e4f5 (diff) |
INTEGRATION: CWS eforms2 (1.46.2); FILE MERGED
2004/10/11 16:15:29 dvo 1.46.2.6: RESYNC: (1.59-1.60); FILE MERGED
2004/10/08 21:48:36 dvo 1.46.2.5: RESYNC: (1.52-1.59); FILE MERGED
2004/08/16 18:57:26 dvo 1.46.2.4: RESYNC: (1.48-1.52); FILE MERGED
2004/07/27 14:53:54 fs 1.46.2.3: RESYNC: (1.46-1.48); FILE MERGED
2004/07/26 18:44:15 dvo 1.46.2.2: #i31958# continue FN_XFORMS_INIT
2004/07/26 16:06:21 dvo 1.46.2.1: #31958# implement File->New->XForms Document
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 30afd9dfa5af..53677d6b3515 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -8225,6 +8225,31 @@ SfxVoidItem InsertLabels FN_LABEL ] //-------------------------------------------------------------------------- +SfxVoidItem NewXForms FN_XFORMS_INIT +( SfxFrameItem Frame SID_DOCFRAME ) +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_INSERT; +] + +//-------------------------------------------------------------------------- SfxVoidItem AutoPilotPresentations SID_SD_AUTOPILOT ( SfxFrameItem Frame SID_DOCFRAME ) [ |