Searched refs:htmlFormat (Results 1 – 4 of 4) sorted by relevance
109 std::string htmlFormat = GetHtmlFormatHeader(nStartHtml, nEndHtml, nStartFragment, nEndFragment); in TextHtmlToHTMLFormat() local110 htmlFormat += textHtml; in TextHtmlToHTMLFormat()112 Sequence<sal_Int8> byteSequence(htmlFormat.length() + 1); // space the trailing '\0' in TextHtmlToHTMLFormat()117 static_cast<const void*>(htmlFormat.c_str()), in TextHtmlToHTMLFormat()118 htmlFormat.length()); in TextHtmlToHTMLFormat()
396 std::string htmlFormat = GetHtmlFormatHeader(nStartHtml, nEndHtml, nStartFragment, nEndFragment); in TextHtmlToHTMLFormat() local397 htmlFormat += textHtml; in TextHtmlToHTMLFormat()399 Sequence<sal_Int8> byteSequence(htmlFormat.length() + 1); // space the trailing '\0' in TextHtmlToHTMLFormat()404 static_cast<const void*>(htmlFormat.c_str()), in TextHtmlToHTMLFormat()405 htmlFormat.length()); in TextHtmlToHTMLFormat()
284 OUString htmlFormat( OUString::createFromAscii( "HTML Format" ) ); in RegisterFormats() local286 m_DataFormatTranslator.getFormatEtcForClipformatName( htmlFormat ) ); in RegisterFormats()
2649 htmlFormat
Completed in 22 milliseconds