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

#include <vbasystem.hxx>

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

Public Member Functions

 SwVbaSystem (css::uno::Reference< css::uno::XComponentContext > const &m_xContext)
 
virtual ~SwVbaSystem () override
 
virtual sal_Int32 SAL_CALL getCursor () override
 
virtual void SAL_CALL setCursor (sal_Int32 _cursor) override
 
virtual css::uno::Any SAL_CALL PrivateProfileString (const OUString &rFilename, const OUString &rSection, const OUString &rKey) 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

PrivateProfileStringListener maPrivateProfileStringListener
 

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 44 of file vbasystem.hxx.

Constructor & Destructor Documentation

◆ SwVbaSystem()

SwVbaSystem::SwVbaSystem ( css::uno::Reference< css::uno::XComponentContext > const &  m_xContext)
explicit

Definition at line 167 of file vbasystem.cxx.

References Reference.

◆ ~SwVbaSystem()

SwVbaSystem::~SwVbaSystem ( )
overridevirtual

Definition at line 171 of file vbasystem.cxx.

Member Function Documentation

◆ getCursor()

sal_Int32 SAL_CALL SwVbaSystem::getCursor ( )
overridevirtual

◆ getServiceImplName()

OUString SwVbaSystem::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

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

◆ PrivateProfileString()

uno::Any SAL_CALL SwVbaSystem::PrivateProfileString ( const OUString &  rFilename,
const OUString &  rSection,
const OUString &  rKey 
)
overridevirtual

◆ setCursor()

void SAL_CALL SwVbaSystem::setCursor ( sal_Int32  _cursor)
overridevirtual

Member Data Documentation

◆ maPrivateProfileStringListener

PrivateProfileStringListener SwVbaSystem::maPrivateProfileStringListener
private

Definition at line 47 of file vbasystem.hxx.

Referenced by PrivateProfileString().


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