Difference between revisions of "Calc/Features/Conditional Formatting"
From Apache OpenOffice Wiki
(New page: = Improvements to conditional formatting = == Buttons to create a new style == {{bug|27253}} suggests to add "New Style..." (or "New Cell Style...") buttons next to each cell style list ...) |
(implemented) |
||
Line 10: | Line 10: | ||
[[Image:Conditional Formatting New Style.png]] | [[Image:Conditional Formatting New Style.png]] | ||
+ | |||
+ | This is implemented in {{CWS|calc49|DEV300}}. | ||
[[Category:Calc|Features/{{SUBPAGENAME}}]] | [[Category:Calc|Features/{{SUBPAGENAME}}]] | ||
[[Category:Feature|{{SUBPAGENAME}}]] | [[Category:Feature|{{SUBPAGENAME}}]] |
Latest revision as of 16:54, 29 April 2009
Improvements to conditional formatting
Buttons to create a new style
Issue 27253 suggests to add "New Style..." (or "New Cell Style...") buttons next to each cell style list box in the "Conditional Formatting" dialog. Pressing one of the buttons would open the "Cell Style" dialog for a new style, and if OK is pressed there, select the new style in the list box.
That way, if the user notices there is no suitable style yet, he wouldn't have to close the dialog, create a style, open the dialog again (and if he cancelled the dialog, make the settings again).
The modified dialog could look like this:
This is implemented in CWS DEV300 calc49 .