LibreOffice Module sc (master) 1
|
#include <lotfilter.hxx>
Public Member Functions | |
LotusContext (ScDocument &rDocP, rtl_TextEncoding eQ) | |
~LotusContext () | |
Public Attributes | |
WKTYP | eTyp |
bool | bEOF |
rtl_TextEncoding | eCharset |
ScDocument & | rDoc |
std::map< sal_uInt16, ScPatternAttr > | aLotusPatternPool |
std::unique_ptr< SvxHorJustifyItem > | xAttrRight |
std::unique_ptr< SvxHorJustifyItem > | xAttrLeft |
std::unique_ptr< SvxHorJustifyItem > | xAttrCenter |
std::unique_ptr< SvxHorJustifyItem > | xAttrRepeat |
std::unique_ptr< SvxHorJustifyItem > | xAttrStandard |
std::unique_ptr< FormCache > | xValueFormCache |
LotusRangeList | maRangeNames |
Lotus123Typ | eFirstType |
Lotus123Typ | eActType |
ScRange | aActRange |
std::unique_ptr< RangeNameBufferWK3 > | pRngNmBffWK3 |
LotusFontBuffer | maFontBuff |
LotAttrTable | maAttrTable |
Static Public Attributes | |
static const sal_uInt16 | nBOF = 0x0000 |
static OPCODE_FKT | pOpFkt [FKT_LIMIT] |
static OPCODE_FKT | pOpFkt123 [FKT_LIMIT123] |
Definition at line 35 of file lotfilter.hxx.
LotusContext::LotusContext | ( | ScDocument & | rDocP, |
rtl_TextEncoding | eQ | ||
) |
ScRange LotusContext::aActRange |
Definition at line 54 of file lotfilter.hxx.
Referenced by ImportLotus::Bof().
std::map<sal_uInt16, ScPatternAttr> LotusContext::aLotusPatternPool |
Definition at line 45 of file lotfilter.hxx.
Referenced by OP_ApplyPatternArea123(), OP_CreatePattern123(), and ScImportLotus123old().
bool LotusContext::bEOF |
Definition at line 42 of file lotfilter.hxx.
Referenced by generate_Opcodes(), OP_EOF(), OP_EOF123(), and ScImportLotus123old().
Lotus123Typ LotusContext::eActType |
Definition at line 53 of file lotfilter.hxx.
Referenced by ImportLotus::Bof().
rtl_TextEncoding LotusContext::eCharset |
Definition at line 43 of file lotfilter.hxx.
Referenced by OP_Formula(), OP_Formula123(), OP_NamedRange(), OP_Note123(), OP_SheetName123(), OP_SymphNamedRange(), PutFormString(), and ScImportLotus123old().
Lotus123Typ LotusContext::eFirstType |
Definition at line 52 of file lotfilter.hxx.
Referenced by ImportLotus::Bof(), ImportLotus::parse(), and ScFormatFilterPluginImpl::ScImportLotus123().
WKTYP LotusContext::eTyp |
Definition at line 41 of file lotfilter.hxx.
Referenced by generate_Opcodes(), LotusToSc::LotusRelToScRel(), and ScImportLotus123old().
LotAttrTable LotusContext::maAttrTable |
Definition at line 57 of file lotfilter.hxx.
Referenced by ImportLotus::Read(), and ImportLotus::Row_().
LotusFontBuffer LotusContext::maFontBuff |
Definition at line 56 of file lotfilter.hxx.
Referenced by ImportLotus::Font_Face(), ImportLotus::Font_Type(), ImportLotus::Font_Ysize(), and LotAttrCache::GetPattAttr().
LotusRangeList LotusContext::maRangeNames |
Definition at line 51 of file lotfilter.hxx.
Referenced by LotusToSc::Convert(), OP_NamedRange(), and OP_SymphNamedRange().
|
static |
Definition at line 37 of file lotfilter.hxx.
Referenced by ScanVersion().
|
static |
Definition at line 38 of file lotfilter.hxx.
Referenced by generate_Opcodes().
|
static |
Definition at line 39 of file lotfilter.hxx.
Referenced by generate_Opcodes().
std::unique_ptr<RangeNameBufferWK3> LotusContext::pRngNmBffWK3 |
Definition at line 55 of file lotfilter.hxx.
Referenced by LotusToSc::Convert(), and ImportLotus::Userrange().
ScDocument& LotusContext::rDoc |
Definition at line 44 of file lotfilter.hxx.
Referenced by LotAttrCol::Apply(), LotAttrTable::Apply(), LotusToSc::Convert(), generate_Opcodes(), LotAttrCache::LotAttrCache(), MemNew(), OP_ApplyPatternArea123(), OP_ColumnWidth(), OP_CreatePattern123(), OP_Formula(), OP_Formula123(), OP_HiddenCols(), OP_IEEENumber123(), OP_Integer(), OP_Label(), OP_NamedRange(), OP_Note123(), OP_Number(), OP_Number123(), OP_SheetName123(), OP_SymphNamedRange(), OP_Window1(), PutFormString(), ImportLotus::Row_(), ScFormatFilterPluginImpl::ScImportLotus123(), ScImportLotus123old(), LotAttrTable::SetAttr(), SetFormat(), and ImportLotus::Userrange().
std::unique_ptr<SvxHorJustifyItem> LotusContext::xAttrCenter |
Definition at line 47 of file lotfilter.hxx.
Referenced by MemDelete(), MemNew(), and PutFormString().
std::unique_ptr<SvxHorJustifyItem> LotusContext::xAttrLeft |
Definition at line 47 of file lotfilter.hxx.
Referenced by MemDelete(), MemNew(), and PutFormString().
std::unique_ptr<SvxHorJustifyItem> LotusContext::xAttrRepeat |
Definition at line 47 of file lotfilter.hxx.
Referenced by MemDelete(), MemNew(), and PutFormString().
std::unique_ptr<SvxHorJustifyItem> LotusContext::xAttrRight |
Definition at line 47 of file lotfilter.hxx.
Referenced by MemDelete(), MemNew(), and PutFormString().
std::unique_ptr<SvxHorJustifyItem> LotusContext::xAttrStandard |
Definition at line 47 of file lotfilter.hxx.
Referenced by MemDelete(), MemNew(), and PutFormString().
std::unique_ptr<FormCache> LotusContext::xValueFormCache |
Definition at line 49 of file lotfilter.hxx.
Referenced by MemDelete(), MemNew(), and SetFormat().