diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-05 19:05:25 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-06 00:26:40 +0200 |
commit | d2b49b5b9bffdfa34174af96d85a392fde21fae1 (patch) | |
tree | 1ef792e5bdce48503d7d08d4a98874e3bbf5abd5 /sc/inc/attarray.hxx | |
parent | 8b100e1b0f90a43a0f4503415f114b1790606ea4 (diff) |
support overlapping conditional formats
Still missing:
*Removing conditional formats
*Handling of Manage Names dialog
*UNO
*Undo/Redo
*Import/export
*Adjusting the dialogs to support this
Change-Id: I72481cfb807fee2c3a1546222fe7e786d515ab44
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r-- | sc/inc/attarray.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx index 1f8d9f21e49f..ded335eac829 100644 --- a/sc/inc/attarray.hxx +++ b/sc/inc/attarray.hxx @@ -138,6 +138,8 @@ public: void ApplyLineStyleArea( SCROW nStartRow, SCROW nEndRow, const ::editeng::SvxBorderLine* pLine, bool bColorOnly ); + void AddCondFormat( SCROW nStartRow, SCROW nEndRow, sal_uInt32 nIndex ); + void ClearItems( SCROW nStartRow, SCROW nEndRow, const sal_uInt16* pWhich ); void ChangeIndent( SCROW nStartRow, SCROW nEndRow, bool bIncrement ); |