LibreOffice Module oox (master) 1
|
An ordered list of value ranges. More...
#include <containerhelper.hxx>
Public Member Functions | |
ValueRangeSet () | |
void | insert (const ValueRange &rRange) |
Inserts the passed value range into the range list. More... | |
const ValueRangeVector & | getRanges () const |
Returns the ordered list of all value ranges. More... | |
Private Attributes | |
ValueRangeVector | maRanges |
An ordered list of value ranges.
The insertion operation will merge consecutive value ranges.
Definition at line 63 of file containerhelper.hxx.
|
inline |
Definition at line 66 of file containerhelper.hxx.
|
inline |
Returns the ordered list of all value ranges.
Definition at line 72 of file containerhelper.hxx.
void oox::ValueRangeSet::insert | ( | const ValueRange & | rRange | ) |
Inserts the passed value range into the range list.
Definition at line 45 of file containerhelper.cxx.
References maRanges, oox::ValueRange::mnFirst, and oox::ValueRange::mnLast.
|
private |
Definition at line 75 of file containerhelper.hxx.
Referenced by insert().