LibreOffice Module filter (master) 1
|
#include "filterdetect.hxx"
#include <svtools/htmltokn.h>
#include <tools/urlobj.hxx>
#include <tools/zcodec.hxx>
#include <ucbhelper/content.hxx>
#include <unotools/mediadescriptor.hxx>
#include <unotools/streamwrap.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <com/sun/star/io/XInputStream.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <memory>
Go to the source code of this file.
Functions | |
OUString | PlainTextFilterDetect_getImplementationName () |
uno::Sequence< OUString > | PlainTextFilterDetect_getSupportedServiceNames () |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_filters_PlainTextFilterDetect_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
Variables | |
constexpr OUStringLiteral | WRITER_TEXT_FILTER = u"Text" |
constexpr OUStringLiteral | CALC_TEXT_FILTER = u"Text - txt - csv (StarCalc)" |
constexpr OUStringLiteral | WEB_HTML_FILTER = u"HTML" |
constexpr OUStringLiteral | WRITER_HTML_FILTER = u"HTML (StarWriter)" |
constexpr OUStringLiteral | CALC_HTML_FILTER = u"calc_HTML_WebQuery" |
constexpr OUStringLiteral | WRITER_DOCSERVICE = u"com.sun.star.text.TextDocument" |
constexpr OUStringLiteral | CALC_DOCSERVICE = u"com.sun.star.sheet.SpreadsheetDocument" |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_filters_PlainTextFilterDetect_get_implementation | ( | css::uno::XComponentContext * | , |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 241 of file textfilterdetect/filterdetect.cxx.
OUString PlainTextFilterDetect_getImplementationName | ( | ) |
Definition at line 214 of file textfilterdetect/filterdetect.cxx.
Referenced by PlainTextFilterDetect::getImplementationName().
uno::Sequence< OUString > PlainTextFilterDetect_getSupportedServiceNames | ( | ) |
Definition at line 219 of file textfilterdetect/filterdetect.cxx.
Referenced by PlainTextFilterDetect::getSupportedServiceNames().
|
constexpr |
Definition at line 32 of file textfilterdetect/filterdetect.cxx.
Referenced by PlainTextFilterDetect::detect().
|
constexpr |
Definition at line 29 of file textfilterdetect/filterdetect.cxx.
Referenced by PlainTextFilterDetect::detect().
|
constexpr |
Definition at line 25 of file textfilterdetect/filterdetect.cxx.
Referenced by PlainTextFilterDetect::detect().
|
constexpr |
Definition at line 27 of file textfilterdetect/filterdetect.cxx.
Referenced by PlainTextFilterDetect::detect().
|
constexpr |
Definition at line 31 of file textfilterdetect/filterdetect.cxx.
Referenced by PlainTextFilterDetect::detect().
|
constexpr |
Definition at line 28 of file textfilterdetect/filterdetect.cxx.
Referenced by PlainTextFilterDetect::detect().
|
constexpr |
Definition at line 24 of file textfilterdetect/filterdetect.cxx.
Referenced by PlainTextFilterDetect::detect().