LibreOffice Module cui (master) 1
|
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 |
Definition at line 981 of file hangulhanjadlg.cxx.
svx::SuggestionList::SuggestionList | ( | ) |
Definition at line 1006 of file hangulhanjadlg.cxx.
References m_nAct, and m_nNumOfEntries.
svx::SuggestionList::~SuggestionList | ( | ) |
Definition at line 1012 of file hangulhanjadlg.cxx.
References Clear().
void svx::SuggestionList::Clear | ( | ) |
Definition at line 1034 of file hangulhanjadlg.cxx.
References m_nAct, m_nNumOfEntries, and m_vElements.
Referenced by ~SuggestionList().
const OUString * svx::SuggestionList::First | ( | ) |
Definition at line 1057 of file hangulhanjadlg.cxx.
const OUString & svx::SuggestionList::Get | ( | sal_uInt16 | _nNumOfElement | ) | const |
Definition at line 1029 of file hangulhanjadlg.cxx.
References m_vElements.
|
inline |
Definition at line 1003 of file hangulhanjadlg.cxx.
References m_nNumOfEntries.
const OUString * svx::SuggestionList::Next | ( | void | ) |
Definition at line 1063 of file hangulhanjadlg.cxx.
References m_nAct, m_nNumOfEntries, and Next_().
|
protected |
Definition at line 1044 of file hangulhanjadlg.cxx.
References m_nAct, and m_vElements.
void svx::SuggestionList::Reset | ( | sal_uInt16 | _nNumOfElement | ) |
Definition at line 1023 of file hangulhanjadlg.cxx.
References m_nNumOfEntries, and m_vElements.
void svx::SuggestionList::Set | ( | const OUString & | _rElement, |
sal_uInt16 | _nNumOfElement | ||
) |
Definition at line 1017 of file hangulhanjadlg.cxx.
References m_nNumOfEntries, and m_vElements.
|
protected |
Definition at line 988 of file hangulhanjadlg.cxx.
Referenced by Clear(), First(), Next(), Next_(), and SuggestionList().
|
protected |
Definition at line 986 of file hangulhanjadlg.cxx.
Referenced by Clear(), GetCount(), Next(), Reset(), Set(), and SuggestionList().
|
protected |