21#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,
 
   38    virtual void SAL_CALL 
ShowLevels( 
const css::uno::Any& RowLevels, 
const css::uno::Any& ColumnLevels ) 
override ;
 
virtual css::uno::Sequence< OUString > getServiceNames() override
 
virtual void SAL_CALL ShowLevels(const css::uno::Any &RowLevels, const css::uno::Any &ColumnLevels) override
 
css::uno::Reference< css::sheet::XSheetOutline > mxOutline
 
ScVbaOutline(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::sheet::XSheetOutline > outline)
 
virtual OUString getServiceImplName() override
 
InheritedHelperInterfaceWeakImpl< ov::excel::XOutline > ScVbaOutline_BASE