/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | TextConnectionHelper.cxx | 399 String aErrorText; in prepareLeave() local 407 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MISSING)); in prepareLeave() 413 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MISSING)); in prepareLeave() 419 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MUST_DIFFER)); in prepareLeave() 426 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MUST_DIFFER)); in prepareLeave() 433 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MUST_DIFFER)); in prepareLeave() 440 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MUST_DIFFER)); in prepareLeave() 447 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MUST_DIFFER)); in prepareLeave() 454 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MUST_DIFFER)); in prepareLeave() 461 aErrorText = String(ModuleRes(STR_AUTONO_WILDCARDS)); in prepareLeave() [all …]
|
/aoo42x/main/idl/source/prj/ |
H A D | database.cxx | 730 ByteString aErrorText; in WriteError() local 746 aErrorText = "may be <"; in WriteError() 747 aErrorText += aError.GetText(); in WriteError() 760 aErrorText += "> at ( "; in WriteError() 761 aErrorText += ByteString::CreateFromInt64(aError.nLine); in WriteError() 762 aErrorText += ", "; in WriteError() 763 aErrorText += ByteString::CreateFromInt64(aError.nColumn); in WriteError() 764 aErrorText += " )"; in WriteError() 770 … WriteError( "error", ByteString( aFileName, RTL_TEXTENCODING_UTF8 ), aErrorText, nRow, nColumn ); in WriteError()
|
/aoo42x/main/vcl/source/app/ |
H A D | dbggui.cxx | 1472 XubString aErrorText = aText; in DbgDialogTest() local 1475 if ( aErrorText.Len() > 128 ) in DbgDialogTest() 1477 aErrorText.Erase( 128 ); in DbgDialogTest() 1478 aErrorText.AppendAscii( "..." ); in DbgDialogTest() 1524 ByteString( aErrorText, RTL_TEXTENCODING_UTF8 ).GetBuffer() ); in DbgDialogTest() 1547 ByteString( aErrorText, RTL_TEXTENCODING_UTF8 ).GetBuffer() ); in DbgDialogTest() 1556 ByteString( aErrorText, RTL_TEXTENCODING_UTF8 ).GetBuffer() ); in DbgDialogTest() 1566 ByteString( aErrorText, RTL_TEXTENCODING_UTF8 ).GetBuffer() ); in DbgDialogTest() 1584 ByteString( aErrorText, RTL_TEXTENCODING_UTF8 ).GetBuffer() ); in DbgDialogTest() 1614 … ByteString( aErrorText, RTL_TEXTENCODING_UTF8 ).GetBuffer() ); in DbgDialogTest() [all …]
|
/aoo42x/main/l10ntools/source/ |
H A D | tagtest.cxx | 547 void ParserMessageList::AddError( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rTag… in AddError() argument 549 Insert( new ParserError( nErrorNr, aErrorText, rTag ), LIST_APPEND ); in AddError() 552 void ParserMessageList::AddWarning( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rT… in AddWarning() argument 554 Insert( new ParserWarning( nErrorNr, aErrorText, rTag ), LIST_APPEND ); in AddWarning() 1360 , aErrorText( PaErrorText ) in ParserMessage() 1365 aErrorText.Append(": "); in ParserMessage() 1366 aErrorText += ByteString( aLexem, RTL_TEXTENCODING_UTF8 ); in ParserMessage() 1368 aErrorText.Append(" at end of line "); in ParserMessage() 1371 aErrorText.Append(" at Position "); in ParserMessage() 1372 aErrorText.Append( ByteString::CreateFromInt32( rTag.nPos ) ); in ParserMessage()
|
/aoo42x/main/l10ntools/inc/ |
H A D | tagtest.hxx | 124 void AddError( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rTag ); 125 void AddWarning( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rTag ); 276 ByteString aErrorText; member in ParserMessage 284 ByteString GetErrorText() { return aErrorText; } in GetErrorText()
|
/aoo42x/main/uui/source/ |
H A D | loginerr.hxx | 98 void SetErrorText( const String& aErrorText ) in SetErrorText() argument 99 { m_aErrorText = aErrorText; } in SetErrorText()
|
/aoo42x/main/padmin/source/ |
H A D | fontentry.cxx | 358 String aErrorText( m_aNoRenameString ); in IMPL_LINK() local 359 …aErrorText.SearchAndReplace( String( RTL_CONSTASCII_USTRINGPARAM( "%s" ) ), m_aFontBox.GetSelectEn… in IMPL_LINK() 360 ErrorBox aBox( this, WB_OK | WB_DEF_OK, aErrorText ); in IMPL_LINK()
|
/aoo42x/main/basic/workben/ |
H A D | mgrtest.cxx | 553 String aErrorText( pBasic->GetErrorText() ); in IMPL_LINK() local 567 InfoBox( 0, String( aErrorTextPrefix + aErrorText ) ).Execute(); in IMPL_LINK()
|
/aoo42x/main/vcl/win/source/app/ |
H A D | salinst.cxx | 95 ByteString aErrorText( ImplSalGetWinAnsiString( rErrorText ) ); in SalAbort() local 96 FatalAppExit( 0, aErrorText.GetBuffer() ); in SalAbort()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updatehdl.cxx | 455 …beans::Optional< ::rtl::OUString > aErrorText = xStrResolver->getStringFromInformationalRequest( r… in handle() local 456 if ( aErrorText.IsPresent ) in handle() 458 setControlProperty( TEXT_DESCRIPTION, UNISTRING("Text"), uno::Any( aErrorText.Value ) ); in handle()
|
/aoo42x/main/cui/source/inc/ |
H A D | numpages.hxx | 207 FixedText aErrorText; member in SvxBitmapPickTabPage
|
/aoo42x/main/cui/source/tabpages/ |
H A D | numpages.cxx | 956 aErrorText( this, CUI_RES(FT_ERROR)), in SvxBitmapPickTabPage() 987 aErrorText.Show(); in SvxBitmapPickTabPage()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | baside2.cxx | 705 String aErrorText( pBasic->GetErrorText() ); in IMPL_LINK() local
|