/aoo41x/main/unotools/source/i18n/ |
H A D | calendarwrapper.cxx | 70 DBG_ERRORFILE( aMsg.GetBuffer() ); in CalendarWrapper() 95 DBG_ERRORFILE( aMsg.GetBuffer() ); in CalendarWrapper() 121 DBG_ERRORFILE( aMsg.GetBuffer() ); in loadDefaultCalendar() 141 aMsg += " Locale: "; in loadCalendar() 143 aMsg += '_'; in loadCalendar() 146 DBG_ERRORFILE( aMsg.GetBuffer() ); in loadCalendar() 166 DBG_ERRORFILE( aMsg.GetBuffer() ); in getLoadedCalendar() 187 DBG_ERRORFILE( aMsg.GetBuffer() ); in getAllCalendars() 208 DBG_ERRORFILE( aMsg.GetBuffer() ); in getUniqueID() 229 DBG_ERRORFILE( aMsg.GetBuffer() ); in setDateTime() [all …]
|
H A D | localedatawrapper.cxx | 103 DBG_ERRORFILE( aMsg.GetBuffer() ); in LocaleDataWrapper() 199 DBG_ERRORFILE( aMsg.GetBuffer() ); in getLanguageCountryInfo() 220 DBG_ERRORFILE( aMsg.GetBuffer() ); in getLocaleItem() 241 DBG_ERRORFILE( aMsg.GetBuffer() ); in getAllCalendars() 470 aMsg += aDebugLocale; in getInstalledLanguageTypes() 471 outputCheckMessage( aMsg ); in getInstalledLanguageTypes() 498 aMsg += aDebugLocale; in getInstalledLanguageTypes() 502 aMsg += String( aLanguage); in getInstalledLanguageTypes() 505 aMsg += '_'; in getInstalledLanguageTypes() 506 aMsg += String( aCountry); in getInstalledLanguageTypes() [all …]
|
H A D | transliterationwrapper.cxx | 210 ByteString aMsg( "loadModuleImpl: Exception caught\n" ); in loadModuleImpl() local 212 DBG_ERRORFILE( aMsg.GetBuffer() ); in loadModuleImpl() 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 289 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in compareSubstring() 290 DBG_ERRORFILE( aMsg.GetBuffer() ); in compareSubstring() 311 ByteString aMsg( "compareString: Exception caught\n" ); in compareString() 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 | 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() 113 DBG_ERRORFILE( aMsg.GetBuffer() ); in GetFollowingText() 134 ByteString aMsg( "getAlgorithmList: Exception caught\n" ); in GetAlgorithmList() local 136 DBG_ERRORFILE( aMsg.GetBuffer() ); in GetAlgorithmList() 157 ByteString aMsg( "loadAlgorithm: Exception caught\n" ); in LoadAlgorithm() local 159 DBG_ERRORFILE( aMsg.GetBuffer() ); in LoadAlgorithm() [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() 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() 82 case ERROR_INVALID_COLUMN: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_COLUMN); break; in getErrorMessage() [all …]
|
/aoo41x/main/vcl/win/source/app/ |
H A D | salinst.cxx | 672 MSG aMsg; in ImplSalYield() local 682 TranslateMessage( &aMsg ); in ImplSalYield() 683 ImplSalDispatchMessage( &aMsg ); in ImplSalYield() 694 if ( ImplGetMessage( &aMsg, 0, 0, 0 ) ) in ImplSalYield() 698 TranslateMessage( &aMsg ); in ImplSalYield() 699 ImplSalDispatchMessage( &aMsg ); in ImplSalYield() 906 MSG aMsg; local 931 if ( (aMsg.wParam == VK_SHIFT) || 932 (aMsg.wParam == VK_CONTROL) || 933 (aMsg.wParam == VK_MENU) ) [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() 575 rtl::OString aMsg = sSampleString; in init_MD2() local 603 rtl::OString aMsg = sSampleString; in init_MD5() local 631 rtl::OString aMsg = sSampleString; in init_SHA() local 658 rtl::OString aMsg = sSampleString; in init_SHA1() local 685 rtl::OString aMsg = sSampleString; in init_HMAC_MD5() local 716 rtl::OString aMsg = sSampleString; in init_HMAC_SHA1() local 1212 rtl::OString aMsg = sSampleString; in updateMD2_001() local 1236 rtl::OString aMsg = sSampleString; in updateMD5_001() local [all …]
|
/aoo41x/main/svl/source/numbers/ |
H A D | zforlist.cxx | 1113 aMsg += '('; in ImpGenerateCL() 1799 aMsg += String( rCode.Code ); in ImpInsertFormat() 1818 aMsg += '\n'; in ImpInsertFormat() 1867 aMsg += '\n'; in ImpInsertFormat() 1885 aMsg += '\n'; in ImpInsertFormat() 2023 aMsg)); in ImpGetFormatCodeIndex() 2075 ByteString aMsg; in ImpAdjustFormatCodeDefault() local 2115 if ( aMsg.Len() ) in ImpAdjustFormatCodeDefault() 2123 aMsg.Erase(); in ImpAdjustFormatCodeDefault() 2132 if ( aMsg.Len() ) in ImpAdjustFormatCodeDefault() [all …]
|
/aoo41x/main/sfx2/source/control/ |
H A D | dispatch.cxx | 965 aMsg += " found in "; in GetShellAndSlot_Impl() 974 ByteString aMsg( nSlot ); in GetShellAndSlot_Impl() local 975 aMsg += " not found"; in GetShellAndSlot_Impl() 1928 aMsg += ")::Flush()"; in FlushImpl() 2050 aMsg += " done"; in FlushImpl() 2212 String aMsg( nSlot ); in _TryIntercept_Impl() local 2369 String aMsg( nSlot ); in _FindServer() local 2370 aMsg += " found in "; in _FindServer() 2394 String aMsg( nSlot ); in _FindServer() local 2396 aMsg += aStack; in _FindServer() [all …]
|
H A D | shell.cxx | 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() 714 aMsg += (long)this; in DoDeactivate_Impl() 715 aMsg += " "; in DoDeactivate_Impl() 717 aMsg += " bMDI "; in DoDeactivate_Impl() 718 if ( bMDI ) aMsg += "MDI"; in DoDeactivate_Impl() [all …]
|
H A D | bindings.cxx | 1833 ByteString aMsg; in EnterRegistrations() local 1835 aMsg += "this = "; in EnterRegistrations() 1837 aMsg += " Level = "; in EnterRegistrations() 1841 aMsg += "File: "; in EnterRegistrations() 1842 aMsg += pFile; in EnterRegistrations() 1843 aMsg += " Line: "; in EnterRegistrations() 1961 ByteString aMsg; in LeaveRegistrations() local 1963 aMsg += "this = "; in LeaveRegistrations() 1965 aMsg += " Level = "; in LeaveRegistrations() 1969 aMsg += "File: "; in LeaveRegistrations() [all …]
|
/aoo41x/main/dbaccess/source/ext/adabas/ |
H A D | AdabasNewDb.cxx | 466 String aMsg(aInfo.GetMessText()); variable 468 aInfo.SetMessText(aMsg); 476 String aMsg(aInfo.GetMessText()); variable 478 aInfo.SetMessText(aMsg); 618 String aMsg(aInfo.GetMessText()); variable 620 aInfo.SetMessText(aMsg); 656 String aMsg(aInfo.GetMessText()); in IMPL_LINK() local 658 aInfo.SetMessText(aMsg); in IMPL_LINK() 670 String aMsg(aInfo.GetMessText()); in IMPL_LINK() local 672 aInfo.SetMessText(aMsg); in IMPL_LINK() [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() 505 aMsg += ' '; in WriteCxxHeader() 506 aMsg += pClassData->aRefId.GetName(); in WriteCxxHeader() [all …]
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | filtergrouping.cxx | 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 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 1161 DBG_ERRORFILE( aMsg.GetBuffer() ); in appendExportFilters() 1181 ByteString aMsg( "Could not append Filter" ); in appendExportFilters() local [all …]
|
/aoo41x/main/sc/source/core/data/ |
H A D | cell2.cxx | 569 aMsg += ", MatOrg: "; in GetMatrixEdge() 572 DBG_ERRORFILE( aMsg.GetBuffer() ); in GetMatrixEdge() 598 ByteString aMsg( "broken Matrix, Pos: " ); in GetMatrixEdge() local 601 aMsg += ", MatOrg: "; in GetMatrixEdge() 604 aMsg += ", MatCols: "; in GetMatrixEdge() 605 aMsg += ByteString::CreateFromInt32( nC ); in GetMatrixEdge() 606 aMsg += ", MatRows: "; in GetMatrixEdge() 607 aMsg += ByteString::CreateFromInt32( nR ); in GetMatrixEdge() 608 aMsg += ", DiffCols: "; in GetMatrixEdge() 610 aMsg += ", DiffRows: "; 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() 951 aMsg.SearchAndReplace( sPlaceholder, aURL.GetName() ); in onSave() 955 aMsg = String( RESID( STR_FILTER_HAS_BEEN_SAVED ) ); 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() 1018 aMsg = String( RESID( STR_FILTER_INSTALLED ) ); in onOpen() 1019 aMsg.SearchAndReplace( sPlaceholder, aFilterName ); in onOpen() 1024 aMsg = String( RESID( STR_FILTERS_INSTALLED ) ); 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 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() 963 aMsg += OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US); in runServices() 964 OSL_ENSURE(sal_False, aMsg.getStr()); in runServices() 968 aMsg += OUStringToOString(i_mig->service, RTL_TEXTENCODING_ASCII_US) + in runServices() [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() 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() 1289 aMsg = aMsgString; in CreateErrorMsgString() 1292 return MakeStartupErrorMessage( 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()
|