LibreOffice Module sc (master) 1
Classes | Enumerations | Variables
dif.hxx File Reference
#include <map>
#include <memory>
#include <string_view>
#include <vector>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <types.hxx>
Include dependency graph for dif.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DifParser
 
class  DifColumn
 
struct  DifColumn::ENTRY
 
class  DifAttrCache
 

Enumerations

enum  TOPIC {
  T_UNKNOWN ,
  T_TABLE ,
  T_VECTORS ,
  T_TUPLES ,
  T_DATA ,
  T_LABEL ,
  T_COMMENT ,
  T_SIZE ,
  T_PERIODICITY ,
  T_MAJORSTART ,
  T_MINORSTART ,
  T_TRUELENGTH ,
  T_UINITS ,
  T_DISPLAYUNITS ,
  T_END
}
 
enum  DATASET {
  D_BOT ,
  D_EOD ,
  D_NUMERIC ,
  D_STRING ,
  D_UNKNOWN ,
  D_SYNT_ERROR
}
 

Variables

const std::u16string_view pKeyTABLE
 
const std::u16string_view pKeyVECTORS
 
const std::u16string_view pKeyTUPLES
 
const std::u16string_view pKeyDATA
 
const std::u16string_view pKeyBOT
 
const std::u16string_view pKeyEOD
 

Enumeration Type Documentation

◆ DATASET

enum DATASET
Enumerator
D_BOT 
D_EOD 
D_NUMERIC 
D_STRING 
D_UNKNOWN 
D_SYNT_ERROR 

Definition at line 52 of file dif.hxx.

◆ TOPIC

enum TOPIC
Enumerator
T_UNKNOWN 
T_TABLE 
T_VECTORS 
T_TUPLES 
T_DATA 
T_LABEL 
T_COMMENT 
T_SIZE 
T_PERIODICITY 
T_MAJORSTART 
T_MINORSTART 
T_TRUELENGTH 
T_UINITS 
T_DISPLAYUNITS 
T_END 

Definition at line 43 of file dif.hxx.

Variable Documentation

◆ pKeyBOT

const std::u16string_view pKeyBOT
extern

Definition at line 39 of file difimp.cxx.

Referenced by DifParser::IsBOT(), and ScFormatFilterPluginImpl::ScExportDif().

◆ pKeyDATA

const std::u16string_view pKeyDATA
extern

Definition at line 38 of file difimp.cxx.

Referenced by DifParser::GetNextTopic(), and ScFormatFilterPluginImpl::ScExportDif().

◆ pKeyEOD

const std::u16string_view pKeyEOD
extern

Definition at line 40 of file difimp.cxx.

Referenced by DifParser::IsEOD(), and ScFormatFilterPluginImpl::ScExportDif().

◆ pKeyTABLE

const std::u16string_view pKeyTABLE
extern

Definition at line 35 of file difimp.cxx.

Referenced by DifParser::GetNextTopic(), and ScFormatFilterPluginImpl::ScExportDif().

◆ pKeyTUPLES

const std::u16string_view pKeyTUPLES
extern

Definition at line 37 of file difimp.cxx.

Referenced by DifParser::GetNextTopic(), and ScFormatFilterPluginImpl::ScExportDif().

◆ pKeyVECTORS

const std::u16string_view pKeyVECTORS
extern

Definition at line 36 of file difimp.cxx.

Referenced by DifParser::GetNextTopic(), and ScFormatFilterPluginImpl::ScExportDif().