| LibreOffice Module sc (master) 1
    | 
#include <dpcache.hxx>
| Public Member Functions | |
| GroupItems () | |
| GroupItems (const GroupItems &)=delete | |
| const GroupItems & | operator= (const GroupItems &)=delete | 
| GroupItems (const ScDPNumGroupInfo &rInfo, sal_Int32 nGroupType) | |
| Public Attributes | |
| ScDPItemDataVec | maItems | 
| ScDPNumGroupInfo | maInfo | 
| sal_Int32 | mnGroupType | 
Definition at line 56 of file dpcache.hxx.
| ScDPCache::GroupItems::GroupItems | ( | ) | 
Definition at line 65 of file dpcache.cxx.
| 
 | delete | 
| ScDPCache::GroupItems::GroupItems | ( | const ScDPNumGroupInfo & | rInfo, | 
| sal_Int32 | nGroupType | ||
| ) | 
Definition at line 67 of file dpcache.cxx.
| 
 | delete | 
| ScDPNumGroupInfo ScDPCache::GroupItems::maInfo | 
Definition at line 59 of file dpcache.hxx.
Referenced by ScDPCache::ResetGroupItems().
| ScDPItemDataVec ScDPCache::GroupItems::maItems | 
Definition at line 58 of file dpcache.hxx.
Referenced by ScDPCache::ResetGroupItems(), and ScDPCache::SetGroupItem().
| sal_Int32 ScDPCache::GroupItems::mnGroupType | 
Definition at line 60 of file dpcache.hxx.
Referenced by ScDPCache::ResetGroupItems().