LibreOffice Module lotuswordpro (master) 1
|
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <sal/macros.h>
#include <tools/stream.hxx>
#include <ucbhelper/content.hxx>
#include "LotusWordProImportFilter.hxx"
#include "lwpfilter.hxx"
#include <memory>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/xml/sax/Writer.hpp>
#include <comphelper/oslfile2streamwrap.hxx>
#include <cppuhelper/weak.hxx>
#include <osl/file.hxx>
#include <utility>
Go to the source code of this file.
Functions | |
SAL_DLLPUBLIC_EXPORT bool | TestImportLWP (SvStream &rStream) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | LotusWordProImportFilter_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Variables | |
constexpr sal_Int8 | header [] = { 0x57, 0x6f, 0x72, 0x64, 0x50, 0x72, 0x6f } |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * LotusWordProImportFilter_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 288 of file LotusWordProImportFilter.cxx.
SAL_DLLPUBLIC_EXPORT bool TestImportLWP | ( | SvStream & | rStream | ) |
Definition at line 204 of file LotusWordProImportFilter.cxx.
References ReadWordproFile().
|
constexpr |
Definition at line 153 of file LotusWordProImportFilter.cxx.
Referenced by LotusWordProImportFilter::detect().