|
LibreOffice Module sc (master) 1
|
#include <XMLStylesExportHelper.hxx>
Public Member Functions | |
| ScMyValidation () | |
| bool | IsEqual (const ScMyValidation &aVal) const |
Public Attributes | |
| OUString | sName |
| OUString | sErrorMessage |
| OUString | sErrorTitle |
| OUString | sInputMessage |
| OUString | sInputTitle |
| OUString | sFormula1 |
| OUString | sFormula2 |
| ScAddress | aBaseCell |
| css::sheet::ValidationAlertStyle | aAlertStyle |
| css::sheet::ValidationType | aValidationType |
| css::sheet::ConditionOperator | aOperator |
| sal_Int16 | nShowList |
| bool | bShowErrorMessage |
| bool | bShowInputMessage |
| bool | bIgnoreBlanks |
Definition at line 37 of file XMLStylesExportHelper.hxx.
| ScMyValidation::ScMyValidation | ( | ) |
Definition at line 44 of file XMLStylesExportHelper.cxx.
| bool ScMyValidation::IsEqual | ( | const ScMyValidation & | aVal | ) | const |
Definition at line 55 of file XMLStylesExportHelper.cxx.
References aAlertStyle, aBaseCell, aOperator, aValidationType, bIgnoreBlanks, bShowErrorMessage, bShowInputMessage, sErrorMessage, sErrorTitle, sFormula1, sFormula2, sInputMessage, and sInputTitle.
| css::sheet::ValidationAlertStyle ScMyValidation::aAlertStyle |
Definition at line 47 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), and IsEqual().
| ScAddress ScMyValidation::aBaseCell |
Definition at line 46 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), and IsEqual().
| css::sheet::ConditionOperator ScMyValidation::aOperator |
Definition at line 49 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), ScMyValidationsContainer::GetCondition(), and IsEqual().
| css::sheet::ValidationType ScMyValidation::aValidationType |
Definition at line 48 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), ScMyValidationsContainer::GetCondition(), and IsEqual().
| bool ScMyValidation::bIgnoreBlanks |
Definition at line 53 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), and IsEqual().
| bool ScMyValidation::bShowErrorMessage |
Definition at line 51 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), and IsEqual().
| bool ScMyValidation::bShowInputMessage |
Definition at line 52 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), and IsEqual().
| sal_Int16 ScMyValidation::nShowList |
Definition at line 50 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation().
| OUString ScMyValidation::sErrorMessage |
Definition at line 40 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), and IsEqual().
| OUString ScMyValidation::sErrorTitle |
Definition at line 41 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), and IsEqual().
| OUString ScMyValidation::sFormula1 |
Definition at line 44 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), ScMyValidationsContainer::GetCondition(), and IsEqual().
| OUString ScMyValidation::sFormula2 |
Definition at line 45 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), ScMyValidationsContainer::GetCondition(), and IsEqual().
| OUString ScMyValidation::sInputMessage |
Definition at line 42 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), and IsEqual().
| OUString ScMyValidation::sInputTitle |
Definition at line 43 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation(), and IsEqual().
| OUString ScMyValidation::sName |
Definition at line 39 of file XMLStylesExportHelper.hxx.
Referenced by ScMyValidationsContainer::AddValidation().