Home
last modified time | relevance | path

Searched refs:aErrorText (Results 1 – 13 of 13) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A DTextConnectionHelper.cxx399 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 …]
/trunk/main/idl/source/prj/
H A Ddatabase.cxx730 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()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx1472 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 …]
/trunk/main/l10ntools/source/
H A Dtagtest.cxx547 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()
/trunk/main/l10ntools/inc/
H A Dtagtest.hxx124 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()
/trunk/main/uui/source/
H A Dloginerr.hxx98 void SetErrorText( const String& aErrorText ) in SetErrorText() argument
99 { m_aErrorText = aErrorText; } in SetErrorText()
/trunk/main/padmin/source/
H A Dfontentry.cxx358 String aErrorText( m_aNoRenameString ); in IMPL_LINK() local
359aErrorText.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()
/trunk/main/basic/workben/
H A Dmgrtest.cxx553 String aErrorText( pBasic->GetErrorText() ); in IMPL_LINK() local
567 InfoBox( 0, String( aErrorTextPrefix + aErrorText ) ).Execute(); in IMPL_LINK()
/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx95 ByteString aErrorText( ImplSalGetWinAnsiString( rErrorText ) ); in SalAbort() local
96 FatalAppExit( 0, aErrorText.GetBuffer() ); in SalAbort()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx457 …beans::Optional< ::rtl::OUString > aErrorText = xStrResolver->getStringFromInformationalRequest( r… in handle() local
458 if ( aErrorText.IsPresent ) in handle()
460 setControlProperty( TEXT_DESCRIPTION, UNISTRING("Text"), uno::Any( aErrorText.Value ) ); in handle()
/trunk/main/cui/source/inc/
H A Dnumpages.hxx207 FixedText aErrorText; member in SvxBitmapPickTabPage
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx956 aErrorText( this, CUI_RES(FT_ERROR)), in SvxBitmapPickTabPage()
987 aErrorText.Show(); in SvxBitmapPickTabPage()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx705 String aErrorText( pBasic->GetErrorText() ); in IMPL_LINK() local

Completed in 84 milliseconds