LibreOffice Module sc (master) 1
|
#include <map>
#include <memory>
#include <string_view>
#include <vector>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <types.hxx>
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 |
enum DATASET |
enum TOPIC |
|
extern |
Definition at line 39 of file difimp.cxx.
Referenced by DifParser::IsBOT(), and ScFormatFilterPluginImpl::ScExportDif().
|
extern |
Definition at line 38 of file difimp.cxx.
Referenced by DifParser::GetNextTopic(), and ScFormatFilterPluginImpl::ScExportDif().
|
extern |
Definition at line 40 of file difimp.cxx.
Referenced by DifParser::IsEOD(), and ScFormatFilterPluginImpl::ScExportDif().
|
extern |
Definition at line 35 of file difimp.cxx.
Referenced by DifParser::GetNextTopic(), and ScFormatFilterPluginImpl::ScExportDif().
|
extern |
Definition at line 37 of file difimp.cxx.
Referenced by DifParser::GetNextTopic(), and ScFormatFilterPluginImpl::ScExportDif().
|
extern |
Definition at line 36 of file difimp.cxx.
Referenced by DifParser::GetNextTopic(), and ScFormatFilterPluginImpl::ScExportDif().