Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dspelldsp.cxx620 OUString aAddRplcTxt( xTmp->getReplacementText() ); in spell_Impl() local
623 if (!aAddRplcTxt.isEmpty() && in spell_Impl()
624 !SearchDicList( xDList, aAddRplcTxt, nLanguage, false, true ).is()) in spell_Impl()
626 aProposalList.Prepend( aAddRplcTxt ); in spell_Impl()
649 OUString aAddRplcTxt( xTmp2->getReplacementText() ); in spell_Impl() local
652 if (!aAddRplcTxt.isEmpty() && in spell_Impl()
653 !SearchDicList( xDList, aAddRplcTxt, nLanguage, false, true ).is()) in spell_Impl()
658 … aProposalList.Prepend( m_pCharClass->titlecase(aAddRplcTxt) ); in spell_Impl()
661 … aProposalList.Prepend( m_pCharClass->uppercase(aAddRplcTxt) ); in spell_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dspelldsp.cxx618 OUString aAddRplcTxt( xTmp->getReplacementText() ); in spell_Impl() local
621 if (!aAddRplcTxt.isEmpty() && in spell_Impl()
622 !SearchDicList( xDList, aAddRplcTxt, nLanguage, false, true ).is()) in spell_Impl()
624 aProposalList.Prepend( aAddRplcTxt ); in spell_Impl()
647 OUString aAddRplcTxt( xTmp2->getReplacementText() ); in spell_Impl() local
650 if (!aAddRplcTxt.isEmpty() && in spell_Impl()
651 !SearchDicList( xDList, aAddRplcTxt, nLanguage, false, true ).is()) in spell_Impl()
656 … aProposalList.Prepend( m_pCharClass->titlecase(aAddRplcTxt) ); in spell_Impl()
659 … aProposalList.Prepend( m_pCharClass->uppercase(aAddRplcTxt) ); in spell_Impl()