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, const 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 |
![]() | |
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 Attributes | |
css::uno::Reference< css::text::XTextRange > | mxTextRange |
Additional Inherited Members | |
![]() | |
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, | ||
const css::uno::Reference< css::text::XTextRange > & | xTextRange | ||
) |
css::uno::RuntimeException |
Definition at line 44 of file vbalistformat.cxx.
|
overridevirtual |
Definition at line 48 of file vbalistformat.cxx.
|
overridevirtual |
Definition at line 52 of file vbalistformat.cxx.
References SwVbaListTemplate::applyListTemplate(), and mxTextRange.
|
overridevirtual |
Definition at line 131 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 309 of file vbalistformat.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 315 of file vbalistformat.cxx.
References aServiceNames.
|
private |
Definition at line 32 of file vbalistformat.hxx.
Referenced by ApplyListTemplate(), and ConvertNumbersToText().