LibreOffice Module oox (master) 1
|
#include <drawingml/chart/converterbase.hxx>
#include <com/sun/star/chart/XAxisXSupplier.hpp>
#include <com/sun/star/chart/XAxisYSupplier.hpp>
#include <com/sun/star/chart/XAxisZSupplier.hpp>
#include <com/sun/star/chart/XChartDocument.hpp>
#include <com/sun/star/chart/XSecondAxisTitleSupplier.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <com/sun/star/chart2/RelativePosition.hpp>
#include <com/sun/star/chart2/RelativeSize.hpp>
#include <com/sun/star/chart2/XTitle.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <basegfx/numeric/ftools.hxx>
#include <oox/core/xmlfilterbase.hxx>
#include <oox/helper/helper.hxx>
#include <oox/token/properties.hxx>
#include <oox/token/tokens.hxx>
Go to the source code of this file.
Classes | |
struct | oox::drawingml::chart::ConverterData |
Namespaces | |
namespace | oox |
namespace | oox::drawingml |
namespace | oox::drawingml::chart |
Macros | |
#define | OOX_FRAGMENT_GETTITLESHAPE(shape_supplier, supplier_func, property_name) |
A code fragment that returns a shape object from the passed shape supplier using the specified interface function. More... | |
#define | OOX_DEFINEFUNC_GETAXISTITLESHAPE(func_name, interface_type, supplier_func, property_name) |
Implements a function returning the drawing shape of an axis title, if existing, using the specified API interface and its function. More... | |
#define OOX_DEFINEFUNC_GETAXISTITLESHAPE | ( | func_name, | |
interface_type, | |||
supplier_func, | |||
property_name | |||
) |
Implements a function returning the drawing shape of an axis title, if existing, using the specified API interface and its function.
Definition at line 122 of file converterbase.cxx.
#define OOX_FRAGMENT_GETTITLESHAPE | ( | shape_supplier, | |
supplier_func, | |||
property_name | |||
) |
A code fragment that returns a shape object from the passed shape supplier using the specified interface function.
Checks a boolean property first.
Definition at line 114 of file converterbase.cxx.
GetShapeFunc mpGetShape |
The layout model, if existing.
Definition at line 71 of file converterbase.cxx.
ModelRef< LayoutModel > mxLayout |
The API title object.
Definition at line 70 of file converterbase.cxx.
Reference< XTitle > mxTitle |
Definition at line 69 of file converterbase.cxx.