LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScRangePair Class Referencefinal

#include <address.hxx>

Public Member Functions

 ScRangePair (const ScRangePair &r)
 
 ScRangePair (const ScRange &rRange1, const ScRange &rRange2)
 
ScRangePairoperator= (const ScRangePair &rRange)
 
const ScRangeGetRange (sal_uInt16 n) const
 
ScRangeGetRange (sal_uInt16 n)
 

Private Attributes

std::array< ScRange, 2 > aRange
 

Detailed Description

Definition at line 792 of file address.hxx.

Constructor & Destructor Documentation

◆ ScRangePair() [1/2]

ScRangePair::ScRangePair ( const ScRangePair r)
inline

Definition at line 798 of file address.hxx.

References aRange.

◆ ScRangePair() [2/2]

ScRangePair::ScRangePair ( const ScRange rRange1,
const ScRange rRange2 
)
inline

Definition at line 803 of file address.hxx.

Member Function Documentation

◆ GetRange() [1/2]

ScRange & ScRangePair::GetRange ( sal_uInt16  n)
inline

Definition at line 814 of file address.hxx.

References n.

◆ GetRange() [2/2]

const ScRange & ScRangePair::GetRange ( sal_uInt16  n) const
inline

◆ operator=()

ScRangePair & ScRangePair::operator= ( const ScRangePair rRange)
inline

Definition at line 820 of file address.hxx.

References aRange.

Member Data Documentation

◆ aRange

std::array<ScRange,2> ScRangePair::aRange
private

Definition at line 795 of file address.hxx.

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


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