LibreOffice Module sc (master) 1
|
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... | |
Stores a core number format index with corresponding Excel format index.
Definition at line 252 of file xestyle.hxx.
|
inlineexplicit |
format string
Definition at line 258 of file xestyle.hxx.
void XclExpNumFmt::SaveXml | ( | XclExpXmlStream & | rStrm | ) |
Definition at line 1331 of file xestyle.cxx.
References maNumFmtString, mnXclNumFmt, and rStrm.
OUString XclExpNumFmt::maNumFmtString |
sal_uInt32 XclExpNumFmt::mnScNumFmt |
Definition at line 254 of file xestyle.hxx.
Referenced by XclExpNumFmtBuffer::WriteFormatRecord().
sal_uInt16 XclExpNumFmt::mnXclNumFmt |
Core index of the number format.
Definition at line 255 of file xestyle.hxx.
Referenced by SaveXml(), and XclExpNumFmtBuffer::WriteFormatRecord().