LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScXMLConditionParseResult Struct Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ScXMLConditionParseResult()

ScXMLConditionParseResult::ScXMLConditionParseResult ( )
inline

Index of first character following the condition.

Definition at line 126 of file XMLConverter.hxx.

Member Data Documentation

◆ maOperand1

OUString ScXMLConditionParseResult::maOperand1

A comparison operator if existing.

Definition at line 122 of file XMLConverter.hxx.

Referenced by ScXMLConditionHelper::parseCondition().

◆ maOperand2

OUString ScXMLConditionParseResult::maOperand2

First operand of the token or comparison value.

Definition at line 123 of file XMLConverter.hxx.

Referenced by ScXMLConditionHelper::parseCondition().

◆ meOperator

css::sheet::ConditionOperator ScXMLConditionParseResult::meOperator

A data validation type if existing.

Definition at line 121 of file XMLConverter.hxx.

Referenced by ScXMLConditionHelper::parseCondition().

◆ meToken

ScXMLConditionToken ScXMLConditionParseResult::meToken

Definition at line 117 of file XMLConverter.hxx.

Referenced by ScXMLConditionHelper::parseCondition().

◆ meValidation

css::sheet::ValidationType ScXMLConditionParseResult::meValidation

The leading condition token.

Definition at line 119 of file XMLConverter.hxx.

Referenced by ScXMLConditionHelper::parseCondition().

◆ mnEndIndex

sal_Int32 ScXMLConditionParseResult::mnEndIndex

Second operand of 'between' conditions.

Definition at line 124 of file XMLConverter.hxx.

Referenced by ScXMLConditionHelper::parseCondition().


The documentation for this struct was generated from the following file: