Lines Matching refs:sal_uInt16

73 const sal_uInt16 EXC_NOTAB                  = SAL_MAX_UINT16;   /// An invalid Excel sheet index, f…
154 const sal_uInt16 EXC_ID2_BOF = 0x0009;
155 const sal_uInt16 EXC_ID3_BOF = 0x0209;
156 const sal_uInt16 EXC_ID4_BOF = 0x0409;
157 const sal_uInt16 EXC_ID5_BOF = 0x0809;
159 const sal_uInt16 EXC_BOF_BIFF2 = 0x0200;
160 const sal_uInt16 EXC_BOF_BIFF3 = 0x0300;
161 const sal_uInt16 EXC_BOF_BIFF4 = 0x0400;
162 const sal_uInt16 EXC_BOF_BIFF5 = 0x0500;
163 const sal_uInt16 EXC_BOF_BIFF8 = 0x0600;
165 const sal_uInt16 EXC_BOF_GLOBALS = 0x0005; /// BIFF5-BIFF8 workbook globals.
166 const sal_uInt16 EXC_BOF_VBMODULE = 0x0006; /// BIFF5-BIFF8 Visual BASIC module.
167 const sal_uInt16 EXC_BOF_SHEET = 0x0010; /// Regular worksheet.
168 const sal_uInt16 EXC_BOF_CHART = 0x0020; /// Chart sheet.
169 const sal_uInt16 EXC_BOF_MACROSHEET = 0x0040; /// Macro sheet.
170 const sal_uInt16 EXC_BOF_WORKSPACE = 0x0100; /// Workspace.
171 const sal_uInt16 EXC_BOF_UNKNOWN = 0xFFFF; /// Internal use only.
175 const sal_uInt16 EXC_ID_EOF = 0x000A;
179 const sal_uInt16 EXC_ID_PROTECT = 0x0012;
183 const sal_uInt16 EXC_ID_PASSWORD = 0x0013;
187 const sal_uInt16 EXC_ID_WINDOWPROTECT = 0x0019;
191 const sal_uInt16 EXC_ID_CODEPAGE = 0x0042;
195 const sal_uInt16 EXC_ID_WSBOOL = 0x0081;
197 const sal_uInt16 EXC_WSBOOL_ROWBELOW = 0x0040;
198 const sal_uInt16 EXC_WSBOOL_COLBELOW = 0x0080;
199 const sal_uInt16 EXC_WSBOOL_FITTOPAGE = 0x0100;
201 const sal_uInt16 EXC_WSBOOL_DEFAULTFLAGS = 0x04C1;
205 const sal_uInt16 EXC_ID_WRITEPROT = 0x0086;
209 const sal_uInt16 EXC_ID_COUNTRY = 0x008C;
213 const sal_uInt16 EXC_ID_FILTERMODE = 0x009B;
217 const sal_uInt16 EXC_ID_FNGROUPCOUNT = 0x009C;
221 const sal_uInt16 EXC_ID_AUTOFILTERINFO = 0x009D;
225 const sal_uInt16 EXC_ID_AUTOFILTER = 0x009E;
229 const sal_uInt16 EXC_ID_TOOLBARHDR = 0x00BF;
230 const sal_uInt16 EXC_ID_TOOLBAREND = 0x00C0;
231 const sal_uInt16 EXC_ID_MMS = 0x00C1;
235 const sal_uInt16 EXC_ID_INTERFACEHDR = 0x00E1;
236 const sal_uInt16 EXC_ID_INTERFACEEND = 0x00E2;
240 const sal_uInt16 EXC_ID_USESELFS = 0x0160;
244 const sal_uInt16 EXC_ID_DSF = 0x0161;
248 const sal_uInt16 EXC_ID_USERSVIEWBEGIN = 0x01AA;
249 const sal_uInt16 EXC_ID_USERSVIEWEND = 0x01AB;
253 const sal_uInt16 EXC_ID_CODENAME = 0x01BA;
257 const sal_uInt16 EXC_ID_XL9FILE = 0x01C0;
268 const sal_uInt16 EXC_FUTUREREC_EMPTYFLAGS = 0x0000;
269 const sal_uInt16 EXC_FUTUREREC_HASREF = 0x0001;
270 const sal_uInt16 EXC_FUTUREREC_ALERT = 0x0002;