LibreOffice Module sw (master) 1
|
#include <poolfmt.hxx>
#include <shellio.hxx>
#include <ndtxt.hxx>
#include <doc.hxx>
#include <docsh.hxx>
#include <IDocumentStylePoolAccess.hxx>
#include <swdll.hxx>
#include <swerror.h>
#include <unotextrange.hxx>
#include <unotools/streamwrap.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertysequence.hxx>
#include <comphelper/diagnose_ex.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>
Go to the source code of this file.
Functions | |
SAL_DLLPUBLIC_EXPORT Reader * | ImportRTF () |
SAL_DLLPUBLIC_EXPORT bool | TestImportRTF (SvStream &rStream) |
SAL_DLLPUBLIC_EXPORT Reader * ImportRTF | ( | ) |
Definition at line 177 of file swparrtf.cxx.
Referenced by GetRTFReader().
SAL_DLLPUBLIC_EXPORT bool TestImportRTF | ( | SvStream & | rStream | ) |
Definition at line 179 of file swparrtf.cxx.