Lines Matching refs:aWord
200 String aWord; in GetWordAtCursor() local
225 aWord = aURL; in GetWordAtCursor()
234 if ( !aWord.Len() ) in GetWordAtCursor()
235 aWord = pTextEngine->GetWord( rSelEnd ); in GetWordAtCursor()
238 if ( !aWord.Len() && pEditView->HasSelection() ) in GetWordAtCursor()
239 aWord = pTextEngine->GetWord( rSelStart ); in GetWordAtCursor()
243 return aWord; in GetWordAtCursor()
270 String aWord = GetEditView()->GetTextEngine()->GetWord( aCursor, &aStartOfWord ); in RequestHelp() local
271 if ( aWord.Len() && !ByteString( aWord, RTL_TEXTENCODING_UTF8 ).IsNumericAscii() ) in RequestHelp()
273 sal_uInt16 nLastChar =aWord.Len()-1; in RequestHelp()
274 if ( strchr( cSuffixes, aWord.GetChar( nLastChar ) ) ) in RequestHelp()
275 aWord.Erase( nLastChar, 1 ); in RequestHelp()
276 SbxBase* pSBX = StarBASIC::FindSBXInCurrentScope( aWord ); in RequestHelp()
291 aHelpText = aWord; in RequestHelp()