19 #ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAOUTLINE_HXX
20 #define INCLUDED_SC_SOURCE_UI_VBA_VBAOUTLINE_HXX
22 #include <ooo/vba/excel/XOutline.hpp>
32 css::uno::Reference< css::sheet::XSheetOutline >
mxOutline;
34 ScVbaOutline(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext,
35 css::uno::Reference<css::sheet::XSheetOutline>
const & outline):
ScVbaOutline_BASE( xParent, xContext) , mxOutline(outline)
38 virtual void SAL_CALL
ShowLevels(
const css::uno::Any& RowLevels,
const css::uno::Any& ColumnLevels )
override ;
virtual OUString getServiceImplName() override
InheritedHelperInterfaceWeakImpl< ov::excel::XOutline > ScVbaOutline_BASE
virtual void SAL_CALL ShowLevels(const css::uno::Any &RowLevels, const css::uno::Any &ColumnLevels) override
virtual css::uno::Sequence< OUString > getServiceNames() override
ScVbaOutline(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::sheet::XSheetOutline > const &outline)
css::uno::Reference< css::sheet::XSheetOutline > mxOutline