Home
last modified time | relevance | path

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

/trunk/main/linguistic/source/
H A Dspelldsp.cxx525 Reference< XSpellAlternatives > xTmpRes; in spell_Impl() local
533 && (!bTmpResValid || xTmpRes.is()) ) in spell_Impl()
540 xTmpRes = NULL; in spell_Impl()
560 xRes = xTmpRes; in spell_Impl()
566 if (xTmpRes.is() && bTmpResValid) in spell_Impl()
570 xRes = xTmpRes; in spell_Impl()
579 if ((!bTmpResValid || xTmpRes.is()) in spell_Impl()
622 xTmpRes = NULL; in spell_Impl()
642 xRes = xTmpRes; in spell_Impl()
652 xRes = xTmpRes; in spell_Impl()
[all …]
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx454 Reference< XSpellAlternatives > xTmpRes; in queryMeanings() local
455 xTmpRes = xSpell->spell( A2OU("<?xml?><query type='generate'><word>") + in queryMeanings()
457 if (xTmpRes.is()) in queryMeanings()
459 Sequence<OUString>seq = xTmpRes->getAlternatives(); in queryMeanings()
515 Reference< XSpellAlternatives > xTmpRes; in queryMeanings() local
516 xTmpRes = xSpell->spell( A2OU("<?xml?><query type='stem'><word>") + in queryMeanings()
518 if (xTmpRes.is()) in queryMeanings()
520 Sequence<OUString>seq = xTmpRes->getAlternatives(); in queryMeanings()
540 xTmpRes = xSpell->spell( A2OU("<?xml?><query type='stem'><word>") + in queryMeanings()
542 if (xTmpRes.is()) in queryMeanings()
[all …]

Completed in 18 milliseconds