LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::BinSingleRef2d Struct Reference

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...
 

Detailed Description

A 2D formula cell reference struct with relative flags.

Definition at line 225 of file formulabase.hxx.

Constructor & Destructor Documentation

◆ BinSingleRef2d()

oox::xls::BinSingleRef2d::BinSingleRef2d ( )
explicit

True = relative row reference.

Definition at line 88 of file formulabase.cxx.

Member Function Documentation

◆ readBiff12Data()

void oox::xls::BinSingleRef2d::readBiff12Data ( SequenceInputStream rStrm,
bool  bRelativeAsOffset 
)

Definition at line 108 of file formulabase.cxx.

References rStrm, and setBiff12Data().

◆ setBiff12Data()

void oox::xls::BinSingleRef2d::setBiff12Data ( sal_uInt16  nCol,
sal_Int32  nRow,
bool  bRelativeAsOffset 
)

Member Data Documentation

◆ mbColRel

bool oox::xls::BinSingleRef2d::mbColRel

Row index.

Definition at line 229 of file formulabase.hxx.

Referenced by oox::xls::FormulaParserImpl::convertReference(), and setBiff12Data().

◆ mbRowRel

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().

◆ mnCol

sal_Int32 oox::xls::BinSingleRef2d::mnCol

◆ mnRow

sal_Int32 oox::xls::BinSingleRef2d::mnRow

Column index.

Definition at line 228 of file formulabase.hxx.

Referenced by oox::xls::FormulaParserImpl::convertReference(), and setBiff12Data().


The documentation for this struct was generated from the following files: