Searched refs:_sContent (Results 1 – 2 of 2) sorted by relevance
251 OUString lcl_wrapName(const OUString& _sContent, const OUString& _sType) in lcl_wrapName() argument253 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()
892 static void removeAndCreateFile(rtl::OUString const& _suFileURL, rtl::OString const& _sContent) in removeAndCreateFile() argument902 pFile->write(_sContent.getStr(), _sContent.getLength(), nWritenBytes); in removeAndCreateFile()907 OSL_ENSURE(nWritenBytes == _sContent.getLength(), sError.getStr()); in removeAndCreateFile()
Completed in 23 milliseconds