Lines Matching refs:sal_uInt16

151 const sal_uInt16 BIFF_TOK_FUNCVAR_CMD           = 0x8000;   /// Macro command.
152 const sal_uInt16 BIFF_TOK_FUNCVAR_FUNCIDMASK = 0x7FFF; /// Mask for function/command index.
156 const sal_uInt16 BIFF12_TOK_REF_COLMASK = 0x3FFF; /// Mask to extract column from referen…
158 const sal_uInt16 BIFF12_TOK_REF_COLREL = 0x4000; /// True = column is relative (BIFF12).
159 const sal_uInt16 BIFF12_TOK_REF_ROWREL = 0x8000; /// True = row is relative (BIFF12).
161 const sal_uInt16 BIFF_TOK_REF_COLMASK = 0x00FF; /// Mask to extract BIFF8 column from r…
162 const sal_uInt16 BIFF_TOK_REF_ROWMASK = 0x3FFF; /// Mask to extract BIFF2-BIFF5 row fro…
163 const sal_uInt16 BIFF_TOK_REF_COLREL = 0x4000; /// True = column is relative.
164 const sal_uInt16 BIFF_TOK_REF_ROWREL = 0x8000; /// True = row is relative.
166 const sal_uInt16 BIFF12_TOK_TABLE_COLUMN = 0x0001; /// Table reference: Single column.
167 const sal_uInt16 BIFF12_TOK_TABLE_COLRANGE = 0x0002; /// Table reference: Range of columns.
168 const sal_uInt16 BIFF12_TOK_TABLE_ALL = 0x0004; /// Table reference: Special [#All] ra…
169 const sal_uInt16 BIFF12_TOK_TABLE_HEADERS = 0x0008; /// Table reference: Special [#Headers…
170 const sal_uInt16 BIFF12_TOK_TABLE_DATA = 0x0010; /// Table reference: Special [#Data] r…
171 const sal_uInt16 BIFF12_TOK_TABLE_TOTALS = 0x0020; /// Table reference: Special [#Totals]…
172 const sal_uInt16 BIFF12_TOK_TABLE_THISROW = 0x0040; /// Table reference: Special [#This Ro…
173 const sal_uInt16 BIFF12_TOK_TABLE_SP_BRACKETS = 0x0080; /// Table reference: Spaces in outer b…
174 const sal_uInt16 BIFF12_TOK_TABLE_SP_SEP = 0x0100; /// Table reference: Spaces after sepa…
175 const sal_uInt16 BIFF12_TOK_TABLE_ROW = 0x0200; /// Table reference: Single row.
176 const sal_uInt16 BIFF12_TOK_TABLE_CELL = 0x0400; /// Table reference: Single cell.
191 const sal_uInt16 BIFF_TOK_NLR_REL = 0x8000; /// True = NLR is relative.
192 const sal_uInt16 BIFF_TOK_NLR_MASK = 0x3FFF; /// Mask to extract BIFF8 column from N…
202 const sal_uInt16 BIFF_FUNC_IF = 1; /// Function identifier of the IF funct…
203 const sal_uInt16 BIFF_FUNC_SUM = 4; /// Function identifier of the SUM func…
204 const sal_uInt16 BIFF_FUNC_TRUE = 34; /// Function identifier of the TRUE fun…
205 const sal_uInt16 BIFF_FUNC_FALSE = 35; /// Function identifier of the FALSE fu…
206 const sal_uInt16 BIFF_FUNC_ROWS = 76; /// Function identifier of the ROWS fun…
207 const sal_uInt16 BIFF_FUNC_COLUMNS = 77; /// Function identifier of the COLUMNS …
208 const sal_uInt16 BIFF_FUNC_OFFSET = 78; /// Function identifier of the OFFSET f…
209 const sal_uInt16 BIFF_FUNC_EXTERNCALL = 255; /// BIFF function id of the EXTERN.CALL…
210 const sal_uInt16 BIFF_FUNC_FLOOR = 285; /// Function identifier of the FLOOR fu…
211 const sal_uInt16 BIFF_FUNC_CEILING = 288; /// Function identifier of the CEILING …
212 const sal_uInt16 BIFF_FUNC_HYPERLINK = 359; /// Function identifier of the HYPERLIN…
213 const sal_uInt16 BIFF_FUNC_WEEKNUM = 465; /// Function identifier of the WEEKNUM …
240 void setBiff12Data( sal_uInt16 nCol, sal_Int32 nRow, bool bRelativeAsOffset );
241 void setBiff2Data( sal_uInt8 nCol, sal_uInt16 nRow, bool bRelativeAsOffset );
242 void setBiff8Data( sal_uInt16 nCol, sal_uInt16 nRow, bool bRelativeAsOffset );
500 sal_uInt16 mnBiff12FuncId; /// BIFF12 function identifier.
501 sal_uInt16 mnBiffFuncId; /// BIFF2-BIFF8 function identifier.
560 const FunctionInfo* getFuncInfoFromBiff12FuncId( sal_uInt16 nFuncId ) const;
563 const FunctionInfo* getFuncInfoFromBiffFuncId( sal_uInt16 nFuncId ) const;