diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-03-27 11:22:02 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-03-27 11:22:33 +0100 |
commit | cab8cfbe60e2829d62308444a610d340d2370781 (patch) | |
tree | f6c0b7e93f7a0cec5654b0d012003785ffbe3d38 /sfx2/sdi | |
parent | 4f48dc2f978d36ef9ba08bf828894fa578430fc7 (diff) |
Basic UI for inserting 3D models
-By now only in impress.
-One supported file format: gltf/.json
Change-Id: I66b9cc91afeac292a19e8917f923228dc96a791a
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 59e6254eea48..8487a84bfa2f 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -8457,3 +8457,27 @@ SvxZoomItem Zoom SID_ATTR_ZOOM ToolBoxConfig = TRUE, GroupId = GID_VIEW; ] + +SfxStringItem Insert3DModel SID_INSERT_3DMODEL +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; +] |