Searched refs:aLangVec (Results 1 – 1 of 1) sorted by relevance
694 std::vector< OUString > aLangVec; in SvxThesaurusDialog() local699 aLangVec.push_back( aLangTab.GetString( nLang ) ); in SvxThesaurusDialog()701 std::sort( aLangVec.begin(), aLangVec.end() ); in SvxThesaurusDialog()702 for (size_t i = 0; i < aLangVec.size(); ++i) in SvxThesaurusDialog()703 …pMenu->InsertItem( (sal_uInt16)i+1, aLangVec[i] ); // menu items should be enumerated from 1 and … in SvxThesaurusDialog()
Completed in 10 milliseconds