#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <sal/log.hxx>
#include <comphelper/attributelist.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/text/PositionLayoutDir.hpp>
#include <com/sun/star/drawing/XShapes3.hpp>
#include <utility>
#include <xmloff/unointerfacetouniqueidentifiermapper.hxx>
#include <xmloff/shapeimport.hxx>
#include <xmloff/xmlstyle.hxx>
#include <xmloff/xmltkmap.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/table/XMLTableImport.hxx>
#include "eventimp.hxx"
#include "ximpshap.hxx"
#include "sdpropls.hxx"
#include <xmloff/xmlprmap.hxx>
#include "ximp3dscene.hxx"
#include "ximp3dobject.hxx"
#include "ximpgrp.hxx"
#include "ximplink.hxx"
#include <unordered_map>
#include <string_view>
#include <vector>
Go to the source code of this file.
◆ GluePointIdMap
this map store all gluepoint id mappings for shapes that had user defined gluepoints.
This is needed because on insertion the gluepoints will get a new and unique id
Definition at line 74 of file shapeimport.cxx.
◆ ShapeGluePointsMap
◆ gsEndGluePointIndex()
constexpr OUStringLiteral gsEndGluePointIndex |
( |
u"EndGluePointIndex" |
| ) |
|
|
constexpr |
◆ gsEndShape()
constexpr OUStringLiteral gsEndShape |
( |
u"EndShape" |
| ) |
|
|
constexpr |
◆ gsStartGluePointIndex()
constexpr OUStringLiteral gsStartGluePointIndex |
( |
u"StartGluePointIndex" |
| ) |
|
|
constexpr |
◆ gsStartShape()
constexpr OUStringLiteral gsStartShape |
( |
u"StartShape" |
| ) |
|
|
constexpr |