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 773 of file stylesbuffer.hxx.
|
explicit |
True = apply protection from autoformatting.
Definition at line 2727 of file stylesbuffer.cxx.
bool oox::xls::AutoFormatModel::mbApplyAlignment |
True = apply font from autoformatting.
Definition at line 778 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 779 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 780 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 777 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 776 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 781 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 775 of file stylesbuffer.hxx.
Referenced by oox::xls::PivotTable::importPivotTableDefinition(), oox::xls::PivotTable::importPTDefinition(), and oox::xls::QueryTable::importQueryTable().