Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dspelldsp.cxx598 ProposalList aProposalList; in spell_Impl() local
602 aProposalList.Append( xRes->getAlternatives() ); in spell_Impl()
626 aProposalList.Prepend( aAddRplcTxt ); in spell_Impl()
658aProposalList.Prepend( m_pCharClass->titlecase(aAddRplcTxt) ); in spell_Impl()
661aProposalList.Prepend( m_pCharClass->uppercase(aAddRplcTxt) ); in spell_Impl()
685 aProposalList.Append( aDicListProps ); in spell_Impl()
686 std::vector< OUString > aProposals = aProposalList.GetVector(); in spell_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dspelldsp.cxx596 ProposalList aProposalList; in spell_Impl() local
600 aProposalList.Append( xRes->getAlternatives() ); in spell_Impl()
624 aProposalList.Prepend( aAddRplcTxt ); in spell_Impl()
656aProposalList.Prepend( m_pCharClass->titlecase(aAddRplcTxt) ); in spell_Impl()
659aProposalList.Prepend( m_pCharClass->uppercase(aAddRplcTxt) ); in spell_Impl()
683 aProposalList.Append( aDicListProps ); in spell_Impl()
684 std::vector< OUString > aProposals = aProposalList.GetVector(); in spell_Impl()