LibreOffice Module sc (master) 1
|
#include <stylesbuffer.hxx>
Public Member Functions | |
AutoFormatModel () | |
True = apply protection from autoformatting. More... | |
Public Attributes | |
sal_Int32 | mnAutoFormatId |
bool | mbApplyNumFmt |
Index of predefined autoformatting. More... | |
bool | mbApplyFont |
True = apply number format from autoformatting. More... | |
bool | mbApplyAlignment |
True = apply font from autoformatting. More... | |
bool | mbApplyBorder |
True = apply alignment from autoformatting. More... | |
bool | mbApplyFill |
True = apply border from autoformatting. More... | |
bool | mbApplyProtection |
True = apply fill from autoformatting. More... | |
Definition at line 783 of file stylesbuffer.hxx.
|
explicit |
True = apply protection from autoformatting.
Definition at line 2752 of file stylesbuffer.cxx.
bool oox::xls::AutoFormatModel::mbApplyAlignment |
True = apply font from autoformatting.
Definition at line 788 of file stylesbuffer.hxx.
Referenced by oox::xls::PivotTable::importPivotTableDefinition(), oox::xls::PivotTable::importPTDefinition(), and oox::xls::QueryTable::importQueryTable().
bool oox::xls::AutoFormatModel::mbApplyBorder |
True = apply alignment from autoformatting.
Definition at line 789 of file stylesbuffer.hxx.
Referenced by oox::xls::PivotTable::importPivotTableDefinition(), oox::xls::PivotTable::importPTDefinition(), and oox::xls::QueryTable::importQueryTable().
bool oox::xls::AutoFormatModel::mbApplyFill |
True = apply border from autoformatting.
Definition at line 790 of file stylesbuffer.hxx.
Referenced by oox::xls::PivotTable::importPivotTableDefinition(), oox::xls::PivotTable::importPTDefinition(), and oox::xls::QueryTable::importQueryTable().
bool oox::xls::AutoFormatModel::mbApplyFont |
True = apply number format from autoformatting.
Definition at line 787 of file stylesbuffer.hxx.
Referenced by oox::xls::PivotTable::importPivotTableDefinition(), oox::xls::PivotTable::importPTDefinition(), and oox::xls::QueryTable::importQueryTable().
bool oox::xls::AutoFormatModel::mbApplyNumFmt |
Index of predefined autoformatting.
Definition at line 786 of file stylesbuffer.hxx.
Referenced by oox::xls::PivotTable::importPivotTableDefinition(), oox::xls::PivotTable::importPTDefinition(), and oox::xls::QueryTable::importQueryTable().
bool oox::xls::AutoFormatModel::mbApplyProtection |
True = apply fill from autoformatting.
Definition at line 791 of file stylesbuffer.hxx.
Referenced by oox::xls::PivotTable::importPivotTableDefinition(), oox::xls::PivotTable::importPTDefinition(), and oox::xls::QueryTable::importQueryTable().
sal_Int32 oox::xls::AutoFormatModel::mnAutoFormatId |
Definition at line 785 of file stylesbuffer.hxx.
Referenced by oox::xls::PivotTable::importPivotTableDefinition(), oox::xls::PivotTable::importPTDefinition(), and oox::xls::QueryTable::importQueryTable().