LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
XclAddress Struct Reference

A 2D cell address struct with Excel column and row indexes. More...

#include <xladdress.hxx>

Public Member Functions

 XclAddress (ScAddress::Uninitialized)
 
 XclAddress ()
 
 XclAddress (sal_uInt16 nCol, sal_uInt32 nRow)
 
void Set (sal_uInt16 nCol, sal_uInt32 nRow)
 
void Read (XclImpStream &rStrm)
 
void Write (XclExpStream &rStrm) const
 

Public Attributes

sal_uInt16 mnCol
 
sal_uInt32 mnRow
 

Detailed Description

A 2D cell address struct with Excel column and row indexes.

Definition at line 29 of file xladdress.hxx.

Constructor & Destructor Documentation

◆ XclAddress() [1/3]

XclAddress::XclAddress ( ScAddress::Uninitialized  )
inlineexplicit

Definition at line 35 of file xladdress.hxx.

◆ XclAddress() [2/3]

XclAddress::XclAddress ( )
inlineexplicit

Definition at line 36 of file xladdress.hxx.

◆ XclAddress() [3/3]

XclAddress::XclAddress ( sal_uInt16  nCol,
sal_uInt32  nRow 
)
inlineexplicit

Definition at line 37 of file xladdress.hxx.

Member Function Documentation

◆ Read()

void XclAddress::Read ( XclImpStream rStrm)

Definition at line 28 of file xladdress.cxx.

References mnCol, mnRow, and rStrm.

Referenced by operator>>().

◆ Set()

void XclAddress::Set ( sal_uInt16  nCol,
sal_uInt32  nRow 
)
inline

◆ Write()

void XclAddress::Write ( XclExpStream rStrm) const

Definition at line 34 of file xladdress.cxx.

References mnCol, mnRow, and rStrm.

Referenced by operator<<().

Member Data Documentation

◆ mnCol

sal_uInt16 XclAddress::mnCol

◆ mnRow

sal_uInt32 XclAddress::mnRow

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