Home
last modified time | relevance | path

Searched refs:aNewWord (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sw/source/core/doc/
H A Dacmplwrd.cxx294 String aNewWord(rWord); in InsertWord() local
295 aNewWord.EraseAllChars( CH_TXTATR_INWORD ); in InsertWord()
296 aNewWord.EraseAllChars( CH_TXTATR_BREAKWORD ); in InsertWord()
300 xub_StrLen nWrdLen = aNewWord.Len(); in InsertWord()
301 while( nWrdLen && '.' == aNewWord.GetChar( nWrdLen-1 )) in InsertWord()
307 StringPtr pNew = pAutoString = new SwAutoCompleteString( aNewWord, 0, nWrdLen ); in InsertWord()
/aoo4110/main/cui/source/options/
H A Doptdict.cxx605 XubString aNewWord(aWordED.GetText()); in IMPL_LINK() local
606 String sEntry(aNewWord); in IMPL_LINK()
611 if ( nPos != LISTBOX_ENTRY_NOTFOUND && aNewWord.Len() > 0) in IMPL_LINK()
633 aNewWord, bIsNegEntry, in IMPL_LINK()
661 _nPos = GetLBInsertPos( aNewWord ); in IMPL_LINK()
/aoo4110/main/sw/source/ui/lingu/
H A Dolmenu.cxx777 String aNewWord( aSuggestions[ nAltIdx ] ); in Execute() local
778 SvxPrepareAutoCorrect( aOrigWord, aNewWord ); in Execute()
781 pACorr->PutText( aOrigWord, aNewWord, nCheckedLanguage ); in Execute()
/aoo4110/main/editeng/source/editeng/
H A Dedtspell.cxx179 String aNewWord( rNewWord ); in ChangeWord() local
180 pEditView->InsertText( aNewWord ); in ChangeWord()
/aoo4110/main/cui/source/dialogs/
H A DSpellDialog.cxx1026 const String aNewWord= aSentenceED.GetErrorText(); in IMPL_LINK() local
1040 nAddRes = linguistic::AddEntryToDic( xDic, aNewWord, sal_False, OUString(), LANGUAGE_NONE ); in IMPL_LINK()
1051 pAction->SetAddedWord( aNewWord ); in IMPL_LINK()
1055 if (DIC_ERR_NONE != nAddRes && xDic->getEntry( aNewWord ).is()) in IMPL_LINK()
H A Dcommonlingui.hxx83 FixedText aNewWord; member in SvxCommonLinguisticControl
H A Dcommonlingui.cxx89 ,aNewWord ( this, CUI_RES( FT_NEWWORD ) ) in SvxCommonLinguisticControl()

Completed in 60 milliseconds