LibreOffice Module svx (master) 1
|
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <svx/xdash.hxx>
#include <svx/xhatch.hxx>
#include <basegfx/utils/bgradient.hxx>
#include <tools/color.hxx>
#include <cppuhelper/weak.hxx>
#include <svx/svxdllapi.h>
#include <com/sun/star/embed/XStorage.hpp>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <com/sun/star/container/XNameContainer.hpp>
#include <vcl/GraphicObject.hxx>
#include <svx/XPropertyEntry.hxx>
#include <limits>
#include <memory>
Go to the source code of this file.
Classes | |
class | XColorEntry |
class | XLineEndEntry |
class | XDashEntry |
class | XHatchEntry |
class | XGradientEntry |
class | XBitmapEntry |
class | XPropertyList |
class | XColorList |
class | XLineEndList |
class | XDashList |
class | XHatchList |
class | XGradientList |
class | XBitmapList |
class | XPatternList |
Typedefs | |
typedef rtl::Reference< class XPropertyList > | XPropertyListRef |
typedef rtl::Reference< class XDashList > | XDashListRef |
typedef rtl::Reference< class XHatchList > | XHatchListRef |
typedef rtl::Reference< class XColorList > | XColorListRef |
typedef rtl::Reference< class XBitmapList > | XBitmapListRef |
typedef rtl::Reference< class XPatternList > | XPatternListRef |
typedef rtl::Reference< class XLineEndList > | XLineEndListRef |
typedef rtl::Reference< class XGradientList > | XGradientListRef |
Enumerations | |
enum class | XPropertyListType { Unknown = -1 , Color , LineEnd , Dash , Hatch , Gradient , Bitmap , Pattern , LAST = Pattern } |
typedef rtl::Reference< class XBitmapList > XBitmapListRef |
Definition at line 148 of file xtable.hxx.
typedef rtl::Reference< class XColorList > XColorListRef |
Definition at line 147 of file xtable.hxx.
typedef rtl::Reference< class XDashList > XDashListRef |
Definition at line 145 of file xtable.hxx.
typedef rtl::Reference< class XGradientList > XGradientListRef |
Definition at line 151 of file xtable.hxx.
typedef rtl::Reference< class XHatchList > XHatchListRef |
Definition at line 146 of file xtable.hxx.
typedef rtl::Reference< class XLineEndList > XLineEndListRef |
Definition at line 150 of file xtable.hxx.
typedef rtl::Reference< class XPatternList > XPatternListRef |
Definition at line 149 of file xtable.hxx.
typedef rtl::Reference< class XPropertyList > XPropertyListRef |
Definition at line 143 of file xtable.hxx.
|
strong |
Enumerator | |
---|---|
Unknown | |
Color | |
LineEnd | |
Dash | |
Hatch | |
Gradient | |
Bitmap | |
Pattern | |
LAST |
Definition at line 131 of file xtable.hxx.