LibreOffice Module cui (master) 1
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
svx::SuggestionList Class Reference

Public Member Functions

 SuggestionList ()
 
 ~SuggestionList ()
 
void Set (const OUString &_rElement, sal_uInt16 _nNumOfElement)
 
void Reset (sal_uInt16 _nNumOfElement)
 
const OUString & Get (sal_uInt16 _nNumOfElement) const
 
void Clear ()
 
const OUString * First ()
 
const OUString * Next ()
 
sal_uInt16 GetCount () const
 

Protected Member Functions

const OUString * Next_ ()
 

Protected Attributes

std::vector< OUString > m_vElements
 
sal_uInt16 m_nNumOfEntries
 
sal_uInt16 m_nAct
 

Detailed Description

Definition at line 981 of file hangulhanjadlg.cxx.

Constructor & Destructor Documentation

◆ SuggestionList()

svx::SuggestionList::SuggestionList ( )

Definition at line 1006 of file hangulhanjadlg.cxx.

References m_nAct, and m_nNumOfEntries.

◆ ~SuggestionList()

svx::SuggestionList::~SuggestionList ( )

Definition at line 1012 of file hangulhanjadlg.cxx.

References Clear().

Member Function Documentation

◆ Clear()

void svx::SuggestionList::Clear ( )

Definition at line 1034 of file hangulhanjadlg.cxx.

References m_nAct, m_nNumOfEntries, and m_vElements.

Referenced by ~SuggestionList().

◆ First()

const OUString * svx::SuggestionList::First ( )

Definition at line 1057 of file hangulhanjadlg.cxx.

References m_nAct, and Next_().

◆ Get()

const OUString & svx::SuggestionList::Get ( sal_uInt16  _nNumOfElement) const

Definition at line 1029 of file hangulhanjadlg.cxx.

References m_vElements.

◆ GetCount()

sal_uInt16 svx::SuggestionList::GetCount ( ) const
inline

Definition at line 1003 of file hangulhanjadlg.cxx.

References m_nNumOfEntries.

◆ Next()

const OUString * svx::SuggestionList::Next ( void  )

Definition at line 1063 of file hangulhanjadlg.cxx.

References m_nAct, m_nNumOfEntries, and Next_().

◆ Next_()

const OUString * svx::SuggestionList::Next_ ( )
protected

Definition at line 1044 of file hangulhanjadlg.cxx.

References m_nAct, and m_vElements.

Referenced by First(), and Next().

◆ Reset()

void svx::SuggestionList::Reset ( sal_uInt16  _nNumOfElement)

Definition at line 1023 of file hangulhanjadlg.cxx.

References m_nNumOfEntries, and m_vElements.

◆ Set()

void svx::SuggestionList::Set ( const OUString &  _rElement,
sal_uInt16  _nNumOfElement 
)

Definition at line 1017 of file hangulhanjadlg.cxx.

References m_nNumOfEntries, and m_vElements.

Member Data Documentation

◆ m_nAct

sal_uInt16 svx::SuggestionList::m_nAct
protected

Definition at line 988 of file hangulhanjadlg.cxx.

Referenced by Clear(), First(), Next(), Next_(), and SuggestionList().

◆ m_nNumOfEntries

sal_uInt16 svx::SuggestionList::m_nNumOfEntries
protected

Definition at line 986 of file hangulhanjadlg.cxx.

Referenced by Clear(), GetCount(), Next(), Reset(), Set(), and SuggestionList().

◆ m_vElements

std::vector<OUString> svx::SuggestionList::m_vElements
protected

Definition at line 985 of file hangulhanjadlg.cxx.

Referenced by Clear(), Get(), Next_(), Reset(), and Set().


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