Home
last modified time | relevance | path

Searched refs:aErrorStr (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx107 ByteString aErrorStr( "BitmapEx::BitmapEx( const ResId& rResId ): could not load image <" ); in BitmapEx() local
108 …DBG_ERROR( ( ( aErrorStr += ByteString( aFileName, RTL_TEXTENCODING_ASCII_US ) ) += '>' ).GetBuffe… in BitmapEx()
/trunk/main/vcl/source/window/
H A Dwindow.cxx4527 ByteString aErrorStr; in ~Window() local
4535 lcl_appendWindowInfo( aErrorStr, *pTempWin ); in ~Window()
4544 aTempStr += aErrorStr; in ~Window()
4556 lcl_appendWindowInfo( aErrorStr, *pTempWin ); in ~Window()
4565 aTempStr += aErrorStr; in ~Window()
H A Ddialog.cxx56 ByteString aErrorStr( pDialog->GetText(), RTL_TEXTENCODING_UTF8 ); in ImplGetDialogText() local
63 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() local
610 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() local
620 aErrorStr += ImplGetDialogText( this ); in ImplStartExecuteModal()
621 DBG_ERROR( aErrorStr.GetBuffer() ); in ImplStartExecuteModal()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx1141 OString aErrorStr; in test_introsp() local
1247 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 …]
/trunk/main/basic/workben/
H A Dmgrtest.cxx442 String aErrorStr; in CheckError() local
447 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 …]
/trunk/main/basctl/source/basicide/
H A Dbasidesh.cxx421 String aErrorStr( IDEResId( RID_STR_CANNOTCLOSE ) ); in PrepareClose() local
423 InfoBox( pParent, aErrorStr ).Execute(); in PrepareClose()

Completed in 121 milliseconds