diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-01 05:41:51 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-11 08:01:22 +0200 |
commit | f76aa6633452b1bc82d6742986b86f7045c3a7a0 (patch) | |
tree | 2d590799fe20328bc6d8a6eaf97d65d10d043542 /sc/sdi | |
parent | 17675467b695967bcb02356be617448949ee60a5 (diff) |
first part for new conditional format dialog
Change-Id: I97d025e468d6c90cdb780c3654706df20300429a
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 3 | ||||
-rw-r--r-- | sc/sdi/scalc.sdi | 31 |
2 files changed, 4 insertions, 30 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index d70a94454d06..99f3541e55b8 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -187,10 +187,9 @@ interface CellSelection FID_USE_NAME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] SID_CANCEL [ ExecMethod = Execute; ] SID_TOGGLE_REL [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] - SID_OPENDLG_CONDFRMT [ ExecMethod = Execute; StateMethod = GetBlockState; ] + SID_OPENDLG_CONDFRMT [ ExecMethod = ExecuteEdit; ] SID_COLORSCALE [ ExecMethod = ExecuteEdit; ] SID_DATABAR [ ExecMethod = ExecuteEdit; ] - FID_CONDITIONAL_FORMAT [ ExecMethod = ExecuteEdit; ] FID_NOTE_VISIBLE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] SID_DELETE_NOTE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] SID_DEC_INDENT [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 2850a5369527..36f355f1555f 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -1069,32 +1069,7 @@ SfxVoidItem CommentChange FID_CHG_COMMENT ] //-------------------------------------------------------------------------- -SfxVoidItem ConditionalFormat FID_CONDITIONAL_FORMAT -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_INTERN; -] - -//-------------------------------------------------------------------------- -SfxVoidItem ColorScaleDialog SID_COLORSCALE +SfxVoidItem ConditionalFormatDialog SID_OPENDLG_CONDFRMT () [ /* flags: */ @@ -1119,7 +1094,7 @@ SfxVoidItem ColorScaleDialog SID_COLORSCALE ] //-------------------------------------------------------------------------- -SfxVoidItem DataBarDialog SID_DATABAR +SfxVoidItem ColorScaleDialog SID_COLORSCALE () [ /* flags: */ @@ -1144,7 +1119,7 @@ SfxVoidItem DataBarDialog SID_DATABAR ] //-------------------------------------------------------------------------- -SfxVoidItem ConditionalFormatDialog SID_OPENDLG_CONDFRMT +SfxVoidItem DataBarDialog SID_DATABAR () [ /* flags: */ |