Searched refs:nonconstHTMLFormatRef (Results 1 – 1 of 1) sorted by relevance
129 Sequence<sal_Int8>& nonconstHTMLFormatRef = const_cast< Sequence<sal_Int8>& >(aHTMLFormat); in HTMLFormatToTextHtml() local130 sal_Char* dataStart = reinterpret_cast<sal_Char*>(nonconstHTMLFormatRef.getArray()); in HTMLFormatToTextHtml()131 sal_Char* dataEnd = dataStart + nonconstHTMLFormatRef.getLength() - 1; in HTMLFormatToTextHtml()
Completed in 54 milliseconds