LibreOffice Module sc (master) 1
|
#include <address.hxx>
Public Member Functions | |
ScRangePair (const ScRangePair &r) | |
ScRangePair (const ScRange &rRange1, const ScRange &rRange2) | |
ScRangePair & | operator= (const ScRangePair &rRange) |
const ScRange & | GetRange (sal_uInt16 n) const |
ScRange & | GetRange (sal_uInt16 n) |
Private Attributes | |
std::array< ScRange, 2 > | aRange |
Definition at line 792 of file address.hxx.
|
inline |
Definition at line 798 of file address.hxx.
References aRange.
Definition at line 803 of file address.hxx.
|
inline |
Definition at line 814 of file address.hxx.
References n.
|
inline |
Definition at line 810 of file address.hxx.
References n.
Referenced by XclExpLabelranges::FillRangeList(), ScDocument::GetFormulaEntries(), ScLabelRangesObj::GetObjectByIndex_Impl(), ScCompiler::HandleColRowName(), ScRangePairList::Join(), ScLabelRangeObj::Modify_Impl(), ScCompiler::ParseColRowName(), and ScColRowNameRangesDlg::UpdateRangeData().
|
inline |
Definition at line 820 of file address.hxx.
References aRange.
|
private |
Definition at line 795 of file address.hxx.
Referenced by operator=(), and ScRangePair().