diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-03-14 23:20:48 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-03-15 01:30:55 +0100 |
commit | 4517bb391afea870f856e030d8b1e5e8ee9364ac (patch) | |
tree | 4949d9d12301e4873b0cad8cb53c576fadea0d1a /sc/sdi/tabvwsh.sdi | |
parent | b327b0dc2724958acce6e1df1620c1a919ea6bf8 (diff) |
first step for Insert->Chart From File
This needs some tweaks but it looks like we are already able to choose
the chart and import it. There are some more tweaks needed to handle
internal vs. external data provider, errors, other components, ...
Change-Id: Ib3e7f8bbf7b7f49b071d85120930624e2add91a7
Diffstat (limited to 'sc/sdi/tabvwsh.sdi')
-rw-r--r-- | sc/sdi/tabvwsh.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index 05459a036ac2..7bbdfca29166 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -113,6 +113,7 @@ interface BaseSelection SID_FM_CREATE_CONTROL [ ExecMethod = ExecDraw ; ] SID_LINKS [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ] SID_DRAW_CHART [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_INSERT_DIAGRAM_FROM_FILE [ ExecMethod = ExecDrawIns; StateMethod = GetDrawState; ] SID_FM_CREATE_FIELDCONTROL [ ExecMethod = ExecDrawIns ; ] // } Einfuegen von Objekten |