#include "PropertyMapper.hxx"
#include <basegfx/range/b2irectangle.hxx>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/drawing/PointSequenceSequence.hpp>
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <svx/unoshape.hxx>
#include <svx/unodraw/SvxTableShape.hxx>
#include <svx/unopage.hxx>
Go to the source code of this file.
|
enum | chart::SymbolEnum {
chart::Symbol_Square =0
,
chart::Symbol_Diamond
,
chart::Symbol_DownArrow
,
chart::Symbol_UpArrow
,
chart::Symbol_RightArrow
,
chart::Symbol_LeftArrow
,
chart::Symbol_Bowtie
,
chart::Symbol_Sandglass
,
chart::Symbol_Circle
,
chart::Symbol_Star
,
chart::Symbol_X
,
chart::Symbol_Plus
,
chart::Symbol_Asterisk
,
chart::Symbol_HorizontalBar
,
chart::Symbol_VerticalBar
,
chart::Symbol_COUNT
} |
|