diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-03 14:48:34 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-03 20:28:18 -0400 |
commit | 4b8186dbe41677c5c7ee156c586f3295dab7528c (patch) | |
tree | 2d60ec2fb27c9df7a8c9fc01b3e4b3af85720a9b /sc/sdi | |
parent | 7684ae6cf43e2fa186f6e9c80d7d377e0dc1a1ab (diff) |
Add menu entries for sheet name and date field items.
Change-Id: I5ae910d455a7364209a203c2e3567a902e1f01a2
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/editsh.sdi | 3 | ||||
-rw-r--r-- | sc/sdi/scalc.sdi | 26 |
2 files changed, 27 insertions, 2 deletions
diff --git a/sc/sdi/editsh.sdi b/sc/sdi/editsh.sdi index c896cc4bdc7c..d306091fa94b 100644 --- a/sc/sdi/editsh.sdi +++ b/sc/sdi/editsh.sdi @@ -99,7 +99,8 @@ interface TableText SID_INSERT_ZWSP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_INSERT_ZWNBSP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] - SID_INSERT_FIELD_TEST [ ExecMethod = Execute; StateMethod = GetState; ] + SID_INSERT_FIELD_SHEET [ ExecMethod = Execute; StateMethod = GetState; ] + SID_INSERT_FIELD_DATE_VAR [ ExecMethod = Execute; StateMethod = GetState; ] } diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 9ca1858f4ec8..e9a0b7a5c383 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -8001,7 +8001,31 @@ SfxVoidItem SetTabBgColor FID_TAB_MENU_SET_TAB_BG_COLOR GroupId = GID_FORMAT; ] -SfxVoidItem InsertFieldTest SID_INSERT_FIELD_TEST +SfxVoidItem InsertFieldSheet SID_INSERT_FIELD_SHEET +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_OPTIONS; +] + +SfxVoidItem InsertFieldDateVariable SID_INSERT_FIELD_DATE_VAR () [ /* flags: */ |