LibreOffice Module sot (master) 1
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
SotStorageStream Class Referencefinal

#include <storage.hxx>

Inheritance diagram for SotStorageStream:
[legend]
Collaboration diagram for SotStorageStream:
[legend]

Public Member Functions

 SotStorageStream (BaseStorageStream *pBaseStream)
 
virtual void ResetError () override
 
virtual void SetSize (sal_uInt64 nNewSize) override
 
sal_uInt32 GetSize () const
 
void Commit ()
 
bool SetProperty (OUString const &rName, css::uno::Any const &rValue)
 
virtual sal_uInt64 TellEnd () override
 
- Public Member Functions inherited from SotObject
 SotObject ()
 
sal_uInt16 GetOwnerLockCount () const
 
void OwnerLock (bool bLock)
 When the OwnerLock is decremented to zero, the DoClose method is called. More...
 
bool DoClose ()
 
bool IsInClose () const
 
- Public Member Functions inherited from SvRefBase
 SvRefBase ()
 
 SvRefBase (const SvRefBase &)
 
SvRefBaseoperator= (const SvRefBase &)
 
void RestoreNoDelete ()
 
void AddNextRef ()
 
void AddFirstRef ()
 
void ReleaseRef ()
 
unsigned int GetRefCount () const
 
- Public Member Functions inherited from SvStream
 SvStream ()
 
 SvStream (SvLockBytes *pLockBytes)
 
virtual ~SvStream ()
 
SvLockBytesGetLockBytes () const
 
ErrCode GetError () const
 
ErrCode const & GetErrorCode () const
 
void SetError (ErrCode nErrorCode)
 
virtual void ResetError ()
 
void SetEndian (SvStreamEndian SvStreamEndian)
 
SvStreamEndian GetEndian () const
 
bool IsEndianSwap () const
 
void SetCompressMode (SvStreamCompressFlags nNewMode)
 
SvStreamCompressFlags GetCompressMode () const
 
void SetCryptMaskKey (const OString &rCryptMaskKey)
 
void SetStreamCharSet (rtl_TextEncoding eCharSet)
 
rtl_TextEncoding GetStreamCharSet () const
 
void SetLineDelimiter (LineEnd eLineEnd)
 
LineEnd GetLineDelimiter () const
 
SvStreamReadUInt16 (sal_uInt16 &rUInt16)
 
SvStreamReadUInt32 (sal_uInt32 &rUInt32)
 
SvStreamReadUInt64 (sal_uInt64 &rUInt64)
 
SvStreamReadInt16 (sal_Int16 &rInt16)
 
SvStreamReadInt32 (sal_Int32 &rInt32)
 
SvStreamReadInt64 (sal_Int64 &rInt64)
 
SvStreamReadSChar (signed char &rChar)
 
SvStreamReadChar (char &rChar)
 
SvStreamReadUChar (unsigned char &rChar)
 
SvStreamReadUtf16 (sal_Unicode &rUtf16)
 
SvStreamReadCharAsBool (bool &rBool)
 
SvStreamReadFloat (float &rFloat)
 
SvStreamReadDouble (double &rDouble)
 
SvStreamReadStream (SvStream &rStream)
 
SvStreamWriteUInt16 (sal_uInt16 nUInt16)
 
SvStreamWriteUInt32 (sal_uInt32 nUInt32)
 
SvStreamWriteUInt64 (sal_uInt64 nuInt64)
 
SvStreamWriteInt16 (sal_Int16 nInt16)
 
SvStreamWriteInt32 (sal_Int32 nInt32)
 
SvStreamWriteInt64 (sal_Int64 nInt64)
 
SvStreamWriteUInt8 (sal_uInt8 nuInt8)
 
SvStreamWriteUnicode (sal_Unicode)
 
SvStreamWriteOString (std::string_view rStr)
 
SvStreamWriteStream (SvStream &rStream)
 
sal_uInt64 WriteStream (SvStream &rStream, sal_uInt64 nSize)
 
SvStreamWriteBool (bool b)
 
SvStreamWriteSChar (signed char nChar)
 
SvStreamWriteChar (char nChar)
 
SvStreamWriteUChar (unsigned char nChar)
 
SvStreamWriteFloat (float nFloat)
 
SvStreamWriteDouble (const double &rDouble)
 
SvStreamWriteNumberAsString (N n)
 
std::size_t ReadBytes (void *pData, std::size_t nSize)
 
std::size_t WriteBytes (const void *pData, std::size_t nSize)
 
sal_uInt64 Seek (sal_uInt64 nPos)
 
sal_uInt64 SeekRel (sal_Int64 nPos)
 
sal_uInt64 Tell () const
 
virtual sal_uInt64 TellEnd ()
 
sal_uInt64 remainingSize ()
 
void FlushBuffer ()
 
void Flush ()
 
bool SetStreamSize (sal_uInt64 nSize)
 
bool ReadLine (OStringBuffer &rStr, sal_Int32 nMaxBytesToRead=0xFFFE)
 
bool ReadLine (OString &rStr, sal_Int32 nMaxBytesToRead=0xFFFE)
 
bool WriteLine (std::string_view rStr)
 
bool ReadByteStringLine (OUString &rStr, rtl_TextEncoding eSrcCharSet, sal_Int32 nMaxBytesToRead=0xFFFE)
 
bool WriteByteStringLine (std::u16string_view rStr, rtl_TextEncoding eDestCharSet)
 
void StartWritingUnicodeText ()
 
void StartReadingUnicodeText (rtl_TextEncoding eReadBomCharSet)
 
SAL_DLLPRIVATE bool ReadUniStringLine (OUString &rStr, sal_Int32 nMaxCodepointsToRead)
 
OUString ReadUniOrByteString (rtl_TextEncoding eSrcCharSet)
 
SvStreamWriteUniOrByteString (std::u16string_view rStr, rtl_TextEncoding eDestCharSet)
 
bool ReadUniOrByteStringLine (OUString &rStr, rtl_TextEncoding eSrcCharSet, sal_Int32 nMaxCodepointsToRead=0xFFFE)
 
bool WriteUnicodeOrByteText (std::u16string_view rStr, rtl_TextEncoding eDestCharSet)
 
bool WriteUnicodeOrByteText (std::u16string_view rStr)
 
bool WriteUniOrByteChar (sal_Unicode ch, rtl_TextEncoding eDestCharSet)
 
bool WriteUniOrByteChar (sal_Unicode ch)
 
void SetBufferSize (sal_uInt16 m_nBufSize)
 
sal_uInt16 GetBufferSize () const
 
void RefreshBuffer ()
 
bool IsWritable () const
 
StreamMode GetStreamMode () const
 
sal_Int32 GetVersion () const
 
void SetVersion (sal_Int32 n)
 
bool eof () const
 
bool bad () const
 
bool good () const
 

Private Member Functions

virtual std::size_t GetData (void *pData, std::size_t nSize) override
 
virtual std::size_t PutData (const void *pData, std::size_t nSize) override
 
virtual sal_uInt64 SeekPos (sal_uInt64 nPos) override
 
virtual void FlushData () override
 
virtual ~SotStorageStream () override
 

Private Attributes

BaseStorageStreampOwnStm
 

Friends

class SotStorage
 

Additional Inherited Members

- Protected Member Functions inherited from SotObject
virtual ~SotObject () override
 
virtual bool Close ()
 
- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 
- Protected Member Functions inherited from SvStream
virtual std::size_t GetData (void *pData, std::size_t nSize)
 
virtual std::size_t PutData (const void *pData, std::size_t nSize)
 
virtual sal_uInt64 SeekPos (sal_uInt64 nPos)
 
virtual void FlushData ()
 
virtual void SetSize (sal_uInt64 nSize)
 
SAL_DLLPRIVATE void ClearError ()
 
SAL_DLLPRIVATE void ClearBuffer ()
 
SAL_DLLPRIVATE std::size_t CryptAndWriteBuffer (const void *pStart, std::size_t nLen)
 
SAL_DLLPRIVATE void EncryptBuffer (void *pStart, std::size_t nLen) const
 
- Protected Attributes inherited from SvStream
sal_uInt64 m_nBufFilePos
 
StreamMode m_eStreamMode
 
bool m_isWritable
 

Detailed Description

Definition at line 49 of file storage.hxx.

Constructor & Destructor Documentation

◆ ~SotStorageStream()

SotStorageStream::~SotStorageStream ( )
overrideprivatevirtual

Definition at line 114 of file storage.cxx.

References SvStream::Flush(), and pOwnStm.

◆ SotStorageStream()

SotStorageStream::SotStorageStream ( BaseStorageStream pBaseStream)

Member Function Documentation

◆ Commit()

void SotStorageStream::Commit ( )

◆ FlushData()

void SotStorageStream::FlushData ( )
overrideprivatevirtual

Reimplemented from SvStream.

Definition at line 147 of file storage.cxx.

References BaseStorageStream::Flush(), StorageBase::GetError(), pOwnStm, and SvStream::SetError().

◆ GetData()

std::size_t SotStorageStream::GetData ( void *  pData,
std::size_t  nSize 
)
overrideprivatevirtual

Reimplemented from SvStream.

Definition at line 126 of file storage.cxx.

References StorageBase::GetError(), pData, pOwnStm, BaseStorageStream::Read(), and SvStream::SetError().

◆ GetSize()

sal_uInt32 SotStorageStream::GetSize ( ) const

Definition at line 164 of file storage.cxx.

References TellEnd().

◆ PutData()

std::size_t SotStorageStream::PutData ( const void *  pData,
std::size_t  nSize 
)
overrideprivatevirtual

Reimplemented from SvStream.

Definition at line 133 of file storage.cxx.

References StorageBase::GetError(), pData, pOwnStm, SvStream::SetError(), and BaseStorageStream::Write().

◆ ResetError()

void SotStorageStream::ResetError ( )
overridevirtual

Reimplemented from SvStream.

Definition at line 120 of file storage.cxx.

References pOwnStm, SvStream::ResetError(), and StorageBase::ResetError().

◆ SeekPos()

sal_uInt64 SotStorageStream::SeekPos ( sal_uInt64  nPos)
overrideprivatevirtual

Reimplemented from SvStream.

Definition at line 140 of file storage.cxx.

References StorageBase::GetError(), nPos, pOwnStm, BaseStorageStream::Seek(), and SvStream::SetError().

◆ SetProperty()

bool SotStorageStream::SetProperty ( OUString const &  rName,
css::uno::Any const &  rValue 
)

Definition at line 187 of file storage.cxx.

References pOwnStm, and UCBStorageStream::SetProperty().

◆ SetSize()

void SotStorageStream::SetSize ( sal_uInt64  nNewSize)
overridevirtual

◆ TellEnd()

sal_uInt64 SotStorageStream::TellEnd ( )
overridevirtual

Reimplemented from SvStream.

Definition at line 170 of file storage.cxx.

References SvStream::FlushBuffer(), BaseStorageStream::GetSize(), and pOwnStm.

Referenced by GetSize().

Friends And Related Function Documentation

◆ SotStorage

friend class SotStorage
friend

Definition at line 51 of file storage.hxx.

Member Data Documentation

◆ pOwnStm

BaseStorageStream* SotStorageStream::pOwnStm
private

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