LibreOffice Module sc (master) 1
|
A 2D cell range address struct for binary filters. More...
#include <addressconverter.hxx>
Public Member Functions | |
void | read (SequenceInputStream &rStrm) |
Public Attributes | |
BinAddress | maFirst |
BinAddress | maLast |
A 2D cell range address struct for binary filters.
Definition at line 58 of file addressconverter.hxx.
void oox::xls::BinRange::read | ( | SequenceInputStream & | rStrm | ) |
Definition at line 56 of file addressconverter.cxx.
References maFirst, maLast, oox::xls::BinAddress::mnCol, oox::xls::BinAddress::mnRow, and rStrm.
Referenced by oox::xls::WorksheetFragment::importDimension(), and oox::xls::operator>>().
BinAddress oox::xls::BinRange::maFirst |
Definition at line 60 of file addressconverter.hxx.
Referenced by oox::xls::AddressConverter::convertToCellRangeUnchecked(), and read().
BinAddress oox::xls::BinRange::maLast |
Definition at line 61 of file addressconverter.hxx.
Referenced by oox::xls::AddressConverter::convertToCellRangeUnchecked(), and read().