| /AOO41X/main/unotools/source/i18n/ |
| H A D | calendarwrapper.cxx | 68 ByteString aMsg( "CalendarWrapper ctor: Exception caught\n" ); in CalendarWrapper() local 69 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in CalendarWrapper() 70 DBG_ERRORFILE( aMsg.GetBuffer() ); in CalendarWrapper() 93 ByteString aMsg( "getComponentInstance: Exception caught\n" ); in CalendarWrapper() local 94 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in CalendarWrapper() 95 DBG_ERRORFILE( aMsg.GetBuffer() ); in CalendarWrapper() 119 ByteString aMsg( "loadDefaultCalendar: Exception caught\n" ); in loadDefaultCalendar() local 120 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in loadDefaultCalendar() 121 DBG_ERRORFILE( aMsg.GetBuffer() ); in loadDefaultCalendar() 139 ByteString aMsg( "loadCalendar: Exception caught\nrequested: " ); in loadCalendar() local [all …]
|
| H A D | localedatawrapper.cxx | 101 ByteString aMsg( "LocaleDataWrapper ctor: Exception caught\n" ); in LocaleDataWrapper() local 102 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in LocaleDataWrapper() 103 DBG_ERRORFILE( aMsg.GetBuffer() ); in LocaleDataWrapper() 126 ByteString aMsg( "getComponentInstance: Exception caught\n" ); in LocaleDataWrapper() local 127 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in LocaleDataWrapper() 128 DBG_ERRORFILE( aMsg.GetBuffer() ); in LocaleDataWrapper() 197 ByteString aMsg( "getLanguageCountryInfo: Exception caught\n" ); in getLanguageCountryInfo() local 198 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getLanguageCountryInfo() 199 DBG_ERRORFILE( aMsg.GetBuffer() ); in getLanguageCountryInfo() 218 ByteString aMsg( "getLocaleItem: Exception caught\n" ); in getLocaleItem() local [all …]
|
| H A D | transliterationwrapper.cxx | 210 ByteString aMsg( "loadModuleImpl: Exception caught\n" ); in loadModuleImpl() local 211 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in loadModuleImpl() 212 DBG_ERRORFILE( aMsg.GetBuffer() ); in loadModuleImpl() 237 ByteString aMsg( "loadModuleByImplName: Exception caught\n" ); in loadModuleByImplName() local 238 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in loadModuleByImplName() 239 DBG_ERRORFILE( aMsg.GetBuffer() ); in loadModuleByImplName() 263 ByteString aMsg( "equals: Exception caught\n" ); in equals() local 264 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in equals() 265 DBG_ERRORFILE( aMsg.GetBuffer() ); in equals() 288 ByteString aMsg( "compareSubstring: Exception caught\n" ); in compareSubstring() local [all …]
|
| H A D | charclass.cxx | 535 ByteString aMsg( "parseAnyToken: Exception caught\n" ); in parseAnyToken() local 536 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in parseAnyToken() 537 DBG_ERRORFILE( aMsg.GetBuffer() ); in parseAnyToken() 567 ByteString aMsg( "parsePredefinedToken: Exception caught\n" ); in parsePredefinedToken() local 568 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in parsePredefinedToken() 569 DBG_ERRORFILE( aMsg.GetBuffer() ); in parsePredefinedToken()
|
| /AOO41X/main/sw/source/core/tox/ |
| H A D | toxhlp.cxx | 64 ByteString aMsg( "IndexEntrySupplierWrapper: Exception caught\n" ); in IndexEntrySupplierWrapper() local 65 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in IndexEntrySupplierWrapper() 66 DBG_ERRORFILE( aMsg.GetBuffer() ); in IndexEntrySupplierWrapper() 90 ByteString aMsg( "getIndexKey: Exception caught\n" ); in GetIndexKey() local 91 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in GetIndexKey() 92 DBG_ERRORFILE( aMsg.GetBuffer() ); in GetIndexKey() 111 ByteString aMsg( "getIndexFollowPageWord: Exception caught\n" ); in GetFollowingText() local 112 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in GetFollowingText() 113 DBG_ERRORFILE( aMsg.GetBuffer() ); in GetFollowingText() 134 ByteString aMsg( "getAlgorithmList: Exception caught\n" ); in GetAlgorithmList() local [all …]
|
| /AOO41X/main/svx/source/form/ |
| H A D | ParseContext.cxx | 69 String aMsg; in getErrorMessage() local 73 case ERROR_GENERAL: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_ERROR); break; in getErrorMessage() 74 … case ERROR_VALUE_NO_LIKE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE); break; in getErrorMessage() 75 … case ERROR_FIELD_NO_LIKE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE); break; in getErrorMessage() 76 … case ERROR_INVALID_COMPARE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE); break; in getErrorMessage() 77 … case ERROR_INVALID_INT_COMPARE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID); break; in getErrorMessage() 78 …case ERROR_INVALID_DATE_COMPARE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID); br… in getErrorMessage() 79 … case ERROR_INVALID_REAL_COMPARE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID); break; in getErrorMessage() 80 case ERROR_INVALID_TABLE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_TABLE); break; in getErrorMessage() 81 … case ERROR_INVALID_TABLE_OR_QUERY: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY); break; in getErrorMessage() [all …]
|
| /AOO41X/main/vcl/win/source/app/ |
| H A D | salinst.cxx | 672 MSG aMsg; in ImplSalYield() local 678 if ( ImplPeekMessage( &aMsg, 0, 0, 0, PM_REMOVE ) ) in ImplSalYield() 680 if ( !ImplInterceptChildWindowKeyDown( aMsg ) ) in ImplSalYield() 682 TranslateMessage( &aMsg ); in ImplSalYield() 683 ImplSalDispatchMessage( &aMsg ); in ImplSalYield() 694 if ( ImplGetMessage( &aMsg, 0, 0, 0 ) ) in ImplSalYield() 696 if ( !ImplInterceptChildWindowKeyDown( aMsg ) ) in ImplSalYield() 698 TranslateMessage( &aMsg ); in ImplSalYield() 699 ImplSalDispatchMessage( &aMsg ); in ImplSalYield() 906 MSG aMsg; local [all …]
|
| /AOO41X/main/sal/qa/rtl/digest/ |
| H A D | rtl_digest.cxx | 36 rtl::OUString CreateMD5FromString( const rtl::OUString& aMsg ) in CreateMD5FromString() argument 44 const sal_uInt8* pData = (const sal_uInt8*)aMsg.getStr(); in CreateMD5FromString() 45 sal_uInt32 nSize = ( aMsg.getLength() * sizeof( sal_Unicode )); in CreateMD5FromString() 575 rtl::OString aMsg = sSampleString; in init_MD2() local 576 const sal_uInt8 *pData = (const sal_uInt8*)aMsg.getStr(); in init_MD2() 577 sal_uInt32 nSize = ( aMsg.getLength() ); in init_MD2() 603 rtl::OString aMsg = sSampleString; in init_MD5() local 604 const sal_uInt8 *pData = (const sal_uInt8*)aMsg.getStr(); in init_MD5() 605 sal_uInt32 nSize = ( aMsg.getLength() ); in init_MD5() 631 rtl::OString aMsg = sSampleString; in init_SHA() local [all …]
|
| /AOO41X/main/svl/source/numbers/ |
| H A D | zforlist.cxx | 1076 String aMsg( RTL_CONSTASCII_USTRINGPARAM( in ImpGenerateCL() local 1079 xLocaleData->appendLocaleInfo( aMsg )); in ImpGenerateCL() 1107 String aMsg( RTL_CONSTASCII_USTRINGPARAM( in ImpGenerateCL() local 1109 aMsg += String::CreateFromInt32( nIdx ); in ImpGenerateCL() 1110 aMsg.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in ImpGenerateCL() 1112 aMsg += String::CreateFromInt32( j ); in ImpGenerateCL() 1113 aMsg += '('; in ImpGenerateCL() 1114 aMsg += String( xSeq[j].formatKey ); in ImpGenerateCL() 1115 aMsg += ')'; in ImpGenerateCL() 1116 aMsg += ' '; in ImpGenerateCL() [all …]
|
| /AOO41X/main/sfx2/source/control/ |
| H A D | dispatch.cxx | 492 ByteString aMsg( "-SfxDispatcher(" ); in Pop() local 493 aMsg += ByteString::CreateFromInt64( (sal_uIntPtr) this ); in Pop() 494 aMsg += bPush ? ")::Push(" : ")::Pop("; in Pop() 496 aMsg += rShell.GetInterface()->GetClassName(); in Pop() 498 aMsg += ByteString::CreateFromInt64( (sal_uIntPtr) &rShell ); in Pop() 499 aMsg += bDelete ? ") with delete" : ")"; in Pop() 500 if ( bUntil ) aMsg += " (up to)"; in Pop() 501 DbgTrace( aMsg.GetBuffer() ); in Pop() 964 ByteString aMsg( nSlot ); in GetShellAndSlot_Impl() local 965 aMsg += " found in "; in GetShellAndSlot_Impl() [all …]
|
| H A D | shell.cxx | 670 String aMsg("SfxShell::DoActivate() "); in DoActivate_Impl() local 671 aMsg += (long)this; in DoActivate_Impl() 672 aMsg += " "; in DoActivate_Impl() 673 aMsg += GetInterface()->GetName(); in DoActivate_Impl() 674 aMsg += " bMDI "; in DoActivate_Impl() 675 if ( bMDI ) aMsg += "MDI"; in DoActivate_Impl() 676 DbgTrace( aMsg.GetBuffer() ); in DoActivate_Impl() 713 String aMsg("SfxShell::DoDeactivate()"); in DoDeactivate_Impl() local 714 aMsg += (long)this; in DoDeactivate_Impl() 715 aMsg += " "; in DoDeactivate_Impl() [all …]
|
| H A D | bindings.cxx | 1833 ByteString aMsg; in EnterRegistrations() local 1834 aMsg.Fill( Min(nRegLevel, sal_uInt16(8) ) ); in EnterRegistrations() 1835 aMsg += "this = "; in EnterRegistrations() 1836 aMsg += ByteString::CreateFromInt32((long)this); in EnterRegistrations() 1837 aMsg += " Level = "; in EnterRegistrations() 1838 aMsg += ByteString::CreateFromInt32(nRegLevel); in EnterRegistrations() 1839 aMsg += " SfxBindings::EnterRegistrations "; in EnterRegistrations() 1841 aMsg += "File: "; in EnterRegistrations() 1842 aMsg += pFile; in EnterRegistrations() 1843 aMsg += " Line: "; in EnterRegistrations() [all …]
|
| /AOO41X/main/dbaccess/source/ext/adabas/ |
| H A D | AdabasNewDb.cxx | 466 String aMsg(aInfo.GetMessText()); variable 467 aMsg.SearchAndReplace(String::CreateFromAscii("\'#\'"),String::CreateFromAscii("40")); 468 aInfo.SetMessText(aMsg); 476 String aMsg(aInfo.GetMessText()); variable 477 aMsg.SearchAndReplace(String::CreateFromAscii("\'#\'"),String::CreateFromAscii("40")); 478 aInfo.SetMessText(aMsg); 618 String aMsg(aInfo.GetMessText()); variable 619 aMsg.SearchAndReplace(String::CreateFromAscii("\'#\'"),String::CreateFromAscii("40")); 620 aInfo.SetMessText(aMsg); 656 String aMsg(aInfo.GetMessText()); in IMPL_LINK() local [all …]
|
| /AOO41X/main/rsc/source/res/ |
| H A D | rscmgr.cxx | 272 ByteString aMsg( pHS->getString( rInst.pClass->GetId() ).getStr() ); in WriteRcHeader() local 273 aMsg += ' '; in WriteRcHeader() 274 aMsg += pClassData->aRefId.GetName(); in WriteRcHeader() 276 pTC->pEH->Error( aError, rInst.pClass, rId, aMsg.GetBuffer() ); in WriteRcHeader() 416 ByteString aMsg( pHS->getString( rInst.pClass->GetId() ).getStr() ); in WriteHxxHeader() local 417 aMsg += ' '; in WriteHxxHeader() 418 aMsg += pClassData->aRefId.GetName(); in WriteHxxHeader() 420 pTC->pEH->Error( aError, rInst.pClass, rId, aMsg.GetBuffer() ); in WriteHxxHeader() 504 ByteString aMsg( pHS->getString( rInst.pClass->GetId() ).getStr() ); in WriteCxxHeader() local 505 aMsg += ' '; in WriteCxxHeader() [all …]
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | filtergrouping.cxx | 828 ByteString aMsg( "sfx2::lcl_EnsureAllFilesEntry: could not append Filter" ); in lcl_EnsureAllFilesEntry() local 829 aMsg += ByteString( String( sAllFilterName ), RTL_TEXTENCODING_UTF8 ); in lcl_EnsureAllFilesEntry() 830 DBG_ERROR( aMsg.GetBuffer() ); in lcl_EnsureAllFilesEntry() 980 ByteString aMsg( "Could not append DefaultFilter" ); in appendFiltersForSave() local 981 aMsg += ByteString( String( sUIName ), osl_getThreadTextEncoding() ); in appendFiltersForSave() 982 DBG_ERRORFILE( aMsg.GetBuffer() ); in appendFiltersForSave() 1005 ByteString aMsg( "Could not append Filter" ); in appendFiltersForSave() local 1006 aMsg += ByteString( String( sUIName ), osl_getThreadTextEncoding() ); in appendFiltersForSave() 1007 DBG_ERRORFILE( aMsg.GetBuffer() ); in appendFiltersForSave() 1159 ByteString aMsg( "Could not append Filter" ); in appendExportFilters() local [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | cell2.cxx | 566 ByteString aMsg( "broken Matrix, no MatFormula at origin, Pos: " ); in GetMatrixEdge() local 568 aMsg += ByteString( aTmp, RTL_TEXTENCODING_ASCII_US ); in GetMatrixEdge() 569 aMsg += ", MatOrg: "; in GetMatrixEdge() 571 aMsg += ByteString( aTmp, RTL_TEXTENCODING_ASCII_US ); in GetMatrixEdge() 572 DBG_ERRORFILE( aMsg.GetBuffer() ); in GetMatrixEdge() 598 ByteString aMsg( "broken Matrix, Pos: " ); in GetMatrixEdge() local 600 aMsg += ByteString( aTmp, RTL_TEXTENCODING_ASCII_US ); in GetMatrixEdge() 601 aMsg += ", MatOrg: "; in GetMatrixEdge() 603 aMsg += ByteString( aTmp, RTL_TEXTENCODING_ASCII_US ); in GetMatrixEdge() 604 aMsg += ", MatCols: "; in GetMatrixEdge() [all …]
|
| /AOO41X/main/filter/source/xsltdialog/ |
| H A D | xmlfiltersettingsdialog.cxx | 946 String aMsg; in onSave() local 949 aMsg = String( RESID( STR_FILTERS_HAVE_BEEN_SAVED ) ); in onSave() 950 aMsg.SearchAndReplace( sPlaceholder, String::CreateFromInt32(nFilters) ); in onSave() 951 aMsg.SearchAndReplace( sPlaceholder, aURL.GetName() ); in onSave() 955 aMsg = String( RESID( STR_FILTER_HAS_BEEN_SAVED ) ); in onSave() 956 aMsg.SearchAndReplace( sPlaceholder, (*aFilters.begin())->maFilterName ); in onSave() 957 aMsg.SearchAndReplace( sPlaceholder, aURL.GetName() ); in onSave() 960 InfoBox aBox(this, aMsg ); in onSave() 1009 String aMsg; in onOpen() local 1013 aMsg = String( RESID( STR_NO_FILTERS_FOUND ) ); in onOpen() [all …]
|
| /AOO41X/main/desktop/source/migration/ |
| H A D | migration.cxx | 220 OString aMsg("doMigration() exception: "); in doMigration() local 221 aMsg += OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US); in doMigration() 222 OSL_ENSURE(sal_False, aMsg.getStr()); in doMigration() 355 OString aMsg("An unexpected exception was thrown during migration"); in doMigration() local 356 … aMsg += "\nOldVersion: " + OUStringToOString(m_aInfo.productname, RTL_TEXTENCODING_ASCII_US); in doMigration() 357 aMsg += "\nDataPath : " + OUStringToOString(m_aInfo.userdata, RTL_TEXTENCODING_ASCII_US); in doMigration() 358 OSL_ENSURE(sal_False, aMsg.getStr()); in doMigration() 876 OString aMsg = OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US); in getConfigAccess() local 877 OSL_ENSURE(sal_False, aMsg.getStr()); in getConfigAccess() 961 … OString aMsg("Execution of migration service failed (Exception caught).\nService: "); in runServices() local [all …]
|
| /AOO41X/main/framework/source/services/ |
| H A D | sessionlistener.cxx | 175 OString aMsg = OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8); in StoreSession() local 176 OSL_ENSURE(sal_False, aMsg.getStr()); in StoreSession() 203 OString aMsg = OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8); in QuitSessionQuietly() local 204 OSL_ENSURE(sal_False, aMsg.getStr()); in QuitSessionQuietly() 282 OString aMsg = OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8); in doRestore() local 283 OSL_ENSURE(sal_False, aMsg.getStr()); in doRestore()
|
| /AOO41X/main/uui/source/ |
| H A D | cookiedg.cxx | 83 String aMsg( ResId( STR_COOKIES_RECV_START + nOffset, *pResMgr ) ); in CookiesDialog() local 84 aMsg.SearchAndReplaceAscii( "${HOST}", aObj.GetHost() ); in CookiesDialog() 85 aMsg.SearchAndReplaceAscii( "${PATH}", aObj.GetPath() ); in CookiesDialog() 103 aMsg += aCookie; in CookiesDialog() 107 maCookieFT.SetText( aMsg ); in CookiesDialog()
|
| /AOO41X/main/svl/source/items/ |
| H A D | whassert.hxx | 38 ByteString aMsg( sMessage ); \ 39 aMsg.Append(RTL_CONSTASCII_STRINGPARAM("\nwith Id/Pos: ")); \ 40 aMsg += ByteString::CreateFromInt32( nId ); \ 41 DbgError( aMsg.GetBuffer() ); \
|
| /AOO41X/main/ucb/source/ucp/file/ |
| H A D | filglob.cxx | 805 rtl::OUString aMsg; in throw_handler() local 815 aMsg = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in throw_handler() 822 aMsg = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in throw_handler() 828 aMsg = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in throw_handler() 836 aMsg, in throw_handler() 874 rtl::OUString aMsg(RTL_CONSTASCII_USTRINGPARAM( in throw_handler() local 899 aMsg = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in throw_handler() 913 aMsg, in throw_handler()
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxbase.cxx | 212 ByteString aMsg( "SBX: Keine Factory fuer SBX-ID " ); in Create() local 213 aMsg += ByteString::CreateFromInt32(nSbxId); in Create() 214 DbgError( aMsg.GetBuffer() ); in Create() 233 ByteString aMsg( "SBX: Keine Factory fuer Objektklasse " ); in CreateObject() local 235 aMsg += aClassStr; in CreateObject() 236 DbgError( (const char*)aMsg.GetBuffer() ); in CreateObject()
|
| /AOO41X/main/desktop/source/app/ |
| H A D | app.cxx | 1200 OUString aMsg; in CreateErrorMsgString() local 1209 aMsg = GetMsgString( STR_BOOTSTRAP_ERR_PATH_INVALID, in CreateErrorMsgString() 1218 aMsg = GetMsgString( STR_BOOTSTRAP_ERR_FILE_MISSING, in CreateErrorMsgString() 1228 aMsg = GetMsgString( STR_BOOTSTRAP_ERR_FILE_CORRUPT, in CreateErrorMsgString() 1236 aMsg = GetMsgString( STR_BOOTSTRAP_ERR_FILE_MISSING, in CreateErrorMsgString() 1244 aMsg = GetMsgString( STR_BOOTSTRAP_ERR_NO_SUPPORT, in CreateErrorMsgString() 1252 aMsg = GetMsgString( STR_BOOTSTRAP_ERR_DIR_MISSING, in CreateErrorMsgString() 1260 aMsg = GetMsgString( STR_BOOTSTRAP_ERR_INTERNAL, in CreateErrorMsgString() 1269 aMsg = OUString( in CreateErrorMsgString() 1284 String aMsgString( aMsg ); in CreateErrorMsgString() [all …]
|
| /AOO41X/main/connectivity/source/drivers/evoab2/ |
| H A D | NConnection.cxx | 65 ::rtl::OUString aMsg(aTypeLine); in implGetExceptionMsg() 66 aMsg += aMessageLine; in implGetExceptionMsg() 67 return aMsg; in implGetExceptionMsg() 73 ::rtl::OUString aMsg = implGetExceptionMsg( e, ::rtl::OUString() ); in implGetExceptionMsg() 74 return aMsg; in implGetExceptionMsg()
|