LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
XclPCInfo Struct Reference

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...
 

Detailed Description

Contains data for a pivot cache (SXDB record).

Definition at line 525 of file xlpivot.hxx.

Constructor & Destructor Documentation

◆ XclPCInfo()

XclPCInfo::XclPCInfo ( )
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.

Member Data Documentation

◆ maUserName

OUString XclPCInfo::maUserName

Database type.

Definition at line 534 of file xlpivot.hxx.

Referenced by operator<<(), and operator>>().

◆ mnBlockRecs

sal_uInt16 XclPCInfo::mnBlockRecs

Flags for the cache.

Definition at line 530 of file xlpivot.hxx.

Referenced by operator<<(), and operator>>().

◆ mnFlags

sal_uInt16 XclPCInfo::mnFlags

◆ mnSrcRecs

sal_uInt32 XclPCInfo::mnSrcRecs

◆ mnSrcType

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().

◆ mnStdFields

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>>().

◆ mnStrmId

sal_uInt16 XclPCInfo::mnStrmId

◆ mnTotalFields

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().


The documentation for this struct was generated from the following files: