LibreOffice Module sc (master) 1
|
Model for a conditional formatting object. More...
#include <condformatbuffer.hxx>
Public Member Functions | |
CondFormatModel () | |
Conditional formatting belongs to pivot table. More... | |
Public Attributes | |
ScRangeList | maRanges |
bool | mbPivot |
Cell ranges for this conditional format. More... | |
Model for a conditional formatting object.
Definition at line 189 of file condformatbuffer.hxx.
|
explicit |
Conditional formatting belongs to pivot table.
Definition at line 1090 of file condformatbuffer.cxx.
ScRangeList oox::xls::CondFormatModel::maRanges |
Definition at line 191 of file condformatbuffer.hxx.
Referenced by oox::xls::CondFormat::finalizeImport(), oox::xls::CondFormat::getRanges(), oox::xls::CondFormat::importCondFormatting(), and oox::xls::CondFormat::importConditionalFormatting().
bool oox::xls::CondFormatModel::mbPivot |
Cell ranges for this conditional format.
Definition at line 192 of file condformatbuffer.hxx.
Referenced by oox::xls::CondFormat::importConditionalFormatting().