LibreOffice Module sw (master) 1
|
#include <vbalistformat.hxx>
Public Member Functions | |
SwVbaListFormat (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, css::uno::Reference< css::text::XTextRange > xTextRange) | |
virtual | ~SwVbaListFormat () override |
virtual void SAL_CALL | ApplyListTemplate (const css::uno::Reference< ::ooo::vba::word::XListTemplate > &ListTemplate, const css::uno::Any &ContinuePreviousList, const css::uno::Any &ApplyTo, const css::uno::Any &DefaultListBehavior) override |
virtual void SAL_CALL | ConvertNumbersToText () 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::XTextRange > | mxTextRange |
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 29 of file vbalistformat.hxx.
SwVbaListFormat::SwVbaListFormat | ( | const css::uno::Reference< ooo::vba::XHelperInterface > & | rParent, |
const css::uno::Reference< css::uno::XComponentContext > & | rContext, | ||
css::uno::Reference< css::text::XTextRange > | xTextRange | ||
) |
css::uno::RuntimeException |
Definition at line 45 of file vbalistformat.cxx.
|
overridevirtual |
Definition at line 49 of file vbalistformat.cxx.
|
overridevirtual |
Definition at line 53 of file vbalistformat.cxx.
References SwVbaListTemplate::applyListTemplate(), and mxTextRange.
|
overridevirtual |
Definition at line 132 of file vbalistformat.cxx.
References addParagraphsToList(), COL_AUTO(), comphelper::combineSequences(), getThisWordDoc(), comphelper::mapKeysToSequence(), comphelper::mapValuesToSequence(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, mxTextRange, nFirstLineOffset, nLeftMargin, nSymbolTextDistance, SAL_MAX_INT16, SAL_MAX_INT32, SAL_MAX_UINT16, sCharStyleName, and xModel.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 313 of file vbalistformat.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 319 of file vbalistformat.cxx.
References aServiceNames.
|
private |
Definition at line 32 of file vbalistformat.hxx.
Referenced by ApplyListTemplate(), and ConvertNumbersToText().