Bug 50461

Summary: Data bars and color scales are not integrated into conditional formatting
Product: LibreOffice Reporter: Markus Mohrhard <markus.mohrhard>
Component: CalcAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 50460    

Description Markus Mohrhard 2012-05-29 06:39:29 UTC
Data bars and color scales need to be integrated into the normal conditional formatting.

This needs the following steps:

1. Merge colorscale.hxx and conditio.hxx based on the new concepts from colorscale.hxx.
2. Integrate new layer in the merged file
3. Change return type to new data structure containing not only style names
4. Integrate old conditional formatting in new ODF structure
5. Change UI
Comment 1 Markus Mohrhard 2012-06-11 14:07:36 UTC
Fixed with my latest refactoring.