LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ReferenceMark Struct Reference

Describes reference mark to be drawn, position & size in TWIPs. More...

#include <output.hxx>

Collaboration diagram for ReferenceMark:
[legend]

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
 

Detailed Description

Describes reference mark to be drawn, position & size in TWIPs.

Definition at line 65 of file output.hxx.

Constructor & Destructor Documentation

◆ ReferenceMark() [1/2]

ReferenceMark::ReferenceMark ( )
inline

Definition at line 73 of file output.hxx.

References COL_AUTO().

◆ ReferenceMark() [2/2]

ReferenceMark::ReferenceMark ( tools::Long  aX,
tools::Long  aY,
tools::Long  aWidth,
tools::Long  aHeight,
tools::Long  aTab,
const Color rColor 
)
inline

Definition at line 81 of file output.hxx.

Member Function Documentation

◆ Is()

bool ReferenceMark::Is ( ) const
inline

Definition at line 94 of file output.hxx.

References nHeight, and nWidth.

Member Data Documentation

◆ aColor

Color ReferenceMark::aColor

Definition at line 71 of file output.hxx.

◆ nHeight

tools::Long ReferenceMark::nHeight

Definition at line 69 of file output.hxx.

Referenced by Is().

◆ nTab

tools::Long ReferenceMark::nTab

Definition at line 70 of file output.hxx.

◆ nWidth

tools::Long ReferenceMark::nWidth

Definition at line 68 of file output.hxx.

Referenced by Is().

◆ nX

tools::Long ReferenceMark::nX

Definition at line 66 of file output.hxx.

◆ nY

tools::Long ReferenceMark::nY

Definition at line 67 of file output.hxx.


The documentation for this struct was generated from the following file: