LibreOffice Module sw (master) 1
|
#include "swdocxreader.hxx"
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertysequence.hxx>
#include <doc.hxx>
#include <docsh.hxx>
#include <IDocumentStylePoolAccess.hxx>
#include <ndtxt.hxx>
#include <poolfmt.hxx>
#include <swerror.h>
#include <unotools/streamwrap.hxx>
#include <unotextrange.hxx>
#include <sfx2/docfile.hxx>
#include <comphelper/diagnose_ex.hxx>
Go to the source code of this file.
Functions | |
SAL_DLLPUBLIC_EXPORT Reader * | ImportDOCX () |
Variables | |
constexpr OUStringLiteral | AUTOTEXT_GALLERY = u"autoTxt" |
SAL_DLLPUBLIC_EXPORT Reader * ImportDOCX | ( | ) |
Definition at line 43 of file swdocxreader.cxx.
Referenced by GetDOCXReader().
|
constexpr |
Definition at line 39 of file swdocxreader.cxx.
Referenced by SwDOCXReader::MakeEntries().