Lines Matching refs:SuggestionList
1278 class SuggestionList class
1289 SuggestionList( sal_uInt16 _nNumOfElements );
1290 virtual ~SuggestionList();
1303 inline sal_uInt16 SuggestionList::GetCount( void ) const in GetCount()
1308 SuggestionList::SuggestionList( sal_uInt16 _nNumOfElements ) in SuggestionList() function in svx::SuggestionList
1328 SuggestionList::~SuggestionList() in ~SuggestionList()
1333 bool SuggestionList::Set( const String& _rElement, sal_uInt16 _nNumOfElement ) in Set()
1351 bool SuggestionList::Reset( sal_uInt16 _nNumOfElement ) in Reset()
1368 const String* SuggestionList::Get( sal_uInt16 _nNumOfElement ) const in Get()
1380 void SuggestionList::Clear( void ) in Clear()
1402 const String* SuggestionList::_Next( void ) in _Next()
1415 const String* SuggestionList::First( void ) in First()
1421 const String* SuggestionList::Next( void ) in Next()
1756 m_pSuggestions = new SuggestionList( MAXNUM_SUGGESTIONS ); in UpdateSuggestions()
1802 m_pSuggestions = new SuggestionList( MAXNUM_SUGGESTIONS ); in EditModify()