LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScVbaOutline Class Reference

#include <vbaoutline.hxx>

Inheritance diagram for ScVbaOutline:
[legend]
Collaboration diagram for ScVbaOutline:
[legend]

Public Member Functions

 ScVbaOutline (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::sheet::XSheetOutline > outline)
 
virtual void SAL_CALL ShowLevels (const css::uno::Any &RowLevels, const css::uno::Any &ColumnLevels) override
 
virtual OUString getServiceImplName () override
 
virtual css::uno::Sequence< OUString > getServiceNames () override
 
- Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< typename... Ifc >
 InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
- Public Member Functions inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >
 InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext)
 
virtual OUString getServiceImplName ()=0
 
virtual css::uno::Sequence< OUString > getServiceNames ()=0
 
virtual ::sal_Int32 SAL_CALL getCreator () override
 
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL getParent () override
 
virtual css::uno::Any SAL_CALL Application () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Attributes

css::uno::Reference< css::sheet::XSheetOutline > mxOutline
 

Additional Inherited Members

- Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >
css::uno::WeakReference< ov::XHelperInterface > mxParent
 
css::uno::Reference< css::uno::XComponentContext > mxContext
 

Detailed Description

Definition at line 30 of file vbaoutline.hxx.

Constructor & Destructor Documentation

◆ ScVbaOutline()

ScVbaOutline::ScVbaOutline ( const css::uno::Reference< ov::XHelperInterface > &  xParent,
const css::uno::Reference< css::uno::XComponentContext > &  xContext,
css::uno::Reference< css::sheet::XSheetOutline >  outline 
)
inline

Definition at line 34 of file vbaoutline.hxx.

Member Function Documentation

◆ getServiceImplName()

OUString ScVbaOutline::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

uno::Sequence< OUString > ScVbaOutline::getServiceNames ( )
overridevirtual

◆ ShowLevels()

void ScVbaOutline::ShowLevels ( const css::uno::Any &  RowLevels,
const css::uno::Any &  ColumnLevels 
)
overridevirtual

Definition at line 26 of file vbaoutline.cxx.

References mxOutline.

Member Data Documentation

◆ mxOutline

css::uno::Reference< css::sheet::XSheetOutline > ScVbaOutline::mxOutline
private

Definition at line 32 of file vbaoutline.hxx.

Referenced by ShowLevels().


The documentation for this class was generated from the following files: