LibreOffice Module tools (master) 1
Public Member Functions | Private Attributes | List of all members
SvBorder Class Reference

#include <svborder.hxx>

Public Member Functions

 SvBorder ()
 
 SvBorder (tools::Long nLeftP, tools::Long nTopP, tools::Long nRightP, tools::Long nBottomP)
 
bool operator== (const SvBorder &rObj) const
 
bool operator!= (const SvBorder &rObj) const
 
SvBorderoperator+= (const SvBorder &rBorder)
 
tools::LongTop ()
 
tools::LongRight ()
 
tools::LongBottom ()
 
tools::LongLeft ()
 
tools::Long Top () const
 
tools::Long Right () const
 
tools::Long Bottom () const
 
tools::Long Left () const
 

Private Attributes

tools::Long nTop
 
tools::Long nRight
 
tools::Long nBottom
 
tools::Long nLeft
 

Detailed Description

Definition at line 28 of file svborder.hxx.

Constructor & Destructor Documentation

◆ SvBorder() [1/2]

SvBorder::SvBorder ( )
inline

Definition at line 33 of file svborder.hxx.

◆ SvBorder() [2/2]

SvBorder::SvBorder ( tools::Long  nLeftP,
tools::Long  nTopP,
tools::Long  nRightP,
tools::Long  nBottomP 
)
inline

Definition at line 37 of file svborder.hxx.

Member Function Documentation

◆ Bottom() [1/2]

tools::Long & SvBorder::Bottom ( )
inline

Definition at line 61 of file svborder.hxx.

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

◆ Bottom() [2/2]

tools::Long SvBorder::Bottom ( ) const
inline

Definition at line 65 of file svborder.hxx.

◆ Left() [1/2]

tools::Long & SvBorder::Left ( )
inline

Definition at line 62 of file svborder.hxx.

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

◆ Left() [2/2]

tools::Long SvBorder::Left ( ) const
inline

Definition at line 66 of file svborder.hxx.

◆ operator!=()

bool SvBorder::operator!= ( const SvBorder rObj) const
inline

Definition at line 49 of file svborder.hxx.

◆ operator+=()

SvBorder & SvBorder::operator+= ( const SvBorder rBorder)
inline

Definition at line 51 of file svborder.hxx.

References Bottom, Bottom(), Left, Left(), Right, Right(), Top, and Top().

◆ operator==()

bool SvBorder::operator== ( const SvBorder rObj) const
inline

Definition at line 44 of file svborder.hxx.

References nBottom, nLeft, nRight, and nTop.

◆ Right() [1/2]

tools::Long & SvBorder::Right ( )
inline

Definition at line 60 of file svborder.hxx.

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

◆ Right() [2/2]

tools::Long SvBorder::Right ( ) const
inline

Definition at line 64 of file svborder.hxx.

◆ Top() [1/2]

tools::Long & SvBorder::Top ( )
inline

Definition at line 59 of file svborder.hxx.

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

◆ Top() [2/2]

tools::Long SvBorder::Top ( ) const
inline

Definition at line 63 of file svborder.hxx.

Member Data Documentation

◆ nBottom

tools::Long SvBorder::nBottom
private

Definition at line 30 of file svborder.hxx.

Referenced by operator==().

◆ nLeft

tools::Long SvBorder::nLeft
private

Definition at line 30 of file svborder.hxx.

Referenced by operator==().

◆ nRight

tools::Long SvBorder::nRight
private

Definition at line 30 of file svborder.hxx.

Referenced by operator==().

◆ nTop

tools::Long SvBorder::nTop
private

Definition at line 30 of file svborder.hxx.

Referenced by operator==().


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