#import "DSSConsolidationElement.h"
#import "DSSRWGridIterator.h"
#import "DSSTemplate.h"
#import "DSSCellFmtData.h"
#import "Enums.h"
#include "BaseFormatManagerHelper.h"
#include "FormatInfo.h"
#include <set>
Go to the source code of this file.
|
enum | MsiFormat::GRID_AREA {
MsiFormat::GA_INVALID,
MsiFormat::GA_EXTRACOLUMN,
MsiFormat::GA_ROW,
MsiFormat::GA_COLUMN,
MsiFormat::GA_DATA,
MsiFormat::GA_DATA_NOMETRIC,
MsiFormat::GA_NON_DATA,
MsiFormat::GA_NO_OWNER_COL_VALUE,
MsiFormat::GA_NO_OWNER_ROW_VALUE,
MsiFormat::GA_EMPTY_ZONE
} |
|
enum | MsiFormat::EnumFormatRenderType { MsiFormat::FRT_NORMAL = -1,
MsiFormat::FRT_GRAPH = 0,
MsiFormat::FRT_GRID = 1,
MsiFormat::FRT_OTHER = 2
} |
|