#include <sal/config.h>
#include <xmloff/dllapi.h>
#include <sal/types.h>
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <salhelper/simplereferenceobject.hxx>
#include <functional>
#include <map>
#include <xmloff/animexp.hxx>
#include <xmloff/families.hxx>
#include <xmloff/txtparae.hxx>
#include <o3tl/typed_flags_set.hxx>
Go to the source code of this file.
|
| enum class | XMLShapeExportFlags {
NONE = 0
,
X = 0x0001
,
Y = 0x0002
,
POSITION = 0x0003
,
WIDTH = 0x0004
,
HEIGHT = 0x0008
,
SIZE = WIDTH | HEIGHT
,
NO_WS = 0x0020
,
ANNOTATION = 0x0040
} |
| |
| enum class | XmlShapeType {
Unknown
,
DrawRectangleShape
,
DrawEllipseShape
,
DrawControlShape
,
DrawConnectorShape
,
DrawMeasureShape
,
DrawLineShape
,
DrawPolyPolygonShape
,
DrawPolyLineShape
,
DrawOpenBezierShape
,
DrawClosedBezierShape
,
DrawGraphicObjectShape
,
DrawGroupShape
,
DrawTextShape
,
DrawOLE2Shape
,
DrawChartShape
,
DrawSheetShape
,
DrawPageShape
,
DrawFrameShape
,
DrawCaptionShape
,
DrawAppletShape
,
DrawPluginShape
,
Draw3DSceneObject
,
Draw3DCubeObject
,
Draw3DSphereObject
,
Draw3DLatheObject
,
Draw3DExtrudeObject
,
PresTitleTextShape
,
PresOutlinerShape
,
PresSubtitleShape
,
PresGraphicObjectShape
,
PresPageShape
,
PresOLE2Shape
,
PresChartShape
,
PresSheetShape
,
PresTableShape
,
PresOrgChartShape
,
PresNotesShape
,
HandoutShape
,
PresHeaderShape
,
PresFooterShape
,
PresSlideNumberShape
,
PresDateTimeShape
,
DrawCustomShape
,
DrawMediaShape
,
PresMediaShape
,
DrawTableShape
,
NotYetSet
} |
| |
◆ SEF_DEFAULT
◆ ImplXMLShapeExportInfoVector
a vector for shape style and type cache information
Definition at line 143 of file shapeexport.hxx.
◆ ShapesInfos
a map to store all cache data for already collected XShapes
Definition at line 146 of file shapeexport.hxx.
◆ XMLShapeExportFlags
| Enumerator |
|---|
| NONE | |
| X | |
| Y | |
| POSITION | |
| WIDTH | |
| HEIGHT | |
| SIZE | |
| NO_WS | |
| ANNOTATION | |
Definition at line 49 of file shapeexport.hxx.
◆ XmlShapeType
| Enumerator |
|---|
| Unknown | |
| DrawRectangleShape | |
| DrawEllipseShape | |
| DrawControlShape | |
| DrawConnectorShape | |
| DrawMeasureShape | |
| DrawLineShape | |
| DrawPolyPolygonShape | |
| DrawPolyLineShape | |
| DrawOpenBezierShape | |
| DrawClosedBezierShape | |
| DrawGraphicObjectShape | |
| DrawGroupShape | |
| DrawTextShape | |
| DrawOLE2Shape | |
| DrawChartShape | |
| DrawSheetShape | |
| DrawPageShape | |
| DrawFrameShape | |
| DrawCaptionShape | |
| DrawAppletShape | |
| DrawPluginShape | |
| Draw3DSceneObject | |
| Draw3DCubeObject | |
| Draw3DSphereObject | |
| Draw3DLatheObject | |
| Draw3DExtrudeObject | |
| PresTitleTextShape | |
| PresOutlinerShape | |
| PresSubtitleShape | |
| PresGraphicObjectShape | |
| PresPageShape | |
| PresOLE2Shape | |
| PresChartShape | |
| PresSheetShape | |
| PresTableShape | |
| PresOrgChartShape | |
| PresNotesShape | |
| HandoutShape | |
| PresHeaderShape | |
| PresFooterShape | |
| PresSlideNumberShape | |
| PresDateTimeShape | |
| DrawCustomShape | |
| DrawMediaShape | |
| PresMediaShape | |
| DrawTableShape | |
| NotYetSet | |
Definition at line 70 of file shapeexport.hxx.