Lines Matching refs:aWord

1718     String aWord;  in ImpConvert()  local
1860 aWord = GetSelected( aCurSel ); in ImpConvert()
1862 if ( aWord.Len() > 0 /* && bLangOk */) in ImpConvert()
1863 aRes = aWord; in ImpConvert()
1896 String aWord; in ImpSpell()
1921 aWord = GetSelected( aCurSel ); in ImpSpell()
1925 if ( aWord.Len() && ( aCurSel.Max().GetIndex() < aCurSel.Max().GetNode()->Len() ) ) in ImpSpell()
1931 aWord += cNext; in ImpSpell()
1935 if ( aWord.Len() > 0 ) in ImpSpell()
1939 xSpellAlt = xSpeller->spell( aWord, eLang, aEmptySeq ); in ImpSpell()
1980 String aWord; in ImpFindNextError() local
1993 aWord = GetSelected( aCurSel ); in ImpFindNextError()
1997 if ( aWord.Len() && ( aCurSel.Max().GetIndex() < aCurSel.Max().GetNode()->Len() ) ) in ImpFindNextError()
2003 aWord += cNext; in ImpFindNextError()
2007 if ( aWord.Len() > 0 ) in ImpFindNextError()
2008 xSpellAlt = xSpeller->spell( aWord, GetLanguage( aCurSel.Max() ), aEmptySeq ); in ImpFindNextError()
2397 String aWord( GetSelected( aSel ) ); in DoOnlineSpelling() local
2407 aWord += cNext; in DoOnlineSpelling()
2414 if ( aWord.Len() > 0 ) in DoOnlineSpelling()
2418 …if ( !xSpeller->isValid( aWord, GetLanguage( EditPaM( aSel.Min().GetNode(), nWStart+1 ) ), aEmptyS… in DoOnlineSpelling()
2561 String aWord; in HasSpellErrors() local
2573 aWord = GetSelected( aCurSel ); in HasSpellErrors()
2574 if ( aWord.Len() > 0 ) in HasSpellErrors()
2578 xSpellAlt = xSpeller->spell( aWord, eLang, aEmptySeq ); in HasSpellErrors()
2593 String aWord( GetSelected( aCurSel ) ); in StartThesaurus() local
2600 …AbstractThesaurusDialog* pDlg = pFact->CreateThesaurusDialog( pEditView->GetWindow(), xThes, aWord in StartThesaurus()