| LibreOffice Module sc (master) 1
    | 
#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>#include <tools/datetime.hxx>#include "ftools.hxx"#include "xladdress.hxx"#include <dpobject.hxx>#include <optional>Go to the source code of this file.
| Classes | |
| class | XclPCItem | 
| Represents a data item of any type in a pivot cache.  More... | |
| struct | XclPCFieldInfo | 
| Contains data for a pivot cache field (SXFIELD record).  More... | |
| struct | XclPCNumGroupInfo | 
| Contains data for a numeric grouping field (SXNUMGROUP record).  More... | |
| class | XclPCField | 
| Represents a field in a pivot cache.  More... | |
| struct | XclPCInfo | 
| Contains data for a pivot cache (SXDB record).  More... | |
| struct | XclPTCachedName | 
| A name for various pivot table info structs.  More... | |
| struct | XclPTVisNameInfo | 
| Base struct for named info structs.  More... | |
| struct | XclPTItemInfo | 
| Contains data for a pivot table data item (SXVI record).  More... | |
| struct | XclPTFieldInfo | 
| Contains data for a pivot table field (SXVD record).  More... | |
| struct | XclPTFieldExtInfo | 
| Contains extended data for a pivot table field (SXVDEX record).  More... | |
| struct | XclPTPageFieldInfo | 
| Contains data for a pivot table page field (part of SXPI record).  More... | |
| struct | XclPTDataFieldInfo | 
| Contains data for a pivot table data field (SXDI record).  More... | |
| struct | XclPTInfo | 
| Contains data for a pivot table (SXVIEW record).  More... | |
| struct | XclPTExtInfo | 
| Extended information about a pivot table (SXEX record).  More... | |
| struct | XclPTViewEx9Info | 
| Pivot table autoformat settings (SXVIEWEX9 record).  More... | |
| struct | XclPTAddl | 
| Additional pivot table settings (SXADDL record).  More... | |
| Typedefs | |
| typedef ::std::vector< ScGeneralFunction > | XclPTSubtotalVec | 
| Enumerations | |
| enum | XclPCItemType { EXC_PCITEM_INVALID , EXC_PCITEM_EMPTY , EXC_PCITEM_TEXT , EXC_PCITEM_DOUBLE , EXC_PCITEM_DATETIME , EXC_PCITEM_INTEGER , EXC_PCITEM_BOOL , EXC_PCITEM_ERROR } | 
| Data type of a pivot cache item.  More... | |
| enum | XclPCFieldType { EXC_PCFIELD_STANDARD , EXC_PCFIELD_STDGROUP , EXC_PCFIELD_NUMGROUP , EXC_PCFIELD_DATEGROUP , EXC_PCFIELD_DATECHILD , EXC_PCFIELD_CALCED , EXC_PCFIELD_UNKNOWN } | 
| Specifies the type of a pivot cache field.  More... | |
| Variables | |
| constexpr OUStringLiteral | EXC_STORAGE_PTCACHE = u"_SX_DB_CUR" | 
| const sal_uInt16 | EXC_PT_NOSTRING = 0xFFFF | 
| const sal_uInt16 | EXC_PT_MAXSTRLEN = 0xFFFE | 
| const size_t | EXC_PC_MAXFIELDCOUNT = 0xFFFE | 
| const sal_uInt16 | EXC_PC_NOFIELD = 0xFFFF | 
| const sal_Int32 | EXC_PC_MAXSTRLEN = 255 | 
| const size_t | EXC_PC_MAXITEMCOUNT = 32500 | 
| const sal_uInt16 | EXC_PC_NOITEM = 0xFFFF | 
| const sal_uInt16 | EXC_PT_MAXFIELDCOUNT = 0xFFFE | 
| const sal_uInt16 | EXC_PT_MAXROWCOLCOUNT = EXC_PT_MAXFIELDCOUNT | 
| const sal_uInt16 | EXC_PT_MAXPAGECOUNT = 256 | 
| const sal_uInt16 | EXC_PT_MAXDATACOUNT = 256 | 
| const sal_uInt16 | EXC_PT_MAXITEMCOUNT = 32500 | 
| const sal_uInt16 | EXC_PT_AUTOFMT_HEADER = 0x810 | 
| const sal_uInt16 | EXC_PT_AUTOFMT_ZERO = 0 | 
| const sal_uInt32 | EXC_PT_AUTOFMT_FLAGS = 0x20 | 
| const sal_uInt16 | EXC_ID_DCONREF = 0x0051 | 
| const sal_uInt16 | EXC_ID_DCONNAME = 0x0052 | 
| const sal_uInt16 | EXC_ID_SXVIEW = 0x00B0 | 
| const sal_uInt16 | EXC_SXVIEW_ROWGRAND = 0x0001 | 
| const sal_uInt16 | EXC_SXVIEW_COLGRAND = 0x0002 | 
| const sal_uInt16 | EXC_SXVIEW_DEFAULTFLAGS = 0x0208 | 
| const sal_uInt16 | EXC_SXVIEW_DATALAST = 0xFFFF | 
| const sal_uInt16 | EXC_SXVIEW_AUTOFMT = 0x0001 | 
| const sal_uInt16 | EXC_ID_SXVD = 0x00B1 | 
| const sal_uInt16 | EXC_SXVD_AXIS_NONE = 0x0000 | 
| const sal_uInt16 | EXC_SXVD_AXIS_ROW = 0x0001 | 
| const sal_uInt16 | EXC_SXVD_AXIS_COL = 0x0002 | 
| const sal_uInt16 | EXC_SXVD_AXIS_PAGE = 0x0004 | 
| const sal_uInt16 | EXC_SXVD_AXIS_DATA = 0x0008 | 
| const sal_uInt16 | EXC_SXVD_AXIS_ROWCOL = EXC_SXVD_AXIS_ROW | EXC_SXVD_AXIS_COL | 
| const sal_uInt16 | EXC_SXVD_AXIS_ROWCOLPAGE = EXC_SXVD_AXIS_ROWCOL | EXC_SXVD_AXIS_PAGE | 
| const sal_uInt16 | EXC_SXVD_SUBT_NONE = 0x0000 | 
| const sal_uInt16 | EXC_SXVD_SUBT_DEFAULT = 0x0001 | 
| const sal_uInt16 | EXC_SXVD_SUBT_SUM = 0x0002 | 
| const sal_uInt16 | EXC_SXVD_SUBT_COUNT = 0x0004 | 
| const sal_uInt16 | EXC_SXVD_SUBT_AVERAGE = 0x0008 | 
| const sal_uInt16 | EXC_SXVD_SUBT_MAX = 0x0010 | 
| const sal_uInt16 | EXC_SXVD_SUBT_MIN = 0x0020 | 
| const sal_uInt16 | EXC_SXVD_SUBT_PROD = 0x0040 | 
| const sal_uInt16 | EXC_SXVD_SUBT_COUNTNUM = 0x0080 | 
| const sal_uInt16 | EXC_SXVD_SUBT_STDDEV = 0x0100 | 
| const sal_uInt16 | EXC_SXVD_SUBT_STDDEVP = 0x0200 | 
| const sal_uInt16 | EXC_SXVD_SUBT_VAR = 0x0400 | 
| const sal_uInt16 | EXC_SXVD_SUBT_VARP = 0x0800 | 
| const sal_uInt16 | EXC_SXVD_DEFAULT_CACHE = EXC_PC_NOFIELD | 
| const sal_uInt16 | EXC_ID_SXVI = 0x00B2 | 
| const sal_uInt16 | EXC_SXVI_TYPE_PAGE = 0x00FE | 
| const sal_uInt16 | EXC_SXVI_TYPE_NULL = 0x00FF | 
| const sal_uInt16 | EXC_SXVI_TYPE_DATA = 0x0000 | 
| const sal_uInt16 | EXC_SXVI_TYPE_DEFAULT = 0x0001 | 
| const sal_uInt16 | EXC_SXVI_TYPE_SUM = 0x0002 | 
| const sal_uInt16 | EXC_SXVI_TYPE_COUNT = 0x0003 | 
| const sal_uInt16 | EXC_SXVI_TYPE_AVERAGE = 0x0004 | 
| const sal_uInt16 | EXC_SXVI_TYPE_MAX = 0x0005 | 
| const sal_uInt16 | EXC_SXVI_TYPE_MIN = 0x0006 | 
| const sal_uInt16 | EXC_SXVI_TYPE_PROD = 0x0007 | 
| const sal_uInt16 | EXC_SXVI_TYPE_COUNTNUM = 0x0008 | 
| const sal_uInt16 | EXC_SXVI_TYPE_STDDEV = 0x0009 | 
| const sal_uInt16 | EXC_SXVI_TYPE_STDDEVP = 0x000A | 
| const sal_uInt16 | EXC_SXVI_TYPE_VAR = 0x000B | 
| const sal_uInt16 | EXC_SXVI_TYPE_VARP = 0x000C | 
| const sal_uInt16 | EXC_SXVI_TYPE_GRAND = 0x000D | 
| const sal_uInt16 | EXC_SXVI_DEFAULTFLAGS = 0x0000 | 
| const sal_uInt16 | EXC_SXVI_HIDDEN = 0x0001 | 
| const sal_uInt16 | EXC_SXVI_HIDEDETAIL = 0x0002 | 
| const sal_uInt16 | EXC_SXVI_FORMULA = 0x0004 | 
| const sal_uInt16 | EXC_SXVI_MISSING = 0x0008 | 
| const sal_uInt16 | EXC_SXVI_DEFAULT_CACHE = EXC_PC_NOFIELD | 
| const sal_uInt16 | EXC_ID_SXIVD = 0x00B4 | 
| const sal_uInt16 | EXC_SXIVD_DATA = 0xFFFE | 
| const sal_uInt16 | EXC_ID_SXLI = 0x00B5 | 
| const sal_uInt16 | EXC_SXLI_DEFAULTFLAGS = 0x0000 | 
| const sal_uInt16 | EXC_ID_SXPI = 0x00B6 | 
| const sal_uInt16 | EXC_SXPI_ALLITEMS = 0x7FFD | 
| const sal_uInt16 | EXC_ID_SXDI = 0x00C5 | 
| const sal_uInt16 | EXC_SXDI_FUNC_SUM = 0x0000 | 
| const sal_uInt16 | EXC_SXDI_FUNC_COUNT = 0x0001 | 
| const sal_uInt16 | EXC_SXDI_FUNC_AVERAGE = 0x0002 | 
| const sal_uInt16 | EXC_SXDI_FUNC_MAX = 0x0003 | 
| const sal_uInt16 | EXC_SXDI_FUNC_MIN = 0x0004 | 
| const sal_uInt16 | EXC_SXDI_FUNC_PRODUCT = 0x0005 | 
| const sal_uInt16 | EXC_SXDI_FUNC_COUNTNUM = 0x0006 | 
| const sal_uInt16 | EXC_SXDI_FUNC_STDDEV = 0x0007 | 
| const sal_uInt16 | EXC_SXDI_FUNC_STDDEVP = 0x0008 | 
| const sal_uInt16 | EXC_SXDI_FUNC_VAR = 0x0009 | 
| const sal_uInt16 | EXC_SXDI_FUNC_VARP = 0x000A | 
| const sal_uInt16 | EXC_SXDI_REF_NORMAL = 0x0000 | 
| const sal_uInt16 | EXC_SXDI_REF_DIFF = 0x0001 | 
| const sal_uInt16 | EXC_SXDI_REF_PERC = 0x0002 | 
| const sal_uInt16 | EXC_SXDI_REF_PERC_DIFF = 0x0003 | 
| const sal_uInt16 | EXC_SXDI_REF_RUN_TOTAL = 0x0004 | 
| const sal_uInt16 | EXC_SXDI_REF_PERC_ROW = 0x0005 | 
| const sal_uInt16 | EXC_SXDI_REF_PERC_COL = 0x0006 | 
| const sal_uInt16 | EXC_SXDI_REF_PERC_TOTAL = 0x0007 | 
| const sal_uInt16 | EXC_SXDI_REF_INDEX = 0x0008 | 
| const sal_uInt16 | EXC_SXDI_PREVITEM = 0x7FFB | 
| const sal_uInt16 | EXC_SXDI_NEXTITEM = 0x7FFC | 
| const sal_uInt16 | EXC_ID_SXDB = 0x00C6 | 
| const sal_uInt16 | EXC_SXDB_SAVEDATA = 0x0001 | 
| const sal_uInt16 | EXC_SXDB_INVALID = 0x0002 | 
| const sal_uInt16 | EXC_SXDB_REFRESH_LOAD = 0x0004 | 
| const sal_uInt16 | EXC_SXDB_OPT_CACHE = 0x0008 | 
| const sal_uInt16 | EXC_SXDB_BG_QUERY = 0x0010 | 
| const sal_uInt16 | EXC_SXDB_ENABLE_REFRESH = 0x0020 | 
| const sal_uInt16 | EXC_SXDB_DEFAULTFLAGS = EXC_SXDB_SAVEDATA | EXC_SXDB_ENABLE_REFRESH | 
| const sal_uInt16 | EXC_SXDB_BLOCKRECS = 0x1FFF | 
| const sal_uInt16 | EXC_SXDB_SRC_SHEET = 0x0001 | 
| const sal_uInt16 | EXC_SXDB_SRC_EXTERN = 0x0002 | 
| const sal_uInt16 | EXC_SXDB_SRC_CONSOLID = 0x0004 | 
| const sal_uInt16 | EXC_SXDB_SRC_SCENARIO = 0x0008 | 
| const sal_uInt16 | EXC_ID_SXFIELD = 0x00C7 | 
| const sal_uInt16 | EXC_SXFIELD_HASITEMS = 0x0001 | 
| const sal_uInt16 | EXC_SXFIELD_POSTPONE = 0x0002 | 
| const sal_uInt16 | EXC_SXFIELD_CALCED = 0x0004 | 
| const sal_uInt16 | EXC_SXFIELD_HASCHILD = 0x0008 | 
| const sal_uInt16 | EXC_SXFIELD_NUMGROUP = 0x0010 | 
| const sal_uInt16 | EXC_SXFIELD_16BIT = 0x0200 | 
| const sal_uInt16 | EXC_SXFIELD_DATA_MASK = 0x0DE0 | 
| const sal_uInt16 | EXC_SXFIELD_DATA_NONE = 0x0000 | 
| const sal_uInt16 | EXC_SXFIELD_DATA_STR = 0x0480 | 
| Special state for groupings.  More... | |
| const sal_uInt16 | EXC_SXFIELD_DATA_INT = 0x0520 | 
| Only strings, nothing else.  More... | |
| const sal_uInt16 | EXC_SXFIELD_DATA_DBL = 0x0560 | 
| Only integers, opt. with doubles.  More... | |
| const sal_uInt16 | EXC_SXFIELD_DATA_STR_INT = 0x05A0 | 
| Only doubles, nothing else.  More... | |
| const sal_uInt16 | EXC_SXFIELD_DATA_STR_DBL = 0x05E0 | 
| Only strings and integers, opt. with doubles.  More... | |
| const sal_uInt16 | EXC_SXFIELD_DATA_DATE = 0x0900 | 
| Only strings and doubles, nothing else.  More... | |
| const sal_uInt16 | EXC_SXFIELD_DATA_DATE_EMP = 0x0980 | 
| Only dates, nothing else.  More... | |
| const sal_uInt16 | EXC_SXFIELD_DATA_DATE_NUM = 0x0D00 | 
| Dates and empty strings, nothing else (?).  More... | |
| const sal_uInt16 | EXC_SXFIELD_DATA_DATE_STR = 0x0D80 | 
| Dates with integers or doubles without strings.  More... | |
| const sal_uInt16 | EXC_SXFIELD_INDEX_MIN = 0 | 
| Dates and strings, opt. with integers or doubles.  More... | |
| const sal_uInt16 | EXC_SXFIELD_INDEX_MAX = 1 | 
| List index for minimum item in groupings.  More... | |
| const sal_uInt16 | EXC_SXFIELD_INDEX_STEP = 2 | 
| List index for maximum item in groupings.  More... | |
| const sal_uInt16 | EXC_ID_SXINDEXLIST = 0x00C8 | 
| List index for step item in groupings.  More... | |
| const sal_uInt16 | EXC_ID_SXDOUBLE = 0x00C9 | 
| const sal_uInt16 | EXC_ID_SXBOOLEAN = 0x00CA | 
| const sal_uInt16 | EXC_ID_SXERROR = 0x00CB | 
| const sal_uInt16 | EXC_ID_SXINTEGER = 0x00CC | 
| const sal_uInt16 | EXC_ID_SXSTRING = 0x00CD | 
| const sal_uInt16 | EXC_ID_SXDATETIME = 0x00CE | 
| const sal_uInt16 | EXC_ID_SXEMPTY = 0x00CF | 
| const sal_uInt16 | EXC_ID_SXIDSTM = 0x00D5 | 
| const sal_uInt16 | EXC_ID_SXNUMGROUP = 0x00D8 | 
| const sal_uInt16 | EXC_SXNUMGROUP_AUTOMIN = 0x0001 | 
| const sal_uInt16 | EXC_SXNUMGROUP_AUTOMAX = 0x0002 | 
| const sal_uInt16 | EXC_SXNUMGROUP_TYPE_SEC = 1 | 
| const sal_uInt16 | EXC_SXNUMGROUP_TYPE_MIN = 2 | 
| const sal_uInt16 | EXC_SXNUMGROUP_TYPE_HOUR = 3 | 
| const sal_uInt16 | EXC_SXNUMGROUP_TYPE_DAY = 4 | 
| const sal_uInt16 | EXC_SXNUMGROUP_TYPE_MONTH = 5 | 
| const sal_uInt16 | EXC_SXNUMGROUP_TYPE_QUART = 6 | 
| const sal_uInt16 | EXC_SXNUMGROUP_TYPE_YEAR = 7 | 
| const sal_uInt16 | EXC_SXNUMGROUP_TYPE_NUM = 8 | 
| const sal_uInt16 | EXC_ID_SXGROUPINFO = 0x00D9 | 
| const sal_uInt16 | EXC_ID_SXEXT = 0x00DC | 
| const sal_uInt16 | EXC_ID_SXVS = 0x00E3 | 
| const sal_uInt16 | EXC_SXVS_UNKNOWN = 0x0000 | 
| const sal_uInt16 | EXC_SXVS_SHEET = 0x0001 | 
| const sal_uInt16 | EXC_SXVS_EXTERN = 0x0002 | 
| const sal_uInt16 | EXC_SXVS_CONSOLID = 0x0004 | 
| const sal_uInt16 | EXC_SXVS_PIVOTTAB = 0x0008 | 
| const sal_uInt16 | EXC_SXVS_SCENARIO = 0x0010 | 
| const sal_uInt16 | EXC_ID_SXRULE = 0x00F0 | 
| const sal_uInt16 | EXC_ID_SXEX = 0x00F1 | 
| const sal_uInt32 | EXC_SXEX_DRILLDOWN = 0x00020000 | 
| const sal_uInt32 | EXC_SXEX_DEFAULTFLAGS = 0x004F0200 | 
| const sal_uInt16 | EXC_ID_SXFILT = 0x00F2 | 
| const sal_uInt16 | EXC_ID_00F5 = 0x00F5 | 
| const sal_uInt16 | EXC_ID_SXNAME = 0x00F6 | 
| Unknown record.  More... | |
| const sal_uInt16 | EXC_ID_SXPAIR = 0x00F8 | 
| const sal_uInt16 | EXC_ID_SXFMLA = 0x00F9 | 
| const sal_uInt16 | EXC_ID_SXVDEX = 0x0100 | 
| const sal_uInt32 | EXC_SXVDEX_SHOWALL = 0x00000001 | 
| const sal_uInt32 | EXC_SXVDEX_SORT = 0x00000200 | 
| const sal_uInt32 | EXC_SXVDEX_SORT_ASC = 0x00000400 | 
| const sal_uInt32 | EXC_SXVDEX_AUTOSHOW = 0x00000800 | 
| const sal_uInt32 | EXC_SXVDEX_AUTOSHOW_ASC = 0x00001000 | 
| const sal_uInt32 | EXC_SXVDEX_LAYOUT_REPORT = 0x00200000 | 
| const sal_uInt32 | EXC_SXVDEX_LAYOUT_BLANK = 0x00400000 | 
| const sal_uInt32 | EXC_SXVDEX_LAYOUT_TOP = 0x00800000 | 
| const sal_uInt32 | EXC_SXVDEX_DEFAULTFLAGS = 0x0A00001E | EXC_SXVDEX_SORT_ASC | EXC_SXVDEX_AUTOSHOW_ASC | 
| const sal_uInt16 | EXC_SXVDEX_SORT_OWN = 0xFFFF | 
| const sal_uInt16 | EXC_SXVDEX_SHOW_NONE = 0xFFFF | 
| const sal_uInt16 | EXC_SXVDEX_FORMAT_NONE = 0x0000 | 
| const sal_uInt16 | EXC_ID_SXFORMULA = 0x0103 | 
| const sal_uInt16 | EXC_ID_SXDBEX = 0x0122 | 
| const double | EXC_SXDBEX_CREATION_DATE = 51901.029652778 | 
| const sal_uInt16 | EXC_ID_SXFDBTYPE = 0x01BB | 
| const sal_uInt16 | EXC_SXFDBTYPE_DEFAULT = 0x0000 | 
| const sal_uInt16 | EXC_ID_SXVIEWEX9 = 0x0810 | 
| const sal_uInt16 | EXC_ID_SXADDL = 0x0864 | 
| typedef ::std::vector< ScGeneralFunction > XclPTSubtotalVec | 
Definition at line 588 of file xlpivot.hxx.
| enum XclPCFieldType | 
Specifies the type of a pivot cache field.
Definition at line 80 of file xlpivot.hxx.
| enum XclPCItemType | 
Data type of a pivot cache item.
Definition at line 67 of file xlpivot.hxx.
Definition at line 430 of file xlpivot.hxx.
| XclExpStream & operator<< | ( | XclExpStream & | rStrm, | 
| const XclPCFieldInfo & | rInfo | ||
| ) | 
Definition at line 199 of file xlpivot.cxx.
References XclPCFieldInfo::maName, XclPCFieldInfo::mnBaseItems, XclPCFieldInfo::mnFlags, XclPCFieldInfo::mnGroupBase, XclPCFieldInfo::mnGroupChild, XclPCFieldInfo::mnGroupItems, XclPCFieldInfo::mnOrigItems, XclPCFieldInfo::mnVisItems, and rStrm.
| XclExpStream & operator<< | ( | XclExpStream & | rStrm, | 
| const XclPCInfo & | rInfo | ||
| ) | 
Definition at line 381 of file xlpivot.cxx.
References XclPCInfo::maUserName, XclPCInfo::mnBlockRecs, XclPCInfo::mnFlags, XclPCInfo::mnSrcRecs, XclPCInfo::mnSrcType, XclPCInfo::mnStdFields, XclPCInfo::mnStrmId, XclPCInfo::mnTotalFields, and rStrm.
| XclExpStream & operator<< | ( | XclExpStream & | rStrm, | 
| const XclPCNumGroupInfo & | rInfo | ||
| ) | 
Definition at line 276 of file xlpivot.cxx.
References XclPCNumGroupInfo::mnFlags, and rStrm.
| XclExpStream & operator<< | ( | XclExpStream & | rStrm, | 
| const XclPTCachedName & | rCachedName | ||
| ) | 
Definition at line 411 of file xlpivot.cxx.
References EXC_PT_MAXSTRLEN, EXC_PT_NOSTRING, XclPTCachedName::maName, XclPTCachedName::mbUseCache, NONE, and rStrm.
| XclExpStream & operator<< | ( | XclExpStream & | rStrm, | 
| const XclPTDataFieldInfo & | rInfo | ||
| ) | 
Definition at line 820 of file xlpivot.cxx.
References XclPTVisNameInfo::maVisName, XclPTDataFieldInfo::mnAggFunc, XclPTDataFieldInfo::mnField, XclPTDataFieldInfo::mnNumFmt, XclPTDataFieldInfo::mnRefField, XclPTDataFieldInfo::mnRefItem, XclPTDataFieldInfo::mnRefType, and rStrm.
| XclExpStream & operator<< | ( | XclExpStream & | rStrm, | 
| const XclPTExtInfo & | rInfo | ||
| ) | 
Definition at line 925 of file xlpivot.cxx.
References EXC_PT_NOSTRING, XclPTExtInfo::mnFlags, XclPTExtInfo::mnPagePerCol, XclPTExtInfo::mnPagePerRow, XclPTExtInfo::mnSxformulaRecs, XclPTExtInfo::mnSxselectRecs, and rStrm.
| XclExpStream & operator<< | ( | XclExpStream & | rStrm, | 
| const XclPTFieldExtInfo & | rInfo | ||
| ) | 
Definition at line 648 of file xlpivot.cxx.
References EXC_SXVDEX_FORMAT_NONE, XclPTFieldExtInfo::mnFlags, XclPTFieldExtInfo::mnShowField, XclPTFieldExtInfo::mnSortField, XclPTFieldExtInfo::mpFieldTotalName, NoHeader, and rStrm.
| XclExpStream & operator<< | ( | XclExpStream & | rStrm, | 
| const XclPTFieldInfo & | rInfo | ||
| ) | 
Definition at line 558 of file xlpivot.cxx.
References XclPTVisNameInfo::maVisName, XclPTFieldInfo::mnAxes, XclPTFieldInfo::mnItemCount, XclPTFieldInfo::mnSubtCount, XclPTFieldInfo::mnSubtotals, and rStrm.
| XclExpStream & operator<< | ( | XclExpStream & | rStrm, | 
| const XclPTInfo & | rInfo | ||
| ) | 
Definition at line 878 of file xlpivot.cxx.
References XclExpString::Len(), XclPTInfo::maDataName, XclPTInfo::maDataXclPos, XclPTInfo::maOutXclRange, XclPTInfo::maTableName, XclPTInfo::mnAutoFmtIdx, XclPTInfo::mnCacheIdx, XclPTInfo::mnColFields, XclPTInfo::mnDataAxis, XclPTInfo::mnDataCols, XclPTInfo::mnDataFields, XclPTInfo::mnDataPos, XclPTInfo::mnDataRows, XclPTInfo::mnFields, XclPTInfo::mnFirstHeadRow, XclPTInfo::mnFlags, XclPTInfo::mnPageFields, XclPTInfo::mnRowFields, rStrm, XclExpString::WriteBuffer(), and XclExpString::WriteFlagField().
| XclExpStream & operator<< | ( | XclExpStream & | rStrm, | 
| const XclPTItemInfo & | rInfo | ||
| ) | 
Definition at line 449 of file xlpivot.cxx.
References XclPTVisNameInfo::maVisName, XclPTItemInfo::mnCacheIdx, XclPTItemInfo::mnFlags, XclPTItemInfo::mnType, and rStrm.
| XclExpStream & operator<< | ( | XclExpStream & | rStrm, | 
| const XclPTPageFieldInfo & | rInfo | ||
| ) | 
Definition at line 690 of file xlpivot.cxx.
References XclPTPageFieldInfo::mnField, XclPTPageFieldInfo::mnObjId, XclPTPageFieldInfo::mnSelItem, and rStrm.
| XclExpStream & operator<< | ( | XclExpStream & | rStrm, | 
| const XclPTViewEx9Info & | rInfo | ||
| ) | 
Definition at line 1013 of file xlpivot.cxx.
References EXC_PT_AUTOFMT_FLAGS, EXC_PT_AUTOFMT_HEADER, EXC_PT_AUTOFMT_ZERO, EXC_PT_MAXSTRLEN, XclPTViewEx9Info::maGrandTotalName, XclPTViewEx9Info::mbReport, XclPTViewEx9Info::mnAutoFormat, XclPTViewEx9Info::mnGridLayout, NONE, and rStrm.
Definition at line 429 of file xlpivot.hxx.
References XclPCItem::IsEqual().
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPCFieldInfo & | rInfo | ||
| ) | 
Definition at line 183 of file xlpivot.cxx.
References XclPCFieldInfo::maName, XclPCFieldInfo::mnBaseItems, XclPCFieldInfo::mnFlags, XclPCFieldInfo::mnGroupBase, XclPCFieldInfo::mnGroupChild, XclPCFieldInfo::mnGroupItems, XclPCFieldInfo::mnOrigItems, XclPCFieldInfo::mnVisItems, and rStrm.
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPCInfo & | rInfo | ||
| ) | 
Definition at line 367 of file xlpivot.cxx.
References XclPCInfo::maUserName, XclPCInfo::mnBlockRecs, XclPCInfo::mnFlags, XclPCInfo::mnSrcRecs, XclPCInfo::mnSrcType, XclPCInfo::mnStdFields, XclPCInfo::mnStrmId, XclPCInfo::mnTotalFields, and rStrm.
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPCNumGroupInfo & | rInfo | ||
| ) | 
Definition at line 270 of file xlpivot.cxx.
References XclPCNumGroupInfo::mnFlags, and rStrm.
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPTAddl & | rInfo | ||
| ) | 
Definition at line 1030 of file xlpivot.cxx.
References XclPTAddl::mbCompactMode, and rStrm.
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPTCachedName & | rCachedName | ||
| ) | 
Definition at line 399 of file xlpivot.cxx.
References EXC_PT_NOSTRING, XclPTCachedName::maName, XclPTCachedName::mbUseCache, and rStrm.
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPTDataFieldInfo & | rInfo | ||
| ) | 
Definition at line 808 of file xlpivot.cxx.
References XclPTVisNameInfo::maVisName, XclPTDataFieldInfo::mnAggFunc, XclPTDataFieldInfo::mnField, XclPTDataFieldInfo::mnNumFmt, XclPTDataFieldInfo::mnRefField, XclPTDataFieldInfo::mnRefItem, XclPTDataFieldInfo::mnRefType, and rStrm.
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPTExtInfo & | rInfo | ||
| ) | 
Definition at line 914 of file xlpivot.cxx.
References XclPTExtInfo::mnFlags, XclPTExtInfo::mnPagePerCol, XclPTExtInfo::mnPagePerRow, XclPTExtInfo::mnSxformulaRecs, XclPTExtInfo::mnSxselectRecs, and rStrm.
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPTFieldExtInfo & | rInfo | ||
| ) | 
Definition at line 631 of file xlpivot.cxx.
References XclPTFieldExtInfo::mnFlags, XclPTFieldExtInfo::mnNumFmt, XclPTFieldExtInfo::mnShowField, XclPTFieldExtInfo::mnSortField, XclPTFieldExtInfo::mpFieldTotalName, and rStrm.
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPTFieldInfo & | rInfo | ||
| ) | 
Definition at line 547 of file xlpivot.cxx.
References XclPTVisNameInfo::maVisName, XclPTFieldInfo::mnAxes, XclPTFieldInfo::mnItemCount, XclPTFieldInfo::mnSubtCount, XclPTFieldInfo::mnSubtotals, and rStrm.
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPTInfo & | rInfo | ||
| ) | 
Definition at line 851 of file xlpivot.cxx.
References XclPTInfo::maDataName, XclPTInfo::maDataXclPos, XclPTInfo::maOutXclRange, XclPTInfo::maTableName, XclPTInfo::mnAutoFmtIdx, XclPTInfo::mnCacheIdx, XclPTInfo::mnColFields, XclPTInfo::mnDataAxis, XclPTInfo::mnDataCols, XclPTInfo::mnDataFields, XclPTInfo::mnDataPos, XclPTInfo::mnDataRows, XclPTInfo::mnFields, XclPTInfo::mnFirstHeadRow, XclPTInfo::mnFlags, XclPTInfo::mnPageFields, XclPTInfo::mnRowFields, and rStrm.
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPTItemInfo & | rInfo | ||
| ) | 
Definition at line 440 of file xlpivot.cxx.
References XclPTVisNameInfo::maVisName, XclPTItemInfo::mnCacheIdx, XclPTItemInfo::mnFlags, XclPTItemInfo::mnType, and rStrm.
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPTPageFieldInfo & | rInfo | ||
| ) | 
Definition at line 682 of file xlpivot.cxx.
References XclPTPageFieldInfo::mnField, XclPTPageFieldInfo::mnObjId, XclPTPageFieldInfo::mnSelItem, and rStrm.
| XclImpStream & operator>> | ( | XclImpStream & | rStrm, | 
| XclPTViewEx9Info & | rInfo | ||
| ) | 
2 for report* fmts ?
Definition at line 1002 of file xlpivot.cxx.
References XclPTViewEx9Info::maGrandTotalName, XclPTViewEx9Info::mbReport, XclPTViewEx9Info::mnAutoFormat, XclPTViewEx9Info::mnGridLayout, and rStrm.
| const sal_uInt16 EXC_ID_00F5 = 0x00F5 | 
Definition at line 318 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream().
| const sal_uInt16 EXC_ID_DCONNAME = 0x0052 | 
Definition at line 94 of file xlpivot.hxx.
Referenced by ImportExcel8::Read(), and XclExpPivotCache::WriteDConName().
| const sal_uInt16 EXC_ID_DCONREF = 0x0051 | 
Definition at line 93 of file xlpivot.hxx.
Referenced by ImportExcel8::Read(), and XclExpPivotCache::WriteDconref().
| const sal_uInt16 EXC_ID_SXADDL = 0x0864 | 
Definition at line 361 of file xlpivot.hxx.
Referenced by ImportExcel8::Read().
| const sal_uInt16 EXC_ID_SXBOOLEAN = 0x00CA | 
Definition at line 254 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclImpPCItem::XclImpPCItem().
| const sal_uInt16 EXC_ID_SXDATETIME = 0x00CE | 
Definition at line 266 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclImpPCItem::XclImpPCItem().
| const sal_uInt16 EXC_ID_SXDB = 0x00C6 | 
Definition at line 203 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclExpPivotCache::WriteSxdb().
| const sal_uInt16 EXC_ID_SXDBEX = 0x0122 | 
Definition at line 350 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclExpPivotCache::WriteSxdbex().
| const sal_uInt16 EXC_ID_SXDI = 0x00C5 | 
Definition at line 175 of file xlpivot.hxx.
Referenced by ImportExcel8::Read(), and XclExpPTField::WriteSxdi().
| const sal_uInt16 EXC_ID_SXDOUBLE = 0x00C9 | 
Definition at line 251 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclImpPCItem::XclImpPCItem().
| const sal_uInt16 EXC_ID_SXEMPTY = 0x00CF | 
Definition at line 269 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclImpPCItem::XclImpPCItem().
| const sal_uInt16 EXC_ID_SXERROR = 0x00CB | 
Definition at line 257 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclImpPCItem::XclImpPCItem().
| const sal_uInt16 EXC_ID_SXEX = 0x00F1 | 
Definition at line 309 of file xlpivot.hxx.
Referenced by ImportExcel8::Read(), and XclExpPivotTable::WriteSxex().
| const sal_uInt16 EXC_ID_SXEXT = 0x00DC | 
Definition at line 293 of file xlpivot.hxx.
| const sal_uInt16 EXC_ID_SXFDBTYPE = 0x01BB | 
Definition at line 354 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclExpPCField::Save().
| const sal_uInt16 EXC_ID_SXFIELD = 0x00C7 | 
Definition at line 221 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream().
| const sal_uInt16 EXC_ID_SXFILT = 0x00F2 | 
Definition at line 315 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream().
| const sal_uInt16 EXC_ID_SXFMLA = 0x00F9 | 
Definition at line 327 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream().
| const sal_uInt16 EXC_ID_SXFORMULA = 0x0103 | 
Definition at line 347 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream().
| const sal_uInt16 EXC_ID_SXGROUPINFO = 0x00D9 | 
Definition at line 290 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclExpPCField::WriteSxgroupinfo().
| const sal_uInt16 EXC_ID_SXIDSTM = 0x00D5 | 
Definition at line 272 of file xlpivot.hxx.
Referenced by ImportExcel8::Read(), and XclExpPivotCache::Save().
| const sal_uInt16 EXC_ID_SXINDEXLIST = 0x00C8 | 
List index for step item in groupings.
Definition at line 248 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclExpPivotCache::WriteSxindexlistList().
| const sal_uInt16 EXC_ID_SXINTEGER = 0x00CC | 
Definition at line 260 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclImpPCItem::XclImpPCItem().
| const sal_uInt16 EXC_ID_SXIVD = 0x00B4 | 
Definition at line 163 of file xlpivot.hxx.
Referenced by ImportExcel8::Read(), and XclExpPivotTable::WriteSxivd().
| const sal_uInt16 EXC_ID_SXLI = 0x00B5 | 
Definition at line 167 of file xlpivot.hxx.
Referenced by XclExpPivotTable::WriteSxli().
| const sal_uInt16 EXC_ID_SXNAME = 0x00F6 | 
Unknown record.
Definition at line 321 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream().
| const sal_uInt16 EXC_ID_SXNUMGROUP = 0x00D8 | 
Definition at line 275 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclExpPCField::WriteSxnumgroup().
| const sal_uInt16 EXC_ID_SXPAIR = 0x00F8 | 
Definition at line 324 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream().
| const sal_uInt16 EXC_ID_SXPI = 0x00B6 | 
Definition at line 171 of file xlpivot.hxx.
Referenced by ImportExcel8::Read(), and XclExpPivotTable::WriteSxpi().
| const sal_uInt16 EXC_ID_SXRULE = 0x00F0 | 
Definition at line 306 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream().
| const sal_uInt16 EXC_ID_SXSTRING = 0x00CD | 
Definition at line 263 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclImpPCItem::XclImpPCItem().
| const sal_uInt16 EXC_ID_SXVD = 0x00B1 | 
Definition at line 108 of file xlpivot.hxx.
Referenced by ImportExcel8::Read(), and XclExpPTField::WriteSxvd().
| const sal_uInt16 EXC_ID_SXVDEX = 0x0100 | 
Definition at line 330 of file xlpivot.hxx.
Referenced by ImportExcel8::Read(), and XclExpPTField::WriteSxvdex().
| const sal_uInt16 EXC_ID_SXVI = 0x00B2 | 
Definition at line 135 of file xlpivot.hxx.
Referenced by ImportExcel8::Read().
| const sal_uInt16 EXC_ID_SXVIEW = 0x00B0 | 
Definition at line 98 of file xlpivot.hxx.
Referenced by ImportExcel8::Read(), and XclExpPivotTable::WriteSxview().
| const sal_uInt16 EXC_ID_SXVIEWEX9 = 0x0810 | 
Definition at line 358 of file xlpivot.hxx.
Referenced by ImportExcel8::Read(), and XclExpPivotTable::WriteSxViewEx9().
| const sal_uInt16 EXC_ID_SXVS = 0x00E3 | 
Definition at line 296 of file xlpivot.hxx.
Referenced by ImportExcel8::Read(), and XclExpPivotCache::Save().
| const size_t EXC_PC_MAXFIELDCOUNT = 0xFFFE | 
Definition at line 45 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream().
| const size_t EXC_PC_MAXITEMCOUNT = 32500 | 
Definition at line 50 of file xlpivot.hxx.
Referenced by XclExpPCField::InitStandardField().
| const sal_Int32 EXC_PC_MAXSTRLEN = 255 | 
Definition at line 47 of file xlpivot.hxx.
Referenced by XclExpPCField::InitStandardField(), and XclExpPCField::InsertOrigTextItem().
| const sal_uInt16 EXC_PC_NOFIELD = 0xFFFF | 
Definition at line 46 of file xlpivot.hxx.
| const sal_uInt16 EXC_PC_NOITEM = 0xFFFF | 
Definition at line 51 of file xlpivot.hxx.
Referenced by XclExpPCField::GetItemIndex(), and XclExpPCField::InitStdGroupField().
| const sal_uInt32 EXC_PT_AUTOFMT_FLAGS = 0x20 | 
Definition at line 64 of file xlpivot.hxx.
Referenced by operator<<().
| const sal_uInt16 EXC_PT_AUTOFMT_HEADER = 0x810 | 
Definition at line 62 of file xlpivot.hxx.
Referenced by operator<<().
| const sal_uInt16 EXC_PT_AUTOFMT_ZERO = 0 | 
Definition at line 63 of file xlpivot.hxx.
Referenced by operator<<().
| const sal_uInt16 EXC_PT_MAXDATACOUNT = 256 | 
Definition at line 57 of file xlpivot.hxx.
| const sal_uInt16 EXC_PT_MAXFIELDCOUNT = 0xFFFE | 
Definition at line 54 of file xlpivot.hxx.
Referenced by XclImpPivotTable::ReadSxvd().
| const sal_uInt16 EXC_PT_MAXITEMCOUNT = 32500 | 
Definition at line 60 of file xlpivot.hxx.
| const sal_uInt16 EXC_PT_MAXPAGECOUNT = 256 | 
Definition at line 56 of file xlpivot.hxx.
| const sal_uInt16 EXC_PT_MAXROWCOLCOUNT = EXC_PT_MAXFIELDCOUNT | 
Definition at line 55 of file xlpivot.hxx.
Referenced by XclImpPivotTable::ReadSxivd().
| const sal_uInt16 EXC_PT_MAXSTRLEN = 0xFFFE | 
Definition at line 42 of file xlpivot.hxx.
Referenced by operator<<().
| const sal_uInt16 EXC_PT_NOSTRING = 0xFFFF | 
Definition at line 41 of file xlpivot.hxx.
Referenced by operator<<(), and operator>>().
| 
 | inlineconstexpr | 
Definition at line 38 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream(), and XclExpPivotCache::WriteCacheStream().
| const sal_uInt16 EXC_SXDB_BG_QUERY = 0x0010 | 
Definition at line 209 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXDB_BLOCKRECS = 0x1FFF | 
Definition at line 213 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXDB_DEFAULTFLAGS = EXC_SXDB_SAVEDATA | EXC_SXDB_ENABLE_REFRESH | 
Definition at line 211 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXDB_ENABLE_REFRESH = 0x0020 | 
Definition at line 210 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXDB_INVALID = 0x0002 | 
Definition at line 206 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXDB_OPT_CACHE = 0x0008 | 
Definition at line 208 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXDB_REFRESH_LOAD = 0x0004 | 
Definition at line 207 of file xlpivot.hxx.
Referenced by XclImpPivotCache::IsRefreshOnLoad().
| const sal_uInt16 EXC_SXDB_SAVEDATA = 0x0001 | 
Definition at line 205 of file xlpivot.hxx.
Referenced by XclExpPivotCache::HasItemIndexList(), XclImpPivotCache::ReadPivotCacheStream(), and XclExpPivotCache::XclExpPivotCache().
| const sal_uInt16 EXC_SXDB_SRC_CONSOLID = 0x0004 | 
Definition at line 217 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXDB_SRC_EXTERN = 0x0002 | 
Definition at line 216 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXDB_SRC_SCENARIO = 0x0008 | 
Definition at line 218 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXDB_SRC_SHEET = 0x0001 | 
Definition at line 215 of file xlpivot.hxx.
Referenced by XclExpPivotCache::XclExpPivotCache().
| const double EXC_SXDBEX_CREATION_DATE = 51901.029652778 | 
Definition at line 351 of file xlpivot.hxx.
Referenced by XclExpPivotCache::WriteSxdbex().
| const sal_uInt16 EXC_SXDI_FUNC_AVERAGE = 0x0002 | 
Definition at line 179 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiAggFunc(), and XclPTDataFieldInfo::SetApiAggFunc().
| const sal_uInt16 EXC_SXDI_FUNC_COUNT = 0x0001 | 
Definition at line 178 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiAggFunc(), and XclPTDataFieldInfo::SetApiAggFunc().
| const sal_uInt16 EXC_SXDI_FUNC_COUNTNUM = 0x0006 | 
Definition at line 183 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiAggFunc(), and XclPTDataFieldInfo::SetApiAggFunc().
| const sal_uInt16 EXC_SXDI_FUNC_MAX = 0x0003 | 
Definition at line 180 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiAggFunc(), and XclPTDataFieldInfo::SetApiAggFunc().
| const sal_uInt16 EXC_SXDI_FUNC_MIN = 0x0004 | 
Definition at line 181 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiAggFunc(), and XclPTDataFieldInfo::SetApiAggFunc().
| const sal_uInt16 EXC_SXDI_FUNC_PRODUCT = 0x0005 | 
Definition at line 182 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiAggFunc(), and XclPTDataFieldInfo::SetApiAggFunc().
| const sal_uInt16 EXC_SXDI_FUNC_STDDEV = 0x0007 | 
Definition at line 184 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiAggFunc(), and XclPTDataFieldInfo::SetApiAggFunc().
| const sal_uInt16 EXC_SXDI_FUNC_STDDEVP = 0x0008 | 
Definition at line 185 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiAggFunc(), and XclPTDataFieldInfo::SetApiAggFunc().
| const sal_uInt16 EXC_SXDI_FUNC_SUM = 0x0000 | 
Definition at line 177 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiAggFunc(), and XclPTDataFieldInfo::SetApiAggFunc().
| const sal_uInt16 EXC_SXDI_FUNC_VAR = 0x0009 | 
Definition at line 186 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiAggFunc(), and XclPTDataFieldInfo::SetApiAggFunc().
| const sal_uInt16 EXC_SXDI_FUNC_VARP = 0x000A | 
Definition at line 187 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiAggFunc(), and XclPTDataFieldInfo::SetApiAggFunc().
| const sal_uInt16 EXC_SXDI_NEXTITEM = 0x7FFC | 
Definition at line 200 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiRefItemType(), and XclPTDataFieldInfo::SetApiRefItemType().
| const sal_uInt16 EXC_SXDI_PREVITEM = 0x7FFB | 
Definition at line 199 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiRefItemType(), and XclPTDataFieldInfo::SetApiRefItemType().
| const sal_uInt16 EXC_SXDI_REF_DIFF = 0x0001 | 
Definition at line 190 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiRefType(), and XclPTDataFieldInfo::SetApiRefType().
| const sal_uInt16 EXC_SXDI_REF_INDEX = 0x0008 | 
Definition at line 197 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiRefType(), and XclPTDataFieldInfo::SetApiRefType().
| const sal_uInt16 EXC_SXDI_REF_NORMAL = 0x0000 | 
Definition at line 189 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::SetApiRefType().
| const sal_uInt16 EXC_SXDI_REF_PERC = 0x0002 | 
Definition at line 191 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiRefType(), and XclPTDataFieldInfo::SetApiRefType().
| const sal_uInt16 EXC_SXDI_REF_PERC_COL = 0x0006 | 
Definition at line 195 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiRefType(), and XclPTDataFieldInfo::SetApiRefType().
| const sal_uInt16 EXC_SXDI_REF_PERC_DIFF = 0x0003 | 
Definition at line 192 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiRefType(), and XclPTDataFieldInfo::SetApiRefType().
| const sal_uInt16 EXC_SXDI_REF_PERC_ROW = 0x0005 | 
Definition at line 194 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiRefType(), and XclPTDataFieldInfo::SetApiRefType().
| const sal_uInt16 EXC_SXDI_REF_PERC_TOTAL = 0x0007 | 
Definition at line 196 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiRefType(), and XclPTDataFieldInfo::SetApiRefType().
| const sal_uInt16 EXC_SXDI_REF_RUN_TOTAL = 0x0004 | 
Definition at line 193 of file xlpivot.hxx.
Referenced by XclPTDataFieldInfo::GetApiRefType(), and XclPTDataFieldInfo::SetApiRefType().
| const sal_uInt32 EXC_SXEX_DEFAULTFLAGS = 0x004F0200 | 
Definition at line 312 of file xlpivot.hxx.
| const sal_uInt32 EXC_SXEX_DRILLDOWN = 0x00020000 | 
Definition at line 311 of file xlpivot.hxx.
Referenced by XclImpPivotTable::Convert(), and XclExpPivotTable::SetPropertiesFromDP().
| const sal_uInt16 EXC_SXFDBTYPE_DEFAULT = 0x0000 | 
Definition at line 355 of file xlpivot.hxx.
Referenced by XclExpPCField::Save().
| const sal_uInt16 EXC_SXFIELD_16BIT = 0x0200 | 
Definition at line 228 of file xlpivot.hxx.
Referenced by XclExpPCField::Finalize(), and XclPCField::Has16BitIndexes().
| const sal_uInt16 EXC_SXFIELD_CALCED = 0x0004 | 
Definition at line 225 of file xlpivot.hxx.
Referenced by XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_DATA_DATE = 0x0900 | 
Only strings and doubles, nothing else.
Definition at line 238 of file xlpivot.hxx.
Referenced by XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_DATA_DATE_EMP = 0x0980 | 
Only dates, nothing else.
Definition at line 239 of file xlpivot.hxx.
Referenced by XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_DATA_DATE_NUM = 0x0D00 | 
Dates and empty strings, nothing else (?).
Definition at line 240 of file xlpivot.hxx.
Referenced by XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_DATA_DATE_STR = 0x0D80 | 
Dates with integers or doubles without strings.
Definition at line 241 of file xlpivot.hxx.
Referenced by XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_DATA_DBL = 0x0560 | 
Only integers, opt. with doubles.
Definition at line 235 of file xlpivot.hxx.
Referenced by XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_DATA_INT = 0x0520 | 
Only strings, nothing else.
Definition at line 234 of file xlpivot.hxx.
Referenced by XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_DATA_MASK = 0x0DE0 | 
Definition at line 230 of file xlpivot.hxx.
Referenced by XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_DATA_NONE = 0x0000 | 
Definition at line 232 of file xlpivot.hxx.
Referenced by XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_DATA_STR = 0x0480 | 
Special state for groupings.
Definition at line 233 of file xlpivot.hxx.
Referenced by XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_DATA_STR_DBL = 0x05E0 | 
Only strings and integers, opt. with doubles.
Definition at line 237 of file xlpivot.hxx.
Referenced by XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_DATA_STR_INT = 0x05A0 | 
Only doubles, nothing else.
Definition at line 236 of file xlpivot.hxx.
Referenced by XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_HASCHILD = 0x0008 | 
Definition at line 226 of file xlpivot.hxx.
Referenced by XclPCField::IsGroupBaseField(), XclImpPCField::ReadSxfield(), and XclExpPCField::SetGroupChildField().
| const sal_uInt16 EXC_SXFIELD_HASITEMS = 0x0001 | 
Definition at line 223 of file xlpivot.hxx.
Referenced by XclExpPCField::Finalize(), and XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_INDEX_MAX = 1 | 
List index for minimum item in groupings.
Definition at line 244 of file xlpivot.hxx.
Referenced by XclImpPCField::GetScDateGroupInfo(), and XclImpPCField::GetScNumGroupInfo().
| const sal_uInt16 EXC_SXFIELD_INDEX_MIN = 0 | 
Dates and strings, opt. with integers or doubles.
Definition at line 243 of file xlpivot.hxx.
Referenced by XclImpPCField::GetScDateGroupInfo(), and XclImpPCField::GetScNumGroupInfo().
| const sal_uInt16 EXC_SXFIELD_INDEX_STEP = 2 | 
List index for maximum item in groupings.
Definition at line 245 of file xlpivot.hxx.
Referenced by XclImpPCField::GetDateGroupStep(), and XclImpPCField::GetScNumGroupInfo().
| const sal_uInt16 EXC_SXFIELD_NUMGROUP = 0x0010 | 
Definition at line 227 of file xlpivot.hxx.
Referenced by XclExpPCField::Finalize(), and XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXFIELD_POSTPONE = 0x0002 | 
Definition at line 224 of file xlpivot.hxx.
Referenced by XclPCField::HasPostponedItems(), and XclImpPCField::ReadSxfield().
| const sal_uInt16 EXC_SXIVD_DATA = 0xFFFE | 
Definition at line 164 of file xlpivot.hxx.
Referenced by XclImpPTField::ConvertRowColField(), XclExpPivotTable::Finalize(), XclExpPivotTable::GetField(), XclImpPivotTable::GetField(), XclImpPivotTable::ReadSxivd(), and XclExpPivotTable::SetFieldPropertiesFromDim().
| const sal_uInt16 EXC_SXLI_DEFAULTFLAGS = 0x0000 | 
Definition at line 168 of file xlpivot.hxx.
Referenced by XclExpPivotTable::WriteSxli().
| const sal_uInt16 EXC_SXNUMGROUP_AUTOMAX = 0x0002 | 
Definition at line 278 of file xlpivot.hxx.
Referenced by XclImpPCField::GetScDateGroupInfo(), XclImpPCField::GetScNumGroupInfo(), XclExpPCField::SetDateGroupLimit(), and XclExpPCField::SetNumGroupLimit().
| const sal_uInt16 EXC_SXNUMGROUP_AUTOMIN = 0x0001 | 
Definition at line 277 of file xlpivot.hxx.
Referenced by XclImpPCField::GetScDateGroupInfo(), XclImpPCField::GetScNumGroupInfo(), XclExpPCField::SetDateGroupLimit(), and XclExpPCField::SetNumGroupLimit().
| const sal_uInt16 EXC_SXNUMGROUP_TYPE_DAY = 4 | 
Definition at line 283 of file xlpivot.hxx.
Referenced by XclImpPCField::GetDateGroupStep(), XclPCNumGroupInfo::GetScDateType(), and XclPCNumGroupInfo::SetScDateType().
| const sal_uInt16 EXC_SXNUMGROUP_TYPE_HOUR = 3 | 
Definition at line 282 of file xlpivot.hxx.
Referenced by XclPCNumGroupInfo::GetScDateType(), and XclPCNumGroupInfo::SetScDateType().
| const sal_uInt16 EXC_SXNUMGROUP_TYPE_MIN = 2 | 
Definition at line 281 of file xlpivot.hxx.
Referenced by XclPCNumGroupInfo::GetScDateType(), and XclPCNumGroupInfo::SetScDateType().
| const sal_uInt16 EXC_SXNUMGROUP_TYPE_MONTH = 5 | 
Definition at line 284 of file xlpivot.hxx.
Referenced by XclPCNumGroupInfo::GetScDateType(), and XclPCNumGroupInfo::SetScDateType().
| const sal_uInt16 EXC_SXNUMGROUP_TYPE_NUM = 8 | 
Definition at line 287 of file xlpivot.hxx.
Referenced by XclPCNumGroupInfo::SetNumType(), and XclPCNumGroupInfo::SetScDateType().
| const sal_uInt16 EXC_SXNUMGROUP_TYPE_QUART = 6 | 
Definition at line 285 of file xlpivot.hxx.
Referenced by XclPCNumGroupInfo::GetScDateType(), and XclPCNumGroupInfo::SetScDateType().
| const sal_uInt16 EXC_SXNUMGROUP_TYPE_SEC = 1 | 
Definition at line 280 of file xlpivot.hxx.
Referenced by XclPCNumGroupInfo::GetScDateType(), and XclPCNumGroupInfo::SetScDateType().
| const sal_uInt16 EXC_SXNUMGROUP_TYPE_YEAR = 7 | 
Definition at line 286 of file xlpivot.hxx.
Referenced by XclPCNumGroupInfo::GetScDateType(), and XclPCNumGroupInfo::SetScDateType().
| const sal_uInt16 EXC_SXPI_ALLITEMS = 0x7FFD | 
Definition at line 172 of file xlpivot.hxx.
Referenced by XclImpPTField::ConvertFieldInfo(), and XclExpPTField::SetPropertiesFromDim().
| const sal_uInt16 EXC_SXVD_AXIS_COL = 0x0002 | 
Definition at line 112 of file xlpivot.hxx.
Referenced by XclPTFieldInfo::AddApiOrient(), XclExpPivotTable::Finalize(), XclPTFieldInfo::GetApiOrient(), XclImpPivotTable::ReadSxivd(), and XclExpPivotTable::SetFieldPropertiesFromDim().
| const sal_uInt16 EXC_SXVD_AXIS_DATA = 0x0008 | 
Definition at line 114 of file xlpivot.hxx.
Referenced by XclPTFieldInfo::AddApiOrient(), XclImpPTField::AddDataFieldInfo(), XclImpPTField::ConvertDataField(), and XclPTFieldInfo::GetApiOrient().
| const sal_uInt16 EXC_SXVD_AXIS_NONE = 0x0000 | 
Definition at line 110 of file xlpivot.hxx.
Referenced by XclExpPivotTable::Finalize().
| const sal_uInt16 EXC_SXVD_AXIS_PAGE = 0x0004 | 
Definition at line 113 of file xlpivot.hxx.
Referenced by XclPTFieldInfo::AddApiOrient(), XclImpPTField::ConvertPageField(), and XclPTFieldInfo::GetApiOrient().
| const sal_uInt16 EXC_SXVD_AXIS_ROW = 0x0001 | 
Definition at line 111 of file xlpivot.hxx.
Referenced by XclPTFieldInfo::AddApiOrient(), XclExpPivotTable::Finalize(), XclPTFieldInfo::GetApiOrient(), XclImpPivotTable::ReadSxivd(), and XclExpPivotTable::SetFieldPropertiesFromDim().
| const sal_uInt16 EXC_SXVD_AXIS_ROWCOL = EXC_SXVD_AXIS_ROW | EXC_SXVD_AXIS_COL | 
Definition at line 115 of file xlpivot.hxx.
Referenced by XclImpPTField::ConvertRowColField().
| const sal_uInt16 EXC_SXVD_AXIS_ROWCOLPAGE = EXC_SXVD_AXIS_ROWCOL | EXC_SXVD_AXIS_PAGE | 
Definition at line 116 of file xlpivot.hxx.
Referenced by XclImpPTField::ConvertHiddenField(), and XclImpPTField::ConvertRCPField().
| const sal_uInt16 EXC_SXVD_DEFAULT_CACHE = EXC_PC_NOFIELD | 
Definition at line 132 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVD_SUBT_AVERAGE = 0x0008 | 
Definition at line 122 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems(), XclPTFieldInfo::GetSubtotals(), and XclPTFieldInfo::SetSubtotals().
| const sal_uInt16 EXC_SXVD_SUBT_COUNT = 0x0004 | 
Definition at line 121 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems(), XclPTFieldInfo::GetSubtotals(), and XclPTFieldInfo::SetSubtotals().
| const sal_uInt16 EXC_SXVD_SUBT_COUNTNUM = 0x0080 | 
Definition at line 126 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems(), XclPTFieldInfo::GetSubtotals(), and XclPTFieldInfo::SetSubtotals().
| const sal_uInt16 EXC_SXVD_SUBT_DEFAULT = 0x0001 | 
Definition at line 119 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems(), XclPTFieldInfo::GetSubtotals(), and XclPTFieldInfo::SetSubtotals().
| const sal_uInt16 EXC_SXVD_SUBT_MAX = 0x0010 | 
Definition at line 123 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems(), XclPTFieldInfo::GetSubtotals(), and XclPTFieldInfo::SetSubtotals().
| const sal_uInt16 EXC_SXVD_SUBT_MIN = 0x0020 | 
Definition at line 124 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems(), XclPTFieldInfo::GetSubtotals(), and XclPTFieldInfo::SetSubtotals().
| const sal_uInt16 EXC_SXVD_SUBT_NONE = 0x0000 | 
Definition at line 118 of file xlpivot.hxx.
Referenced by XclPTFieldInfo::SetSubtotals().
| const sal_uInt16 EXC_SXVD_SUBT_PROD = 0x0040 | 
Definition at line 125 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems(), XclPTFieldInfo::GetSubtotals(), and XclPTFieldInfo::SetSubtotals().
| const sal_uInt16 EXC_SXVD_SUBT_STDDEV = 0x0100 | 
Definition at line 127 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems(), XclPTFieldInfo::GetSubtotals(), and XclPTFieldInfo::SetSubtotals().
| const sal_uInt16 EXC_SXVD_SUBT_STDDEVP = 0x0200 | 
Definition at line 128 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems(), XclPTFieldInfo::GetSubtotals(), and XclPTFieldInfo::SetSubtotals().
| const sal_uInt16 EXC_SXVD_SUBT_SUM = 0x0002 | 
Definition at line 120 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems(), XclPTFieldInfo::GetSubtotals(), and XclPTFieldInfo::SetSubtotals().
| const sal_uInt16 EXC_SXVD_SUBT_VAR = 0x0400 | 
Definition at line 129 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems(), XclPTFieldInfo::GetSubtotals(), and XclPTFieldInfo::SetSubtotals().
| const sal_uInt16 EXC_SXVD_SUBT_VARP = 0x0800 | 
Definition at line 130 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems(), XclPTFieldInfo::GetSubtotals(), and XclPTFieldInfo::SetSubtotals().
| const sal_uInt32 EXC_SXVDEX_AUTOSHOW = 0x00000800 | 
Definition at line 335 of file xlpivot.hxx.
Referenced by XclImpPTField::ConvertRCPField(), and XclExpPTField::SetPropertiesFromDim().
| const sal_uInt32 EXC_SXVDEX_AUTOSHOW_ASC = 0x00001000 | 
Definition at line 336 of file xlpivot.hxx.
Referenced by XclPTFieldExtInfo::GetApiAutoShowMode(), and XclPTFieldExtInfo::SetApiAutoShowMode().
| const sal_uInt32 EXC_SXVDEX_DEFAULTFLAGS = 0x0A00001E | EXC_SXVDEX_SORT_ASC | EXC_SXVDEX_AUTOSHOW_ASC | 
Definition at line 340 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVDEX_FORMAT_NONE = 0x0000 | 
Definition at line 344 of file xlpivot.hxx.
Referenced by operator<<().
| const sal_uInt32 EXC_SXVDEX_LAYOUT_BLANK = 0x00400000 | 
Definition at line 338 of file xlpivot.hxx.
Referenced by XclImpPTField::ConvertRCPField(), and XclExpPTField::SetPropertiesFromDim().
| const sal_uInt32 EXC_SXVDEX_LAYOUT_REPORT = 0x00200000 | 
Definition at line 337 of file xlpivot.hxx.
Referenced by XclPTFieldExtInfo::GetApiLayoutMode(), and XclPTFieldExtInfo::SetApiLayoutMode().
| const sal_uInt32 EXC_SXVDEX_LAYOUT_TOP = 0x00800000 | 
Definition at line 339 of file xlpivot.hxx.
Referenced by XclPTFieldExtInfo::GetApiLayoutMode(), and XclPTFieldExtInfo::SetApiLayoutMode().
| const sal_uInt16 EXC_SXVDEX_SHOW_NONE = 0xFFFF | 
Definition at line 343 of file xlpivot.hxx.
Referenced by XclExpPTField::SetPropertiesFromDim().
| const sal_uInt32 EXC_SXVDEX_SHOWALL = 0x00000001 | 
Definition at line 332 of file xlpivot.hxx.
Referenced by XclImpPTField::ConvertFieldInfo(), and XclExpPTField::SetPropertiesFromDim().
| const sal_uInt32 EXC_SXVDEX_SORT = 0x00000200 | 
Definition at line 333 of file xlpivot.hxx.
Referenced by XclPTFieldExtInfo::GetApiSortMode(), and XclPTFieldExtInfo::SetApiSortMode().
| const sal_uInt32 EXC_SXVDEX_SORT_ASC = 0x00000400 | 
Definition at line 334 of file xlpivot.hxx.
Referenced by XclImpPTField::ConvertRCPField(), and XclExpPTField::SetPropertiesFromDim().
| const sal_uInt16 EXC_SXVDEX_SORT_OWN = 0xFFFF | 
Definition at line 342 of file xlpivot.hxx.
Referenced by XclPTFieldExtInfo::GetApiSortMode(), XclPTFieldExtInfo::SetApiSortMode(), and XclExpPTField::SetPropertiesFromDim().
| const sal_uInt16 EXC_SXVI_DEFAULT_CACHE = EXC_PC_NOFIELD | 
Definition at line 160 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItem().
| const sal_uInt16 EXC_SXVI_DEFAULTFLAGS = 0x0000 | 
Definition at line 154 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVI_FORMULA = 0x0004 | 
Definition at line 157 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVI_HIDDEN = 0x0001 | 
Definition at line 155 of file xlpivot.hxx.
Referenced by XclImpPTItem::ConvertItem(), and XclExpPTItem::SetPropertiesFromMember().
| const sal_uInt16 EXC_SXVI_HIDEDETAIL = 0x0002 | 
Definition at line 156 of file xlpivot.hxx.
Referenced by XclImpPTItem::ConvertItem(), and XclExpPTItem::SetPropertiesFromMember().
| const sal_uInt16 EXC_SXVI_MISSING = 0x0008 | 
Definition at line 158 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVI_TYPE_AVERAGE = 0x0004 | 
Definition at line 143 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems().
| const sal_uInt16 EXC_SXVI_TYPE_COUNT = 0x0003 | 
Definition at line 142 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems().
| const sal_uInt16 EXC_SXVI_TYPE_COUNTNUM = 0x0008 | 
Definition at line 147 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems().
| const sal_uInt16 EXC_SXVI_TYPE_DATA = 0x0000 | 
Definition at line 139 of file xlpivot.hxx.
Referenced by XclExpPivotTable::WriteSxli(), and XclExpPTItem::XclExpPTItem().
| const sal_uInt16 EXC_SXVI_TYPE_DEFAULT = 0x0001 | 
Definition at line 140 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems().
| const sal_uInt16 EXC_SXVI_TYPE_GRAND = 0x000D | 
Definition at line 152 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVI_TYPE_MAX = 0x0005 | 
Definition at line 144 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems().
| const sal_uInt16 EXC_SXVI_TYPE_MIN = 0x0006 | 
Definition at line 145 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems().
| const sal_uInt16 EXC_SXVI_TYPE_NULL = 0x00FF | 
Definition at line 138 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVI_TYPE_PAGE = 0x00FE | 
Definition at line 137 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVI_TYPE_PROD = 0x0007 | 
Definition at line 146 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems().
| const sal_uInt16 EXC_SXVI_TYPE_STDDEV = 0x0009 | 
Definition at line 148 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems().
| const sal_uInt16 EXC_SXVI_TYPE_STDDEVP = 0x000A | 
Definition at line 149 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems().
| const sal_uInt16 EXC_SXVI_TYPE_SUM = 0x0002 | 
Definition at line 141 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems().
| const sal_uInt16 EXC_SXVI_TYPE_VAR = 0x000B | 
Definition at line 150 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems().
| const sal_uInt16 EXC_SXVI_TYPE_VARP = 0x000C | 
Definition at line 151 of file xlpivot.hxx.
Referenced by XclExpPTField::AppendSubtotalItems().
| const sal_uInt16 EXC_SXVIEW_AUTOFMT = 0x0001 | 
Definition at line 105 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVIEW_COLGRAND = 0x0002 | 
Definition at line 101 of file xlpivot.hxx.
Referenced by XclImpPivotTable::Convert(), and XclExpPivotTable::SetPropertiesFromDP().
| const sal_uInt16 EXC_SXVIEW_DATALAST = 0xFFFF | 
Definition at line 104 of file xlpivot.hxx.
Referenced by XclExpPivotTable::Finalize().
| const sal_uInt16 EXC_SXVIEW_DEFAULTFLAGS = 0x0208 | 
Definition at line 102 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVIEW_ROWGRAND = 0x0001 | 
Definition at line 100 of file xlpivot.hxx.
Referenced by XclImpPivotTable::Convert(), and XclExpPivotTable::SetPropertiesFromDP().
| const sal_uInt16 EXC_SXVS_CONSOLID = 0x0004 | 
Definition at line 301 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVS_EXTERN = 0x0002 | 
Definition at line 300 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadPivotCacheStream().
| const sal_uInt16 EXC_SXVS_PIVOTTAB = 0x0008 | 
Definition at line 302 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVS_SCENARIO = 0x0010 | 
Definition at line 303 of file xlpivot.hxx.
| const sal_uInt16 EXC_SXVS_SHEET = 0x0001 | 
Definition at line 299 of file xlpivot.hxx.
Referenced by XclImpPivotCache::ReadDconref(), XclImpPivotCache::ReadPivotCacheStream(), XclImpPivotCache::ReadSxvs(), and XclExpPivotCache::Save().
| const sal_uInt16 EXC_SXVS_UNKNOWN = 0x0000 | 
Definition at line 298 of file xlpivot.hxx.