LibreOffice Module sw (master) 1
vbaformfielddropdownlistentries.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9#pragma once
10
11#include <ooo/vba/word/XListEntries.hpp>
12#include <ooo/vba/word/XListEntry.hpp>
13
15
18
20
22{
23private:
25
26public:
29 const css::uno::Reference<ov::XHelperInterface>& xParent,
30 const css::uno::Reference<css::uno::XComponentContext>& xContext,
32
33 // XListEntries
34 css::uno::Reference<ooo::vba::word::XListEntry>
35 SAL_CALL Add(const OUString& rName, const css::uno::Any& rIndex) override;
36 void SAL_CALL Clear() override;
37 sal_Int32 SAL_CALL getCount() override;
38
39 // XEnumerationAccess
40 css::uno::Type SAL_CALL getElementType() override;
41 css::uno::Reference<css::container::XEnumeration> SAL_CALL createEnumeration() override;
42
43 // SwVbaFormFieldDropDownListEntries_BASE
44 css::uno::Any createCollectionObject(const css::uno::Any& aSource) override;
45 OUString getServiceImplName() override;
46 css::uno::Sequence<OUString> getServiceNames() override;
47};
48
49/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
css::uno::Reference< ooo::vba::word::XListEntry > SAL_CALL Add(const OUString &rName, const css::uno::Any &rIndex) override
css::uno::Any createCollectionObject(const css::uno::Any &aSource) override
css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() override
SwVbaFormFieldDropDownListEntries(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, sw::mark::IDropdownFieldmark &m_rDropDown)
css::uno::Type SAL_CALL getElementType() override
css::uno::Sequence< OUString > getServiceNames() override
CollTestImplHelper< ooo::vba::word::XListEntries > SwVbaFormFieldDropDownListEntries_BASE