Home
last modified time | relevance | path

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

/aoo41x/main/vcl/aqua/source/dtrans/
H A DHtmlFmtFlt.cxx86 Sequence<sal_Int8> SAL_CALL TextHtmlToHTMLFormat(Sequence<sal_Int8>& aTextHtml) in TextHtmlToHTMLFormat() argument
88 OSL_ASSERT(aTextHtml.getLength() > 0); in TextHtmlToHTMLFormat()
90 if (!(aTextHtml.getLength() > 0)) in TextHtmlToHTMLFormat()
98 reinterpret_cast<const sal_Char*>(aTextHtml.getConstArray()), in TextHtmlToHTMLFormat()
99 reinterpret_cast<const sal_Char*>(aTextHtml.getConstArray()) + aTextHtml.getLength()); in TextHtmlToHTMLFormat()
H A DHtmlFmtFlt.hxx29 …::uno::Sequence<sal_Int8> TextHtmlToHTMLFormat(com::sun::star::uno::Sequence<sal_Int8>& aTextHtml);
/aoo41x/main/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx373 Sequence<sal_Int8> SAL_CALL TextHtmlToHTMLFormat(Sequence<sal_Int8>& aTextHtml) in TextHtmlToHTMLFormat() argument
375 OSL_ASSERT(aTextHtml.getLength() > 0); in TextHtmlToHTMLFormat()
377 if (!(aTextHtml.getLength() > 0)) in TextHtmlToHTMLFormat()
385 reinterpret_cast<const sal_Char*>(aTextHtml.getConstArray()), in TextHtmlToHTMLFormat()
386 reinterpret_cast<const sal_Char*>(aTextHtml.getConstArray()) + aTextHtml.getLength()); in TextHtmlToHTMLFormat()
H A DFmtFilter.hxx85 …< sal_Int8 > SAL_CALL TextHtmlToHTMLFormat( com::sun::star::uno::Sequence< sal_Int8 >& aTextHtml );

Completed in 33 milliseconds