LibreOffice Module sw (master) 1
Functions
rtfsdrexport.cxx File Reference
#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>
Include dependency graph for rtfsdrexport.cxx:

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)
 

Function Documentation

◆ impl_GetPointComponent()

static sal_Int32 impl_GetPointComponent ( const sal_uInt8 *&  pVal,
std::size_t &  rVerticesPos,
sal_uInt16  nPointSize 
)
static

Definition at line 111 of file rtfsdrexport.cxx.

Referenced by RtfSdrExport::Commit().

◆ impl_GetUInt16()

static sal_uInt16 impl_GetUInt16 ( const sal_uInt8 *&  pVal)
static

Definition at line 104 of file rtfsdrexport.cxx.

Referenced by RtfSdrExport::Commit().

◆ lcl_AppendSP()

static void lcl_AppendSP ( OStringBuffer &  rRunText,
const char *  cName,
std::string_view  rValue 
)
static