Home
last modified time | relevance | path

Searched refs:pAlt (Results 1 – 4 of 4) sorted by relevance

/trunk/main/linguistic/source/
H A Dspelldta.cxx86 const OUString *pAlt = j == 0 ? pAlt1 : pAlt2; in MergeProposals() local
89 if (pAlt[i].getLength()) in MergeProposals()
90 pAltNew[ nIndex++ ] = pAlt[ i ]; in MergeProposals()
225 const OUString *pAlt = j == 0 ? pAlt1 : pAlt2; in MergeProposalSeqs() local
228 if (pAlt[i].getLength() && in MergeProposalSeqs()
230 pMerged[ nIndex++ ] = pAlt[ i ]; in MergeProposalSeqs()
362 SpellAlternatives* pAlt = new SpellAlternatives; in CreateSpellAlternatives() local
363 pAlt->SetWordLanguage( rWord, nLang ); in CreateSpellAlternatives()
364 pAlt->SetFailureType( nTypeP ); in CreateSpellAlternatives()
365 pAlt->SetAlternatives( rAlt ); in CreateSpellAlternatives()
[all …]
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx250 SpellAlternatives *pAlt = new SpellAlternatives; in GetProposals() local
251 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()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx394 SpellAlternatives *pAlt = new SpellAlternatives; in GetProposals() local
396 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()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1124 const OUString *pAlt = aAlt.getConstArray(); in ExecuteSpellPopup() local
1130 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 34 milliseconds