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

#include <rangeutl.hxx>

Public Member Functions

 ScArea (SCTAB tab=0, SCCOL colStart=0, SCROW rowStart=0, SCCOL colEnd=0, SCROW rowEnd=0)
 
bool operator== (const ScArea &r) const
 

Public Attributes

SCTAB nTab
 
SCCOL nColStart
 
SCROW nRowStart
 
SCCOL nColEnd
 
SCROW nRowEnd
 

Detailed Description

Definition at line 235 of file rangeutl.hxx.

Constructor & Destructor Documentation

◆ ScArea()

ScArea::ScArea ( SCTAB  tab = 0,
SCCOL  colStart = 0,
SCROW  rowStart = 0,
SCCOL  colEnd = 0,
SCROW  rowEnd = 0 
)

Definition at line 976 of file rangeutl.cxx.

Member Function Documentation

◆ operator==()

bool ScArea::operator== ( const ScArea r) const

Definition at line 985 of file rangeutl.cxx.

References nColEnd, nColStart, nRowEnd, nRowStart, and nTab.

Member Data Documentation

◆ nColEnd

SCCOL ScArea::nColEnd

◆ nColStart

SCCOL ScArea::nColStart

◆ nRowEnd

SCROW ScArea::nRowEnd

◆ nRowStart

SCROW ScArea::nRowStart

◆ nTab

SCTAB ScArea::nTab

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