/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_SVX_SXEKITM_HXX #define INCLUDED_SVX_SXEKITM_HXX #include #include #include enum class SdrEdgeKind { OrthoLines, ThreeLines, OneLine, Bezier, Arc }; class SVXCORE_DLLPUBLIC SdrEdgeKindItem final : public SfxEnumItem { public: SdrEdgeKindItem(SdrEdgeKind eStyle=SdrEdgeKind::OrthoLines) : SfxEnumItem(SDRATTR_EDGEKIND, SfxItemType::SdrEdgeKindItemType, eStyle) {} SAL_DLLPRIVATE virtual SdrEdgeKindItem* Clone(SfxItemPool* pPool=nullptr) const override; virtual sal_uInt16 GetValueCount() const override; // { return 5; } SAL_DLLPRIVATE virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; SAL_DLLPRIVATE virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; static OUString GetValueTextByPos(sal_uInt16 nPos); SAL_DLLPRIVATE virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString& rText, const IntlWrapper&) const override; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ro/collabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22gla11y: Add link to a white paper describing the rationales of the toolSamuel Thibault
2022-03-08replace member-of in .ui a11y relationsCaolán McNamara
2021-01-06remove support for deprecated GtkAlignmentCaolán McNamara
2020-08-18Fix typo in codeAndrea Gelmini
2020-07-08Fix typoAndrea Gelmini
2020-07-07gla11y: improve warning printingSamuel Thibault
2020-07-07gla11y: Document global variablesSamuel Thibault
2020-07-05gla11y: add check, buffer output and # commentJan-Marek Glogowski
2020-04-15Related tdf#130778: New About dialogHeiko Tietze
2020-03-01gla11y: Fix checking orphan labelsSamuel Thibault
2019-11-02weld SfxRecordingFloat_Impl utility windowCaolán McNamara
2019-08-01remove some resolved ui suppressionsNoel Grandin
2019-05-13gla11y: whitelist GtkTreeViewColumn as not needing labellingSamuel Thibault
2019-04-04Fix typoAndrea Gelmini
2018-10-04gla11y: better print paired element for visibility conflictSamuel Thibault
2018-09-28gla11y: check element visibilityJan-Marek Glogowski