LibreOffice Module sc (master) 1
|
#include <tools/long.hxx>
#include <vector>
#include <map>
#include <string_view>
#include "dpitemdata.hxx"
#include "dpnumgroupinfo.hxx"
#include "scdllapi.h"
#include "dptypes.hxx"
Go to the source code of this file.
Classes | |
class | ScDPSaveGroupItem |
Classes to save Data Pilot settings that create new dimensions (fields). More... | |
class | ScDPSaveGroupDimension |
Represents a new group dimension whose dimension ID is higher than the highest source dimension ID. More... | |
class | ScDPSaveNumGroupDimension |
Represents a group dimension that introduces a new hierarchy for an existing dimension. More... | |
class | ScDPDimensionSaveData |
This class has to do with handling exclusively grouped dimensions? TODO: Find out what this class does and document it here. More... | |
Typedefs | |
typedef ::std::vector< ScDPSaveGroupItem > | ScDPSaveGroupItemVec |
typedef ::std::vector<ScDPSaveGroupItem> ScDPSaveGroupItemVec |
Definition at line 84 of file dpdimsave.hxx.