LibreOffice Module sc (master) 1
|
#include <dpcache.hxx>
Public Member Functions | |
Field () | |
Field (const Field &)=delete | |
const Field & | operator= (const Field &)=delete |
Public Attributes | |
std::unique_ptr< GroupItems > | mpGroup |
Optional items for grouped field. More... | |
ScDPItemDataVec | maItems |
Unique values in the field, stored in ascending order. More... | |
IndexArrayType | maData |
Original source data represented as indices to the unique value list. More... | |
sal_uInt32 | mnNumFormat |
Definition at line 68 of file dpcache.hxx.
ScDPCache::Field::Field | ( | ) |
Definition at line 70 of file dpcache.cxx.
|
delete |
IndexArrayType ScDPCache::Field::maData |
Original source data represented as indices to the unique value list.
The order of the data is as they appear in the original data source.
Definition at line 85 of file dpcache.hxx.
Referenced by ScDPCache::GetItemDataId().
ScDPItemDataVec ScDPCache::Field::maItems |
Unique values in the field, stored in ascending order.
Definition at line 78 of file dpcache.hxx.
Referenced by ScDPCache::GetItemDataById(), and ScDPCache::GetItemDataId().
sal_uInt32 ScDPCache::Field::mnNumFormat |
Definition at line 87 of file dpcache.hxx.
Referenced by ScDPCache::InitFromDataBase().
std::unique_ptr<GroupItems> ScDPCache::Field::mpGroup |
Optional items for grouped field.
Definition at line 73 of file dpcache.hxx.
Referenced by ScDPCache::GetItemDataById().