LibreOffice Module svx (master) 1
|
#include <xtable.hxx>
Public Member Functions | |
XLineEndEntry (basegfx::B2DPolyPolygon aB2DPolyPolygon, const OUString &rName) | |
XLineEndEntry (const XLineEndEntry &rOther) | |
const basegfx::B2DPolyPolygon & | GetLineEnd () const |
Public Member Functions inherited from XPropertyEntry | |
virtual | ~XPropertyEntry () |
XPropertyEntry & | operator= (XPropertyEntry const &)=default |
XPropertyEntry & | operator= (XPropertyEntry &&)=default |
void | SetName (const OUString &rPropEntryName) |
const OUString & | GetName () const |
void | SetUiBitmap (const BitmapEx &rUiBitmap) |
const BitmapEx & | GetUiBitmap () const |
Private Attributes | |
basegfx::B2DPolyPolygon | aB2DPolyPolygon |
Additional Inherited Members | |
Protected Member Functions inherited from XPropertyEntry | |
XPropertyEntry (OUString aPropEntryName) | |
XPropertyEntry (XPropertyEntry const &)=default | |
XPropertyEntry (XPropertyEntry &&)=default | |
Definition at line 56 of file xtable.hxx.
XLineEndEntry::XLineEndEntry | ( | basegfx::B2DPolyPolygon | aB2DPolyPolygon, |
const OUString & | rName | ||
) |
Definition at line 39 of file xtable.cxx.
XLineEndEntry::XLineEndEntry | ( | const XLineEndEntry & | rOther | ) |
Definition at line 45 of file xtable.cxx.
|
inline |
Definition at line 65 of file xtable.hxx.
Referenced by ConstructHelper::GetLineEndPoly(), IMPL_LINK_NOARG(), and SvxShape::SetFillAttribute().
|
private |
Definition at line 59 of file xtable.hxx.