Lines Matching refs:sal_uInt8

53 const sal_uInt8 BIFF_TOKCLASS_MASK              = 0x60;
54 const sal_uInt8 BIFF_TOKCLASS_NONE = 0x00; /// 00-1F: Base tokens.
55 const sal_uInt8 BIFF_TOKCLASS_REF = 0x20; /// 20-3F: Reference class tokens.
56 const sal_uInt8 BIFF_TOKCLASS_VAL = 0x40; /// 40-5F: Value class tokens.
57 const sal_uInt8 BIFF_TOKCLASS_ARR = 0x60; /// 60-7F: Array class tokens.
59 const sal_uInt8 BIFF_TOKFLAG_INVALID = 0x80; /// This bit must be null for a valid t…
63 const sal_uInt8 BIFF_TOKID_MASK = 0x1F;
65 const sal_uInt8 BIFF_TOKID_NONE = 0x00; /// Placeholder for invalid token id.
66 const sal_uInt8 BIFF_TOKID_EXP = 0x01; /// Array or shared formula reference.
67 const sal_uInt8 BIFF_TOKID_TBL = 0x02; /// Multiple operation reference.
68 const sal_uInt8 BIFF_TOKID_ADD = 0x03; /// Addition operator.
69 const sal_uInt8 BIFF_TOKID_SUB = 0x04; /// Subtraction operator.
70 const sal_uInt8 BIFF_TOKID_MUL = 0x05; /// Multiplication operator.
71 const sal_uInt8 BIFF_TOKID_DIV = 0x06; /// Division operator.
72 const sal_uInt8 BIFF_TOKID_POWER = 0x07; /// Power operator.
73 const sal_uInt8 BIFF_TOKID_CONCAT = 0x08; /// String concatenation operator.
74 const sal_uInt8 BIFF_TOKID_LT = 0x09; /// Less than operator.
75 const sal_uInt8 BIFF_TOKID_LE = 0x0A; /// Less than or equal operator.
76 const sal_uInt8 BIFF_TOKID_EQ = 0x0B; /// Equal operator.
77 const sal_uInt8 BIFF_TOKID_GE = 0x0C; /// Greater than or equal operator.
78 const sal_uInt8 BIFF_TOKID_GT = 0x0D; /// Greater than operator.
79 const sal_uInt8 BIFF_TOKID_NE = 0x0E; /// Not equal operator.
80 const sal_uInt8 BIFF_TOKID_ISECT = 0x0F; /// Intersection operator.
81 const sal_uInt8 BIFF_TOKID_LIST = 0x10; /// List operator.
82 const sal_uInt8 BIFF_TOKID_RANGE = 0x11; /// Range operator.
83 const sal_uInt8 BIFF_TOKID_UPLUS = 0x12; /// Unary plus.
84 const sal_uInt8 BIFF_TOKID_UMINUS = 0x13; /// Unary minus.
85 const sal_uInt8 BIFF_TOKID_PERCENT = 0x14; /// Percent sign.
86 const sal_uInt8 BIFF_TOKID_PAREN = 0x15; /// Parentheses.
87 const sal_uInt8 BIFF_TOKID_MISSARG = 0x16; /// Missing argument.
88 const sal_uInt8 BIFF_TOKID_STR = 0x17; /// String constant.
89 const sal_uInt8 BIFF_TOKID_NLR = 0x18; /// Natural language reference (NLR).
90 const sal_uInt8 BIFF_TOKID_ATTR = 0x19; /// Special attribute.
91 const sal_uInt8 BIFF_TOKID_SHEET = 0x1A; /// Start of a sheet reference (BIFF2-B…
92 const sal_uInt8 BIFF_TOKID_ENDSHEET = 0x1B; /// End of a sheet reference (BIFF2-BIF…
93 const sal_uInt8 BIFF_TOKID_ERR = 0x1C; /// Error constant.
94 const sal_uInt8 BIFF_TOKID_BOOL = 0x1D; /// Boolean constant.
95 const sal_uInt8 BIFF_TOKID_INT = 0x1E; /// Integer constant.
96 const sal_uInt8 BIFF_TOKID_NUM = 0x1F; /// Floating-point constant.
100 const sal_uInt8 BIFF_TOKID_ARRAY = 0x00; /// Array constant.
101 const sal_uInt8 BIFF_TOKID_FUNC = 0x01; /// Function, fixed number of arguments.
102 const sal_uInt8 BIFF_TOKID_FUNCVAR = 0x02; /// Function, variable number of argume…
103 const sal_uInt8 BIFF_TOKID_NAME = 0x03; /// Defined name.
104 const sal_uInt8 BIFF_TOKID_REF = 0x04; /// 2D cell reference.
105 const sal_uInt8 BIFF_TOKID_AREA = 0x05; /// 2D area reference.
106 const sal_uInt8 BIFF_TOKID_MEMAREA = 0x06; /// Constant reference subexpression.
107 const sal_uInt8 BIFF_TOKID_MEMERR = 0x07; /// Deleted reference subexpression.
108 const sal_uInt8 BIFF_TOKID_MEMNOMEM = 0x08; /// Constant reference subexpression wi…
109 const sal_uInt8 BIFF_TOKID_MEMFUNC = 0x09; /// Variable reference subexpression.
110 const sal_uInt8 BIFF_TOKID_REFERR = 0x0A; /// Deleted 2D cell reference.
111 const sal_uInt8 BIFF_TOKID_AREAERR = 0x0B; /// Deleted 2D area reference.
112 const sal_uInt8 BIFF_TOKID_REFN = 0x0C; /// Relative 2D cell reference (in name…
113 const sal_uInt8 BIFF_TOKID_AREAN = 0x0D; /// Relative 2D area reference (in name…
114 const sal_uInt8 BIFF_TOKID_MEMAREAN = 0x0E; /// Reference subexpression (in names).
115 const sal_uInt8 BIFF_TOKID_MEMNOMEMN = 0x0F; /// Reference subexpression (in names) …
116 const sal_uInt8 BIFF_TOKID_FUNCCE = 0x18;
117 const sal_uInt8 BIFF_TOKID_NAMEX = 0x19; /// External reference.
118 const sal_uInt8 BIFF_TOKID_REF3D = 0x1A; /// 3D cell reference.
119 const sal_uInt8 BIFF_TOKID_AREA3D = 0x1B; /// 3D area reference.
120 const sal_uInt8 BIFF_TOKID_REFERR3D = 0x1C; /// Deleted 3D cell reference.
121 const sal_uInt8 BIFF_TOKID_AREAERR3D = 0x1D; /// Deleted 3D area reference
125 const sal_uInt8 BIFF_TOK_ARRAY_DOUBLE = 0; /// Double value in an array.
126 const sal_uInt8 BIFF_TOK_ARRAY_STRING = 1; /// String value in an array.
127 const sal_uInt8 BIFF_TOK_ARRAY_BOOL = 2; /// Boolean value in an array.
128 const sal_uInt8 BIFF_TOK_ARRAY_ERROR = 4; /// Error code in an array.
130 const sal_uInt8 BIFF_TOK_BOOL_FALSE = 0; /// FALSE value of a tBool token.
131 const sal_uInt8 BIFF_TOK_BOOL_TRUE = 1; /// TRUE value of a tBool token.
133 const sal_uInt8 BIFF_TOK_ATTR_VOLATILE = 0x01; /// Volatile function.
134 const sal_uInt8 BIFF_TOK_ATTR_IF = 0x02; /// Start of true condition in IF funct…
135 const sal_uInt8 BIFF_TOK_ATTR_CHOOSE = 0x04; /// Jump array of CHOOSE function.
136 const sal_uInt8 BIFF_TOK_ATTR_SKIP = 0x08; /// Skip tokens.
137 const sal_uInt8 BIFF_TOK_ATTR_SUM = 0x10; /// SUM function with one parameter.
138 const sal_uInt8 BIFF_TOK_ATTR_ASSIGN = 0x20; /// BASIC style assignment.
139 const sal_uInt8 BIFF_TOK_ATTR_SPACE = 0x40; /// Spaces in formula representation.
140 const sal_uInt8 BIFF_TOK_ATTR_SPACE_VOLATILE = 0x41; /// Leading spaces and volatile formula.
141 const sal_uInt8 BIFF_TOK_ATTR_IFERROR = 0x80; /// Start of condition in IFERROR funct…
143 const sal_uInt8 BIFF_TOK_ATTR_SPACE_SP = 0x00; /// Spaces before next token.
144 const sal_uInt8 BIFF_TOK_ATTR_SPACE_BR = 0x01; /// Line breaks before next token.
145 const sal_uInt8 BIFF_TOK_ATTR_SPACE_SP_OPEN = 0x02; /// Spaces before opening parenthesis.
146 const sal_uInt8 BIFF_TOK_ATTR_SPACE_BR_OPEN = 0x03; /// Line breaks before opening parenthe…
147 const sal_uInt8 BIFF_TOK_ATTR_SPACE_SP_CLOSE = 0x04; /// Spaces before closing parenthesis.
148 const sal_uInt8 BIFF_TOK_ATTR_SPACE_BR_CLOSE = 0x05; /// Line breaks before closing parenthe…
149 const sal_uInt8 BIFF_TOK_ATTR_SPACE_SP_PRE = 0x06; /// Spaces before formula (BIFF3).
153 const sal_uInt8 BIFF_TOK_FUNCVAR_CMDPROMPT = 0x80; /// User prompt for macro commands.
154 const sal_uInt8 BIFF_TOK_FUNCVAR_COUNTMASK = 0x7F; /// Mask for parameter count.
178 const sal_uInt8 BIFF_TOK_NLR_ERR = 0x01; /// NLR: Invalid/deleted.
179 const sal_uInt8 BIFF_TOK_NLR_ROWR = 0x02; /// NLR: Row index.
180 const sal_uInt8 BIFF_TOK_NLR_COLR = 0x03; /// NLR: Column index.
181 const sal_uInt8 BIFF_TOK_NLR_ROWV = 0x06; /// NLR: Value in row.
182 const sal_uInt8 BIFF_TOK_NLR_COLV = 0x07; /// NLR: Value in column.
183 const sal_uInt8 BIFF_TOK_NLR_RANGE = 0x0A; /// NLR: Range.
184 const sal_uInt8 BIFF_TOK_NLR_SRANGE = 0x0B; /// Stacked NLR: Range.
185 const sal_uInt8 BIFF_TOK_NLR_SROWR = 0x0C; /// Stacked NLR: Row index.
186 const sal_uInt8 BIFF_TOK_NLR_SCOLR = 0x0D; /// Stacked NLR: Column index.
187 const sal_uInt8 BIFF_TOK_NLR_SROWV = 0x0E; /// Stacked NLR: Value in row.
188 const sal_uInt8 BIFF_TOK_NLR_SCOLV = 0x0F; /// Stacked NLR: Value in column.
189 const sal_uInt8 BIFF_TOK_NLR_RANGEERR = 0x10; /// NLR: Invalid/deleted range.
190 const sal_uInt8 BIFF_TOK_NLR_SXNAME = 0x1D; /// NLR: Pivot table name.
199 const sal_uInt8 OOX_MAX_PARAMCOUNT = 255; /// Maximum parameter count for OOXML/B…
200 const sal_uInt8 BIFF_MAX_PARAMCOUNT = 30; /// Maximum parameter count for BIFF2-B…
241 void setBiff2Data( sal_uInt8 nCol, sal_uInt16 nRow, bool bRelativeAsOffset );
502 sal_uInt8 mnMinParamCount; /// Minimum number of parameters.
503 sal_uInt8 mnMaxParamCount; /// Maximum number of parameters.
504 sal_uInt8 mnRetClass; /// BIFF token class of the return value.