LibreOffice Module sc (master) 1
|
#include <svx/svxerr.hxx>
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 |
const sal_uInt16 EXC_ENCR_BLOCKSIZE = 1024 |
Definition at line 33 of file xlstream.hxx.
Referenced by XclExpBiff8Encrypter::EncryptBytes(), XclImpBiff8Decrypter::GetBlock(), XclExpBiff8Encrypter::GetBlockPos(), XclImpBiff8Decrypter::GetOffset(), XclExpBiff8Encrypter::GetOffsetInBlock(), and XclImpBiff8Decrypter::OnRead().
const ErrCode EXC_ENCR_ERROR_UNSUPP_CRYPT = ERRCODE_SVX_READ_FILTER_CRYPT |
Definition at line 32 of file xlstream.hxx.
Referenced by XclImpDecryptHelper::ReadFilepass().
const sal_uInt16 EXC_ID_CONT = 0x003C |
Definition at line 36 of file xlstream.hxx.
Referenced by XclImpDrawObjBase::ImplReadObj8(), XclImpStream::IsContinueId(), XclImpStream::JumpToNextStringContinue(), XclImpDrawing::ReadMsoDrawing(), XclImpDrawing::ReadTxo(), XclTxo::Save(), and XclExpStream::StartContinue().
const sal_uInt16 EXC_ID_UNKNOWN = SAL_MAX_UINT16 |
Definition at line 35 of file xlstream.hxx.
Referenced by XclImpStream::GetNextRecId(), XclImpStream::PeekRecId(), XclExpRecord::Save(), and XclImpStream::SetupRecord().
const sal_uInt16 EXC_MAXRECSIZE_BIFF5 = 2080 |
Definition at line 29 of file xlstream.hxx.
Referenced by XclExpStream::XclExpStream().
const sal_uInt16 EXC_MAXRECSIZE_BIFF8 = 8224 |
Definition at line 30 of file xlstream.hxx.
Referenced by XclExpStringHelper::CreateString(), XclExpChangeTrack::Write(), and XclExpStream::XclExpStream().
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().
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().