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

#include <rulritem.hxx>

Public Member Functions

 SvxColumnDescription (tools::Long start, tools::Long end, bool bVis)
 
 SvxColumnDescription (tools::Long start, tools::Long end, tools::Long endMin, tools::Long endMax, bool bVis)
 
bool operator== (const SvxColumnDescription &rCmp) const
 
bool operator!= (const SvxColumnDescription &rCmp) const
 
tools::Long GetWidth () const
 

Public Attributes

tools::Long nStart
 
tools::Long nEnd
 
bool bVisible
 
tools::Long nEndMin
 
tools::Long nEndMax
 

Detailed Description

Definition at line 117 of file rulritem.hxx.

Constructor & Destructor Documentation

◆ SvxColumnDescription() [1/2]

SvxColumnDescription::SvxColumnDescription ( tools::Long  start,
tools::Long  end,
bool  bVis 
)

Definition at line 577 of file rulritem.cxx.

References bVisible, end, and start.

◆ SvxColumnDescription() [2/2]

SvxColumnDescription::SvxColumnDescription ( tools::Long  start,
tools::Long  end,
tools::Long  endMin,
tools::Long  endMax,
bool  bVis 
)

Definition at line 585 of file rulritem.cxx.

References bVisible, end, max, min(), and start.

Member Function Documentation

◆ GetWidth()

tools::Long SvxColumnDescription::GetWidth ( ) const

Definition at line 608 of file rulritem.cxx.

References nEnd, and nStart.

◆ operator!=()

bool SvxColumnDescription::operator!= ( const SvxColumnDescription rCmp) const

Definition at line 603 of file rulritem.cxx.

References operator==().

◆ operator==()

bool SvxColumnDescription::operator== ( const SvxColumnDescription rCmp) const

Definition at line 594 of file rulritem.cxx.

References bVisible, nEnd, nEndMax, nEndMin, and nStart.

Referenced by operator!=().

Member Data Documentation

◆ bVisible

bool SvxColumnDescription::bVisible

Definition at line 121 of file rulritem.hxx.

Referenced by operator==().

◆ nEnd

tools::Long SvxColumnDescription::nEnd

Definition at line 120 of file rulritem.hxx.

Referenced by GetWidth(), and operator==().

◆ nEndMax

tools::Long SvxColumnDescription::nEndMax

Definition at line 124 of file rulritem.hxx.

Referenced by operator==().

◆ nEndMin

tools::Long SvxColumnDescription::nEndMin

Definition at line 123 of file rulritem.hxx.

Referenced by operator==().

◆ nStart

tools::Long SvxColumnDescription::nStart

Definition at line 119 of file rulritem.hxx.

Referenced by GetWidth(), and operator==().


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