LibreOffice Module editeng (master) 1
|
The RangeCache class is used to cache the result of a single range calculation. More...
Public Member Functions | |
RangeCacheItem (const Range &rng) | |
Public Attributes | |
Range | range |
Range for which we calculated results. More... | |
std::deque< tools::Long > | results |
Calculated results for the range. More... | |
The RangeCache class is used to cache the result of a single range calculation.
Definition at line 36 of file txtrange.hxx.
|
inline |
Definition at line 40 of file txtrange.hxx.
Range TextRanger::RangeCacheItem::range |
Range for which we calculated results.
Definition at line 38 of file txtrange.hxx.
std::deque<tools::Long> TextRanger::RangeCacheItem::results |
Calculated results for the range.
Definition at line 39 of file txtrange.hxx.
Referenced by TextRanger::GetTextRanges().