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

A combination of unique XF identifier with real Excel XF index. More...

#include <xestyle.hxx>

Inheritance diagram for XclExpXFId:
[legend]

Public Member Functions

 XclExpXFId ()
 Real Excel XF index. More...
 
 XclExpXFId (sal_uInt32 nXFId)
 
void ConvertXFIndex (const XclExpRoot &rRoot)
 Converts the XF identifier in mnXFId to an Excel XF index and stores it in mnXFIndex. More...
 

Public Attributes

sal_uInt32 mnXFId
 
sal_uInt16 mnXFIndex
 Temporary XF identifier. More...
 

Detailed Description

A combination of unique XF identifier with real Excel XF index.

Definition at line 421 of file xestyle.hxx.

Constructor & Destructor Documentation

◆ XclExpXFId() [1/2]

XclExpXFId::XclExpXFId ( )
explicit

Real Excel XF index.

Definition at line 2100 of file xestyle.cxx.

◆ XclExpXFId() [2/2]

XclExpXFId::XclExpXFId ( sal_uInt32  nXFId)
inlineexplicit

Definition at line 427 of file xestyle.hxx.

Member Function Documentation

◆ ConvertXFIndex()

void XclExpXFId::ConvertXFIndex ( const XclExpRoot rRoot)

Converts the XF identifier in mnXFId to an Excel XF index and stores it in mnXFIndex.

Definition at line 2106 of file xestyle.cxx.

References XclExpRoot::GetXFBuffer(), XclExpXFBuffer::GetXFIndex(), mnXFId, and mnXFIndex.

Referenced by XclExpColinfo::ConvertXFIndexes(), XclExpSingleCellBase::ConvertXFIndexes(), XclExpRow::Finalize(), XclExpXF::WriteBody(), and XclExpStyle::WriteBody().

Member Data Documentation

◆ mnXFId

sal_uInt32 XclExpXFId::mnXFId

◆ mnXFIndex

sal_uInt16 XclExpXFId::mnXFIndex

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