Home
last modified time | relevance | path

Searched refs:aMsg (Results 1 – 25 of 114) sorted by relevance

12345

/trunk/main/unotools/source/i18n/
H A Dcalendarwrapper.cxx70 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 Dlocaledatawrapper.cxx103 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 Dtransliterationwrapper.cxx210 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 Dcharclass.cxx535 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()
/trunk/main/sw/source/core/tox/
H A Dtoxhlp.cxx65 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 …]
/trunk/main/svx/source/form/
H A DParseContext.cxx69 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 …]
/trunk/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx515 rtl::OString aMsg = sSampleString; in TEST_F() local
517 sal_uInt32 nSize = ( aMsg.getLength() ); in TEST_F()
543 rtl::OString aMsg = sSampleString; in TEST_F() local
545 sal_uInt32 nSize = ( aMsg.getLength() ); in TEST_F()
571 rtl::OString aMsg = sSampleString; in TEST_F() local
598 rtl::OString aMsg = sSampleString; in TEST_F() local
625 rtl::OString aMsg = sSampleString; in TEST_F() local
656 rtl::OString aMsg = sSampleString; in TEST_F() local
1074 rtl::OString aMsg = sSampleString; in TEST_F() local
1098 rtl::OString aMsg = sSampleString; in TEST_F() local
[all …]
/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx672 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 …]
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx1113 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 …]
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx965 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 Dshell.cxx671 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 Dbindings.cxx1833 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 …]
/trunk/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.cxx466 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 …]
/trunk/main/rsc/source/res/
H A Drscmgr.cxx272 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 …]
/trunk/main/sfx2/source/dialog/
H A Dfiltergrouping.cxx829 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 …]
/trunk/main/sc/source/core/data/
H A Dcell2.cxx569 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 …]
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx946 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 …]
/trunk/main/desktop/source/migration/
H A Dmigration.cxx220 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 …]
/trunk/main/framework/source/services/
H A Dsessionlistener.cxx175 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()
/trunk/main/uui/source/
H A Dcookiedg.cxx83 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()
/trunk/main/svl/source/items/
H A Dwhassert.hxx38 ByteString aMsg( sMessage ); \
39 aMsg.Append(RTL_CONSTASCII_STRINGPARAM("\nwith Id/Pos: ")); \
40 aMsg += ByteString::CreateFromInt32( nId ); \
41 DbgError( aMsg.GetBuffer() ); \
/trunk/main/desktop/source/app/
H A Dapp.cxx1200 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 …]
H A Dlangselect.cxx265 OString aMsg = OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US); in prepareLanguage() local
266 OSL_ENSURE(sal_False, aMsg.getStr()); in prepareLanguage()
393 OString aMsg = OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US); in getConfigAccess() local
394 OSL_ENSURE(sal_False, aMsg.getStr()); in getConfigAccess()
543 OString aMsg = OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US); in resetUserLanguage() local
544 OSL_ENSURE(sal_False, aMsg.getStr()); in resetUserLanguage()
/trunk/main/ucb/source/ucp/file/
H A Dfilglob.cxx805 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()
/trunk/main/basic/source/sbx/
H A Dsbxbase.cxx212 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()

Completed in 195 milliseconds

12345