LibreOffice Module sw (master) 1
|
#include <sal/config.h>
#include "rtfexport.hxx"
#include <string_view>
#include "rtfexportfilter.hxx"
#include "rtfsdrexport.hxx"
#include "rtfattributeoutput.hxx"
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/text/XTextFieldsSupplier.hpp>
#include <docsh.hxx>
#include <viewsh.hxx>
#include <viewopt.hxx>
#include <fmtpdsc.hxx>
#include <ftninfo.hxx>
#include <fmthdft.hxx>
#include <editeng/colritem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/paperinf.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/protitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/shaditem.hxx>
#include <lineinfo.hxx>
#include <redline.hxx>
#include <swmodule.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <comphelper/string.hxx>
#include <svtools/rtfkeywd.hxx>
#include <filter/msfilter/rtfutil.hxx>
#include <unotools/docinfohelper.hxx>
#include <xmloff/odffields.hxx>
#include <o3tl/string_view.hxx>
#include <osl/diagnose.h>
#include <rtl/tencinfo.h>
#include <sal/log.hxx>
#include <svx/xflclit.hxx>
#include <fmtmeta.hxx>
#include <IDocumentSettingAccess.hxx>
#include <fmtfsize.hxx>
#include <ndtxt.hxx>
#include <numrule.hxx>
#include <frmatr.hxx>
#include <swtable.hxx>
#include <IMark.hxx>
Go to the source code of this file.
Macros | |
#define | DEF_ENCODING RTL_TEXTENCODING_ASCII_US |
Functions | |
static bool | IsExportNumRule (const SwNumRule &rRule) |
SAL_DLLPUBLIC_EXPORT void | ExportRTF (std::u16string_view rFltName, const OUString &rBaseURL, WriterRef &xRet) |
#define DEF_ENCODING RTL_TEXTENCODING_ASCII_US |
Definition at line 78 of file rtfexport.cxx.
SAL_DLLPUBLIC_EXPORT void ExportRTF | ( | std::u16string_view | rFltName, |
const OUString & | rBaseURL, | ||
WriterRef & | xRet | ||
) |
Definition at line 1578 of file rtfexport.cxx.
Referenced by GetRTFWriter().
|
static |
Definition at line 186 of file rtfexport.cxx.
References SwNumRule::Get(), SvxNumberType::GetNumberingType(), SwNumRule::GetNumFormat(), SvxNumberFormat::GetPrefix(), SvxNumberFormat::GetSuffix(), MAXLEVEL, and SVX_NUM_NUMBER_NONE.
Referenced by RtfExport::BuildNumbering().