LibreOffice Module sc (master) 1
|
#include <formel.hxx>
Public Member Functions | |
void | Reset (const ScAddress &rEingPos) |
virtual void | Convert (std::unique_ptr< ScTokenArray > &rpErg, sal_Int32 &nRest)=0 |
bool | good () const |
Protected Member Functions | |
void | Ignore (const tools::Long nSeekRel) |
void | Read (sal_uInt8 &nByte) |
void | Read (sal_uInt16 &nUINT16) |
void | Read (sal_Int16 &nINT16) |
void | Read (double &fDouble) |
void | Read (sal_uInt32 &nUINT32) |
LotusConverterBase (SvStream &rStr, svl::SharedStringPool &rSPool) | |
virtual | ~LotusConverterBase () override |
void | Reset () |
Protected Member Functions inherited from ConverterBase | |
ConverterBase (svl::SharedStringPool &rSPool) | |
virtual | ~ConverterBase () |
void | Reset () |
Protected Attributes | |
SvStream & | aIn |
sal_Int32 | nBytesLeft |
Protected Attributes inherited from ConverterBase | |
TokenPool | aPool |
TokenStack | aStack |
ScAddress | aEingPos |
Definition at line 105 of file formel.hxx.
|
protected |
Definition at line 191 of file frmbase.cxx.
|
overrideprotectedvirtual |
Definition at line 198 of file frmbase.cxx.
|
pure virtual |
Implemented in LotusToSc.
|
inline |
Definition at line 126 of file formel.hxx.
References aIn, and SvStream::good().
Referenced by ImportLotus::Formulacell(), OP_Formula(), and OP_Formula123().
|
inlineprotected |
Definition at line 132 of file formel.hxx.
References aIn, nBytesLeft, and SvStream::SeekRel().
Referenced by LotusToSc::Convert().
|
inlineprotected |
Definition at line 170 of file formel.hxx.
References aIn, SvStream::good(), nBytesLeft, and SvStream::ReadDouble().
|
inlineprotected |
Definition at line 161 of file formel.hxx.
References aIn, SvStream::good(), nBytesLeft, and SvStream::ReadInt16().
|
inlineprotected |
Definition at line 152 of file formel.hxx.
References aIn, SvStream::good(), nBytesLeft, and SvStream::ReadUInt16().
|
inlineprotected |
Definition at line 179 of file formel.hxx.
References aIn, SvStream::good(), nBytesLeft, and SvStream::ReadUInt32().
|
inlineprotected |
Definition at line 138 of file formel.hxx.
References aIn, SvStream::good(), nBytesLeft, and SvStream::ReadUChar().
Referenced by LotusToSc::Convert(), and LotusToSc::ReadSRD().
|
protected |
Definition at line 86 of file frmbase.cxx.
References a, and ScRangeListTabs::m_TabRanges.
Referenced by LotusToSc::Reset().
void LotusConverterBase::Reset | ( | const ScAddress & | rEingPos | ) |
Definition at line 202 of file frmbase.cxx.
References ConverterBase::aEingPos, nBytesLeft, and ConverterBase::Reset().
|
protected |
Definition at line 108 of file formel.hxx.
Referenced by LotusToSc::Convert(), good(), Ignore(), Read(), and LotusToSc::ReadSRD().
|
protected |
Definition at line 109 of file formel.hxx.
Referenced by LotusToSc::Convert(), Ignore(), Read(), and Reset().