|
LibreOffice Module tools (master) 1
|
#include <gen.hxx>
Public Member Functions | |
| Selection () | |
| Selection (tools::Long nPos) | |
| Selection (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 () |
| bool | operator! () const |
| tools::Long | getMin () const |
| void | setMin (tools::Long nMin) |
| void | setMax (tools::Long nMax) |
| 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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 430 of file gen.hxx.
Referenced by operator==().