Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/dtrans/
H A DHtmlFmtFlt.cxx132 const sal_Char* htmlStartTag = strcasestr(dataStart, HtmlStartTag); in HTMLFormatToTextHtml() local
134 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 14 milliseconds