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 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 120 of file XMLConverter.hxx.
OUString ScXMLConditionParseResult::maOperand1 |
A comparison operator if existing.
Definition at line 127 of file XMLConverter.hxx.
Referenced by ScXMLConditionHelper::parseCondition().
OUString ScXMLConditionParseResult::maOperand2 |
First operand of the token or comparison value.
Definition at line 128 of file XMLConverter.hxx.
Referenced by ScXMLConditionHelper::parseCondition().
css::sheet::ConditionOperator ScXMLConditionParseResult::meOperator |
A data validation type if existing.
Definition at line 126 of file XMLConverter.hxx.
Referenced by ScXMLConditionHelper::parseCondition().
ScXMLConditionToken ScXMLConditionParseResult::meToken |
Definition at line 122 of file XMLConverter.hxx.
Referenced by ScXMLConditionHelper::parseCondition().
css::sheet::ValidationType ScXMLConditionParseResult::meValidation |
The leading condition token.
Definition at line 124 of file XMLConverter.hxx.
Referenced by ScXMLConditionHelper::parseCondition().
sal_Int32 ScXMLConditionParseResult::mnEndIndex |
Second operand of 'between' conditions.
Definition at line 129 of file XMLConverter.hxx.
Referenced by ScXMLConditionHelper::parseCondition().