LibreOffice Module sw (master) 1
|
#include "rtfsdrexport.hxx"
#include <memory>
#include "rtfattributeoutput.hxx"
#include <svtools/rtfkeywd.hxx>
#include <svtools/unitconv.hxx>
#include <filter/msfilter/rtfutil.hxx>
#include <editeng/editobj.hxx>
#include <editeng/editids.hrc>
#include <editeng/fontitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <svx/svdotext.hxx>
#include <svx/unoapi.hxx>
#include <vcl/cvtgrf.hxx>
#include <textboxhelper.hxx>
#include <dcontact.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <sal/log.hxx>
#include <algorithm>
#include "rtfexport.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
Go to the source code of this file.
Functions | |
static sal_uInt16 | impl_GetUInt16 (const sal_uInt8 *&pVal) |
static sal_Int32 | impl_GetPointComponent (const sal_uInt8 *&pVal, std::size_t &rVerticesPos, sal_uInt16 nPointSize) |
static void | lcl_AppendSP (OStringBuffer &rRunText, const char *cName, std::string_view rValue) |
|
static |
Definition at line 111 of file rtfsdrexport.cxx.
Referenced by RtfSdrExport::Commit().
|
static |
Definition at line 104 of file rtfsdrexport.cxx.
Referenced by RtfSdrExport::Commit().
|
static |
Definition at line 473 of file rtfsdrexport.cxx.
References OOO_STRING_SVTOOLS_RTF_SN, OOO_STRING_SVTOOLS_RTF_SP, and OOO_STRING_SVTOOLS_RTF_SV.
Referenced by RtfSdrExport::StartShape().