LibreOffice Module tools (master) 1
|
#include <gen.hxx>
Public Member Functions | |
constexpr | Range () |
constexpr | Range (tools::Long nMin, tools::Long nMax) |
tools::Long | Min () const |
tools::Long | Max () const |
tools::Long | Len () const |
tools::Long & | Min () |
tools::Long & | Max () |
bool | Contains (tools::Long nIs) const |
void | Normalize () |
Pair const & | toPair () const |
Pair & | toPair () |
TOOLS_DLLPUBLIC rtl::OString | toString () const |
Additional Inherited Members | |
Protected Member Functions inherited from Pair | |
constexpr | Pair () |
constexpr | Pair (tools::Long nA, tools::Long nB) |
tools::Long | A () const |
tools::Long | B () const |
tools::Long & | A () |
tools::Long & | B () |
TOOLS_DLLPUBLIC rtl::OString | toString () const |
TOOLS_DLLPUBLIC size_t | GetHashValue () const |
Protected Attributes inherited from Pair | |
tools::Long | mnA |
tools::Long | mnB |
|
inlineconstexpr |
|
inline |
Definition at line 373 of file gen.hxx.
References Pair::mnA, and Pair::mnB.
Referenced by MultiSelection::Select().
|
inline |
Definition at line 358 of file gen.hxx.
Referenced by MultiSelection::IsAllSelected(), MultiSelection::Select(), and MultiSelection::SelectAll().
|
inline |
|
inline |
Definition at line 357 of file gen.hxx.
Referenced by MultiSelection::Insert(), MultiSelection::Remove(), MultiSelection::Select(), and MultiSelection::SetTotalRange().
|
inline |
|
inline |
Definition at line 356 of file gen.hxx.
Referenced by MultiSelection::Select(), and MultiSelection::SetTotalRange().
|
inline |
|
inline |
Definition at line 367 of file gen.hxx.
Referenced by operator==().