19#ifndef INCLUDED_SW_SOURCE_UI_VBA_VBATABSTOPS_HXX
20#define INCLUDED_SW_SOURCE_UI_VBA_VBATABSTOPS_HXX
23#include <ooo/vba/word/XTabStops.hpp>
24#include <ooo/vba/word/XTabStop.hpp>
35 SwVbaTabStops(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext > & xContext,
const css::uno::Reference< css::beans::XPropertySet >& xParaProps );
38 virtual css::uno::Reference< ::ooo::vba::word::XTabStop > SAL_CALL
Add(
float Position,
const css::uno::Any& Alignment,
const css::uno::Any& Leader )
override;
39 virtual void SAL_CALL
ClearAll( )
override;
43 virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL
createEnumeration()
override;
SwVbaTabStops(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::beans::XPropertySet > &xParaProps)
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::Type SAL_CALL getElementType() override
virtual void SAL_CALL ClearAll() override
virtual css::uno::Sequence< OUString > getServiceNames() override
virtual css::uno::Reference< ::ooo::vba::word::XTabStop > SAL_CALL Add(float Position, const css::uno::Any &Alignment, const css::uno::Any &Leader) override
virtual OUString getServiceImplName() override
css::uno::Reference< css::beans::XPropertySet > mxParaProps
CollTestImplHelper< ooo::vba::word::XTabStops > SwVbaTabStops_BASE