LibreOffice Module sc (master) 1
|
A 2D formula cell reference struct with relative flags. More...
#include <formulabase.hxx>
Public Member Functions | |
BinSingleRef2d () | |
True = relative row reference. More... | |
void | setBiff12Data (sal_uInt16 nCol, sal_Int32 nRow, bool bRelativeAsOffset) |
void | readBiff12Data (SequenceInputStream &rStrm, bool bRelativeAsOffset) |
Public Attributes | |
sal_Int32 | mnCol |
sal_Int32 | mnRow |
Column index. More... | |
bool | mbColRel |
Row index. More... | |
bool | mbRowRel |
True = relative column reference. More... | |
A 2D formula cell reference struct with relative flags.
Definition at line 225 of file formulabase.hxx.
|
explicit |
True = relative row reference.
Definition at line 88 of file formulabase.cxx.
void oox::xls::BinSingleRef2d::readBiff12Data | ( | SequenceInputStream & | rStrm, |
bool | bRelativeAsOffset | ||
) |
Definition at line 108 of file formulabase.cxx.
References rStrm, and setBiff12Data().
void oox::xls::BinSingleRef2d::setBiff12Data | ( | sal_uInt16 | nCol, |
sal_Int32 | nRow, | ||
bool | bRelativeAsOffset | ||
) |
Definition at line 96 of file formulabase.cxx.
References oox::xls::BIFF12_TOK_REF_COLMASK, oox::xls::BIFF12_TOK_REF_COLREL, oox::xls::BIFF12_TOK_REF_ROWMASK, oox::xls::BIFF12_TOK_REF_ROWREL, oox::getFlag(), mbColRel, mbRowRel, mnCol, and mnRow.
Referenced by readBiff12Data(), and oox::xls::BinComplexRef2d::readBiff12Data().
bool oox::xls::BinSingleRef2d::mbColRel |
Row index.
Definition at line 229 of file formulabase.hxx.
Referenced by oox::xls::FormulaParserImpl::convertReference(), and setBiff12Data().
bool oox::xls::BinSingleRef2d::mbRowRel |
True = relative column reference.
Definition at line 230 of file formulabase.hxx.
Referenced by oox::xls::FormulaParserImpl::convertReference(), and setBiff12Data().
sal_Int32 oox::xls::BinSingleRef2d::mnCol |
Definition at line 227 of file formulabase.hxx.
Referenced by oox::xls::FormulaParserImpl::convertReference(), and setBiff12Data().
sal_Int32 oox::xls::BinSingleRef2d::mnRow |
Column index.
Definition at line 228 of file formulabase.hxx.
Referenced by oox::xls::FormulaParserImpl::convertReference(), and setBiff12Data().