LibreOffice Module sc (master) 1
|
#include <memory>
#include <rangelst.hxx>
#include "xladdress.hxx"
#include "xerecord.hxx"
#include "xeroot.hxx"
#include "xestring.hxx"
#include "xeextlst.hxx"
#include "xlformula.hxx"
#include <colorscale.hxx>
Go to the source code of this file.
Classes | |
class | XclExpSst |
Provides export of the SST (shared string table) record. More... | |
class | XclExpMergedcells |
Represents a MERGEDCELLS record containing all merged cell ranges in a sheet. More... | |
class | XclExpHyperlink |
Provides export of hyperlink data. More... | |
class | XclExpLabelranges |
Provides export of the row/column label range list of a sheet. More... | |
class | XclExpCF |
Represents a CF record that contains one condition of a conditional format. More... | |
class | XclExpDateFormat |
class | XclExpCfvo |
class | XclExpColScaleCol |
class | XclExpCondfmt |
Represents a CONDFMT record that contains all conditions of a conditional format. More... | |
class | XclExpColorScale |
class | XclExpDataBar |
class | XclExpIconSet |
class | XclExpCondFormatBuffer |
Contains all conditional formats of a specific sheet. More... | |
class | XclExpDV |
Provides export of the data of a DV record. More... | |
class | XclExpDval |
This class contains the DV record list following the DVAL record. More... | |
class | XclExpWebQuery |
Contains all records for a web query (linked tables in an HTML document). More... | |
class | XclExpWebQueryBuffer |
Contains all web query records for this document. More... | |
Typedefs | |
typedef XclExpRecordList< XclExpHyperlink > | XclExpHyperlinkList |
typedef XclExpRecordList< XclExpHyperlink > XclExpHyperlinkList |
Definition at line 135 of file xecontent.hxx.