#include <address.hxx>
#include <vector>
Go to the source code of this file.
|
class | XclTracer |
| This class wraps an MSFilterTracer to create trace logs for import/export filters. More...
|
|
|
enum | XclTracerId {
eUnKnown,
eRowLimitExceeded,
eTabLimitExceeded,
ePrintRange,
eShortDate,
eBorderLineStyle,
eFillPattern,
eFormulaMissingArg,
ePivotDataSource,
ePivotChartExists,
eChartUnKnownType,
eChartOnlySheet,
eChartDataTable,
eChartLegendPosition,
eUnsupportedObject,
eObjectNotPrintable,
eDVType,
eTraceLength
} |
|
Enumerator |
---|
eUnKnown |
|
eRowLimitExceeded |
unused but allows us to set the correct index
|
eTabLimitExceeded |
|
ePrintRange |
|
eShortDate |
|
eBorderLineStyle |
|
eFillPattern |
|
eFormulaMissingArg |
|
ePivotDataSource |
|
ePivotChartExists |
|
eChartUnKnownType |
|
eChartOnlySheet |
|
eChartDataTable |
|
eChartLegendPosition |
|
eUnsupportedObject |
|
eObjectNotPrintable |
|
eDVType |
|
eTraceLength |
this should always be the final entry
|
Definition at line 27 of file xltracer.hxx.