LibreOffice Module sw (master) 1
|
#include <vbaautotextentry.hxx>
Public Member Functions | |
SwVbaAutoTextEntry (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, css::uno::Reference< css::text::XAutoTextEntry > xEntry) | |
virtual | ~SwVbaAutoTextEntry () override |
virtual css::uno::Reference< ooo::vba::word::XRange > SAL_CALL | Insert (const css::uno::Reference< ooo::vba::word::XRange > &_where, const css::uno::Any &_richtext) 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::text::XAutoTextEntry > | mxEntry |
Additional Inherited Members | |
Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Definition at line 31 of file vbaautotextentry.hxx.
SwVbaAutoTextEntry::SwVbaAutoTextEntry | ( | const css::uno::Reference< ooo::vba::XHelperInterface > & | rParent, |
const css::uno::Reference< css::uno::XComponentContext > & | rContext, | ||
css::uno::Reference< css::text::XAutoTextEntry > | xEntry | ||
) |
css::uno::RuntimeException |
Definition at line 29 of file vbaautotextentry.cxx.
|
overridevirtual |
Definition at line 34 of file vbaautotextentry.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 78 of file vbaautotextentry.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 84 of file vbaautotextentry.cxx.
References aServiceNames.
|
overridevirtual |
Definition at line 38 of file vbaautotextentry.cxx.
References dispatchRequests(), getCurrentWordDoc(), SwVbaRange::getXText(), SwVbaRange::getXTextRange(), ooo::vba::word::getXTextViewCursor(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, mxEntry, SwVbaRange::setXTextCursor(), and xModel.
|
private |
Definition at line 34 of file vbaautotextentry.hxx.
Referenced by Insert().