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

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
 

Detailed Description

A 2D cell address struct for binary filters.

Definition at line 34 of file addressconverter.hxx.

Constructor & Destructor Documentation

◆ BinAddress() [1/3]

oox::xls::BinAddress::BinAddress ( )
inlineexplicit

Definition at line 39 of file addressconverter.hxx.

◆ BinAddress() [2/3]

oox::xls::BinAddress::BinAddress ( sal_Int32  nCol,
sal_Int32  nRow 
)
inlineexplicit

Definition at line 40 of file addressconverter.hxx.

◆ BinAddress() [3/3]

oox::xls::BinAddress::BinAddress ( const ScAddress rAddr)
inlineexplicit

Definition at line 41 of file addressconverter.hxx.

References Col, and Row.

Member Function Documentation

◆ read()

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

Member Data Documentation

◆ mnCol

sal_Int32 oox::xls::BinAddress::mnCol

◆ mnRow

sal_Int32 oox::xls::BinAddress::mnRow

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