19 #ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTTABLE_HXX
20 #define INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTTABLE_HXX
21 #include <com/sun/star/uno/XComponentContext.hpp>
22 #include <com/sun/star/sheet/XDataPilotTable.hpp>
23 #include <ooo/vba/excel/XPivotTable.hpp>
30 css::uno::Reference<css::sheet::XDataPilotTable>
m_xTable;
33 ScVbaPivotTable(
const css::uno::Reference<css::uno::XComponentContext>& xContext,
34 const css::uno::Reference<css::sheet::XDataPilotTable>& xTable);
35 virtual css::uno::Reference<ov::excel::XPivotCache> SAL_CALL
PivotCache()
override;
41 #endif // INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTTABLE_HXX
virtual css::uno::Reference< ov::excel::XPivotCache > SAL_CALL PivotCache() override
ScVbaPivotTable(const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::sheet::XDataPilotTable > &xTable)
virtual OUString getServiceImplName() override
virtual css::uno::Sequence< OUString > getServiceNames() override
InheritedHelperInterfaceWeakImpl< ov::excel::XPivotTable > PivotTableImpl_BASE
css::uno::Reference< css::sheet::XDataPilotTable > m_xTable