|
LibreOffice Module sc (master) 1
|
#include <tools/solar.h>#include <vector>#include <memory>#include <rangelst.hxx>#include "xlstyle.hxx"#include "xiroot.hxx"Go to the source code of this file.
Classes | |
| class | XclImpPalette |
| Stores the default colors for the current BIFF version and the contents of a PALETTE record. More... | |
| class | XclImpFont |
| Stores all data of an Excel font and provides import of FONT records. More... | |
| class | XclImpFontBuffer |
| Stores the data of all fonts occurred in an Excel file. More... | |
| class | XclImpNumFmtBuffer |
| Stores all user defined number formats occurred in the file. More... | |
| struct | XclImpCellProt |
| Extends the XclCellProt struct for import. More... | |
| struct | XclImpCellAlign |
| Extends the XclCellAlign struct for import. More... | |
| struct | XclImpCellBorder |
| Extends the XclCellBorder struct for import. More... | |
| struct | XclImpCellArea |
| Extends the XclCellArea struct for import. More... | |
| class | XclImpXFIndex |
| Represents an XF record index with additional information. More... | |
| class | XclImpXF |
| Contains all data of a XF record and a Calc item set. More... | |
| class | XclImpStyle |
| Contains all data of a cell style associated with an XF record. More... | |
| class | XclImpXFBuffer |
| Contains all XF records occurred in the file. More... | |
| class | XclImpXFRange |
| Contains an (encoded) XF index for a range of rows in a single column. More... | |
| class | XclImpXFRangeColumn |
| Contains the XF indexes for every used cell in a column. More... | |
| class | XclImpXFRangeBuffer |
| Contains the XF indexes for every used cell in a single sheet. More... | |
Functions | |
| bool | operator== (const XclImpXFIndex &rLeft, const XclImpXFIndex &rRight) |
| bool | operator!= (const XclImpXFIndex &rLeft, const XclImpXFIndex &rRight) |
|
inline |
Definition at line 373 of file xistyle.hxx.
|
inline |
Definition at line 370 of file xistyle.hxx.
References XclImpXFIndex::GetXFIndex(), and XclImpXFIndex::IsBoolCell().