LibreOffice Module sc (master) 1
|
#include <svl/numformat.hxx>
#include <tools/stream.hxx>
#include <osl/diagnose.h>
#include <dif.hxx>
#include <docpool.hxx>
#include <document.hxx>
#include <fprogressbar.hxx>
#include <ftools.hxx>
#include <patattr.hxx>
#include <scerrors.hxx>
#include <scitems.hxx>
#include <stringutil.hxx>
#include <table.hxx>
#include <memory>
Go to the source code of this file.
Functions | |
static void | lcl_DeEscapeQuotesDif (OUStringBuffer &rString) |
Variables | |
const std::u16string_view | pKeyTABLE = u"TABLE" |
const std::u16string_view | pKeyVECTORS = u"VECTORS" |
const std::u16string_view | pKeyTUPLES = u"TUPLES" |
const std::u16string_view | pKeyDATA = u"DATA" |
const std::u16string_view | pKeyBOT = u"BOT" |
const std::u16string_view | pKeyEOD = u"EOD" |
|
static |
Definition at line 368 of file difimp.cxx.
Referenced by DifParser::GetNextDataset().
const std::u16string_view pKeyBOT = u"BOT" |
Definition at line 39 of file difimp.cxx.
Referenced by DifParser::IsBOT(), and ScFormatFilterPluginImpl::ScExportDif().
const std::u16string_view pKeyDATA = u"DATA" |
Definition at line 38 of file difimp.cxx.
Referenced by DifParser::GetNextTopic(), and ScFormatFilterPluginImpl::ScExportDif().
const std::u16string_view pKeyEOD = u"EOD" |
Definition at line 40 of file difimp.cxx.
Referenced by DifParser::IsEOD(), and ScFormatFilterPluginImpl::ScExportDif().
const std::u16string_view pKeyTABLE = u"TABLE" |
Definition at line 35 of file difimp.cxx.
Referenced by DifParser::GetNextTopic(), and ScFormatFilterPluginImpl::ScExportDif().
const std::u16string_view pKeyTUPLES = u"TUPLES" |
Definition at line 37 of file difimp.cxx.
Referenced by DifParser::GetNextTopic(), and ScFormatFilterPluginImpl::ScExportDif().
const std::u16string_view pKeyVECTORS = u"VECTORS" |
Definition at line 36 of file difimp.cxx.
Referenced by DifParser::GetNextTopic(), and ScFormatFilterPluginImpl::ScExportDif().