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 | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::awt |
namespace | com::sun::star::drawing |
namespace | com::sun::star::sheet |
namespace | com::sun::star::table |
namespace | oox |
namespace | oox::xls |
Typedefs | |
typedef ::std::map< OUString, ScDataBarFormatData * > | oox::xls::ExtLst |
typedef std::shared_ptr< WorksheetGlobals > | oox::xls::WorksheetGlobalsRef |
Enumerations | |
enum class | oox::xls::WorksheetType { oox::xls::Work , oox::xls::Chart , oox::xls::Macro , oox::xls::Dialog , oox::xls::Empty } |
An enumeration for all types of sheets in a workbook. More... | |