LibreOffice Module sc (master) 1
|
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/table/XTableChart.hpp>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/document/XEmbeddedObjectSupplier.hpp>
#include <ooo/vba/excel/XChartObject.hpp>
#include <vbahelper/vbahelperinterface.hxx>
#include <optional>
Go to the source code of this file.
Classes | |
class | ScVbaChartObject |
Typedefs | |
typedef InheritedHelperInterfaceWeakImpl< ov::excel::XChartObject > | ChartObjectImpl_BASE |
typedef InheritedHelperInterfaceWeakImpl<ov::excel::XChartObject > ChartObjectImpl_BASE |
Definition at line 31 of file vbachartobject.hxx.