Lines Matching refs:sMsg
65 OString sMsg(cText); in lcl_CFG_DBG_EXCEPTION() local
66 sMsg += OString(rEx.Message.getStr(), rEx.Message.getLength(), RTL_TEXTENCODING_ASCII_US); in lcl_CFG_DBG_EXCEPTION()
67 OSL_ENSURE(sal_False, sMsg.getStr()); in lcl_CFG_DBG_EXCEPTION()
602 OString sMsg("XHierarchicalNameAccess: "); in GetProperties() local
603 sMsg += OString(rEx.Message.getStr(), in GetProperties()
606 sMsg += OString("\n"); in GetProperties()
607 sMsg += OString(ConfigManager::GetConfigBaseURL().getStr(), in GetProperties()
610 sMsg += OString(sSubTree.getStr(), in GetProperties()
613 sMsg += OString("/"); in GetProperties()
614 sMsg += OString(pNames[i].getStr(), in GetProperties()
617 OSL_ENSURE(sal_False, sMsg.getStr()); in GetProperties()