Searched refs:aHTMLFormat (Results 1 – 2 of 2) sorted by relevance
125 Sequence<sal_Int8> HTMLFormatToTextHtml(const Sequence<sal_Int8>& aHTMLFormat) in HTMLFormatToTextHtml() argument127 BOOST_ASSERT(isHTMLFormat(aHTMLFormat) && "No HTML Format provided"); in HTMLFormatToTextHtml()129 Sequence<sal_Int8>& nonconstHTMLFormatRef = const_cast< Sequence<sal_Int8>& >(aHTMLFormat); in HTMLFormatToTextHtml()140 return aHTMLFormat; in HTMLFormatToTextHtml()
33 …equence<sal_Int8> HTMLFormatToTextHtml(const com::sun::star::uno::Sequence<sal_Int8>& aHTMLFormat);
Completed in 7 milliseconds