LibreOffice Module sc (master) 1
|
#include <rtl/textenc.h>
#include <rtl/ustring.hxx>
#include <comphelper/errcode.hxx>
#include "scdllapi.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | ScEEAbsImport |
class | ScFormatFilterPlugin |
class | ScFormatFilter |
Enumerations | |
enum | EXCIMPFORMAT { EIF_AUTO , EIF_BIFF5 , EIF_BIFF8 , EIF_BIFF_LE4 } |
enum | ExportFormatExcel { ExpBiff5 , ExpBiff8 } |
Functions | |
SAL_DLLPUBLIC_EXPORT ScFormatFilterPlugin * | ScFilterCreate () |
ErrCode | ScImportLotus123old (LotusContext &rContext, SvStream &, rtl_TextEncoding eSrc) |
enum EXCIMPFORMAT |
Enumerator | |
---|---|
EIF_AUTO | |
EIF_BIFF5 | |
EIF_BIFF8 | |
EIF_BIFF_LE4 |
Definition at line 39 of file filter.hxx.
enum ExportFormatExcel |
Enumerator | |
---|---|
ExpBiff5 | |
ExpBiff8 |
Definition at line 42 of file filter.hxx.
SAL_DLLPUBLIC_EXPORT ScFormatFilterPlugin * ScFilterCreate | ( | ) |
Definition at line 358 of file ftools.cxx.
Referenced by ScFormatFilter::Get().
ErrCode ScImportLotus123old | ( | LotusContext & | rContext, |
SvStream & | aStream, | ||
rtl_TextEncoding | eSrc | ||
) |
Definition at line 185 of file filter.cxx.
References LotusContext::aLotusPatternPool, LotusContext::bEOF, LotusContext::eCharset, LotusContext::eTyp, generate_Opcodes(), ScDocument::GetDocumentShell(), MemNew(), LotusContext::rDoc, ScanVersion(), SCERR_IMPORT_OUTOFMEM, and SvStream::Seek().
Referenced by ScFormatFilterPluginImpl::ScImportLotus123(), and TestImportWKS().