21 module
com { module sun { module star { module i18n {
string DequotedNameOrString
If a quoted name or string is encountered the dequoted result goes here.
Definition: ParseResult.idl:64
Definition: Ambiguous.idl:20
long EndPos
UTF-16 code unit index of first unprocessed character.
Definition: ParseResult.idl:37
long LeadingWhiteSpace
Count of ignored leading whitespace, in UTF-16 code units, not Unicode code points.
Definition: ParseResult.idl:34
double Value
Value of token in case of numeric.
Definition: ParseResult.idl:44
long StartFlags
KParseTokens flags of first character of actual token matched.
Definition: ParseResult.idl:56
long TokenType
KParseType token type like KParseType::IDENTNAME.
Definition: ParseResult.idl:48
long CharLen
Number of code points (not UTF-16 code units) of the parsed token, not including leading whitespace...
Definition: ParseResult.idl:41
Parser results returned by XCharacterClassification::parseAnyToken() and XCharacterClassification::pa...
Definition: ParseResult.idl:30
long ContFlags
KParseTokens flags of remaining characters of actual token matched.
Definition: ParseResult.idl:60