|
LibreOffice Module sc (master) 1
|
Result of an attempt to parse a single condition in a 'condition' attribute value of e.g. More...
#include <XMLConverter.hxx>
Public Member Functions | |
| ScXMLConditionParseResult () | |
| Index of first character following the condition. More... | |
Public Attributes | |
| ScXMLConditionToken | meToken |
| css::sheet::ValidationType | meValidation |
| The leading condition token. More... | |
| css::sheet::ConditionOperator | meOperator |
| A data validation type if existing. More... | |
| OUString | maOperand1 |
| A comparison operator if existing. More... | |
| OUString | maOperand2 |
| First operand of the token or comparison value. More... | |
| sal_Int32 | mnEndIndex |
| Second operand of 'between' conditions. More... | |
Result of an attempt to parse a single condition in a 'condition' attribute value of e.g.
conditional formatting or data validation.
Definition at line 115 of file XMLConverter.hxx.
|
inline |
Index of first character following the condition.
Definition at line 126 of file XMLConverter.hxx.
| OUString ScXMLConditionParseResult::maOperand1 |
A comparison operator if existing.
Definition at line 122 of file XMLConverter.hxx.
Referenced by ScXMLConditionHelper::parseCondition().
| OUString ScXMLConditionParseResult::maOperand2 |
First operand of the token or comparison value.
Definition at line 123 of file XMLConverter.hxx.
Referenced by ScXMLConditionHelper::parseCondition().
| css::sheet::ConditionOperator ScXMLConditionParseResult::meOperator |
A data validation type if existing.
Definition at line 121 of file XMLConverter.hxx.
Referenced by ScXMLConditionHelper::parseCondition().
| ScXMLConditionToken ScXMLConditionParseResult::meToken |
Definition at line 117 of file XMLConverter.hxx.
Referenced by ScXMLConditionHelper::parseCondition().
| css::sheet::ValidationType ScXMLConditionParseResult::meValidation |
The leading condition token.
Definition at line 119 of file XMLConverter.hxx.
Referenced by ScXMLConditionHelper::parseCondition().
| sal_Int32 ScXMLConditionParseResult::mnEndIndex |
Second operand of 'between' conditions.
Definition at line 124 of file XMLConverter.hxx.
Referenced by ScXMLConditionHelper::parseCondition().