Searched refs:xTmpRes (Results 1 – 2 of 2) sorted by relevance
525 Reference< XSpellAlternatives > xTmpRes; in spell_Impl() local533 && (!bTmpResValid || xTmpRes.is()) ) in spell_Impl()540 xTmpRes = NULL; in spell_Impl()543 xTmpRes = pRef[i]->spell( aChkWord, aLocale, rProperties ); in spell_Impl()548 if (!xTmpRes.is() && 0 == rProperties.getLength()) in spell_Impl()560 xRes = xTmpRes; in spell_Impl()566 if (xTmpRes.is() && bTmpResValid) in spell_Impl()567 nTmpNumSugestions = xTmpRes->getAlternatives().getLength(); in spell_Impl()570 xRes = xTmpRes; in spell_Impl()579 if ((!bTmpResValid || xTmpRes.is()) in spell_Impl()[all …]
454 Reference< XSpellAlternatives > xTmpRes; in queryMeanings() local455 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() local516 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 …]