Lines Matching refs:sal_Int32

45     sal_Int32           mnCacheItem;        /// Index to shared item in pivot cache.
46 sal_Int32 mnType; /// Type of the item.
60sal_Int32 mnAxis; /// Axis this field is assigned to (none, row, column, pag…
61 sal_Int32 mnNumFmtId; /// Number format for field items.
62sal_Int32 mnAutoShowItems; /// Number of items (or percent/sum) to be shown in auto s…
63sal_Int32 mnAutoShowRankBy; /// Index of the data field auto show filter is based on.
64 sal_Int32 mnSortType; /// Autosorting type.
65 sal_Int32 mnSortRefField; /// Reference field for autosorting.
66 sal_Int32 mnSortRefItem; /// Item in reference field for autosorting.
100 sal_Int32 mnField; /// Base pivot field.
101 sal_Int32 mnItem; /// Index of field item that is shown by the page field.
111 sal_Int32 mnField; /// Base pivot field.
112 sal_Int32 mnSubtotal; /// Subtotal aggregation function.
113 sal_Int32 mnShowDataAs; /// Show data as, based on another field.
114 sal_Int32 mnBaseField; /// Base field for 'show data as'.
115 sal_Int32 mnBaseItem; /// Base item for 'show data as'.
116 sal_Int32 mnNumFmtId; /// Number format for the result.
121 void setBiffSubtotal( sal_Int32 nSubtotal );
123 void setBiffShowDataAs( sal_Int32 nShowDataAs );
131 explicit PivotTableField( PivotTable& rPivotTable, sal_Int32 nFieldIndex );
164 sal_Int32 nBaseFieldIdx );
187 convertRowColPageField( sal_Int32 nAxis );
196 sal_Int32 mnFieldIndex; /// Zero-based index of this field.
208 sal_Int32 mnField; /// Base pivot field.
209 sal_Int32 mnMemPropField; /// Member property field.
210 sal_Int32 mnType; /// Filter type.
211 sal_Int32 mnEvalOrder; /// Evaluation order index.
212 sal_Int32 mnId; /// Unique identifier.
213 sal_Int32 mnMeasureField; /// Data field for filter calculation.
214 sal_Int32 mnMeasureHier; /// Hierarchy for filter calculation.
260 sal_Int32 mnCacheId;
261 sal_Int32 mnDataPosition;
262 sal_Int32 mnPageWrap;
263 sal_Int32 mnIndent;
264 sal_Int32 mnChartFormat;
302 sal_Int32 mnFirstHeaderRow; /// First row of header cells (relative in pivot table).
303 sal_Int32 mnFirstDataRow; /// First row of data cells (relative in pivot table).
304sal_Int32 mnFirstDataCol; /// First column of data cells (relative in pivot table).
305 sal_Int32 mnRowPageCount; /// Number of rows in page filter area.
306 sal_Int32 mnColPageCount; /// Number of columns in page filter area.
364 sal_Int32 nBaseFieldIdx );
376 getDataPilotField( sal_Int32 nFieldIdx ) const;
382 const PivotCacheField* getCacheField( sal_Int32 nFieldIdx ) const;
384 const PivotCacheField* getCacheFieldOfDataField( sal_Int32 nDataItemIdx ) const;
386 sal_Int32 getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const;
391 typedef ::std::vector< sal_Int32 > IndexVector;
397 PivotTableField* getTableField( sal_Int32 nFieldIdx );
404 …static void importFields( IndexVector& orFields, BiffInputStream& rStrm, sal_Int32 nCount …