Home
last modified time | relevance | path

Searched refs:_nNumOfElement (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx1292 bool Set( const String& _rElement, sal_uInt16 _nNumOfElement );
1293 bool Reset( sal_uInt16 _nNumOfElement );
1294 const String* Get( sal_uInt16 _nNumOfElement ) const;
1335 bool bRet = _nNumOfElement < m_nSize; in Set()
1338 String** ppElem = m_ppElements + _nNumOfElement; in Set()
1351 bool SuggestionList::Reset( sal_uInt16 _nNumOfElement ) in Reset() argument
1353 bool bRet = _nNumOfElement < m_nSize; in Reset()
1356 String** ppElem = m_ppElements + _nNumOfElement; in Reset()
1368 const String* SuggestionList::Get( sal_uInt16 _nNumOfElement ) const in Get()
1372 if( _nNumOfElement < m_nSize ) in Get()
[all …]

Completed in 23 milliseconds