/aoo42x/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 458 nGuessLangWord = lcl_CheckLanguage( xSpellAlt->getWord(), ::GetSpellChecker(), xLG, sal_False ); in SwSpellPopup() 741 String aOrig( bGrammarResults ? OUString() : xSpellAlt->getWord() ); in Execute() 776 String aOrigWord( bGrammarResults ? OUString() : xSpellAlt->getWord() ) ; in Execute() 816 xSpellAlt->getWord(), sal_False, aEmptyStr, LANGUAGE_NONE ); in Execute() 820 OUString aWord( xSpellAlt->getWord() ); in Execute()
|
/aoo42x/main/editeng/source/misc/ |
H A D | splwrap.cxx | 407 xHyphWord->getWord(), in SpellDocument() 596 xAllRightDic->add( xAlt->getWord(), sal_False, ::rtl::OUString() ); in FindSpellError() 605 xEntry = xChangeAllList->getEntry( xAlt->getWord() ); in FindSpellError()
|
H A D | unolingu.cxx | 1271 OUString aWord( rHyphWord->getWord() ), in SvxGetAltSpelling()
|
/aoo42x/main/linguistic/source/ |
H A D | hyphdta.cxx | 82 OUString SAL_CALL HyphenatedWord::getWord() in getWord() function in linguistic::HyphenatedWord 151 OUString SAL_CALL PossibleHyphens::getWord() in getWord() function in linguistic::PossibleHyphens
|
H A D | hyphdsp.cxx | 387 if (xRes.is() && xRes->getWord() != rWord) in hyphenate() 526 if (xRes.is() && xRes->getWord() != rWord) in queryAlternativeSpelling() 657 if (xRes.is() && xRes->getWord() != rWord) in createPossibleHyphens()
|
H A D | spelldta.cxx | 96 pSpellAlt->SetWordLanguage( rxAlt1->getWord(), in MergeProposals() 281 OUString SAL_CALL SpellAlternatives::getWord() in getWord() function in linguistic::SpellAlternatives
|
H A D | misc.cxx | 556 OUString aWord( rxHyphWord->getWord() ), in GetAltSpelling() 649 OUString aWord( rxHyphWord->getWord() ); in RebuildHyphensAndControlChars()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | hyphen.cxx | 200 DBG_ASSERT( aActWord == String( xHyphWord->getWord() ), "word mismatch" ); in SvxHyphenWordDialog_Impl() 290 DBG_ASSERT( aActWord == String( rxPossHyph->getWord() ), "word mismatch" ); in EraseUnusableHyphens_Impl() 417 aActWord = String( xHyphWord->getWord() ); in ContinueHyph_Impl()
|
H A D | SpellDialog.cxx | 1238 SpellErrorDescription aDesc( false, aStart->xAlternatives->getWord(), in GetNextSentence_Impl() 1879 aWord = xAlt->getWord(); in SetAlternatives()
|
/aoo42x/main/linguistic/inc/linguistic/ |
H A D | hyphdta.hxx | 63 getWord() 118 getWord()
|
H A D | spelldta.hxx | 108 virtual ::rtl::OUString SAL_CALL getWord( ) throw (::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/offapi/com/sun/star/linguistic2/ |
H A D | XPossibleHyphens.idl | 43 getWord: Dampfschiffahrt 61 string getWord();
|
H A D | XSpellAlternatives.idl | 58 string getWord();
|
H A D | XHyphenatedWord.idl | 54 string getWord();
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | LinguisticExamples.java | 228 + " in " + xHyphWord.getWord() ); in Run() 246 + " in " + xHyphWord.getWord() ); in Run()
|
H A D | XPossibleHyphens_impl.java | 61 public String getWord() throws com.sun.star.uno.RuntimeException in getWord() method in XPossibleHyphens_impl
|
H A D | XSpellAlternatives_impl.java | 60 public String getWord() throws com.sun.star.uno.RuntimeException in getWord() method in XSpellAlternatives_impl
|
H A D | XHyphenatedWord_impl.java | 62 public String getWord() throws com.sun.star.uno.RuntimeException in getWord() method in XHyphenatedWord_impl
|
/aoo42x/main/sw/source/core/text/ |
H A D | guess.cxx | 400 const String aWord = xHyphWord->getWord(); in Guess() 415 xHyphWord->getWord().indexOf( CHAR_SOFTHYPHEN ); in Guess()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1785 aPortion.sText = xAlt->getWord(); in CreatePortion()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | editview.cxx | 1089 … nGuessLangWord = lcl_CheckLanguage( xSpellAlt->getWord(), xSpeller, xLangGuesser, sal_False ); in ExecuteSpellPopup()
|