mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
Spreadsheet: Add conditional formatting
Currently only supports setting the foregound and the background colours. This patch also unifies `foreground_color' and `background_color' used throughout to a `Format' struct, in hopes of getting more formatting options one day :P
This commit is contained in:
parent
6902a09e47
commit
395df7b27d
13 changed files with 401 additions and 28 deletions
|
@ -28,11 +28,14 @@
|
|||
|
||||
namespace Spreadsheet {
|
||||
|
||||
struct Cell;
|
||||
class ConditionView;
|
||||
class Sheet;
|
||||
struct Position;
|
||||
class SheetGlobalObject;
|
||||
class Workbook;
|
||||
class WorkbookObject;
|
||||
class SheetGlobalObject;
|
||||
struct Cell;
|
||||
struct ConditionalFormat;
|
||||
struct Format;
|
||||
struct Position;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue