LibreOffice Module sc (master) 1
|
Describes reference mark to be drawn, position & size in TWIPs. More...
#include <output.hxx>
Public Member Functions | |
ReferenceMark () | |
ReferenceMark (tools::Long aX, tools::Long aY, tools::Long aWidth, tools::Long aHeight, tools::Long aTab, const Color &rColor) | |
bool | Is () const |
Public Attributes | |
tools::Long | nX |
tools::Long | nY |
tools::Long | nWidth |
tools::Long | nHeight |
tools::Long | nTab |
Color | aColor |
Describes reference mark to be drawn, position & size in TWIPs.
Definition at line 65 of file output.hxx.
|
inline |
Definition at line 73 of file output.hxx.
References COL_AUTO().
|
inline |
Definition at line 81 of file output.hxx.
|
inline |
Definition at line 94 of file output.hxx.
Color ReferenceMark::aColor |
Definition at line 71 of file output.hxx.
tools::Long ReferenceMark::nHeight |
Definition at line 69 of file output.hxx.
Referenced by Is().
tools::Long ReferenceMark::nTab |
Definition at line 70 of file output.hxx.
tools::Long ReferenceMark::nWidth |
Definition at line 68 of file output.hxx.
Referenced by Is().
tools::Long ReferenceMark::nX |
Definition at line 66 of file output.hxx.
tools::Long ReferenceMark::nY |
Definition at line 67 of file output.hxx.