diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 15:18:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 15:18:39 +0000 |
commit | f0b29adfda2a4638dda996e4ccb8433286a42cdf (patch) | |
tree | 2295a60bac4e1818059549b9c961a400e1174e8e /sc/sdi/drawsh.sdi | |
parent | 15374f5379109ae797ac9ef1031454629f64215d (diff) |
INTEGRATION: CWS calc06 (1.5.96); FILE MERGED
2003/03/18 19:09:27 nn 1.5.96.1: #108137# slots for position/size in status bar
Diffstat (limited to 'sc/sdi/drawsh.sdi')
-rw-r--r-- | sc/sdi/drawsh.sdi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi index cadfd8e4ebfe..3400c3d79bc4 100644 --- a/sc/sdi/drawsh.sdi +++ b/sc/sdi/drawsh.sdi @@ -127,7 +127,9 @@ interface TableDraw : Selection SID_FORMTEXT_SHDWXVAL [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; Export = FALSE; ] SID_FORMTEXT_SHDWYVAL [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; Export = FALSE; ] SID_FORMTEXT_STDFORM [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; Export = FALSE; ] - SID_ATTR_SIZE [ StateMethod = GetDrawFuncState; Export = FALSE; ] + SID_ATTR_POSITION [ StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_ATTR_SIZE [ StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_TABLE_CELL [ StateMethod = GetDrawAttrState; Export = FALSE; ] SID_ORIGINALSIZE [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ] SID_HYPERLINK_SETLINK [ ExecMethod = ExecuteHLink; Export = FALSE; ] SID_HYPERLINK_GETLINK [ StateMethod = GetHLinkState; Export = FALSE; ] |