Lines Matching refs:xRes
283 Reference< XDictionaryEntry > xRes; in lcl_GetRulingDictionaryEntry() local
290 xRes = xIgnoreAll->getEntry( rWord ); in lcl_GetRulingDictionaryEntry()
291 if (!xRes.is()) in lcl_GetRulingDictionaryEntry()
297 xRes = xNegEntry; in lcl_GetRulingDictionaryEntry()
303 xRes = xPosEntry; in lcl_GetRulingDictionaryEntry()
307 return xRes; in lcl_GetRulingDictionaryEntry()
488 Reference< XSpellAlternatives > xRes; in spell_Impl() local
491 return xRes; in spell_Impl()
558 if (!xRes.is() && bTmpResValid) in spell_Impl()
560 xRes = xTmpRes; in spell_Impl()
562 if (xRes.is()) in spell_Impl()
563 nNumSugestions = xRes->getAlternatives().getLength(); in spell_Impl()
568 if (xRes.is() && nNumSugestions == 0 && nTmpNumSugestions > 0) in spell_Impl()
570 xRes = xTmpRes; in spell_Impl()
640 if (!xRes.is() && bTmpResValid) in spell_Impl()
642 xRes = xTmpRes; in spell_Impl()
644 if (xRes.is()) in spell_Impl()
645 nNumSugestions = xRes->getAlternatives().getLength(); in spell_Impl()
650 if (xRes.is() && nNumSugestions == 0 && nTmpNumSugestions > 0) in spell_Impl()
652 xRes = xTmpRes; in spell_Impl()
673 xRes = NULL; in spell_Impl()
680 if (xRes.is()) in spell_Impl()
682 aProposalList.Append( xRes->getAlternatives() ); in spell_Impl()
684 eFailureType = xRes->getFailureType(); in spell_Impl()
712 xRes = NULL; in spell_Impl()
732 uno::Reference< linguistic2::XSetSpellAlternatives > xSetAlt( xRes, uno::UNO_QUERY ); in spell_Impl()
740 if (xRes.is()) in spell_Impl()
748 xRes = new linguistic::SpellAlternatives( rWord, nLanguage, in spell_Impl()
755 return xRes; in spell_Impl()