Searched refs:pAlt (Results 1 – 4 of 4) sorted by relevance
86 const OUString *pAlt = j == 0 ? pAlt1 : pAlt2; in MergeProposals() local89 if (pAlt[i].getLength()) in MergeProposals()90 pAltNew[ nIndex++ ] = pAlt[ i ]; in MergeProposals()225 const OUString *pAlt = j == 0 ? pAlt1 : pAlt2; in MergeProposalSeqs() local228 if (pAlt[i].getLength() && in MergeProposalSeqs()230 pMerged[ nIndex++ ] = pAlt[ i ]; in MergeProposalSeqs()362 SpellAlternatives* pAlt = new SpellAlternatives; in CreateSpellAlternatives() local363 pAlt->SetWordLanguage( rWord, nLang ); in CreateSpellAlternatives()364 pAlt->SetFailureType( nTypeP ); in CreateSpellAlternatives()365 pAlt->SetAlternatives( rAlt ); in CreateSpellAlternatives()[all …]
250 SpellAlternatives *pAlt = new SpellAlternatives; in GetProposals() local251 pAlt->SetWordLanguage( aTmp, nLang ); in GetProposals()252 pAlt->SetFailureType( SpellFailure::SPELLING_ERROR ); in GetProposals()253 pAlt->SetAlternatives( aStr ); in GetProposals()255 xRes = pAlt; in GetProposals()
394 SpellAlternatives *pAlt = new SpellAlternatives; in GetProposals() local396 pAlt->SetWordLanguage( aTmp, nLang ); in GetProposals()397 pAlt->SetFailureType( SpellFailure::SPELLING_ERROR ); in GetProposals()398 pAlt->SetAlternatives( aStr ); in GetProposals()399 xRes = pAlt; in GetProposals()
1124 const OUString *pAlt = aAlt.getConstArray(); in ExecuteSpellPopup() local1130 String aAlternate( pAlt[nW] ); in ExecuteSpellPopup()1288 String aWord = pAlt[nId - MN_AUTOSTART]; in ExecuteSpellPopup()1297 String aWord = pAlt[nId - MN_ALTSTART]; in ExecuteSpellPopup()
Completed in 22 milliseconds