LibreOffice Module sw (master) 1
|
#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>
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) |
void AddExtLst | ( | sax_fastparser::FSHelperPtr const & | pFS, |
DocxExport const & | rExport, | ||
uno::Reference< beans::XPropertySet > const & | xShape | ||
) |
Definition at line 1386 of file docxsdrexport.cxx.
References FSNS(), DocxExport::GetFilter(), and oox::core::XmlFilterBase::getNamespaceURL().
Referenced by DocxAttributeOutput::FlyFrameGraphic(), and DocxSdrExport::writeDMLDrawing().
|
static |
Definition at line 1374 of file docxsdrexport.cxx.
Referenced by DocxSdrExport::writeDMLAndVMLDrawing(), and DocxSdrExport::writeDMLDrawing().
|
static |
Definition at line 1641 of file docxsdrexport.cxx.
References Color::GetAlpha(), Color::IsTransparent(), and oox::drawingml::PER_PERCENT.
Referenced by DocxSdrExport::writeDMLEffectLst().