| /trunk/main/sw/source/core/edit/ |
| H A D | edlingu.cxx | 133 void CreatePortion(uno::Reference< XSpellAlternatives > xAlt, 137 void AddPortion(uno::Reference< XSpellAlternatives > xAlt, 1773 void SwSpellIter::CreatePortion(uno::Reference< XSpellAlternatives > xAlt, in CreatePortion() argument 1784 if(xAlt.is()) in CreatePortion() 1785 aPortion.sText = xAlt->getWord(); in CreatePortion() 1810 aPortion.xAlternatives = xAlt; in CreatePortion() 1822 void SwSpellIter::AddPortion(uno::Reference< XSpellAlternatives > xAlt, in AddPortion() argument 1831 if(xAlt.is() || pGrammarResult != 0) in AddPortion() 1833 CreatePortion(xAlt, pGrammarResult, false, false); in AddPortion() 1856 CreatePortion(xAlt, pGrammarResult, false, true); in AddPortion() [all …]
|
| /trunk/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()
|
| /trunk/main/editeng/source/editeng/ |
| H A D | impedit4.cxx | 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() [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,
|
| /trunk/main/cui/source/dialogs/ |
| H A D | SpellDialog.cxx | 846 Reference <XSpellAlternatives> xAlt = xSpell->spell( sError, eLanguage, in IMPL_LINK() local 848 if( xAlt.is() ) in IMPL_LINK() 849 aSentenceED.SetAlternatives( xAlt ); in IMPL_LINK() 1865 void SentenceEditWindow_Impl::SetAlternatives( Reference< XSpellAlternatives> xAlt ) in SetAlternatives() argument 1875 if (xAlt.is()) in SetAlternatives() 1877 aWord = xAlt->getWord(); in SetAlternatives() 1878 aLocale = xAlt->getLocale(); in SetAlternatives() 1879 aAlts = xAlt->getAlternatives(); in SetAlternatives() 1880 uno::Reference< container::XNamed > xNamed( xAlt, uno::UNO_QUERY ); in SetAlternatives()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/lingucomponent/source/spellcheck/spell/ |
| H A D | sspellimp.cxx | 524 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 D | olmenu.hxx | 72 ::com::sun::star::linguistic2::XSpellAlternatives > &xAlt,
|
| /trunk/main/sw/source/ui/lingu/ |
| H A D | olmenu.cxx | 387 const uno::Reference< linguistic2::XSpellAlternatives > &xAlt, in SwSpellPopup() 391 xSpellAlt(xAlt), in SwSpellPopup()
|