LibreOffice Module sot (master) 1
Public Member Functions | Public Attributes | List of all members
UCBStorageElement_Impl Struct Reference
Collaboration diagram for UCBStorageElement_Impl:
[legend]

Public Member Functions

 UCBStorageElement_Impl (const OUString &rName, bool bIsFolder=false, sal_uInt64 nSize=0)
 
::ucbhelper::ContentGetContent ()
 
bool IsModified () const
 
OUString GetContentType () const
 
void SetContentType (const OUString &)
 
OUString GetOriginalContentType () const
 
bool IsLoaded () const
 

Public Attributes

OUString m_aName
 
OUString m_aOriginalName
 
sal_uInt64 m_nSize
 
bool m_bIsFolder
 
bool m_bIsStorage
 
bool m_bIsRemoved
 
bool m_bIsInserted
 
UCBStorage_ImplRef m_xStorage
 
UCBStorageStream_ImplRef m_xStream
 

Detailed Description

Definition at line 527 of file ucbstorage.cxx.

Constructor & Destructor Documentation

◆ UCBStorageElement_Impl()

UCBStorageElement_Impl::UCBStorageElement_Impl ( const OUString &  rName,
bool  bIsFolder = false,
sal_uInt64  nSize = 0 
)
inline

Definition at line 539 of file ucbstorage.cxx.

Member Function Documentation

◆ GetContent()

ucbhelper::Content * UCBStorageElement_Impl::GetContent ( )

Definition at line 560 of file ucbstorage.cxx.

References tools::SvRef< typename T >::is(), m_xStorage, and m_xStream.

◆ GetContentType()

OUString UCBStorageElement_Impl::GetContentType ( ) const

Definition at line 570 of file ucbstorage.cxx.

References tools::SvRef< typename T >::is(), m_xStorage, and m_xStream.

◆ GetOriginalContentType()

OUString UCBStorageElement_Impl::GetOriginalContentType ( ) const

Definition at line 596 of file ucbstorage.cxx.

References tools::SvRef< typename T >::is(), m_xStorage, and m_xStream.

◆ IsLoaded()

bool UCBStorageElement_Impl::IsLoaded ( ) const
inline

Definition at line 556 of file ucbstorage.cxx.

References tools::SvRef< typename T >::is(), m_xStorage, and m_xStream.

◆ IsModified()

bool UCBStorageElement_Impl::IsModified ( ) const

◆ SetContentType()

void UCBStorageElement_Impl::SetContentType ( const OUString &  rType)

Definition at line 583 of file ucbstorage.cxx.

References tools::SvRef< typename T >::is(), m_xStorage, and m_xStream.

Member Data Documentation

◆ m_aName

OUString UCBStorageElement_Impl::m_aName

Definition at line 529 of file ucbstorage.cxx.

Referenced by UCBStorage::CopyStorageElement_Impl(), and IsModified().

◆ m_aOriginalName

OUString UCBStorageElement_Impl::m_aOriginalName

◆ m_bIsFolder

bool UCBStorageElement_Impl::m_bIsFolder

◆ m_bIsInserted

bool UCBStorageElement_Impl::m_bIsInserted

◆ m_bIsRemoved

bool UCBStorageElement_Impl::m_bIsRemoved

Definition at line 534 of file ucbstorage.cxx.

Referenced by IsModified(), and UCBStorage::Remove().

◆ m_bIsStorage

bool UCBStorageElement_Impl::m_bIsStorage

◆ m_nSize

sal_uInt64 UCBStorageElement_Impl::m_nSize

Definition at line 531 of file ucbstorage.cxx.

◆ m_xStorage

UCBStorage_ImplRef UCBStorageElement_Impl::m_xStorage

◆ m_xStream

UCBStorageStream_ImplRef UCBStorageElement_Impl::m_xStream

The documentation for this struct was generated from the following file: