Searched refs:htmlStartTag (Results 1 – 1 of 1) sorted by relevance
132 const sal_Char* htmlStartTag = strcasestr(dataStart, HtmlStartTag); in HTMLFormatToTextHtml() local134 BOOST_ASSERT(htmlStartTag && "Seems to be no HTML at all"); in HTMLFormatToTextHtml()138 if (htmlStartTag == NULL) in HTMLFormatToTextHtml()143 sal_Int32 len = dataEnd - htmlStartTag; in HTMLFormatToTextHtml()146 rtl_copyMemory(static_cast<void*>(plainHtmlData.getArray()), htmlStartTag, len); in HTMLFormatToTextHtml()
Completed in 8 milliseconds