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

#include <vbarevision.hxx>

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

Public Member Functions

 SwVbaRevision (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 > xRedlineProps)
 
virtual ~SwVbaRevision () override
 
virtual void SAL_CALL Accept () override
 
virtual void SAL_CALL Reject () 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 Member Functions

sal_Int32 GetPosition ()
 

Private Attributes

css::uno::Reference< css::frame::XModel > mxModel
 
css::uno::Reference< css::beans::XPropertySetmxRedlineProps
 

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 vbarevision.hxx.

Constructor & Destructor Documentation

◆ SwVbaRevision()

SwVbaRevision::SwVbaRevision ( 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 xRedlineProps 
)
Exceptions
css::uno::RuntimeException

Definition at line 33 of file vbarevision.cxx.

References mxModel, and xModel.

◆ ~SwVbaRevision()

SwVbaRevision::~SwVbaRevision ( )
overridevirtual

Definition at line 37 of file vbarevision.cxx.

Member Function Documentation

◆ Accept()

void SAL_CALL SwVbaRevision::Accept ( )
overridevirtual

◆ GetPosition()

sal_Int32 SwVbaRevision::GetPosition ( )
private
Exceptions
css::uno::RuntimeException

Definition at line 41 of file vbarevision.cxx.

References i, mxModel, mxRedlineProps, nCount, nPos, and SAL_INFO.

Referenced by Accept(), and Reject().

◆ getServiceImplName()

OUString SwVbaRevision::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

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

◆ Reject()

void SAL_CALL SwVbaRevision::Reject ( )
overridevirtual

Member Data Documentation

◆ mxModel

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

Definition at line 30 of file vbarevision.hxx.

Referenced by Accept(), GetPosition(), and Reject().

◆ mxRedlineProps

css::uno::Reference< css::beans::XPropertySet > SwVbaRevision::mxRedlineProps
private

Definition at line 31 of file vbarevision.hxx.

Referenced by GetPosition().


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