LibreOffice Module sc (master)
1
|
A 2D cell range address list for binary filters. More...
#include <addressconverter.hxx>
Public Member Functions | |
BinRangeList () | |
::std::vector< BinRange >::const_iterator | begin () const |
::std::vector< BinRange >::const_iterator | end () const |
void | read (SequenceInputStream &rStrm) |
Private Attributes | |
::std::vector< BinRange > | mvRanges |
A 2D cell range address list for binary filters.
Definition at line 73 of file addressconverter.hxx.
|
inlineexplicit |
Definition at line 76 of file addressconverter.hxx.
|
inline |
Definition at line 78 of file addressconverter.hxx.
References mvRanges.
|
inline |
Definition at line 79 of file addressconverter.hxx.
References mvRanges.
void oox::xls::BinRangeList::read | ( | SequenceInputStream & | rStrm | ) |
Definition at line 63 of file addressconverter.cxx.
References oox::BinaryStreamBase::getRemaining(), mvRanges, nCount, and oox::BinaryInputStream::readInt32().
Referenced by oox::xls::operator>>().
|
private |
Definition at line 84 of file addressconverter.hxx.