|
LibreOffice Module filter (master) 1
|
#include "filterdetect.hxx"#include <com/sun/star/io/XInputStream.hpp>#include <com/sun/star/uno/XComponentContext.hpp>#include <com/sun/star/container/XNameAccess.hpp>#include <com/sun/star/beans/PropertyState.hpp>#include <cppuhelper/supportsservice.hxx>#include <comphelper/diagnose_ex.hxx>#include <ucbhelper/content.hxx>#include <unotools/ucbstreamhelper.hxx>#include <svl/inettype.hxx>#include <memory>#include <o3tl/string_view.hxx>Go to the source code of this file.
Functions | |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | filter_XMLFilterDetect_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * filter_XMLFilterDetect_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 239 of file xmlfilterdetect/filterdetect.cxx.