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