diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-11-12 19:58:29 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-11-13 10:34:48 +0100 |
commit | 4dc9dc6a53870217de8b9e0b9ac434fbf3a67440 (patch) | |
tree | 3a730ce4e24d5b6b4ce2f050eb07b7cf06439447 /sc/sdi/cellsh.sdi | |
parent | 2c9450105b1543268dc565808ddbd76317a05446 (diff) |
datastreams: add toolbar buttons to stop / resume streaming
Change-Id: I601a4a174ea191c799623d29ed6eb229f9f372da
Diffstat (limited to 'sc/sdi/cellsh.sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index 298e28c6c4d3..470e319d4198 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -52,6 +52,8 @@ interface CellSelection SID_SBA_BRW_INSERT [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ] SID_SELECT_DB [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ] SID_DATA_STREAMS [ ExecMethod = ExecuteDB; ] + SID_DATA_STREAMS_PLAY [ ExecMethod = ExecuteDB; ] + SID_DATA_STREAMS_STOP [ ExecMethod = ExecuteDB; ] SID_MANAGE_XML_SOURCE [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ] SID_SORT [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ] SID_DATA_FORM [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ] |