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

#include <storinfo.hxx>

Public Member Functions

 SvStorageInfo (const StgDirEntry &)
 
 SvStorageInfo (OUString _aName, sal_uInt64 nSz, bool bIsStorage)
 
const OUString & GetName () const
 
bool IsStream () const
 
bool IsStorage () const
 
sal_uInt64 GetSize () const
 

Private Attributes

OUString aName
 
sal_uInt64 nSize
 
bool bStream
 
bool bStorage
 

Friends

class SotStorage
 

Detailed Description

Definition at line 32 of file storinfo.hxx.

Constructor & Destructor Documentation

◆ SvStorageInfo() [1/2]

SvStorageInfo::SvStorageInfo ( const StgDirEntry rE)

◆ SvStorageInfo() [2/2]

SvStorageInfo::SvStorageInfo ( OUString  _aName,
sal_uInt64  nSz,
bool  bIsStorage 
)
inline

Definition at line 42 of file storinfo.hxx.

Member Function Documentation

◆ GetName()

const OUString & SvStorageInfo::GetName ( ) const
inline

Definition at line 50 of file storinfo.hxx.

References aName.

◆ GetSize()

sal_uInt64 SvStorageInfo::GetSize ( ) const
inline

Definition at line 53 of file storinfo.hxx.

References nSize.

◆ IsStorage()

bool SvStorageInfo::IsStorage ( ) const
inline

Definition at line 52 of file storinfo.hxx.

References bStorage.

◆ IsStream()

bool SvStorageInfo::IsStream ( ) const
inline

Definition at line 51 of file storinfo.hxx.

References bStream.

Friends And Related Function Documentation

◆ SotStorage

friend class SotStorage
friend

Definition at line 34 of file storinfo.hxx.

Member Data Documentation

◆ aName

OUString SvStorageInfo::aName
private

Definition at line 35 of file storinfo.hxx.

Referenced by GetName(), and SvStorageInfo().

◆ bStorage

bool SvStorageInfo::bStorage
private

Definition at line 38 of file storinfo.hxx.

Referenced by IsStorage(), and SvStorageInfo().

◆ bStream

bool SvStorageInfo::bStream
private

Definition at line 37 of file storinfo.hxx.

Referenced by IsStream(), and SvStorageInfo().

◆ nSize

sal_uInt64 SvStorageInfo::nSize
private

Definition at line 36 of file storinfo.hxx.

Referenced by GetSize(), and SvStorageInfo().


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