LibreOffice Module svx (master) 1
|
#include <config_options.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <svl/itemprop.hxx>
#include <svx/svxdllapi.h>
#include <editeng/unoipset.hxx>
#include <rtl/ref.hxx>
#include <memory>
#include <optional>
Go to the source code of this file.
Classes | |
class | UHashMap |
class UHashMap More... | |
class | SvxUnoPropertyMapProvider |
SvxUnoPropertyMapProvider. More... | |
Namespaces | |
namespace | comphelper |
class SvxPropertySetInfoPool | |
namespace | SvxPropertySetInfoPool |
Macros | |
#define | SVXMAP_SHAPE 0 |
Sorter. More... | |
#define | SVXMAP_CONNECTOR 1 |
#define | SVXMAP_DIMENSIONING 2 |
#define | SVXMAP_CIRCLE 3 |
#define | SVXMAP_POLYPOLYGON 4 |
#define | SVXMAP_GRAPHICOBJECT 5 |
#define | SVXMAP_3DSCENEOBJECT 6 |
#define | SVXMAP_3DCUBEOBJECT 7 |
#define | SVXMAP_3DSPHEREOBJECT 8 |
#define | SVXMAP_3DLATHEOBJECT 9 |
#define | SVXMAP_3DEXTRUDEOBJECT 10 |
#define | SVXMAP_3DPOLYGONOBJECT 11 |
#define | SVXMAP_ALL 12 |
#define | SVXMAP_GROUP 13 |
#define | SVXMAP_CAPTION 14 |
#define | SVXMAP_OLE2 15 |
#define | SVXMAP_PLUGIN 16 |
#define | SVXMAP_FRAME 17 |
#define | SVXMAP_APPLET 18 |
#define | SVXMAP_CONTROL 19 |
#define | SVXMAP_TEXT 20 |
#define | SVXMAP_CUSTOMSHAPE 21 |
#define | SVXMAP_MEDIA 22 |
#define | SVXMAP_TABLE 23 |
#define | SVXMAP_PAGE 24 |
#define | SVXMAP_END 25 |
Functions | |
SVXCORE_DLLPUBLIC rtl::Reference< comphelper::PropertySetInfo > const & | SvxPropertySetInfoPool::getDrawingDefaults () noexcept |
SVXCORE_DLLPUBLIC rtl::Reference< comphelper::PropertySetInfo > const & | SvxPropertySetInfoPool::getWriterDrawingDefaults () noexcept |
#define SVXMAP_3DCUBEOBJECT 7 |
Definition at line 59 of file unoprov.hxx.
#define SVXMAP_3DEXTRUDEOBJECT 10 |
Definition at line 62 of file unoprov.hxx.
#define SVXMAP_3DLATHEOBJECT 9 |
Definition at line 61 of file unoprov.hxx.
#define SVXMAP_3DPOLYGONOBJECT 11 |
Definition at line 63 of file unoprov.hxx.
#define SVXMAP_3DSCENEOBJECT 6 |
Definition at line 58 of file unoprov.hxx.
#define SVXMAP_3DSPHEREOBJECT 8 |
Definition at line 60 of file unoprov.hxx.
#define SVXMAP_ALL 12 |
Definition at line 64 of file unoprov.hxx.
#define SVXMAP_APPLET 18 |
Definition at line 70 of file unoprov.hxx.
#define SVXMAP_CAPTION 14 |
Definition at line 66 of file unoprov.hxx.
#define SVXMAP_CIRCLE 3 |
Definition at line 55 of file unoprov.hxx.
#define SVXMAP_CONNECTOR 1 |
Definition at line 53 of file unoprov.hxx.
#define SVXMAP_CONTROL 19 |
Definition at line 71 of file unoprov.hxx.
#define SVXMAP_CUSTOMSHAPE 21 |
Definition at line 73 of file unoprov.hxx.
#define SVXMAP_DIMENSIONING 2 |
Definition at line 54 of file unoprov.hxx.
#define SVXMAP_END 25 |
Definition at line 77 of file unoprov.hxx.
#define SVXMAP_FRAME 17 |
Definition at line 69 of file unoprov.hxx.
#define SVXMAP_GRAPHICOBJECT 5 |
Definition at line 57 of file unoprov.hxx.
#define SVXMAP_GROUP 13 |
Definition at line 65 of file unoprov.hxx.
#define SVXMAP_MEDIA 22 |
Definition at line 74 of file unoprov.hxx.
#define SVXMAP_OLE2 15 |
Definition at line 67 of file unoprov.hxx.
#define SVXMAP_PAGE 24 |
Definition at line 76 of file unoprov.hxx.
#define SVXMAP_PLUGIN 16 |
Definition at line 68 of file unoprov.hxx.
#define SVXMAP_POLYPOLYGON 4 |
Definition at line 56 of file unoprov.hxx.
#define SVXMAP_SHAPE 0 |
Sorter.
Definition at line 52 of file unoprov.hxx.
#define SVXMAP_TABLE 23 |
Definition at line 75 of file unoprov.hxx.
#define SVXMAP_TEXT 20 |
Definition at line 72 of file unoprov.hxx.