Home
last modified time | relevance | path

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

/aoo41x/main/cui/source/dialogs/
H A Dthesdlg.cxx694 std::vector< OUString > aLangVec; in SvxThesaurusDialog() local
699 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 13 milliseconds