LibreOffice Module svx (master) 1
RectangleAlignmentItem.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
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
10#pragma once
11
12#include <svl/eitem.hxx>
13#include <svx/svxdllapi.h>
14
15namespace model
16{
17enum class RectangleAlignment;
18}
19
26 : public SfxEnumItem<model::RectangleAlignment>
27{
28public:
30 virtual ~SvxRectangleAlignmentItem() override;
31
36
37 virtual SvxRectangleAlignmentItem* Clone(SfxItemPool* pPool = nullptr) const override;
38
39 virtual sal_uInt16 GetValueCount() const override;
40};
41
42/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
virtual sal_uInt16 GetValueCount() const=0
virtual SfxPoolItem * Clone(SfxItemPool *pPool=nullptr) const=0
Item that holds a rectangle alignment value.
SvxRectangleAlignmentItem & operator=(SvxRectangleAlignmentItem const &)=delete
SvxRectangleAlignmentItem(SvxRectangleAlignmentItem &&)=default
SvxRectangleAlignmentItem & operator=(SvxRectangleAlignmentItem &&)=delete
SvxRectangleAlignmentItem(SvxRectangleAlignmentItem const &)=default
sal_Int16 nValue
Definition: fmsrccfg.cxx:81
RectangleAlignment
#define SVXCORE_DLLPUBLIC
Definition: svxdllapi.h:35