LibreOffice Module sw (master) 1
Classes | Functions
docxsdrexport.cxx File Reference
#include "docxsdrexport.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/drawing/PointSequenceSequence.hpp>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/shaditem.hxx>
#include <editeng/opaqitem.hxx>
#include <editeng/boxitem.hxx>
#include <svx/svdoashp.hxx>
#include <svx/svdogrp.hxx>
#include <svx/svdopath.hxx>
#include <svx/svdobjkind.hxx>
#include <svx/svditer.hxx>
#include <svx/EnhancedCustomShape2d.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/relationship.hxx>
#include <textboxhelper.hxx>
#include <fmtanchr.hxx>
#include <fmtsrnd.hxx>
#include <fmtcntnt.hxx>
#include <fmtornt.hxx>
#include <fmtfsize.hxx>
#include <fmtfollowtextflow.hxx>
#include <frmatr.hxx>
#include <fmtwrapinfluenceonobjpos.hxx>
#include "docxattributeoutput.hxx"
#include "docxexportfilter.hxx"
#include <comphelper/flagguard.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include <frmfmt.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <svx/svdtrans.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
Include dependency graph for docxsdrexport.cxx:

Go to the source code of this file.

Classes

struct  DocxSdrExport::Impl
 Holds data used by DocxSdrExport only. More...
 

Functions

static bool lcl_isLockedCanvas (const uno::Reference< drawing::XShape > &xShape)
 
void AddExtLst (sax_fastparser::FSHelperPtr const &pFS, DocxExport const &rExport, uno::Reference< beans::XPropertySet > const &xShape)
 
static OString lcl_TransparencyToDrawingMlAlpha (const Color &rColor)
 

Function Documentation

◆ AddExtLst()

void AddExtLst ( sax_fastparser::FSHelperPtr const &  pFS,
DocxExport const &  rExport,
uno::Reference< beans::XPropertySet > const &  xShape 
)

◆ lcl_isLockedCanvas()

static bool lcl_isLockedCanvas ( const uno::Reference< drawing::XShape > &  xShape)
static

◆ lcl_TransparencyToDrawingMlAlpha()

static OString lcl_TransparencyToDrawingMlAlpha ( const Color rColor)
static