Lines Matching refs:xAlt
2045 Reference< XSpellAlternatives > xAlt = ImpFindNextError(aCurSel); in SpellSentence()
2046 if (xAlt.is()) in SpellSentence()
2059 AddPortionIterated(rEditView, aCurSel, xAlt, rToFill); in SpellSentence()
2065 xAlt = ImpFindNextError(aNextSel); in SpellSentence()
2066 if(xAlt.is()) in SpellSentence()
2071 AddPortionIterated(rEditView, aNextSel, xAlt, rToFill); in SpellSentence()
2074 … AddPortionIterated(rEditView, EditSelection(aCurSel.Max(), aSentencePaM.Max()), xAlt, rToFill); in SpellSentence()
2077 while( xAlt.is() ); in SpellSentence()
2091 uno::Reference< XSpellAlternatives > xAlt, in AddPortion()
2102 aPortion.xAlternatives = xAlt; in AddPortion()
2120 Reference< XSpellAlternatives > xAlt, in AddPortionIterated()
2127 if(xAlt.is()) in AddPortionIterated()
2129 AddPortion(rSel, xAlt, rToFill, false); in AddPortionIterated()
2177 AddPortion(aSelection, xAlt, rToFill, bIsEndField); in AddPortionIterated()
2183 AddPortion(aSelection, xAlt, rToFill, bIsField); in AddPortionIterated()