LibreOffice Module sc (master) 1
Classes | Namespaces | Enumerations | Functions
XMLConverter.hxx File Reference
#include <global.hxx>
#include <detfunc.hxx>
#include <detdata.hxx>
#include <rtl/ustrbuf.hxx>
#include <com/sun/star/sheet/ConditionOperator.hpp>
#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
#include <com/sun/star/sheet/GeneralFunction.hpp>
#include <com/sun/star/sheet/ValidationType.hpp>
Include dependency graph for XMLConverter.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScXMLConverter
 
struct  ScXMLConditionParseResult
 Result of an attempt to parse a single condition in a 'condition' attribute value of e.g. More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::frame
 
namespace  ScXMLConditionHelper
 

Enumerations

enum  ScXMLConditionToken {
  XML_COND_INVALID ,
  XML_COND_AND ,
  XML_COND_CELLCONTENT ,
  XML_COND_ISBETWEEN ,
  XML_COND_ISNOTBETWEEN ,
  XML_COND_ISWHOLENUMBER ,
  XML_COND_ISDECIMALNUMBER ,
  XML_COND_ISDATE ,
  XML_COND_ISTIME ,
  XML_COND_ISINLIST ,
  XML_COND_TEXTLENGTH ,
  XML_COND_TEXTLENGTH_ISBETWEEN ,
  XML_COND_TEXTLENGTH_ISNOTBETWEEN ,
  XML_COND_ISTRUEFORMULA
}
 

Functions

void ScXMLConditionHelper::parseCondition (ScXMLConditionParseResult &rParseResult, const OUString &rAttribute, sal_Int32 nStartIndex)
 Parses the next condition in a 'condition' attribute value of e.g. More...
 
OUString ScXMLConditionHelper::getExpression (const sal_Unicode *&rpcString, const sal_Unicode *pcEnd, sal_Unicode cEndChar)
 

Enumeration Type Documentation

◆ ScXMLConditionToken

Enumerator
XML_COND_INVALID 
XML_COND_AND 

Token not recognized.

XML_COND_CELLCONTENT 

The 'and' token.

XML_COND_ISBETWEEN 

The 'cell-content' token.

XML_COND_ISNOTBETWEEN 

The 'cell-content-is-between' token.

XML_COND_ISWHOLENUMBER 

The 'cell-content-is-not-between' token.

XML_COND_ISDECIMALNUMBER 

The 'cell-content-is-whole-number' token.

XML_COND_ISDATE 

The 'cell-content-is-decimal-number' token.

XML_COND_ISTIME 

The 'cell-content-is-date' token.

XML_COND_ISINLIST 

The 'cell-content-is-time' token.

XML_COND_TEXTLENGTH 

The 'cell-content-is-in-list' token.

XML_COND_TEXTLENGTH_ISBETWEEN 

The 'cell-content-text-length' token.

XML_COND_TEXTLENGTH_ISNOTBETWEEN 

The 'cell-content-text-length-is-between' token.

XML_COND_ISTRUEFORMULA 

The 'cell-content-text-length-is-not-between' token.

The 'is-true-formula' token.

Definition at line 94 of file XMLConverter.hxx.