|
LibreOffice Module filter (master) 1
|
#include <iostream>#include <rtl/ustring.hxx>#include <sal/log.hxx>#include <comphelper/diagnose_ex.hxx>#include <tools/urlobj.hxx>#include "XmlFilterAdaptor.hxx"#include <com/sun/star/io/XActiveDataSource.hpp>#include <com/sun/star/xml/XImportFilter.hpp>#include <com/sun/star/xml/XImportFilter2.hpp>#include <com/sun/star/xml/XExportFilter.hpp>#include <com/sun/star/task/XStatusIndicator.hpp>#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>#include <com/sun/star/style/XStyleLoader.hpp>#include <com/sun/star/frame/XModel.hpp>#include <comphelper/fileurl.hxx>#include <comphelper/sequenceashashmap.hxx>#include <unotools/mediadescriptor.hxx>#include <com/sun/star/beans/PropertyAttribute.hpp>#include <com/sun/star/beans/XPropertySet.hpp>#include <comphelper/genericpropertyset.hxx>#include <comphelper/propertysetinfo.hxx>#include <comphelper/scopeguard.hxx>#include <cppuhelper/supportsservice.hxx>#include <unotools/pathoptions.hxx>#include <xmloff/xmlimp.hxx>#include <strings.hrc>Go to the source code of this file.
Functions | |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | filter_XmlFilterAdaptor_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * filter_XmlFilterAdaptor_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 387 of file XmlFilterAdaptor.cxx.