Lines Matching refs:xTmpRes
525 Reference< XSpellAlternatives > xTmpRes; in spell_Impl() local
533 && (!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()
596 while (i < nLen && (!bTmpResValid || xTmpRes.is())) in spell_Impl()
622 xTmpRes = NULL; in spell_Impl()
625 xTmpRes = xSpell->spell( aChkWord, aLocale, rProperties ); in spell_Impl()
630 if (!xTmpRes.is() && 0 == rProperties.getLength()) in spell_Impl()
642 xRes = xTmpRes; in spell_Impl()
648 if (xTmpRes.is() && bTmpResValid) in spell_Impl()
649 nTmpNumSugestions = xTmpRes->getAlternatives().getLength(); in spell_Impl()
652 xRes = xTmpRes; in spell_Impl()
672 if (bTmpResValid && !xTmpRes.is()) in spell_Impl()