LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
XclImpXFIndex Class Reference

Represents an XF record index with additional information. More...

#include <xistyle.hxx>

Public Member Functions

 XclImpXFIndex (sal_uInt16 nXFIndex, bool bBoolCell=false)
 
sal_uInt16 GetXFIndex () const
 
bool IsBoolCell () const
 

Private Attributes

sal_uInt16 mnXFIndex
 
bool mbBoolCell
 The XF record index. More...
 

Detailed Description

Represents an XF record index with additional information.

Definition at line 356 of file xistyle.hxx.

Constructor & Destructor Documentation

◆ XclImpXFIndex()

XclImpXFIndex::XclImpXFIndex ( sal_uInt16  nXFIndex,
bool  bBoolCell = false 
)
inlineexplicit

Definition at line 359 of file xistyle.hxx.

Member Function Documentation

◆ GetXFIndex()

sal_uInt16 XclImpXFIndex::GetXFIndex ( ) const
inline

Definition at line 362 of file xistyle.hxx.

References mnXFIndex.

Referenced by XclImpXFRangeBuffer::Finalize(), and operator==().

◆ IsBoolCell()

bool XclImpXFIndex::IsBoolCell ( ) const
inline

Definition at line 363 of file xistyle.hxx.

References mbBoolCell.

Referenced by XclImpXFRangeBuffer::Finalize(), and operator==().

Member Data Documentation

◆ mbBoolCell

bool XclImpXFIndex::mbBoolCell
private

The XF record index.

Definition at line 367 of file xistyle.hxx.

Referenced by IsBoolCell().

◆ mnXFIndex

sal_uInt16 XclImpXFIndex::mnXFIndex
private

Definition at line 366 of file xistyle.hxx.

Referenced by GetXFIndex().


The documentation for this class was generated from the following file: