LibreOffice Module sc (master) 1
|
A combination of unique XF identifier with real Excel XF index. More...
#include <xestyle.hxx>
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... | |
A combination of unique XF identifier with real Excel XF index.
Definition at line 421 of file xestyle.hxx.
|
explicit |
Real Excel XF index.
Definition at line 2100 of file xestyle.cxx.
|
inlineexplicit |
Definition at line 427 of file xestyle.hxx.
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().
sal_uInt32 XclExpXFId::mnXFId |
Definition at line 423 of file xestyle.hxx.
Referenced by XclExpMultiCellBase::AppendXFId(), ConvertXFIndex(), XclExpSingleCellBase::GetXFId(), XclExpMultiCellBase::RemoveUnusedXFIndexes(), XclExpStyle::SaveXml(), XclExpSingleCellBase::SetXFId(), and XclExpColinfo::XclExpColinfo().
sal_uInt16 XclExpXFId::mnXFIndex |
Temporary XF identifier.
Definition at line 424 of file xestyle.hxx.
Referenced by ConvertXFIndex(), XclExpRow::Finalize(), XclExpColinfo::GetXFIndex(), XclExpColinfo::IsDefault(), XclExpMultiCellBase::RemoveUnusedXFIndexes(), XclExpColinfo::SaveXml(), XclExpColinfo::TryMerge(), XclExpXF::WriteBody(), XclExpStyle::WriteBody(), XclExpSingleCellBase::WriteBody(), and XclExpColinfo::WriteBody().