19 #ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTCACHE_HXX
20 #define INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTCACHE_HXX
21 #include <com/sun/star/uno/XComponentContext.hpp>
22 #include <com/sun/star/sheet/XDataPilotTable.hpp>
24 #include <ooo/vba/excel/XPivotCache.hpp>
31 css::uno::Reference< css::sheet::XDataPilotTable >
m_xTable;
33 ScVbaPivotCache(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext,
const css::uno::Reference< css::sheet::XDataPilotTable >& xTable );
35 virtual void SAL_CALL
Refresh()
override;
41 #endif // INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTCACHE_HXX
ScVbaPivotCache(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::sheet::XDataPilotTable > &xTable)
InheritedHelperInterfaceWeakImpl< ov::excel::XPivotCache > PivotCacheImpl_BASE
virtual void SAL_CALL Refresh() override
virtual OUString getServiceImplName() override
css::uno::Reference< css::sheet::XDataPilotTable > m_xTable
virtual css::uno::Sequence< OUString > getServiceNames() override