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

#include <filelist.hxx>

Public Member Functions

void AppendFile (const OUString &rStr)
 
OUString GetFile (size_t nIndex) const
 
size_t Count () const
 

Private Member Functions

void clear ()
 

Private Attributes

std::vector< OUString > aStrList
 

Friends

SOT_DLLPUBLIC friend SvStreamReadFileList (SvStream &rIStm, FileList &rFileList)
 

Detailed Description

Definition at line 30 of file filelist.hxx.

Member Function Documentation

◆ AppendFile()

void FileList::AppendFile ( const OUString &  rStr)

Definition at line 61 of file filelist.cxx.

References aStrList.

◆ clear()

void FileList::clear ( )
inlineprivate

Definition at line 35 of file filelist.hxx.

◆ Count()

size_t FileList::Count ( ) const

Definition at line 74 of file filelist.cxx.

References aStrList.

Referenced by GetTransferableAction_Impl().

◆ GetFile()

OUString FileList::GetFile ( size_t  nIndex) const

Definition at line 66 of file filelist.cxx.

References aStr, aStrList, and i.

Friends And Related Function Documentation

◆ ReadFileList

SOT_DLLPUBLIC friend SvStream & ReadFileList ( SvStream rIStm,
FileList rFileList 
)
friend

Definition at line 32 of file filelist.cxx.

Member Data Documentation

◆ aStrList

std::vector<OUString> FileList::aStrList
private

Definition at line 32 of file filelist.hxx.

Referenced by AppendFile(), Count(), and GetFile().


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