LibreOffice Module sc (master) 1
Static Public Member Functions | Private Member Functions | List of all members
oox::xls::BiffHelper Class Reference

Static helper functions for BIFF filters. More...

#include <biffhelper.hxx>

Static Public Member Functions

static double calcDoubleFromRk (sal_Int32 nRkValue)
 Converts the passed packed number to a double. More...
 
static double calcDoubleFromError (sal_uInt8 nErrorCode)
 Converts the passed BIFF error to a double containing the respective Calc error code. More...
 
static OUString readString (SequenceInputStream &rStrm, bool b32BitLen=true)
 Reads a BIFF12 string with leading 16-bit or 32-bit length field. More...
 

Private Member Functions

 BiffHelper ()=delete
 
 ~BiffHelper ()=delete
 

Detailed Description

Static helper functions for BIFF filters.

Definition at line 591 of file biffhelper.hxx.

Constructor & Destructor Documentation

◆ BiffHelper()

oox::xls::BiffHelper::BiffHelper ( )
privatedelete

◆ ~BiffHelper()

oox::xls::BiffHelper::~BiffHelper ( )
privatedelete

Member Function Documentation

◆ calcDoubleFromError()

double oox::xls::BiffHelper::calcDoubleFromError ( sal_uInt8  nErrorCode)
static

◆ calcDoubleFromRk()

double oox::xls::BiffHelper::calcDoubleFromRk ( sal_Int32  nRkValue)
static

Converts the passed packed number to a double.

Definition at line 39 of file biffhelper.cxx.

References oox::getFlag().

Referenced by oox::xls::SheetDataContext::importCellRk().

◆ readString()

OUString oox::xls::BiffHelper::readString ( SequenceInputStream rStrm,
bool  b32BitLen = true 
)
static

The documentation for this class was generated from the following files: