Searched refs:LotusConverterBase (Results 1 – 4 of 4) sorted by relevance
219 class LotusConverterBase : public ConverterBase class233 LotusConverterBase( SvStream& rStr, sal_uInt16 nNewBuffer );234 virtual ~LotusConverterBase();249 inline void LotusConverterBase::Ignore( const long nSeekRel ) in Ignore()255 inline void LotusConverterBase::Read( sal_Char& nByte ) in Read()261 inline void LotusConverterBase::Read( sal_uInt8& nByte ) in Read()267 inline void LotusConverterBase::Read( sal_uInt16& nUINT16 ) in Read()273 inline void LotusConverterBase::Read( sal_Int16& nINT16 ) in Read()279 inline void LotusConverterBase::Read( double& fDouble ) in Read()285 inline void LotusConverterBase::Read( sal_uInt32& nUINT32 ) in Read()
69 class LotusToSc : public LotusConverterBase106 using LotusConverterBase::Reset;
247 LotusConverterBase::LotusConverterBase( SvStream &rStr, sal_uInt16 nNewBuffer ) : in LotusConverterBase() function in LotusConverterBase254 LotusConverterBase::~LotusConverterBase() in ~LotusConverterBase()272 void LotusConverterBase::Reset( const ScAddress& rEingPos ) in Reset()
351 LotusConverterBase::Reset( rEingPos ); in Reset()366 LotusConverterBase( rStream, 128 ) in LotusToSc()
Completed in 34 milliseconds