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