Searched refs:aErrorStr (Results 1 – 6 of 6) sorted by relevance
1141 OString aErrorStr; in test_introsp() local1247 aErrorStr += aNameStr; in test_introsp()1248 aErrorStr += "\""; in test_introsp()1265 aErrorStr += "<"; in test_introsp()1281 aErrorStr += aValStr; in test_introsp()1282 aErrorStr += "<"; in test_introsp()1376 aErrorStr += "<"; in test_introsp()1479 aErrorStr += aNameStr; in test_introsp()1480 aErrorStr += "\""; in test_introsp()1486 aErrorStr = "method \""; in test_introsp()[all …]
442 String aErrorStr; in CheckError() local447 aErrorStr = "Standard-Lib konnte nicht geoffnet werden."; in CheckError()453 aErrorStr = "Lib konnte nicht geoffnet werden."; in CheckError()456 aErrorStr = "Lib konnte nicht erzeugt werden."; in CheckError()459 aErrorStr = "Lib konnte nicht gespeichert werden."; in CheckError()462 aErrorStr = "Manager konnte nicht geladen werden."; in CheckError()465 aErrorStr = "Manager konnte nicht gespeichert werden."; in CheckError()468 aErrorStr = "Libary konnte nicht entladen werden."; in CheckError()471 aErrorStr = "Libary konnte nicht entfernt werden."; in CheckError()474 aErrorStr = "Unbekannter Fehler!"; in CheckError()[all …]
56 ByteString aErrorStr( pDialog->GetText(), RTL_TEXTENCODING_UTF8 ); in ImplGetDialogText() local63 aErrorStr += ", "; in ImplGetDialogText()64 aErrorStr += ByteString( ((MessBox*)pDialog)->GetMessText(), RTL_TEXTENCODING_UTF8 ); in ImplGetDialogText()66 return aErrorStr; in ImplGetDialogText()609 … ByteString aErrorStr( "Dialog::StartExecuteModal() is called in Dialog::StartExecuteModal(): " ); in ImplStartExecuteModal() local610 aErrorStr += ImplGetDialogText( this ); in ImplStartExecuteModal()611 DBG_ERROR( aErrorStr.GetBuffer() ); in ImplStartExecuteModal()619 ByteString aErrorStr( "Dialog::StartExecuteModal() is called in a none UI application: " ); in ImplStartExecuteModal() local620 aErrorStr += ImplGetDialogText( this ); in ImplStartExecuteModal()621 DBG_ERROR( aErrorStr.GetBuffer() ); in ImplStartExecuteModal()
4527 ByteString aErrorStr; in ~Window() local4535 lcl_appendWindowInfo( aErrorStr, *pTempWin ); in ~Window()4544 aTempStr += aErrorStr; in ~Window()4556 lcl_appendWindowInfo( aErrorStr, *pTempWin ); in ~Window()4565 aTempStr += aErrorStr; in ~Window()
421 String aErrorStr( IDEResId( RID_STR_CANNOTCLOSE ) ); in PrepareClose() local423 InfoBox( pParent, aErrorStr ).Execute(); in PrepareClose()
105 ByteString aErrorStr( "BitmapEx::BitmapEx( const ResId& rResId ): could not load image <" ); in BitmapEx() local106 …DBG_ERROR( ( ( aErrorStr += ByteString( aFileName, RTL_TEXTENCODING_ASCII_US ) ) += '>' ).GetBuffe… in BitmapEx()
Completed in 426 milliseconds