LibreOffice Module sc (master)
1
|
A 2D formula cell range reference struct with relative flags. More...
#include <formulabase.hxx>
Public Member Functions | |
void | readBiff12Data (SequenceInputStream &rStrm, bool bRelativeAsOffset) |
End (bottom-right) cell address. More... | |
Public Attributes | |
BinSingleRef2d | maRef1 |
BinSingleRef2d | maRef2 |
Start (top-left) cell address. More... | |
A 2D formula cell range reference struct with relative flags.
Definition at line 241 of file formulabase.hxx.
void oox::xls::BinComplexRef2d::readBiff12Data | ( | SequenceInputStream & | rStrm, |
bool | bRelativeAsOffset | ||
) |
End (bottom-right) cell address.
Definition at line 114 of file formulabase.cxx.
References maRef1, maRef2, oox::BinaryInputStream::readInt32(), oox::BinaryInputStream::readuInt16(), and oox::xls::BinSingleRef2d::setBiff12Data().
BinSingleRef2d oox::xls::BinComplexRef2d::maRef1 |
Definition at line 243 of file formulabase.hxx.
Referenced by oox::xls::FormulaParserImpl::pushReferenceOperand(), and readBiff12Data().
BinSingleRef2d oox::xls::BinComplexRef2d::maRef2 |
Start (top-left) cell address.
Definition at line 244 of file formulabase.hxx.
Referenced by oox::xls::FormulaParserImpl::pushReferenceOperand(), and readBiff12Data().