LibreOffice Module sw (master)
1
|
#include <vbarevision.hxx>
Public Member Functions | |
SwVbaRevision (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, const css::uno::Reference< css::frame::XModel > &xModel, const 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 |
![]() | |
InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
![]() | |
InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
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::XPropertySet > | mxRedlineProps |
Additional Inherited Members | |
![]() | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Definition at line 27 of file vbarevision.hxx.
SwVbaRevision::SwVbaRevision | ( | const css::uno::Reference< ooo::vba::XHelperInterface > & | rParent, |
const css::uno::Reference< css::uno::XComponentContext > & | rContext, | ||
const css::uno::Reference< css::frame::XModel > & | xModel, | ||
const css::uno::Reference< css::beans::XPropertySet > & | xRedlineProps | ||
) |
css::uno::RuntimeException |
Definition at line 32 of file vbarevision.cxx.
References mxModel.
|
overridevirtual |
Definition at line 36 of file vbarevision.cxx.
|
overridevirtual |
Definition at line 63 of file vbarevision.cxx.
References IDocumentRedlineAccess::AcceptRedline(), SwDocShell::GetDoc(), ooo::vba::word::getDocShell(), SwDoc::getIDocumentRedlineAccess(), GetPosition(), and mxModel.
|
private |
css::uno::RuntimeException |
Definition at line 40 of file vbarevision.cxx.
References i, mxModel, mxRedlineProps, nCount, nPos, and SAL_INFO.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 79 of file vbarevision.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 85 of file vbarevision.cxx.
References aServiceNames.
|
overridevirtual |
Definition at line 71 of file vbarevision.cxx.
References SwDocShell::GetDoc(), ooo::vba::word::getDocShell(), SwDoc::getIDocumentRedlineAccess(), GetPosition(), mxModel, and IDocumentRedlineAccess::RejectRedline().
|
private |
Definition at line 30 of file vbarevision.hxx.
Referenced by Accept(), GetPosition(), and Reject().
|
private |
Definition at line 31 of file vbarevision.hxx.
Referenced by GetPosition().