LibreOffice Module hwpfilter (master) 1
Classes | Variables
hwpreader.hxx File Reference
#include <sal/config.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <rtl/ustring.hxx>
#include <sal/alloca.h>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/io/XActiveDataSink.hpp>
#include <com/sun/star/io/XActiveDataControl.hpp>
#include <com/sun/star/io/XStreamListener.hpp>
#include <com/sun/star/document/XExtendedFilterDetection.hpp>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <memory>
#include <assert.h>
#include <unotools/mediadescriptor.hxx>
#include "hwpfile.h"
#include "hcode.h"
#include "hbox.h"
#include "htags.h"
#include "hstream.hxx"
#include "drawdef.h"
#include "attributes.hxx"
Include dependency graph for hwpreader.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HwpReader
 This class implements the external Parser interface. More...
 

Variables

constexpr OUStringLiteral WRITER_IMPORTER_NAME = u"com.sun.star.comp.Writer.XMLImporter"
 

Variable Documentation

◆ WRITER_IMPORTER_NAME

constexpr OUStringLiteral WRITER_IMPORTER_NAME = u"com.sun.star.comp.Writer.XMLImporter"
inlineconstexpr

Definition at line 71 of file hwpreader.hxx.