Searched refs:aNewWord (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sw/source/core/doc/ |
H A D | acmplwrd.cxx | 294 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()
|
/trunk/main/cui/source/options/ |
H A D | optdict.cxx | 605 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()
|
/trunk/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 777 String aNewWord( aSuggestions[ nAltIdx ] ); in Execute() local 778 SvxPrepareAutoCorrect( aOrigWord, aNewWord ); in Execute() 781 pACorr->PutText( aOrigWord, aNewWord, nCheckedLanguage ); in Execute()
|
/trunk/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 1026 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 D | commonlingui.hxx | 83 FixedText aNewWord; member in SvxCommonLinguisticControl
|
H A D | commonlingui.cxx | 89 ,aNewWord ( this, CUI_RES( FT_NEWWORD ) ) in SvxCommonLinguisticControl()
|
/trunk/main/editeng/source/editeng/ |
H A D | edtspell.cxx | 179 String aNewWord( rNewWord ); in ChangeWord() local 180 pEditView->InsertText( aNewWord ); in ChangeWord()
|
Completed in 114 milliseconds