LibreOffice Module oox (master) 1
|
#include <oox/drawingml/chart/chartconverter.hxx>
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <com/sun/star/chart2/data/XDataReceiver.hpp>
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
#include <drawingml/chart/chartspaceconverter.hxx>
#include <drawingml/chart/chartspacemodel.hxx>
#include <oox/helper/containerhelper.hxx>
#include <oox/core/xmlfilterbase.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
Namespaces | |
namespace | oox |
namespace | oox::drawingml |
namespace | oox::drawingml::chart |
Functions | |
static OUString | oox::drawingml::chart::lclGenerateApiArray (const std::vector< Any > &rRow, sal_Int32 nStart, sal_Int32 nCount) |
Variables | |
const sal_Unicode | oox::drawingml::chart::API_TOKEN_ARRAY_OPEN = '{' |
const sal_Unicode | oox::drawingml::chart::API_TOKEN_ARRAY_CLOSE = '}' |
const sal_Unicode | oox::drawingml::chart::API_TOKEN_ARRAY_COLSEP = ';' |