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

A 2D formula cell range reference struct with relative flags. More...

#include <formulabase.hxx>

Collaboration diagram for oox::xls::BinComplexRef2d:
[legend]

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

Detailed Description

A 2D formula cell range reference struct with relative flags.

Definition at line 240 of file formulabase.hxx.

Member Function Documentation

◆ readBiff12Data()

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

End (bottom-right) cell address.

Definition at line 117 of file formulabase.cxx.

References maRef1, maRef2, rStrm, and oox::xls::BinSingleRef2d::setBiff12Data().

Member Data Documentation

◆ maRef1

BinSingleRef2d oox::xls::BinComplexRef2d::maRef1

◆ maRef2

BinSingleRef2d oox::xls::BinComplexRef2d::maRef2

Start (top-left) cell address.

Definition at line 243 of file formulabase.hxx.

Referenced by oox::xls::FormulaParserImpl::pushReferenceOperand(), and readBiff12Data().


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