LibreOffice Module vcl (master) 1
|
#include <cstdio>
#include <cstring>
#include <vector>
#include <assert.h>
#include <fontsubset.hxx>
#include <comphelper/flagguard.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/sprintf.hxx>
#include <rtl/math.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
#include <strhelper.hxx>
#include <sal/log.hxx>
#include <tools/stream.hxx>
Go to the source code of this file.
Namespaces | |
namespace | TYPE1OP |
namespace | TYPE2OP |
Typedefs | |
typedef sal_uInt8 | U8 |
typedef sal_uInt16 | U16 |
typedef sal_Int64 | S64 |
typedef double | RealType |
typedef RealType | ValType |
Enumerations | |
enum | OPS |
enum | ESCS |
enum | OPS |
enum | ESCS |
Functions | |
static OString | dbl2str (double fVal) |
Variables | |
constexpr OStringLiteral | tok_notdef = ".notdef" |
constexpr OStringLiteral | tok_space = "space" |
constexpr OStringLiteral | tok_exclam = "exclam" |
constexpr OStringLiteral | tok_quotedbl = "quotedbl" |
constexpr OStringLiteral | tok_numbersign = "numbersign" |
constexpr OStringLiteral | tok_dollar = "dollar" |
constexpr OStringLiteral | tok_percent = "percent" |
constexpr OStringLiteral | tok_ampersand = "ampersand" |
constexpr OStringLiteral | tok_quoteright = "quoteright" |
constexpr OStringLiteral | tok_parenleft = "parenleft" |
constexpr OStringLiteral | tok_parenright = "parenright" |
constexpr OStringLiteral | tok_asterisk = "asterisk" |
constexpr OStringLiteral | tok_plus = "plus" |
constexpr OStringLiteral | tok_comma = "comma" |
constexpr OStringLiteral | tok_hyphen = "hyphen" |
constexpr OStringLiteral | tok_period = "period" |
constexpr OStringLiteral | tok_slash = "slash" |
constexpr OStringLiteral | tok_zero = "zero" |
constexpr OStringLiteral | tok_one = "one" |
constexpr OStringLiteral | tok_two = "two" |
constexpr OStringLiteral | tok_three = "three" |
constexpr OStringLiteral | tok_four = "four" |
constexpr OStringLiteral | tok_five = "five" |
constexpr OStringLiteral | tok_six = "six" |
constexpr OStringLiteral | tok_seven = "seven" |
constexpr OStringLiteral | tok_eight = "eight" |
constexpr OStringLiteral | tok_nine = "nine" |
constexpr OStringLiteral | tok_colon = "colon" |
constexpr OStringLiteral | tok_semicolon = "semicolon" |
constexpr OStringLiteral | tok_less = "less" |
constexpr OStringLiteral | tok_equal = "equal" |
constexpr OStringLiteral | tok_greater = "greater" |
constexpr OStringLiteral | tok_question = "question" |
constexpr OStringLiteral | tok_at = "at" |
constexpr OStringLiteral | tok_A = "A" |
constexpr OStringLiteral | tok_B = "B" |
constexpr OStringLiteral | tok_C = "C" |
constexpr OStringLiteral | tok_D = "D" |
constexpr OStringLiteral | tok_E = "E" |
constexpr OStringLiteral | tok_F = "F" |
constexpr OStringLiteral | tok_G = "G" |
constexpr OStringLiteral | tok_H = "H" |
constexpr OStringLiteral | tok_I = "I" |
constexpr OStringLiteral | tok_J = "J" |
constexpr OStringLiteral | tok_K = "K" |
constexpr OStringLiteral | tok_L = "L" |
constexpr OStringLiteral | tok_M = "M" |
constexpr OStringLiteral | tok_N = "N" |
constexpr OStringLiteral | tok_O = "O" |
constexpr OStringLiteral | tok_P = "P" |
constexpr OStringLiteral | tok_Q = "Q" |
constexpr OStringLiteral | tok_R = "R" |
constexpr OStringLiteral | tok_S = "S" |
constexpr OStringLiteral | tok_T = "T" |
constexpr OStringLiteral | tok_U = "U" |
constexpr OStringLiteral | tok_V = "V" |
constexpr OStringLiteral | tok_W = "W" |
constexpr OStringLiteral | tok_X = "X" |
constexpr OStringLiteral | tok_Y = "Y" |
constexpr OStringLiteral | tok_Z = "Z" |
constexpr OStringLiteral | tok_bracketleft = "bracketleft" |
constexpr OStringLiteral | tok_backslash = "backslash" |
constexpr OStringLiteral | tok_bracketright = "bracketright" |
constexpr OStringLiteral | tok_asciicircum = "asciicircum" |
constexpr OStringLiteral | tok_underscore = "underscore" |
constexpr OStringLiteral | tok_quoteleft = "quoteleft" |
constexpr OStringLiteral | tok_a = "a" |
constexpr OStringLiteral | tok_b = "b" |
constexpr OStringLiteral | tok_c = "c" |
constexpr OStringLiteral | tok_d = "d" |
constexpr OStringLiteral | tok_e = "e" |
constexpr OStringLiteral | tok_f = "f" |
constexpr OStringLiteral | tok_g = "g" |
constexpr OStringLiteral | tok_h = "h" |
constexpr OStringLiteral | tok_i = "i" |
constexpr OStringLiteral | tok_j = "j" |
constexpr OStringLiteral | tok_k = "k" |
constexpr OStringLiteral | tok_l = "l" |
constexpr OStringLiteral | tok_m = "m" |
constexpr OStringLiteral | tok_n = "n" |
constexpr OStringLiteral | tok_o = "o" |
constexpr OStringLiteral | tok_p = "p" |
constexpr OStringLiteral | tok_q = "q" |
constexpr OStringLiteral | tok_r = "r" |
constexpr OStringLiteral | tok_s = "s" |
constexpr OStringLiteral | tok_t = "t" |
constexpr OStringLiteral | tok_u = "u" |
constexpr OStringLiteral | tok_v = "v" |
constexpr OStringLiteral | tok_w = "w" |
constexpr OStringLiteral | tok_x = "x" |
constexpr OStringLiteral | tok_y = "y" |
constexpr OStringLiteral | tok_z = "z" |
constexpr OStringLiteral | tok_braceleft = "braceleft" |
constexpr OStringLiteral | tok_bar = "bar" |
constexpr OStringLiteral | tok_braceright = "braceright" |
constexpr OStringLiteral | tok_asciitilde = "asciitilde" |
constexpr OStringLiteral | tok_exclamdown = "exclamdown" |
constexpr OStringLiteral | tok_cent = "cent" |
constexpr OStringLiteral | tok_sterlin = "sterlin" |
constexpr OStringLiteral | tok_fraction = "fraction" |
constexpr OStringLiteral | tok_yen = "yen" |
constexpr OStringLiteral | tok_florin = "florin" |
constexpr OStringLiteral | tok_section = "section" |
constexpr OStringLiteral | tok_currency = "currency" |
constexpr OStringLiteral | tok_quotesingle = "quotesingle" |
constexpr OStringLiteral | tok_quotedblleft = "quotedblleft" |
constexpr OStringLiteral | tok_guillemotleft = "guillemotleft" |
constexpr OStringLiteral | tok_guilsinglleft = "guilsinglleft" |
constexpr OStringLiteral | tok_guilsinglright = "guilsinglright" |
constexpr OStringLiteral | tok_fi = "fi" |
constexpr OStringLiteral | tok_fl = "fl" |
constexpr OStringLiteral | tok_endash = "endash" |
constexpr OStringLiteral | tok_dagger = "dagger" |
constexpr OStringLiteral | tok_daggerdbl = "daggerdbl" |
constexpr OStringLiteral | tok_periodcentered = "periodcentered" |
constexpr OStringLiteral | tok_paragraph = "paragraph" |
constexpr OStringLiteral | tok_bullet = "bullet" |
constexpr OStringLiteral | tok_quotesinglbase = "quotesinglbase" |
constexpr OStringLiteral | tok_quotedblbase = "quotedblbase" |
constexpr OStringLiteral | tok_quotedblright = "quotedblright" |
constexpr OStringLiteral | tok_guillemotright = "guillemotright" |
constexpr OStringLiteral | tok_ellipsis = "ellipsis" |
constexpr OStringLiteral | tok_perthousand = "perthousand" |
constexpr OStringLiteral | tok_questiondown = "questiondown" |
constexpr OStringLiteral | tok_grave = "grave" |
constexpr OStringLiteral | tok_acute = "acute" |
constexpr OStringLiteral | tok_circumflex = "circumflex" |
constexpr OStringLiteral | tok_tilde = "tilde" |
constexpr OStringLiteral | tok_macron = "macron" |
constexpr OStringLiteral | tok_breve = "breve" |
constexpr OStringLiteral | tok_dotaccent = "dotaccent" |
constexpr OStringLiteral | tok_dieresis = "dieresis" |
constexpr OStringLiteral | tok_ring = "ring" |
constexpr OStringLiteral | tok_cedilla = "cedilla" |
constexpr OStringLiteral | tok_hungarumlaut = "hungarumlaut" |
constexpr OStringLiteral | tok_ogonek = "ogonek" |
constexpr OStringLiteral | tok_caron = "caron" |
constexpr OStringLiteral | tok_emdash = "emdash" |
constexpr OStringLiteral | tok_AE = "AE" |
constexpr OStringLiteral | tok_ordfeminine = "ordfeminine" |
constexpr OStringLiteral | tok_Lslash = "Lslash" |
constexpr OStringLiteral | tok_Oslash = "Oslash" |
constexpr OStringLiteral | tok_OE = "OE" |
constexpr OStringLiteral | tok_ordmasculine = "ordmasculine" |
constexpr OStringLiteral | tok_ae = "ae" |
constexpr OStringLiteral | tok_dotlessi = "dotlessi" |
constexpr OStringLiteral | tok_lslash = "lslash" |
constexpr OStringLiteral | tok_oslash = "oslash" |
constexpr OStringLiteral | tok_oe = "oe" |
constexpr OStringLiteral | tok_germandbls = "germandbls" |
constexpr OStringLiteral | tok_onesuperior = "onesuperior" |
constexpr OStringLiteral | tok_logicalnot = "logicalnot" |
constexpr OStringLiteral | tok_mu = "mu" |
constexpr OStringLiteral | tok_trademark = "trademark" |
constexpr OStringLiteral | tok_Eth = "Eth" |
constexpr OStringLiteral | tok_onehalf = "onehalf" |
constexpr OStringLiteral | tok_plusminus = "plusminus" |
constexpr OStringLiteral | tok_Thorn = "Thorn" |
constexpr OStringLiteral | tok_onequarter = "onequarter" |
constexpr OStringLiteral | tok_divide = "divide" |
constexpr OStringLiteral | tok_brokenbar = "brokenbar" |
constexpr OStringLiteral | tok_degree = "degree" |
constexpr OStringLiteral | tok_thorn = "thorn" |
constexpr OStringLiteral | tok_threequarters = "threequarters" |
constexpr OStringLiteral | tok_twosuperior = "twosuperior" |
constexpr OStringLiteral | tok_registered = "registered" |
constexpr OStringLiteral | tok_minus = "minus" |
constexpr OStringLiteral | tok_eth = "eth" |
constexpr OStringLiteral | tok_multiply = "multiply" |
constexpr OStringLiteral | tok_threesuperior = "threesuperior" |
constexpr OStringLiteral | tok_copyright = "copyright" |
constexpr OStringLiteral | tok_Aacute = "Aacute" |
constexpr OStringLiteral | tok_Acircumflex = "Acircumflex" |
constexpr OStringLiteral | tok_Adieresis = "Adieresis" |
constexpr OStringLiteral | tok_Agrave = "Agrave" |
constexpr OStringLiteral | tok_Aring = "Aring" |
constexpr OStringLiteral | tok_Atilde = "Atilde" |
constexpr OStringLiteral | tok_Ccedilla = "Ccedilla" |
constexpr OStringLiteral | tok_Eacute = "Eacute" |
constexpr OStringLiteral | tok_Ecircumflex = "Ecircumflex" |
constexpr OStringLiteral | tok_Edieresis = "Edieresis" |
constexpr OStringLiteral | tok_Egrave = "Egrave" |
constexpr OStringLiteral | tok_Iacute = "Iacute" |
constexpr OStringLiteral | tok_Icircumflex = "Icircumflex" |
constexpr OStringLiteral | tok_Idieresis = "Idieresis" |
constexpr OStringLiteral | tok_Igrave = "Igrave" |
constexpr OStringLiteral | tok_Ntilde = "Ntilde" |
constexpr OStringLiteral | tok_Oacute = "Oacute" |
constexpr OStringLiteral | tok_Ocircumflex = "Ocircumflex" |
constexpr OStringLiteral | tok_Odieresis = "Odieresis" |
constexpr OStringLiteral | tok_Ograve = "Ograve" |
constexpr OStringLiteral | tok_Otilde = "Otilde" |
constexpr OStringLiteral | tok_Scaron = "Scaron" |
constexpr OStringLiteral | tok_Uacute = "Uacute" |
constexpr OStringLiteral | tok_Ucircumflex = "Ucircumflex" |
constexpr OStringLiteral | tok_Udieresis = "Udieresis" |
constexpr OStringLiteral | tok_Ugrave = "Ugrave" |
constexpr OStringLiteral | tok_Yacute = "Yacute" |
constexpr OStringLiteral | tok_Ydieresis = "Ydieresis" |
constexpr OStringLiteral | tok_Zcaron = "Zcaron" |
constexpr OStringLiteral | tok_aacute = "aacute" |
constexpr OStringLiteral | tok_acircumflex = "acircumflex" |
constexpr OStringLiteral | tok_adieresis = "adieresis" |
constexpr OStringLiteral | tok_agrave = "agrave" |
constexpr OStringLiteral | tok_aring = "aring" |
constexpr OStringLiteral | tok_atilde = "atilde" |
constexpr OStringLiteral | tok_ccedilla = "ccedilla" |
constexpr OStringLiteral | tok_eacute = "eacute" |
constexpr OStringLiteral | tok_ecircumflex = "ecircumflex" |
constexpr OStringLiteral | tok_edieresis = "edieresis" |
constexpr OStringLiteral | tok_egrave = "egrave" |
constexpr OStringLiteral | tok_iacute = "iacute" |
constexpr OStringLiteral | tok_icircumflex = "icircumflex" |
constexpr OStringLiteral | tok_idieresis = "idieresis" |
constexpr OStringLiteral | tok_igrave = "igrave" |
constexpr OStringLiteral | tok_ntilde = "ntilde" |
constexpr OStringLiteral | tok_oacute = "oacute" |
constexpr OStringLiteral | tok_ocircumflex = "ocircumflex" |
constexpr OStringLiteral | tok_odieresis = "odieresis" |
constexpr OStringLiteral | tok_ograve = "ograve" |
constexpr OStringLiteral | tok_otilde = "otilde" |
constexpr OStringLiteral | tok_scaron = "scaron" |
constexpr OStringLiteral | tok_uacute = "uacute" |
constexpr OStringLiteral | tok_ucircumflex = "ucircumflex" |
constexpr OStringLiteral | tok_udieresis = "udieresis" |
constexpr OStringLiteral | tok_ugrave = "ugrave" |
constexpr OStringLiteral | tok_yacute = "yacute" |
constexpr OStringLiteral | tok_ydieresis = "ydieresis" |
constexpr OStringLiteral | tok_zcaron = "zcaron" |
constexpr OStringLiteral | tok_exclamsmall = "exclamsmall" |
constexpr OStringLiteral | tok_Hungarumlautsmall = "Hungarumlautsmall" |
constexpr OStringLiteral | tok_dollaroldstyle = "dollaroldstyle" |
constexpr OStringLiteral | tok_dollarsuperior = "dollarsuperior" |
constexpr OStringLiteral | tok_ampersandsmall = "ampersandsmall" |
constexpr OStringLiteral | tok_Acutesmall = "Acutesmall" |
constexpr OStringLiteral | tok_parenleftsuperior = "parenleftsuperior" |
constexpr OStringLiteral | tok_parenrightsuperior = "parenrightsuperior" |
constexpr OStringLiteral | tok_twodotenleader = "twodotenleader" |
constexpr OStringLiteral | tok_onedotenleader = "onedotenleader" |
constexpr OStringLiteral | tok_zerooldstyle = "zerooldstyle" |
constexpr OStringLiteral | tok_oneoldstyle = "oneoldstyle" |
constexpr OStringLiteral | tok_twooldstyle = "twooldstyle" |
constexpr OStringLiteral | tok_threeoldstyle = "threeoldstyle" |
constexpr OStringLiteral | tok_fouroldstyle = "fouroldstyle" |
constexpr OStringLiteral | tok_fiveoldstyle = "fiveoldstyle" |
constexpr OStringLiteral | tok_sixoldstyle = "sixoldstyle" |
constexpr OStringLiteral | tok_sevenoldstyle = "sevenoldstyle" |
constexpr OStringLiteral | tok_eightoldstyle = "eightoldstyle" |
constexpr OStringLiteral | tok_nineoldstile = "nineoldstile" |
constexpr OStringLiteral | tok_commasuperior = "commasuperior" |
constexpr OStringLiteral | tok_threequartersemdash = "threequartersemdash" |
constexpr OStringLiteral | tok_periodsuperior = "periodsuperior" |
constexpr OStringLiteral | tok_questionsmall = "questionsmall" |
constexpr OStringLiteral | tok_asuperior = "asuperior" |
constexpr OStringLiteral | tok_bsuperior = "bsuperior" |
constexpr OStringLiteral | tok_centsuperior = "centsuperior" |
constexpr OStringLiteral | tok_dsuperior = "dsuperior" |
constexpr OStringLiteral | tok_esuperior = "esuperior" |
constexpr OStringLiteral | tok_isuperior = "isuperior" |
constexpr OStringLiteral | tok_lsuperior = "lsuperior" |
constexpr OStringLiteral | tok_msuperior = "msuperior" |
constexpr OStringLiteral | tok_nsuperior = "nsuperior" |
constexpr OStringLiteral | tok_osuperior = "osuperior" |
constexpr OStringLiteral | tok_rsuperior = "rsuperior" |
constexpr OStringLiteral | tok_ssuperior = "ssuperior" |
constexpr OStringLiteral | tok_tsuperior = "tsuperior" |
constexpr OStringLiteral | tok_ff = "ff" |
constexpr OStringLiteral | tok_ffi = "ffi" |
constexpr OStringLiteral | tok_ffl = "ffl" |
constexpr OStringLiteral | tok_parenleftinferior = "parenleftinferior" |
constexpr OStringLiteral | tok_parenrightinferior = "parenrightinferior" |
constexpr OStringLiteral | tok_Circumflexsmall = "Circumflexsmall" |
constexpr OStringLiteral | tok_hyphensuperior = "hyphensuperior" |
constexpr OStringLiteral | tok_Gravesmall = "Gravesmall" |
constexpr OStringLiteral | tok_Asmall = "Asmall" |
constexpr OStringLiteral | tok_Bsmall = "Bsmall" |
constexpr OStringLiteral | tok_Csmall = "Csmall" |
constexpr OStringLiteral | tok_Dsmall = "Dsmall" |
constexpr OStringLiteral | tok_Esmall = "Esmall" |
constexpr OStringLiteral | tok_Fsmall = "Fsmall" |
constexpr OStringLiteral | tok_Gsmall = "Gsmall" |
constexpr OStringLiteral | tok_Hsmall = "Hsmall" |
constexpr OStringLiteral | tok_Ismall = "Ismall" |
constexpr OStringLiteral | tok_Jsmall = "Jsmall" |
constexpr OStringLiteral | tok_Ksmall = "Ksmall" |
constexpr OStringLiteral | tok_Lsmall = "Lsmall" |
constexpr OStringLiteral | tok_Msmall = "Msmall" |
constexpr OStringLiteral | tok_Nsmall = "Nsmall" |
constexpr OStringLiteral | tok_Osmall = "Osmall" |
constexpr OStringLiteral | tok_Psmall = "Psmall" |
constexpr OStringLiteral | tok_Qsmall = "Qsmall" |
constexpr OStringLiteral | tok_Rsmall = "Rsmall" |
constexpr OStringLiteral | tok_Ssmall = "Ssmall" |
constexpr OStringLiteral | tok_Tsmall = "Tsmall" |
constexpr OStringLiteral | tok_Usmall = "Usmall" |
constexpr OStringLiteral | tok_Vsmall = "Vsmall" |
constexpr OStringLiteral | tok_Wsmall = "Wsmall" |
constexpr OStringLiteral | tok_Xsmall = "Xsmall" |
constexpr OStringLiteral | tok_Ysmall = "Ysmall" |
constexpr OStringLiteral | tok_Zsmall = "Zsmall" |
constexpr OStringLiteral | tok_colonmonetary = "colonmonetary" |
constexpr OStringLiteral | tok_onefitted = "onefitted" |
constexpr OStringLiteral | tok_rupia = "rupia" |
constexpr OStringLiteral | tok_Tildesmall = "Tildesmall" |
constexpr OStringLiteral | tok_exclamdownsmall = "exclamdownsmall" |
constexpr OStringLiteral | tok_centoldstyle = "centoldstyle" |
constexpr OStringLiteral | tok_Lslashsmall = "Lslashsmall" |
constexpr OStringLiteral | tok_Scaronsmall = "Scaronsmall" |
constexpr OStringLiteral | tok_Zcaronsmall = "Zcaronsmall" |
constexpr OStringLiteral | tok_Dieresissmall = "Dieresissmall" |
constexpr OStringLiteral | tok_Brevesmall = "Brevesmall" |
constexpr OStringLiteral | tok_Caronsmall = "Caronsmall" |
constexpr OStringLiteral | tok_Dotaccentsmall = "Dotaccentsmall" |
constexpr OStringLiteral | tok_Macronsmall = "Macronsmall" |
constexpr OStringLiteral | tok_figuredash = "figuredash" |
constexpr OStringLiteral | tok_hypheninferior = "hypheninferior" |
constexpr OStringLiteral | tok_Ogoneksmall = "Ogoneksmall" |
constexpr OStringLiteral | tok_Ringsmall = "Ringsmall" |
constexpr OStringLiteral | tok_Cedillasmall = "Cedillasmall" |
constexpr OStringLiteral | tok_questiondownsmall = "questiondownsmall" |
constexpr OStringLiteral | tok_oneeight = "oneeight" |
constexpr OStringLiteral | tok_threeeights = "threeeights" |
constexpr OStringLiteral | tok_fiveeights = "fiveeights" |
constexpr OStringLiteral | tok_seveneights = "seveneights" |
constexpr OStringLiteral | tok_onethird = "onethird" |
constexpr OStringLiteral | tok_twothirds = "twothirds" |
constexpr OStringLiteral | tok_zerosuperior = "zerosuperior" |
constexpr OStringLiteral | tok_foursuperior = "foursuperior" |
constexpr OStringLiteral | tok_fivesuperior = "fivesuperior" |
constexpr OStringLiteral | tok_sixsuperior = "sixsuperior" |
constexpr OStringLiteral | tok_sevensuperior = "sevensuperior" |
constexpr OStringLiteral | tok_eightsuperior = "eightsuperior" |
constexpr OStringLiteral | tok_ninesuperior = "ninesuperior" |
constexpr OStringLiteral | tok_zeroinferior = "zeroinferior" |
constexpr OStringLiteral | tok_oneinferior = "oneinferior" |
constexpr OStringLiteral | tok_twoinferior = "twoinferior" |
constexpr OStringLiteral | tok_threeinferior = "threeinferior" |
constexpr OStringLiteral | tok_fourinferior = "fourinferior" |
constexpr OStringLiteral | tok_fiveinferior = "fiveinferior" |
constexpr OStringLiteral | tok_sixinferior = "sixinferior" |
constexpr OStringLiteral | tok_seveninferior = "seveninferior" |
constexpr OStringLiteral | tok_eightinferior = "eightinferior" |
constexpr OStringLiteral | tok_nineinferior = "nineinferior" |
constexpr OStringLiteral | tok_centinferior = "centinferior" |
constexpr OStringLiteral | tok_dollarinferior = "dollarinferior" |
constexpr OStringLiteral | tok_periodinferior = "periodinferior" |
constexpr OStringLiteral | tok_commainferior = "commainferior" |
constexpr OStringLiteral | tok_Agravesmall = "Agravesmall" |
constexpr OStringLiteral | tok_Aacutesmall = "Aacutesmall" |
constexpr OStringLiteral | tok_Acircumflexsmall = "Acircumflexsmall" |
constexpr OStringLiteral | tok_Atildesmall = "Atildesmall" |
constexpr OStringLiteral | tok_Adieresissmall = "Adieresissmall" |
constexpr OStringLiteral | tok_Aringsmall = "Aringsmall" |
constexpr OStringLiteral | tok_AEsmall = "AEsmall" |
constexpr OStringLiteral | tok_Ccedillasmall = "Ccedillasmall" |
constexpr OStringLiteral | tok_Egravesmall = "Egravesmall" |
constexpr OStringLiteral | tok_Eacutesmall = "Eacutesmall" |
constexpr OStringLiteral | tok_Ecircumflexsmall = "Ecircumflexsmall" |
constexpr OStringLiteral | tok_Edieresissmall = "Edieresissmall" |
constexpr OStringLiteral | tok_Igravesmall = "Igravesmall" |
constexpr OStringLiteral | tok_Iacutesmall = "Iacutesmall" |
constexpr OStringLiteral | tok_Icircumflexsmall = "Icircumflexsmall" |
constexpr OStringLiteral | tok_Idieresissmall = "Idieresissmall" |
constexpr OStringLiteral | tok_Ethsmall = "Ethsmall" |
constexpr OStringLiteral | tok_Ntildesmall = "Ntildesmall" |
constexpr OStringLiteral | tok_Ogravesmall = "Ogravesmall" |
constexpr OStringLiteral | tok_Oacutesmall = "Oacutesmall" |
constexpr OStringLiteral | tok_Ocircumflexsmall = "Ocircumflexsmall" |
constexpr OStringLiteral | tok_Otildesmall = "Otildesmall" |
constexpr OStringLiteral | tok_Odieressissmall = "Odieressissmall" |
constexpr OStringLiteral | tok_OEsmall = "OEsmall" |
constexpr OStringLiteral | tok_Oslashsmall = "Oslashsmall" |
constexpr OStringLiteral | tok_Ugravesmall = "Ugravesmall" |
constexpr OStringLiteral | tok_Uacutesmall = "Uacutesmall" |
constexpr OStringLiteral | tok_Ucircumflexsmall = "Ucircumflexsmall" |
constexpr OStringLiteral | tok_Udieresissmall = "Udieresissmall" |
constexpr OStringLiteral | tok_Yacutesmall = "Yacutesmall" |
constexpr OStringLiteral | tok_Thornsmall = "Thornsmall" |
constexpr OStringLiteral | tok_Ydieresissmall = "Ydieresissmall" |
constexpr OStringLiteral | tok_001_000 = "001.000" |
constexpr OStringLiteral | tok_001_001 = "001.001" |
constexpr OStringLiteral | tok_001_002 = "001.002" |
constexpr OStringLiteral | tok_001_003 = "001.003" |
constexpr OStringLiteral | tok_Black = "Black" |
constexpr OStringLiteral | tok_Bold = "Bold" |
constexpr OStringLiteral | tok_Book = "Book" |
constexpr OStringLiteral | tok_Light = "Light" |
constexpr OStringLiteral | tok_Medium = "Medium" |
constexpr OStringLiteral | tok_Regular = "Regular" |
constexpr OStringLiteral | tok_Roman = "Roman" |
constexpr OStringLiteral | tok_Semibold = "Semibold" |
static rtl::OStringConstExpr | pStringIds [] |
static const char * | pDictOps [] |
static const char * | pDictEscs [] |
static const char * | pStandardEncoding [] |
|
static |
|
static |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |