LibreOffice Module sc (master) 1
Variables
xlstream.hxx File Reference
#include <svx/svxerr.hxx>
Include dependency graph for xlstream.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const std::size_t EXC_REC_SEEK_TO_BEGIN = 0
 
const std::size_t EXC_REC_SEEK_TO_END = static_cast<std::size_t>( -1 )
 
const sal_uInt16 EXC_MAXRECSIZE_BIFF5 = 2080
 
const sal_uInt16 EXC_MAXRECSIZE_BIFF8 = 8224
 
const ErrCode EXC_ENCR_ERROR_UNSUPP_CRYPT = ERRCODE_SVX_READ_FILTER_CRYPT
 
const sal_uInt16 EXC_ENCR_BLOCKSIZE = 1024
 
const sal_uInt16 EXC_ID_UNKNOWN = SAL_MAX_UINT16
 
const sal_uInt16 EXC_ID_CONT = 0x003C
 

Variable Documentation

◆ EXC_ENCR_BLOCKSIZE

const sal_uInt16 EXC_ENCR_BLOCKSIZE = 1024

◆ EXC_ENCR_ERROR_UNSUPP_CRYPT

const ErrCode EXC_ENCR_ERROR_UNSUPP_CRYPT = ERRCODE_SVX_READ_FILTER_CRYPT

Definition at line 32 of file xlstream.hxx.

Referenced by XclImpDecryptHelper::ReadFilepass().

◆ EXC_ID_CONT

const sal_uInt16 EXC_ID_CONT = 0x003C

◆ EXC_ID_UNKNOWN

const sal_uInt16 EXC_ID_UNKNOWN = SAL_MAX_UINT16

◆ EXC_MAXRECSIZE_BIFF5

const sal_uInt16 EXC_MAXRECSIZE_BIFF5 = 2080

Definition at line 29 of file xlstream.hxx.

Referenced by XclExpStream::XclExpStream().

◆ EXC_MAXRECSIZE_BIFF8

const sal_uInt16 EXC_MAXRECSIZE_BIFF8 = 8224

◆ EXC_REC_SEEK_TO_BEGIN

const std::size_t EXC_REC_SEEK_TO_BEGIN = 0

Definition at line 26 of file xlstream.hxx.

Referenced by XclImpDrawObjBase::ImplReadObj8(), and XclImpSheetDrawing::ReadNote3().

◆ EXC_REC_SEEK_TO_END

const std::size_t EXC_REC_SEEK_TO_END = static_cast<std::size_t>( -1 )

Definition at line 27 of file xlstream.hxx.

Referenced by XclImpStream::GetRecPos().