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

Stores a core number format index with corresponding Excel format index. More...

#include <xestyle.hxx>

Public Member Functions

 XclExpNumFmt (sal_uInt32 nScNumFmt, sal_uInt16 nXclNumFmt, OUString aFrmt)
 format string More...
 
void SaveXml (XclExpXmlStream &rStrm)
 

Public Attributes

sal_uInt32 mnScNumFmt
 
sal_uInt16 mnXclNumFmt
 Core index of the number format. More...
 
OUString maNumFmtString
 Resulting Excel format index. More...
 

Detailed Description

Stores a core number format index with corresponding Excel format index.

Definition at line 252 of file xestyle.hxx.

Constructor & Destructor Documentation

◆ XclExpNumFmt()

XclExpNumFmt::XclExpNumFmt ( sal_uInt32  nScNumFmt,
sal_uInt16  nXclNumFmt,
OUString  aFrmt 
)
inlineexplicit

format string

Definition at line 258 of file xestyle.hxx.

Member Function Documentation

◆ SaveXml()

void XclExpNumFmt::SaveXml ( XclExpXmlStream rStrm)

Definition at line 1331 of file xestyle.cxx.

References maNumFmtString, mnXclNumFmt, and rStrm.

Member Data Documentation

◆ maNumFmtString

OUString XclExpNumFmt::maNumFmtString

Resulting Excel format index.

Definition at line 256 of file xestyle.hxx.

Referenced by SaveXml().

◆ mnScNumFmt

sal_uInt32 XclExpNumFmt::mnScNumFmt

Definition at line 254 of file xestyle.hxx.

Referenced by XclExpNumFmtBuffer::WriteFormatRecord().

◆ mnXclNumFmt

sal_uInt16 XclExpNumFmt::mnXclNumFmt

Core index of the number format.

Definition at line 255 of file xestyle.hxx.

Referenced by SaveXml(), and XclExpNumFmtBuffer::WriteFormatRecord().


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