Searched refs:aThesLookUpStr (Results 1 – 1 of 1) sorted by relevance
204 String aThesLookUpStr; in InsertThesaurusSubmenu_Impl() local209 aThesLookUpStr = pStrItem->GetValue(); in InsertThesaurusSubmenu_Impl()210 nDelimPos = aThesLookUpStr.SearchBackward( '#' ); in InsertThesaurusSubmenu_Impl()212 if (aThesLookUpStr.Len() > 0 && nDelimPos != STRING_NOTFOUND) in InsertThesaurusSubmenu_Impl()217 ::rtl::OUString aText( aHelper.GetText( aThesLookUpStr, nDelimPos ) ); in InsertThesaurusSubmenu_Impl()219 aHelper.GetLocale( aLocale, aThesLookUpStr, nDelimPos ); in InsertThesaurusSubmenu_Impl()
Completed in 12 milliseconds