LibreOffice Module sc (master) 1
Classes | Enumerations
xltracer.hxx File Reference
#include <address.hxx>
#include <vector>
Include dependency graph for xltracer.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XclTracer
 This class wraps an MSFilterTracer to create trace logs for import/export filters. More...
 

Enumerations

enum  XclTracerId {
  eUnKnown ,
  eRowLimitExceeded ,
  eTabLimitExceeded ,
  ePrintRange ,
  eShortDate ,
  eBorderLineStyle ,
  eFillPattern ,
  eFormulaMissingArg ,
  ePivotDataSource ,
  ePivotChartExists ,
  eChartUnKnownType ,
  eChartOnlySheet ,
  eChartDataTable ,
  eChartLegendPosition ,
  eUnsupportedObject ,
  eObjectNotPrintable ,
  eDVType ,
  eTraceLength
}
 

Enumeration Type Documentation

◆ XclTracerId

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.