LibreOffice Module sc (master)
1
|
#include <oox/helper/containerhelper.hxx>
#include <oox/helper/progressbar.hxx>
#include <oox/ole/olehelper.hxx>
#include <rangelst.hxx>
#include "formulabase.hxx"
Go to the source code of this file.
Classes | |
struct | oox::xls::ColumnModel |
Stores settings and formatting data about a range of sheet columns. More... | |
struct | oox::xls::RowModel |
Stores settings and formatting data about a sheet row. More... | |
struct | oox::xls::PageBreakModel |
Stores formatting data about a page break. More... | |
struct | oox::xls::HyperlinkModel |
Stores data about a hyperlink range. More... | |
struct | oox::xls::ValidationModel |
Stores data about ranges with data validation settings. More... | |
class | oox::xls::IWorksheetProgress |
class | oox::xls::WorksheetHelper |
Namespaces | |
com::sun::star | |
com::sun::star::awt | |
com::sun::star::drawing | |
com::sun::star::sheet | |
com::sun::star::table | |
oox::xls | |
Typedefs | |
typedef ::std::map< OUString, ScDataBarFormatData * > | oox::xls::ExtLst |
typedef std::shared_ptr< WorksheetGlobals > | oox::xls::WorksheetGlobalsRef |
Enumerations | |
enum | oox::xls::WorksheetType { oox::xls::WorksheetType::Work, oox::xls::WorksheetType::Chart, oox::xls::WorksheetType::Macro, oox::xls::WorksheetType::Dialog, oox::xls::WorksheetType::Empty } |
An enumeration for all types of sheets in a workbook. More... | |