Home
last modified time | relevance | path

Searched refs:_sContent (Results 1 – 2 of 2) sorted by relevance

/trunk/main/unotools/source/config/
H A Dconfigpathes.cxx251 OUString lcl_wrapName(const OUString& _sContent, const OUString& _sType) in lcl_wrapName() argument
253 const sal_Unicode * const pBeginContent = _sContent.getStr(); in lcl_wrapName()
254 const sal_Unicode * const pEndContent = pBeginContent + _sContent.getLength(); in lcl_wrapName()
262 …rtl::OUStringBuffer aNormalized(_sType.getLength() + _sContent.getLength() + 4); // reserve approx… in lcl_wrapName()
/trunk/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx818 static void removeAndCreateFile(rtl::OUString const& _suFileURL, rtl::OString const& _sContent) in removeAndCreateFile() argument
828 pFile->write(_sContent.getStr(), _sContent.getLength(), nWritenBytes); in removeAndCreateFile()
833 OSL_ENSURE(nWritenBytes == _sContent.getLength(), sError.getStr()); in removeAndCreateFile()

Completed in 28 milliseconds