Lines Matching refs:xSpellAlt
1897 Reference< XSpellAlternatives > xSpellAlt; in ImpSpell()
1899 while (!xSpellAlt.is()) in ImpSpell()
1939 xSpellAlt = xSpeller->spell( aWord, eLang, aEmptySeq ); in ImpSpell()
1942 if ( !xSpellAlt.is() ) in ImpSpell()
1952 return xSpellAlt; in ImpSpell()
1981 Reference< XSpellAlternatives > xSpellAlt; in ImpFindNextError() local
1983 while (!xSpellAlt.is()) in ImpFindNextError()
2008 xSpellAlt = xSpeller->spell( aWord, GetLanguage( aCurSel.Max() ), aEmptySeq ); in ImpFindNextError()
2010 if ( !xSpellAlt.is() ) in ImpFindNextError()
2018 return xSpellAlt; in ImpFindNextError()
2562 Reference< XSpellAlternatives > xSpellAlt; in HasSpellErrors() local
2564 while ( !xSpellAlt.is() ) in HasSpellErrors()
2578 xSpellAlt = xSpeller->spell( aWord, eLang, aEmptySeq ); in HasSpellErrors()