Lines Matching refs:pRef
192 const Reference< XSpellChecker > *pRef = rEntry.aSvcRefs .getConstArray(); in SvcListHasLanguage() local
196 if (pRef[k].is()) in SvcListHasLanguage()
200 bHasLanguage = pRef[k]->hasLocale( aTmpLocale ); in SvcListHasLanguage()
362 const Reference< XSpellChecker > *pRef = in isValid_Impl() local
368 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in isValid_Impl()
373 bTmpRes = pRef[i]->isValid( aChkWord, aLocale, rProperties ); in isValid_Impl()
397 Reference< XSpellChecker > *pRef = pEntry->aSvcRefs .getArray(); in isValid_Impl() local
423 pRef [i] = xSpell; in isValid_Impl()
530 const Reference< XSpellChecker > *pRef = pEntry->aSvcRefs.getConstArray(); in spell_Impl() local
536 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in spell_Impl()
543 xTmpRes = pRef[i]->spell( aChkWord, aLocale, rProperties ); in spell_Impl()
583 Reference< XSpellChecker > *pRef = pEntry->aSvcRefs .getArray(); in spell_Impl() local
610 pRef [i] = xSpell; in spell_Impl()