Lines Matching refs:SpellAlternatives

95 		SpellAlternatives *pSpellAlt = new SpellAlternatives;  in MergeProposals()
243 SpellAlternatives::SpellAlternatives() in SpellAlternatives() function in linguistic::SpellAlternatives
250 SpellAlternatives::SpellAlternatives( in SpellAlternatives() function in linguistic::SpellAlternatives
265 SpellAlternatives::SpellAlternatives( in SpellAlternatives() function in linguistic::SpellAlternatives
276 SpellAlternatives::~SpellAlternatives() in ~SpellAlternatives()
281 OUString SAL_CALL SpellAlternatives::getWord() in getWord()
289 Locale SAL_CALL SpellAlternatives::getLocale() in getLocale()
297 sal_Int16 SAL_CALL SpellAlternatives::getFailureType() in getFailureType()
305 sal_Int16 SAL_CALL SpellAlternatives::getAlternativesCount() in getAlternativesCount()
313 Sequence< OUString > SAL_CALL SpellAlternatives::getAlternatives() in getAlternatives()
321 void SAL_CALL SpellAlternatives::setAlternatives( const uno::Sequence< OUString >& rAlternatives ) in setAlternatives()
329 void SAL_CALL SpellAlternatives::setFailureType( sal_Int16 nFailureType ) in setFailureType()
337 void SpellAlternatives::SetWordLanguage(const OUString &rWord, sal_Int16 nLang) in SetWordLanguage()
345 void SpellAlternatives::SetFailureType(sal_Int16 nTypeP) in SetFailureType()
352 void SpellAlternatives::SetAlternatives( const Sequence< OUString > &rAlt ) in SetAlternatives()
359 …:uno::Reference < com::sun::star::linguistic2::XSpellAlternatives > SpellAlternatives::CreateSpell… in CreateSpellAlternatives()
362 SpellAlternatives* pAlt = new SpellAlternatives; in CreateSpellAlternatives()