LibreOffice Module vcl (master)
1
|
#include <lineinfo.hxx>
Public Member Functions | |
ImplLineInfo () | |
bool | operator== (const ImplLineInfo &) const |
Public Attributes | |
sal_Int32 | mnWidth |
sal_Int32 | mnDashLen |
sal_Int32 | mnDotLen |
sal_Int32 | mnDistance |
basegfx::B2DLineJoin | meLineJoin |
css::drawing::LineCap | meLineCap |
LineStyle | meStyle |
sal_uInt16 | mnDashCount |
sal_uInt16 | mnDotCount |
Definition at line 33 of file lineinfo.hxx.
ImplLineInfo::ImplLineInfo | ( | ) |
|
inline |
Definition at line 42 of file lineinfo.cxx.
References meLineCap, meLineJoin, meStyle, mnDashCount, mnDashLen, mnDistance, mnDotCount, mnDotLen, and mnWidth.
css::drawing::LineCap ImplLineInfo::meLineCap |
Definition at line 41 of file lineinfo.hxx.
Referenced by operator==(), ReadLineInfo(), and WriteLineInfo().
basegfx::B2DLineJoin ImplLineInfo::meLineJoin |
Definition at line 40 of file lineinfo.hxx.
Referenced by operator==(), ReadLineInfo(), and WriteLineInfo().
LineStyle ImplLineInfo::meStyle |
Definition at line 42 of file lineinfo.hxx.
Referenced by operator==(), ReadLineInfo(), and WriteLineInfo().
sal_uInt16 ImplLineInfo::mnDashCount |
Definition at line 44 of file lineinfo.hxx.
Referenced by operator==(), ReadLineInfo(), and WriteLineInfo().
sal_Int32 ImplLineInfo::mnDashLen |
Definition at line 36 of file lineinfo.hxx.
Referenced by operator==(), ReadLineInfo(), and WriteLineInfo().
sal_Int32 ImplLineInfo::mnDistance |
Definition at line 38 of file lineinfo.hxx.
Referenced by operator==(), ReadLineInfo(), and WriteLineInfo().
sal_uInt16 ImplLineInfo::mnDotCount |
Definition at line 45 of file lineinfo.hxx.
Referenced by operator==(), ReadLineInfo(), and WriteLineInfo().
sal_Int32 ImplLineInfo::mnDotLen |
Definition at line 37 of file lineinfo.hxx.
Referenced by operator==(), ReadLineInfo(), and WriteLineInfo().
sal_Int32 ImplLineInfo::mnWidth |
Definition at line 35 of file lineinfo.hxx.
Referenced by operator==(), ReadLineInfo(), and WriteLineInfo().