LibreOffice Module svx (master) 1
Classes | Typedefs | Enumerations
xtable.hxx File Reference
#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>
Include dependency graph for xtable.hxx:
This graph shows which files directly or indirectly include this file:

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 XPropertyListXPropertyListRef
 
typedef rtl::Reference< class XDashListXDashListRef
 
typedef rtl::Reference< class XHatchListXHatchListRef
 
typedef rtl::Reference< class XColorListXColorListRef
 
typedef rtl::Reference< class XBitmapListXBitmapListRef
 
typedef rtl::Reference< class XPatternListXPatternListRef
 
typedef rtl::Reference< class XLineEndListXLineEndListRef
 
typedef rtl::Reference< class XGradientListXGradientListRef
 

Enumerations

enum class  XPropertyListType {
  Unknown = -1 ,
  Color ,
  LineEnd ,
  Dash ,
  Hatch ,
  Gradient ,
  Bitmap ,
  Pattern ,
  LAST = Pattern
}
 

Typedef Documentation

◆ XBitmapListRef

Definition at line 148 of file xtable.hxx.

◆ XColorListRef

Definition at line 147 of file xtable.hxx.

◆ XDashListRef

Definition at line 145 of file xtable.hxx.

◆ XGradientListRef

Definition at line 151 of file xtable.hxx.

◆ XHatchListRef

Definition at line 146 of file xtable.hxx.

◆ XLineEndListRef

Definition at line 150 of file xtable.hxx.

◆ XPatternListRef

Definition at line 149 of file xtable.hxx.

◆ XPropertyListRef

Definition at line 143 of file xtable.hxx.

Enumeration Type Documentation

◆ XPropertyListType

enum class XPropertyListType
strong
Enumerator
Unknown 
Color 
LineEnd 
Dash 
Hatch 
Gradient 
Bitmap 
Pattern 
LAST 

Definition at line 131 of file xtable.hxx.