Searched refs:aLookUpText (Results 1 – 6 of 6) sorted by relevance
306 aLookUpText (), in SvxThesaurusDialog_Impl()362 aLookUpText, aLocale, uno::Sequence< beans::PropertyValue >() ); in UpdateAlternativesBox_Impl()436 aLookUpText = OUString( aText ); in LookUp_Impl()437 if (aLookUpText.getLength() > 0 && in LookUp_Impl()438 (aLookUpHistory.size() == 0 || aLookUpText != aLookUpHistory.top())) in LookUp_Impl()439 aLookUpHistory.push( aLookUpText ); in LookUp_Impl()666 m_pImpl->aLookUpText = OUString( rWord ); in SvxThesaurusDialog()
189 OUString aLookUpText; member
49 ::rtl::OUString aLookUpText; // text that was looked up in the thesaurus70 const ::rtl::OUString & getLookUpText() const { return aLookUpText; } in getLookUpText()
470 OUString aLookUpText( aText.copy(nStartPos, nLength) ); in getConversions() local474 rConvMap.equal_range( aLookUpText ); in getConversions()
53 aLookUpText (rLookUpText), in ThesaurusMeaning()
419 const String aLookUpText = rView2.GetThesaurusLookUpText( bSelection ); in Execute() local420 rView2.InsertThesaurusSynonym( aReplaceText, aLookUpText, bSelection ); in Execute()
Completed in 44 milliseconds