/aoo41x/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 133 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 …]
|
/aoo41x/main/editeng/source/misc/ |
H A D | splwrap.cxx | 398 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()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 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() 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 D | impedit.hxx | 967 … ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XSpellAlternatives > xAlt, 972 … ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XSpellAlternatives > xAlt,
|
/aoo41x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 848 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()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 702 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | LinguisticExamples.java | 194 XSpellAlternatives xAlt = mxSpell.spell( aWord, aLocale, aEmptyProps ); in Run() local 195 if (xAlt == null) in Run() 200 String[] aAlternatives = xAlt.getAlternatives(); in Run()
|
/aoo41x/main/linguistic/workben/ |
H A D | sspellimp.cxx | 292 Reference< XSpellAlternatives > xAlt; in spell() local 295 xAlt = GetProposals( rWord, rLocale ); in spell() 297 return xAlt; in spell()
|
/aoo41x/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.cxx | 424 Reference< XSpellAlternatives > xAlt; in spell() local 427 xAlt = GetProposals( rWord, rLocale ); in spell() 429 return xAlt; in spell()
|
/aoo41x/main/lingucomponent/source/spellcheck/spell/ |
H A D | sspellimp.cxx | 502 Reference< XSpellAlternatives > xAlt; in spell() local 505 xAlt = GetProposals( rWord, rLocale ); in spell() 507 return xAlt; in spell()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | olmenu.hxx | 72 ::com::sun::star::linguistic2::XSpellAlternatives > &xAlt,
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 387 const uno::Reference< linguistic2::XSpellAlternatives > &xAlt, in SwSpellPopup() 391 xSpellAlt(xAlt), in SwSpellPopup()
|