20#include <com/sun/star/uno/XComponentContext.hpp>
21#include <com/sun/star/sheet/XDataPilotTable.hpp>
23#include <ooo/vba/excel/XPivotCache.hpp>
30 css::uno::Reference< css::sheet::XDataPilotTable >
m_xTable;
32 ScVbaPivotCache(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext, css::uno::Reference< css::sheet::XDataPilotTable > xTable );
34 virtual void SAL_CALL
Refresh()
override;
css::uno::Reference< css::sheet::XDataPilotTable > m_xTable
virtual void SAL_CALL Refresh() override
virtual OUString getServiceImplName() override
ScVbaPivotCache(const css::uno::Reference< ov::XHelperInterface > &xParent, 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::XPivotCache > PivotCacheImpl_BASE