LibreOffice Module sc (master) 1
|
Contains data for a pivot cache (SXDB record). More...
#include <xlpivot.hxx>
Public Member Functions | |
XclPCInfo () | |
Name of user who last modified the cache. More... | |
Public Attributes | |
sal_uInt32 | mnSrcRecs |
sal_uInt16 | mnStrmId |
Records in source database. More... | |
sal_uInt16 | mnFlags |
Stream identifier. More... | |
sal_uInt16 | mnBlockRecs |
Flags for the cache. More... | |
sal_uInt16 | mnStdFields |
Records in a source database block. More... | |
sal_uInt16 | mnTotalFields |
Number of standard pivot cache fields. More... | |
sal_uInt16 | mnSrcType |
Number of all fields (standard, grouped, calculated). More... | |
OUString | maUserName |
Database type. More... | |
Contains data for a pivot cache (SXDB record).
Definition at line 525 of file xlpivot.hxx.
|
explicit |
Name of user who last modified the cache.
Contains data for a pivot cache (SXDB record).
Definition at line 356 of file xlpivot.cxx.
OUString XclPCInfo::maUserName |
Database type.
Definition at line 534 of file xlpivot.hxx.
Referenced by operator<<(), and operator>>().
sal_uInt16 XclPCInfo::mnBlockRecs |
Flags for the cache.
Definition at line 530 of file xlpivot.hxx.
Referenced by operator<<(), and operator>>().
sal_uInt16 XclPCInfo::mnFlags |
Stream identifier.
Definition at line 529 of file xlpivot.hxx.
Referenced by XclExpPivotCache::HasItemIndexList(), XclImpPivotCache::IsRefreshOnLoad(), operator<<(), operator>>(), XclImpPivotCache::ReadPivotCacheStream(), and XclExpPivotCache::XclExpPivotCache().
sal_uInt32 XclPCInfo::mnSrcRecs |
Definition at line 527 of file xlpivot.hxx.
Referenced by operator<<(), operator>>(), XclImpPivotCache::ReadPivotCacheStream(), XclExpPivotCache::WriteSxindexlistList(), and XclExpPivotCache::XclExpPivotCache().
sal_uInt16 XclPCInfo::mnSrcType |
Number of all fields (standard, grouped, calculated).
Definition at line 533 of file xlpivot.hxx.
Referenced by operator<<(), operator>>(), and XclExpPivotCache::XclExpPivotCache().
sal_uInt16 XclPCInfo::mnStdFields |
Records in a source database block.
Definition at line 531 of file xlpivot.hxx.
Referenced by XclExpPivotCache::AddFields(), XclExpPivotCache::AddGroupFields(), XclExpPivotCache::HasAddFields(), operator<<(), and operator>>().
sal_uInt16 XclPCInfo::mnStrmId |
Records in source database.
Definition at line 528 of file xlpivot.hxx.
Referenced by operator<<(), operator>>(), XclExpPivotCache::Save(), XclExpPivotCache::WriteCacheStream(), and XclExpPivotCache::XclExpPivotCache().
sal_uInt16 XclPCInfo::mnTotalFields |
Number of standard pivot cache fields.
Definition at line 532 of file xlpivot.hxx.
Referenced by XclExpPivotCache::AddFields(), XclExpPivotCache::HasAddFields(), operator<<(), operator>>(), and XclImpPivotCache::ReadPivotCacheStream().