LibreOffice Module sc (master) 1
|
Stores data about ranges with data validation settings. More...
#include <worksheethelper.hxx>
Public Member Functions | |
ValidationModel () | |
void | setBiffType (sal_uInt8 nType) |
Sets the passed BIFF validation type. More... | |
void | setBiffOperator (sal_uInt8 nOperator) |
Sets the passed BIFF operator. More... | |
void | setBiffErrorStyle (sal_uInt8 nErrorStyle) |
Sets the passed BIFF error style. More... | |
Public Attributes | |
ScRangeList | maRanges |
ApiTokenSequence | maTokens1 |
ApiTokenSequence | maTokens2 |
OUString | msRef |
OUString | maInputTitle |
OUString | maInputMessage |
OUString | maErrorTitle |
OUString | maErrorMessage |
sal_Int32 | mnType |
sal_Int32 | mnOperator |
sal_Int32 | mnErrorStyle |
bool | mbShowInputMsg:1 |
bool | mbShowErrorMsg:1 |
bool | mbNoDropDown:1 |
bool | mbAllowBlank:1 |
Stores data about ranges with data validation settings.
Definition at line 126 of file worksheethelper.hxx.
|
explicit |
Definition at line 176 of file worksheethelper.cxx.
References XML_none.
void oox::xls::ValidationModel::setBiffErrorStyle | ( | sal_uInt8 | nErrorStyle | ) |
Sets the passed BIFF error style.
Definition at line 202 of file worksheethelper.cxx.
References mnErrorStyle, and STATIC_ARRAY_SELECT.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
void oox::xls::ValidationModel::setBiffOperator | ( | sal_uInt8 | nOperator | ) |
Sets the passed BIFF operator.
Definition at line 194 of file worksheethelper.cxx.
References mnOperator, STATIC_ARRAY_SELECT, and XML_TOKEN_INVALID.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
void oox::xls::ValidationModel::setBiffType | ( | sal_uInt8 | nType | ) |
Sets the passed BIFF validation type.
Definition at line 187 of file worksheethelper.cxx.
References mnType, nType, STATIC_ARRAY_SELECT, and XML_none.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
OUString oox::xls::ValidationModel::maErrorMessage |
Definition at line 135 of file worksheethelper.hxx.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
OUString oox::xls::ValidationModel::maErrorTitle |
Definition at line 134 of file worksheethelper.hxx.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
OUString oox::xls::ValidationModel::maInputMessage |
Definition at line 133 of file worksheethelper.hxx.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
OUString oox::xls::ValidationModel::maInputTitle |
Definition at line 132 of file worksheethelper.hxx.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
ScRangeList oox::xls::ValidationModel::maRanges |
Definition at line 128 of file worksheethelper.hxx.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
ApiTokenSequence oox::xls::ValidationModel::maTokens1 |
Definition at line 129 of file worksheethelper.hxx.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
ApiTokenSequence oox::xls::ValidationModel::maTokens2 |
Definition at line 130 of file worksheethelper.hxx.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
bool oox::xls::ValidationModel::mbAllowBlank |
Definition at line 142 of file worksheethelper.hxx.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
bool oox::xls::ValidationModel::mbNoDropDown |
Definition at line 141 of file worksheethelper.hxx.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
bool oox::xls::ValidationModel::mbShowErrorMsg |
Definition at line 140 of file worksheethelper.hxx.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
bool oox::xls::ValidationModel::mbShowInputMsg |
Definition at line 139 of file worksheethelper.hxx.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation().
sal_Int32 oox::xls::ValidationModel::mnErrorStyle |
Definition at line 138 of file worksheethelper.hxx.
Referenced by setBiffErrorStyle().
sal_Int32 oox::xls::ValidationModel::mnOperator |
Definition at line 137 of file worksheethelper.hxx.
Referenced by setBiffOperator().
sal_Int32 oox::xls::ValidationModel::mnType |
Definition at line 136 of file worksheethelper.hxx.
Referenced by oox::xls::DataValidationsContextBase::importDataValidation(), and setBiffType().
OUString oox::xls::ValidationModel::msRef |
Definition at line 131 of file worksheethelper.hxx.