LibreOffice Module sc (master) 1
|
Contains data for a numeric grouping field (SXNUMGROUP record). More...
#include <xlpivot.hxx>
Public Member Functions | |
XclPCNumGroupInfo () | |
Various flags. More... | |
void | SetNumType () |
sal_Int32 | GetScDateType () const |
void | SetScDateType (sal_Int32 nScType) |
sal_uInt16 | GetXclDataType () const |
void | SetXclDataType (sal_uInt16 nXclType) |
Public Attributes | |
sal_uInt16 | mnFlags |
Contains data for a numeric grouping field (SXNUMGROUP record).
Definition at line 455 of file xlpivot.hxx.
|
explicit |
sal_Int32 XclPCNumGroupInfo::GetScDateType | ( | ) | const |
Definition at line 225 of file xlpivot.cxx.
References EXC_SXNUMGROUP_TYPE_DAY, EXC_SXNUMGROUP_TYPE_HOUR, EXC_SXNUMGROUP_TYPE_MIN, EXC_SXNUMGROUP_TYPE_MONTH, EXC_SXNUMGROUP_TYPE_QUART, EXC_SXNUMGROUP_TYPE_SEC, EXC_SXNUMGROUP_TYPE_YEAR, GetXclDataType(), and SAL_WARN.
Referenced by XclImpPCField::ConvertDateGroupField().
sal_uInt16 XclPCNumGroupInfo::GetXclDataType | ( | ) | const |
Definition at line 260 of file xlpivot.cxx.
References mnFlags.
Referenced by XclImpPCField::GetDateGroupStep(), and GetScDateType().
void XclPCNumGroupInfo::SetNumType | ( | ) |
Definition at line 220 of file xlpivot.cxx.
References EXC_SXNUMGROUP_TYPE_NUM, and SetXclDataType().
Referenced by XclExpPCField::InitNumGroupField(), and XclPCNumGroupInfo().
void XclPCNumGroupInfo::SetScDateType | ( | sal_Int32 | nScType | ) |
Definition at line 242 of file xlpivot.cxx.
References EXC_SXNUMGROUP_TYPE_DAY, EXC_SXNUMGROUP_TYPE_HOUR, EXC_SXNUMGROUP_TYPE_MIN, EXC_SXNUMGROUP_TYPE_MONTH, EXC_SXNUMGROUP_TYPE_NUM, EXC_SXNUMGROUP_TYPE_QUART, EXC_SXNUMGROUP_TYPE_SEC, EXC_SXNUMGROUP_TYPE_YEAR, SAL_INFO, and SetXclDataType().
Referenced by XclExpPCField::InitDateGroupField(), and XclExpPCField::InitNumGroupField().
void XclPCNumGroupInfo::SetXclDataType | ( | sal_uInt16 | nXclType | ) |
Definition at line 265 of file xlpivot.cxx.
References insert_value(), and mnFlags.
Referenced by SetNumType(), and SetScDateType().
sal_uInt16 XclPCNumGroupInfo::mnFlags |
Definition at line 457 of file xlpivot.hxx.
Referenced by XclImpPCField::GetScDateGroupInfo(), XclImpPCField::GetScNumGroupInfo(), GetXclDataType(), operator<<(), operator>>(), XclExpPCField::SetDateGroupLimit(), XclExpPCField::SetNumGroupLimit(), and SetXclDataType().