LibreOffice Module sc (master) 1
|
A 2D cell address struct for binary filters. More...
#include <addressconverter.hxx>
Public Member Functions | |
BinAddress () | |
BinAddress (sal_Int32 nCol, sal_Int32 nRow) | |
BinAddress (const ScAddress &rAddr) | |
void | read (SequenceInputStream &rStrm) |
Public Attributes | |
sal_Int32 | mnCol |
sal_Int32 | mnRow |
A 2D cell address struct for binary filters.
Definition at line 34 of file addressconverter.hxx.
|
inlineexplicit |
Definition at line 39 of file addressconverter.hxx.
|
inlineexplicit |
Definition at line 40 of file addressconverter.hxx.
|
inlineexplicit |
Definition at line 41 of file addressconverter.hxx.
void oox::xls::BinAddress::read | ( | SequenceInputStream & | rStrm | ) |
Definition at line 50 of file addressconverter.cxx.
References mnCol, mnRow, and rStrm.
Referenced by oox::xls::operator>>().
sal_Int32 oox::xls::BinAddress::mnCol |
Definition at line 36 of file addressconverter.hxx.
Referenced by oox::xls::AddressConverter::convertToCellAddressUnchecked(), oox::xls::AddressConverter::convertToCellRangeUnchecked(), oox::xls::AddressConverter::createValidCellAddress(), oox::xls::FormulaProcessorBase::generateAddress2dString(), oox::xls::SheetDataContext::importRow(), oox::xls::operator<(), oox::xls::FormulaParserImpl::pushSpecialTokenOperand(), read(), oox::xls::BinRange::read(), and oox::xls::SheetDataContext::readCellHeader().
sal_Int32 oox::xls::BinAddress::mnRow |
Definition at line 37 of file addressconverter.hxx.
Referenced by oox::xls::AddressConverter::convertToCellAddressUnchecked(), oox::xls::AddressConverter::convertToCellRangeUnchecked(), oox::xls::AddressConverter::createValidCellAddress(), oox::xls::FormulaProcessorBase::generateAddress2dString(), oox::xls::SheetDataContext::importRow(), oox::xls::operator<(), oox::xls::FormulaParserImpl::pushSpecialTokenOperand(), read(), and oox::xls::BinRange::read().