LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwSeqFieldList Class Reference

#include <expfld.hxx>

Public Member Functions

bool InsertSort (SeqFieldLstElem aNew)
 
bool SeekEntry (const SeqFieldLstElem &rNew, size_t *pPos) const
 
size_t Count ()
 
SeqFieldLstElemoperator[] (size_t nIndex)
 
const SeqFieldLstElemoperator[] (size_t nIndex) const
 
void Clear ()
 

Private Attributes

std::vector< SeqFieldLstElemmaData
 

Detailed Description

Definition at line 60 of file expfld.hxx.

Member Function Documentation

◆ Clear()

void SwSeqFieldList::Clear ( )
inline

Definition at line 70 of file expfld.hxx.

References maData.

Referenced by SwSetExpFieldType::GetSeqFieldList(), and SwEditShell::GetSeqFootnoteList().

◆ Count()

size_t SwSeqFieldList::Count ( )
inline

Definition at line 67 of file expfld.hxx.

References maData.

Referenced by SwSetExpFieldType::GetSeqFieldList(), and SwEditShell::GetSeqFootnoteList().

◆ InsertSort()

bool SwSeqFieldList::InsertSort ( SeqFieldLstElem  aNew)

◆ operator[]() [1/2]

SeqFieldLstElem & SwSeqFieldList::operator[] ( size_t  nIndex)
inline

Definition at line 68 of file expfld.hxx.

References maData, and nIndex.

◆ operator[]() [2/2]

const SeqFieldLstElem & SwSeqFieldList::operator[] ( size_t  nIndex) const
inline

Definition at line 69 of file expfld.hxx.

References maData, and nIndex.

◆ SeekEntry()

bool SwSeqFieldList::SeekEntry ( const SeqFieldLstElem rNew,
size_t *  pPos 
) const

Member Data Documentation

◆ maData

std::vector<SeqFieldLstElem> SwSeqFieldList::maData
private

Definition at line 62 of file expfld.hxx.

Referenced by InsertSort(), and SeekEntry().


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