LibreOffice Module oox (master) 1
|
#include <set>
#include <vector>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <oox/dllapi.h>
#include <oox/export/drawingml.hxx>
#include <oox/export/shapes.hxx>
#include <oox/export/utils.hxx>
#include <oox/token/tokens.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <sax/fshelper.hxx>
Go to the source code of this file.
Classes | |
struct | oox::drawingml::AxisIdPair |
class | oox::drawingml::DataLabelsRange |
A helper container class to collect the chart data point labels and the address of the cell[range] from which the labels are sourced if that is the case. More... | |
class | oox::drawingml::ChartExport |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::beans |
namespace | com::sun::star::chart |
namespace | com::sun::star::chart2 |
namespace | com::sun::star::chart2::data |
namespace | com::sun::star::drawing |
namespace | com::sun::star::frame |
namespace | oox |
namespace | oox::core |
namespace | oox::drawingml |
Enumerations | |
enum | oox::drawingml::AxesType { oox::drawingml::AXIS_PRIMARY_X = 1 , oox::drawingml::AXIS_PRIMARY_Y = 2 , oox::drawingml::AXIS_PRIMARY_Z = 3 , oox::drawingml::AXIS_SECONDARY_X = 4 , oox::drawingml::AXIS_SECONDARY_Y = 5 } |