Home
last modified time | relevance | path

Searched refs:sErrorText (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/tools/source/communi/
H A Dparser.cxx54 sErrorText( "" ), in InformationParser()
448 sErrorText = ByteString( sStreamName, gsl_getSystemTextEncoding()); in GetErrorText()
449 sErrorText += ByteString( " (" ); in GetErrorText()
450 sErrorText += ByteString::CreateFromInt64(nErrorLine); in GetErrorText()
451 sErrorText += ByteString( "): " ); in GetErrorText()
455 sErrorText += ByteString( "Keine Fehler aufgetereten" ); in GetErrorText()
458 sErrorText += ByteString( "Ung�ltiges Dateiende!" ); in GetErrorText()
462 return sErrorText; in GetErrorText()
/aoo41x/main/cui/source/dialogs/
H A DSpellAttrib.hxx45 ::rtl::OUString sErrorText;
67 sErrorText( rText ), in SpellErrorDescription()
84 sErrorText.equals( rDesc.sErrorText ) && in operator ==()
H A DSpellDialog.cxx552 String sWrong(pSpellErrorDescription->sErrorText); in IMPL_LINK()
704 String sErrorText(aSentenceED.GetErrorText()); in IMPL_LINK() local
706 sErrorText, sal_False, in IMPL_LINK()
713 pAction->SetAddedWord(sErrorText); in IMPL_LINK()
1711 (xEntry = xChangeAll->getEntry( pSpellErrorDescription->sErrorText )).is()) in MarkNextError()
1860 if( !rDesc.sErrorText.equals( GetErrorText() ) ) in RestoreCurrentError()
1861 ChangeMarkedWord(rDesc.sErrorText, SvxLocaleToLanguage( rDesc.aLocale )); in RestoreCurrentError()
/aoo41x/main/tools/inc/tools/
H A Diparser.hxx92 ByteString sErrorText; member in InformationParser

Completed in 80 milliseconds