37 SwVbaTablesOfContents(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext > & xContext,
const css::uno::Reference< css::text::XTextDocument >& xDoc );
40 virtual css::uno::Reference< ::ooo::vba::word::XTableOfContents > SAL_CALL
Add(
const css::uno::Reference< ::ooo::vba::word::XRange >&
Range,
const css::uno::Any& UseHeadingStyles,
const css::uno::Any& UpperHeadingLevel,
const css::uno::Any& LowerHeadingLevel,
const css::uno::Any& UseFields,
const css::uno::Any& TableID,
const css::uno::Any& RightAlignPageNumbers,
const css::uno::Any& IncludePageNumbers,
const css::uno::Any& AddedStyles,
const css::uno::Any& UseHyperlinks,
const css::uno::Any& HidePageNumbersInWeb,
const css::uno::Any& UseOutlineLevels )
override;
SwVbaTablesOfContents(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::text::XTextDocument > &xDoc)
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() override
virtual css::uno::Any createCollectionObject(const css::uno::Any &aSource) override
virtual css::uno::Sequence< OUString > getServiceNames() override
css::uno::Reference< css::text::XTextDocument > mxTextDocument
virtual OUString getServiceImplName() override
virtual css::uno::Reference< ::ooo::vba::word::XTableOfContents > SAL_CALL Add(const css::uno::Reference< ::ooo::vba::word::XRange > &Range, const css::uno::Any &UseHeadingStyles, const css::uno::Any &UpperHeadingLevel, const css::uno::Any &LowerHeadingLevel, const css::uno::Any &UseFields, const css::uno::Any &TableID, const css::uno::Any &RightAlignPageNumbers, const css::uno::Any &IncludePageNumbers, const css::uno::Any &AddedStyles, const css::uno::Any &UseHyperlinks, const css::uno::Any &HidePageNumbersInWeb, const css::uno::Any &UseOutlineLevels) override
virtual css::uno::Type SAL_CALL getElementType() override
CollTestImplHelper< ooo::vba::word::XTablesOfContents > SwVbaTablesOfContents_BASE