20#ifndef INCLUDED_SVX_UNOPROV_HXX
21#define INCLUDED_SVX_UNOPROV_HXX
23#include <config_options.h>
24#include <com/sun/star/uno/Sequence.hxx>
43 static std::optional<SdrObjKind>
getId(
const OUString& rCompareString );
53#define SVXMAP_CONNECTOR 1
54#define SVXMAP_DIMENSIONING 2
55#define SVXMAP_CIRCLE 3
56#define SVXMAP_POLYPOLYGON 4
57#define SVXMAP_GRAPHICOBJECT 5
58#define SVXMAP_3DSCENEOBJECT 6
59#define SVXMAP_3DCUBEOBJECT 7
60#define SVXMAP_3DSPHEREOBJECT 8
61#define SVXMAP_3DLATHEOBJECT 9
62#define SVXMAP_3DEXTRUDEOBJECT 10
63#define SVXMAP_3DPOLYGONOBJECT 11
65#define SVXMAP_GROUP 13
66#define SVXMAP_CAPTION 14
68#define SVXMAP_PLUGIN 16
69#define SVXMAP_FRAME 17
70#define SVXMAP_APPLET 18
71#define SVXMAP_CONTROL 19
73#define SVXMAP_CUSTOMSHAPE 21
74#define SVXMAP_MEDIA 22
75#define SVXMAP_TABLE 23
SvxUnoPropertyMapProvider.
static css::uno::Sequence< OUString > getServiceNames()
static std::optional< SdrObjKind > getId(const OUString &rCompareString)
static OUString getNameFromId(SdrObjKind nId)
SVXCORE_DLLPUBLIC rtl::Reference< comphelper::PropertySetInfo > const & getDrawingDefaults() noexcept
SVXCORE_DLLPUBLIC rtl::Reference< comphelper::PropertySetInfo > const & getWriterDrawingDefaults() noexcept
class SvxPropertySetInfoPool
#define SVXCORE_DLLPUBLIC