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

#include <vbasection.hxx>

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

Public Member Functions

 SwVbaSection (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, css::uno::Reference< css::frame::XModel > xModel, css::uno::Reference< css::beans::XPropertySet > xProps)
 
virtual ~SwVbaSection () override
 
virtual sal_Bool SAL_CALL getProtectedForForms () override
 
virtual void SAL_CALL setProtectedForForms (sal_Bool _protectedforforms) override
 
virtual css::uno::Any SAL_CALL Headers (const css::uno::Any &index) override
 
virtual css::uno::Any SAL_CALL Footers (const css::uno::Any &index) override
 
virtual css::uno::Any SAL_CALL PageSetup () 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::frame::XModel > mxModel
 
css::uno::Reference< css::beans::XPropertySetmxPageProps
 

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 27 of file vbasection.hxx.

Constructor & Destructor Documentation

◆ SwVbaSection()

SwVbaSection::SwVbaSection ( const css::uno::Reference< ooo::vba::XHelperInterface > &  rParent,
const css::uno::Reference< css::uno::XComponentContext > &  rContext,
css::uno::Reference< css::frame::XModel >  xModel,
css::uno::Reference< css::beans::XPropertySet xProps 
)
Exceptions
css::uno::RuntimeException

Definition at line 28 of file vbasection.cxx.

References mxModel, and xModel.

◆ ~SwVbaSection()

SwVbaSection::~SwVbaSection ( )
overridevirtual

Definition at line 33 of file vbasection.cxx.

Member Function Documentation

◆ Footers()

uno::Any SAL_CALL SwVbaSection::Footers ( const css::uno::Any &  index)
overridevirtual

◆ getProtectedForForms()

sal_Bool SAL_CALL SwVbaSection::getProtectedForForms ( )
overridevirtual

Definition at line 37 of file vbasection.cxx.

◆ getServiceImplName()

OUString SwVbaSection::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

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

◆ Headers()

uno::Any SAL_CALL SwVbaSection::Headers ( const css::uno::Any &  index)
overridevirtual

◆ PageSetup()

uno::Any SAL_CALL SwVbaSection::PageSetup ( )
overridevirtual

◆ setProtectedForForms()

void SAL_CALL SwVbaSection::setProtectedForForms ( sal_Bool  _protectedforforms)
overridevirtual

Definition at line 42 of file vbasection.cxx.

Member Data Documentation

◆ mxModel

css::uno::Reference< css::frame::XModel > SwVbaSection::mxModel
private

Definition at line 30 of file vbasection.hxx.

Referenced by Footers(), Headers(), and PageSetup().

◆ mxPageProps

css::uno::Reference< css::beans::XPropertySet > SwVbaSection::mxPageProps
private

Definition at line 31 of file vbasection.hxx.

Referenced by Footers(), Headers(), and PageSetup().


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