Home
last modified time | relevance | path

Searched refs:xAlt (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx133 void CreatePortion(uno::Reference< XSpellAlternatives > xAlt,
137 void AddPortion(uno::Reference< XSpellAlternatives > xAlt,
1784 if(xAlt.is()) in CreatePortion()
1785 aPortion.sText = xAlt->getWord(); in CreatePortion()
1810 aPortion.xAlternatives = xAlt; in CreatePortion()
1831 if(xAlt.is() || pGrammarResult != 0) in AddPortion()
1833 CreatePortion(xAlt, pGrammarResult, false, false); in AddPortion()
1856 CreatePortion(xAlt, pGrammarResult, false, true); in AddPortion()
1915 CreatePortion(xAlt, pGrammarResult, true, false); in AddPortion()
1927 CreatePortion(xAlt, pGrammarResult, false, true); in AddPortion()
[all …]
/trunk/main/editeng/source/misc/
H A Dsplwrap.cxx398 Reference< XSpellAlternatives > xAlt( GetLast(), UNO_QUERY ); in SpellDocument() local
589 Reference< XSpellAlternatives > xAlt( GetLast(), UNO_QUERY ); in FindSpellError() local
592 if (xAlt.is()) in FindSpellError()
596 xAllRightDic->add( xAlt->getWord(), sal_False, ::rtl::OUString() ); in FindSpellError()
605 xEntry = xChangeAllList->getEntry( xAlt->getWord() ); in FindSpellError()
611 SvxLocaleToLanguage( xAlt->getLocale() ) ); in FindSpellError()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx2046 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()
2077 while( xAlt.is() ); in SpellSentence()
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()
[all …]
H A Dimpedit.hxx967 … ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XSpellAlternatives > xAlt,
972 … ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XSpellAlternatives > xAlt,
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx848 Reference <XSpellAlternatives> xAlt = xSpell->spell( sError, eLanguage, in IMPL_LINK() local
850 if( xAlt.is() ) in IMPL_LINK()
851 aSentenceED.SetAlternatives( xAlt ); in IMPL_LINK()
1867 void SentenceEditWindow_Impl::SetAlternatives( Reference< XSpellAlternatives> xAlt ) in SetAlternatives() argument
1877 if (xAlt.is()) in SetAlternatives()
1879 aWord = xAlt->getWord(); in SetAlternatives()
1880 aLocale = xAlt->getLocale(); in SetAlternatives()
1881 aAlts = xAlt->getAlternatives(); in SetAlternatives()
1882 uno::Reference< container::XNamed > xNamed( xAlt, uno::UNO_QUERY ); in SetAlternatives()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx702 Reference< XSpellAlternatives > xAlt( pWrtShell->GetCorrection(&rPt, aToFill) ); in ExecSpellPopup() local
708 if (!xAlt.is() || xAlt->getAlternatives().getLength() == 0) in ExecSpellPopup()
721 if ((!bUseGrammarContext && xAlt.is()) || in ExecSpellPopup()
746 … pPopup = std::auto_ptr< SwSpellPopup >(new SwSpellPopup( pWrtShell, xAlt, aParaText )); in ExecSpellPopup()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DLinguisticExamples.java194 XSpellAlternatives xAlt = mxSpell.spell( aWord, aLocale, aEmptyProps ); in Run() local
195 if (xAlt == null) in Run()
200 String[] aAlternatives = xAlt.getAlternatives(); in Run()
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx292 Reference< XSpellAlternatives > xAlt; in spell() local
295 xAlt = GetProposals( rWord, rLocale ); in spell()
297 return xAlt; in spell()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx424 Reference< XSpellAlternatives > xAlt; in spell() local
427 xAlt = GetProposals( rWord, rLocale ); in spell()
429 return xAlt; in spell()
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx524 Reference< XSpellAlternatives > xAlt; in spell() local
527 xAlt = GetProposals( rWord, rLocale ); in spell()
529 return xAlt; in spell()
/trunk/main/sw/source/ui/inc/
H A Dolmenu.hxx72 ::com::sun::star::linguistic2::XSpellAlternatives > &xAlt,
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx387 const uno::Reference< linguistic2::XSpellAlternatives > &xAlt, in SwSpellPopup()
391 xSpellAlt(xAlt), in SwSpellPopup()

Completed in 105 milliseconds