Lines Matching refs:sal_uInt16

51 const sal_uInt16 EXC_PT_NOSTRING            = 0xFFFF;
52 const sal_uInt16 EXC_PT_MAXSTRLEN = 0xFFFE;
56 const sal_uInt16 EXC_PC_NOFIELD = 0xFFFF;
61 const sal_uInt16 EXC_PC_NOITEM = 0xFFFF;
64 const sal_uInt16 EXC_PT_MAXFIELDCOUNT = 0xFFFE;
65 const sal_uInt16 EXC_PT_MAXROWCOLCOUNT = EXC_PT_MAXFIELDCOUNT;
66 const sal_uInt16 EXC_PT_MAXPAGECOUNT = 256;
67 const sal_uInt16 EXC_PT_MAXDATACOUNT = 256;
70 const sal_uInt16 EXC_PT_MAXITEMCOUNT = 32500;
72 const sal_uInt16 EXC_PT_AUTOFMT_HEADER = 0x810;
73 const sal_uInt16 EXC_PT_AUTOFMT_ZERO = 0;
103 const sal_uInt16 EXC_ID_DCONREF = 0x0051;
104 const sal_uInt16 EXC_ID_DCONNAME = 0x0052;
108 const sal_uInt16 EXC_ID_SXVIEW = 0x00B0;
110 const sal_uInt16 EXC_SXVIEW_ROWGRAND = 0x0001;
111 const sal_uInt16 EXC_SXVIEW_COLGRAND = 0x0002;
112 const sal_uInt16 EXC_SXVIEW_DEFAULTFLAGS = 0x0208;
114 const sal_uInt16 EXC_SXVIEW_DATALAST = 0xFFFF;
115 const sal_uInt16 EXC_SXVIEW_AUTOFMT = 0x0001;
119 const sal_uInt16 EXC_ID_SXVD = 0x00B1;
121 const sal_uInt16 EXC_SXVD_AXIS_NONE = 0x0000;
122 const sal_uInt16 EXC_SXVD_AXIS_ROW = 0x0001;
123 const sal_uInt16 EXC_SXVD_AXIS_COL = 0x0002;
124 const sal_uInt16 EXC_SXVD_AXIS_PAGE = 0x0004;
125 const sal_uInt16 EXC_SXVD_AXIS_DATA = 0x0008;
126 const sal_uInt16 EXC_SXVD_AXIS_ROWCOL = EXC_SXVD_AXIS_ROW | EXC_SXVD_AXIS_COL;
127 const sal_uInt16 EXC_SXVD_AXIS_ROWCOLPAGE = EXC_SXVD_AXIS_ROWCOL | EXC_SXVD_AXIS_PAGE;
129 const sal_uInt16 EXC_SXVD_SUBT_NONE = 0x0000;
130 const sal_uInt16 EXC_SXVD_SUBT_DEFAULT = 0x0001;
131 const sal_uInt16 EXC_SXVD_SUBT_SUM = 0x0002;
132 const sal_uInt16 EXC_SXVD_SUBT_COUNT = 0x0004;
133 const sal_uInt16 EXC_SXVD_SUBT_AVERAGE = 0x0008;
134 const sal_uInt16 EXC_SXVD_SUBT_MAX = 0x0010;
135 const sal_uInt16 EXC_SXVD_SUBT_MIN = 0x0020;
136 const sal_uInt16 EXC_SXVD_SUBT_PROD = 0x0040;
137 const sal_uInt16 EXC_SXVD_SUBT_COUNTNUM = 0x0080;
138 const sal_uInt16 EXC_SXVD_SUBT_STDDEV = 0x0100;
139 const sal_uInt16 EXC_SXVD_SUBT_STDDEVP = 0x0200;
140 const sal_uInt16 EXC_SXVD_SUBT_VAR = 0x0400;
141 const sal_uInt16 EXC_SXVD_SUBT_VARP = 0x0800;
143 const sal_uInt16 EXC_SXVD_DEFAULT_CACHE = EXC_PC_NOFIELD;
147 const sal_uInt16 EXC_ID_SXVI = 0x00B2;
149 const sal_uInt16 EXC_SXVI_TYPE_PAGE = 0x00FE;
150 const sal_uInt16 EXC_SXVI_TYPE_NULL = 0x00FF;
151 const sal_uInt16 EXC_SXVI_TYPE_DATA = 0x0000;
152 const sal_uInt16 EXC_SXVI_TYPE_DEFAULT = 0x0001;
153 const sal_uInt16 EXC_SXVI_TYPE_SUM = 0x0002;
154 const sal_uInt16 EXC_SXVI_TYPE_COUNT = 0x0003;
155 const sal_uInt16 EXC_SXVI_TYPE_AVERAGE = 0x0004;
156 const sal_uInt16 EXC_SXVI_TYPE_MAX = 0x0005;
157 const sal_uInt16 EXC_SXVI_TYPE_MIN = 0x0006;
158 const sal_uInt16 EXC_SXVI_TYPE_PROD = 0x0007;
159 const sal_uInt16 EXC_SXVI_TYPE_COUNTNUM = 0x0008;
160 const sal_uInt16 EXC_SXVI_TYPE_STDDEV = 0x0009;
161 const sal_uInt16 EXC_SXVI_TYPE_STDDEVP = 0x000A;
162 const sal_uInt16 EXC_SXVI_TYPE_VAR = 0x000B;
163 const sal_uInt16 EXC_SXVI_TYPE_VARP = 0x000C;
164 const sal_uInt16 EXC_SXVI_TYPE_GRAND = 0x000D;
166 const sal_uInt16 EXC_SXVI_DEFAULTFLAGS = 0x0000;
167 const sal_uInt16 EXC_SXVI_HIDDEN = 0x0001;
168 const sal_uInt16 EXC_SXVI_HIDEDETAIL = 0x0002;
169 const sal_uInt16 EXC_SXVI_FORMULA = 0x0004;
170 const sal_uInt16 EXC_SXVI_MISSING = 0x0008;
172 const sal_uInt16 EXC_SXVI_DEFAULT_CACHE = EXC_PC_NOFIELD;
176 const sal_uInt16 EXC_ID_SXIVD = 0x00B4;
177 const sal_uInt16 EXC_SXIVD_DATA = 0xFFFE;
181 const sal_uInt16 EXC_ID_SXLI = 0x00B5;
182 const sal_uInt16 EXC_SXLI_DEFAULTFLAGS = 0x0000;
186 const sal_uInt16 EXC_ID_SXPI = 0x00B6;
187 const sal_uInt16 EXC_SXPI_ALLITEMS = 0x7FFD;
191 const sal_uInt16 EXC_ID_SXDI = 0x00C5;
193 const sal_uInt16 EXC_SXDI_FUNC_SUM = 0x0000;
194 const sal_uInt16 EXC_SXDI_FUNC_COUNT = 0x0001;
195 const sal_uInt16 EXC_SXDI_FUNC_AVERAGE = 0x0002;
196 const sal_uInt16 EXC_SXDI_FUNC_MAX = 0x0003;
197 const sal_uInt16 EXC_SXDI_FUNC_MIN = 0x0004;
198 const sal_uInt16 EXC_SXDI_FUNC_PRODUCT = 0x0005;
199 const sal_uInt16 EXC_SXDI_FUNC_COUNTNUM = 0x0006;
200 const sal_uInt16 EXC_SXDI_FUNC_STDDEV = 0x0007;
201 const sal_uInt16 EXC_SXDI_FUNC_STDDEVP = 0x0008;
202 const sal_uInt16 EXC_SXDI_FUNC_VAR = 0x0009;
203 const sal_uInt16 EXC_SXDI_FUNC_VARP = 0x000A;
205 const sal_uInt16 EXC_SXDI_REF_NORMAL = 0x0000;
206 const sal_uInt16 EXC_SXDI_REF_DIFF = 0x0001;
207 const sal_uInt16 EXC_SXDI_REF_PERC = 0x0002;
208 const sal_uInt16 EXC_SXDI_REF_PERC_DIFF = 0x0003;
209 const sal_uInt16 EXC_SXDI_REF_RUN_TOTAL = 0x0004;
210 const sal_uInt16 EXC_SXDI_REF_PERC_ROW = 0x0005;
211 const sal_uInt16 EXC_SXDI_REF_PERC_COL = 0x0006;
212 const sal_uInt16 EXC_SXDI_REF_PERC_TOTAL = 0x0007;
213 const sal_uInt16 EXC_SXDI_REF_INDEX = 0x0008;
215 const sal_uInt16 EXC_SXDI_PREVITEM = 0x7FFB;
216 const sal_uInt16 EXC_SXDI_NEXTITEM = 0x7FFC;
220 const sal_uInt16 EXC_ID_SXDB = 0x00C6;
222 const sal_uInt16 EXC_SXDB_SAVEDATA = 0x0001;
223 const sal_uInt16 EXC_SXDB_INVALID = 0x0002;
224 const sal_uInt16 EXC_SXDB_REFRESH_LOAD = 0x0004;
225 const sal_uInt16 EXC_SXDB_OPT_CACHE = 0x0008;
226 const sal_uInt16 EXC_SXDB_BG_QUERY = 0x0010;
227 const sal_uInt16 EXC_SXDB_ENABLE_REFRESH = 0x0020;
228 const sal_uInt16 EXC_SXDB_DEFAULTFLAGS = EXC_SXDB_SAVEDATA | EXC_SXDB_ENABLE_REFRESH;
230 const sal_uInt16 EXC_SXDB_BLOCKRECS = 0x1FFF;
232 const sal_uInt16 EXC_SXDB_SRC_SHEET = 0x0001;
233 const sal_uInt16 EXC_SXDB_SRC_EXTERN = 0x0002;
234 const sal_uInt16 EXC_SXDB_SRC_CONSOLID = 0x0004;
235 const sal_uInt16 EXC_SXDB_SRC_SCENARIO = 0x0008;
239 const sal_uInt16 EXC_ID_SXFIELD = 0x00C7;
241 const sal_uInt16 EXC_SXFIELD_HASITEMS = 0x0001;
242 const sal_uInt16 EXC_SXFIELD_POSTPONE = 0x0002;
243 const sal_uInt16 EXC_SXFIELD_CALCED = 0x0004;
244 const sal_uInt16 EXC_SXFIELD_HASCHILD = 0x0008;
245 const sal_uInt16 EXC_SXFIELD_NUMGROUP = 0x0010;
246 const sal_uInt16 EXC_SXFIELD_16BIT = 0x0200;
248 const sal_uInt16 EXC_SXFIELD_DATA_MASK = 0x0DE0;
250 const sal_uInt16 EXC_SXFIELD_DATA_NONE = 0x0000; /// Special state for groupings.
251 const sal_uInt16 EXC_SXFIELD_DATA_STR = 0x0480; /// Only strings, nothing else.
252 const sal_uInt16 EXC_SXFIELD_DATA_INT = 0x0520; /// Only integers, opt. with doubles.
253 const sal_uInt16 EXC_SXFIELD_DATA_DBL = 0x0560; /// Only doubles, nothing else.
254 const sal_uInt16 EXC_SXFIELD_DATA_STR_INT = 0x05A0; /// Only strings and integers, opt. with do…
255 const sal_uInt16 EXC_SXFIELD_DATA_STR_DBL = 0x05E0; /// Only strings and doubles, nothing else.
256 const sal_uInt16 EXC_SXFIELD_DATA_DATE = 0x0900; /// Only dates, nothing else.
257 const sal_uInt16 EXC_SXFIELD_DATA_DATE_EMP = 0x0980; /// Dates and empty strings, nothing else (…
258 const sal_uInt16 EXC_SXFIELD_DATA_DATE_NUM = 0x0D00; /// Dates with integers or doubles without …
259 const sal_uInt16 EXC_SXFIELD_DATA_DATE_STR = 0x0D80; /// Dates and strings, opt. with integers o…
261 const sal_uInt16 EXC_SXFIELD_INDEX_MIN = 0; /// List index for minimum item in grouping…
262 const sal_uInt16 EXC_SXFIELD_INDEX_MAX = 1; /// List index for maximum item in grouping…
263 const sal_uInt16 EXC_SXFIELD_INDEX_STEP = 2; /// List index for step item in groupings.
267 const sal_uInt16 EXC_ID_SXINDEXLIST = 0x00C8;
271 const sal_uInt16 EXC_ID_SXDOUBLE = 0x00C9;
275 const sal_uInt16 EXC_ID_SXBOOLEAN = 0x00CA;
279 const sal_uInt16 EXC_ID_SXERROR = 0x00CB;
283 const sal_uInt16 EXC_ID_SXINTEGER = 0x00CC;
287 const sal_uInt16 EXC_ID_SXSTRING = 0x00CD;
291 const sal_uInt16 EXC_ID_SXDATETIME = 0x00CE;
295 const sal_uInt16 EXC_ID_SXEMPTY = 0x00CF;
299 const sal_uInt16 EXC_ID_SXIDSTM = 0x00D5;
303 const sal_uInt16 EXC_ID_SXNUMGROUP = 0x00D8;
305 const sal_uInt16 EXC_SXNUMGROUP_AUTOMIN = 0x0001;
306 const sal_uInt16 EXC_SXNUMGROUP_AUTOMAX = 0x0002;
308 const sal_uInt16 EXC_SXNUMGROUP_TYPE_SEC = 1;
309 const sal_uInt16 EXC_SXNUMGROUP_TYPE_MIN = 2;
310 const sal_uInt16 EXC_SXNUMGROUP_TYPE_HOUR = 3;
311 const sal_uInt16 EXC_SXNUMGROUP_TYPE_DAY = 4;
312 const sal_uInt16 EXC_SXNUMGROUP_TYPE_MONTH = 5;
313 const sal_uInt16 EXC_SXNUMGROUP_TYPE_QUART = 6;
314 const sal_uInt16 EXC_SXNUMGROUP_TYPE_YEAR = 7;
315 const sal_uInt16 EXC_SXNUMGROUP_TYPE_NUM = 8;
319 const sal_uInt16 EXC_ID_SXGROUPINFO = 0x00D9;
323 const sal_uInt16 EXC_ID_SXEXT = 0x00DC;
327 const sal_uInt16 EXC_ID_SXVS = 0x00E3;
329 const sal_uInt16 EXC_SXVS_UNKNOWN = 0x0000;
330 const sal_uInt16 EXC_SXVS_SHEET = 0x0001;
331 const sal_uInt16 EXC_SXVS_EXTERN = 0x0002;
332 const sal_uInt16 EXC_SXVS_CONSOLID = 0x0004;
333 const sal_uInt16 EXC_SXVS_PIVOTTAB = 0x0008;
334 const sal_uInt16 EXC_SXVS_SCENARIO = 0x0010;
338 const sal_uInt16 EXC_ID_SXRULE = 0x00F0;
342 const sal_uInt16 EXC_ID_SXEX = 0x00F1;
349 const sal_uInt16 EXC_ID_SXFILT = 0x00F2;
353 const sal_uInt16 EXC_ID_00F5 = 0x00F5; /// Unknown record
357 const sal_uInt16 EXC_ID_SXNAME = 0x00F6;
361 const sal_uInt16 EXC_ID_SXPAIR = 0x00F8;
365 const sal_uInt16 EXC_ID_SXFMLA = 0x00F9;
369 const sal_uInt16 EXC_ID_SXVDEX = 0x0100;
381 const sal_uInt16 EXC_SXVDEX_SORT_OWN = 0xFFFF;
382 const sal_uInt16 EXC_SXVDEX_SHOW_NONE = 0xFFFF;
383 const sal_uInt16 EXC_SXVDEX_FORMAT_NONE = 0x0000;
387 const sal_uInt16 EXC_ID_SXFORMULA = 0x0103;
391 const sal_uInt16 EXC_ID_SXDBEX = 0x0122;
396 const sal_uInt16 EXC_ID_SXFDBTYPE = 0x01BB;
397 const sal_uInt16 EXC_SXFDBTYPE_DEFAULT = 0x0000;
400 const sal_uInt16 EXC_ID_SXVIEWEX9 = 0x0810;
424 void SetError( sal_uInt16 nError );
447 const sal_uInt16* GetError() const;
460 sal_uInt16 mnError; /// Error code of an error item.
474 sal_uInt16 mnFlags; /// Various flags.
475 sal_uInt16 mnGroupChild; /// Field containing grouping info for this field.
476 sal_uInt16 mnGroupBase; /// Base field if this field contains grouping info.
477 sal_uInt16 mnVisItems; /// Number of visible items for this field.
478 sal_uInt16 mnGroupItems; /// Number of special items in a grouping field.
479 sal_uInt16 mnBaseItems; /// Number of items in the base field.
480 sal_uInt16 mnOrigItems; /// Number of original source data items.
493 sal_uInt16 mnFlags; /// Various flags.
502 sal_uInt16 GetXclDataType() const;
503 void SetXclDataType( sal_uInt16 nXclType );
515 explicit XclPCField( XclPCFieldType eFieldType, sal_uInt16 nFieldIdx );
519 inline sal_uInt16 GetFieldIndex() const { return mnFieldIdx; } in GetFieldIndex()
544 sal_uInt16 GetBaseFieldIndex() const;
558 sal_uInt16 mnFieldIdx; /// Own field index in pivot cache.
569 sal_uInt16 mnStrmId; /// Stream identifier.
570 sal_uInt16 mnFlags; /// Flags for the cache.
571 sal_uInt16 mnBlockRecs; /// Records in a source database block.
572 sal_uInt16 mnStdFields; /// Number of standard pivot cache fields.
573 sal_uInt16 mnTotalFields; /// Number of all fields (standard, grouped, calculated).
574 sal_uInt16 mnSrcType; /// Database type.
621 sal_uInt16 mnType; /// Type of the item (e.g. data, function, grand total).
622 sal_uInt16 mnFlags; /// Several flags.
623 sal_uInt16 mnCacheIdx; /// Index into cache for item name.
633 typedef ::std::vector< sal_uInt16 > XclPTSubtotalVec;
638 sal_uInt16 mnAxes; /// Flags for axes this field is part of.
639 sal_uInt16 mnSubtCount; /// Number of subtotal functions.
640 sal_uInt16 mnSubtotals; /// Bitfield for subtotal functions.
641 sal_uInt16 mnItemCount; /// Number of items of this field.
642 sal_uInt16 mnCacheIdx; /// Index into cache for field name (not part of record).
649 ::com::sun::star::sheet::DataPilotFieldOrientation GetApiOrient( sal_uInt16 nMask ) const;
668 sal_uInt16 mnSortField; /// Index to data field sorting bases on.
669 sal_uInt16 mnShowField; /// Index to data field AutoShow bases on.
670 sal_uInt16 mnNumFmt;
704 sal_uInt16 mnField; /// Base field for this page info.
705 sal_uInt16 mnSelItem; /// Index to selected item.
706 sal_uInt16 mnObjId; /// Escher object ID of dropdown listbox.
719 sal_uInt16 mnField; /// Base field for this data info.
720 sal_uInt16 mnAggFunc; /// Data aggregation function.
721 sal_uInt16 mnRefType; /// Result reference type.
722 sal_uInt16 mnRefField; /// Index to SXVD of referred field used for the results.
723 sal_uInt16 mnRefItem; /// Index to SXVI of referred item of the used field.
724 sal_uInt16 mnNumFmt; /// Number format of the results.
756 sal_uInt16 mnFirstHeadRow; /// First heading row.
757 sal_uInt16 mnCacheIdx; /// 0-based index of the pivot cache.
758 sal_uInt16 mnDataAxis; /// Orientation of data fields.
759 sal_uInt16 mnDataPos; /// Position of data fields.
760 sal_uInt16 mnFields; /// Number of all fields.
761 sal_uInt16 mnRowFields; /// Number of row fields.
762 sal_uInt16 mnColFields; /// Number of column fields.
763 sal_uInt16 mnPageFields; /// Number of page fields.
764 sal_uInt16 mnDataFields; /// Number of data fields.
765 sal_uInt16 mnDataRows; /// Number of rows containing data.
766 sal_uInt16 mnDataCols; /// Number of columns containing data.
767 sal_uInt16 mnFlags; /// Flags for the entire pivot table.
768 sal_uInt16 mnAutoFmtIdx; /// Index to pivot table autoformat.
781 sal_uInt16 mnSxformulaRecs; /// Number of SXFORMULA records.
782 sal_uInt16 mnSxselectRecs; /// Number of SXSELECT records.
783 sal_uInt16 mnPagePerRow; /// Number of page fields per row.
784 sal_uInt16 mnPagePerCol; /// Number of page fields per column.