LibreOffice Module sc (master) 1
Classes | Typedefs
dpdimsave.hxx File Reference
#include <tools/long.hxx>
#include <vector>
#include <map>
#include <string_view>
#include "dpitemdata.hxx"
#include "dpnumgroupinfo.hxx"
#include "scdllapi.h"
#include "dptypes.hxx"
Include dependency graph for dpdimsave.hxx:
This graph shows which files directly or indirectly include this file:

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

Typedef Documentation

◆ ScDPSaveGroupItemVec

typedef ::std::vector<ScDPSaveGroupItem> ScDPSaveGroupItemVec

Definition at line 84 of file dpdimsave.hxx.