/* -*- 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_XGRSCIT_HXX #define INCLUDED_SVX_XGRSCIT_HXX #include #include /************************************************************************* |* |* Gradient step item for gradient fills |* \************************************************************************/ class SVX_DLLPUBLIC XGradientStepCountItem: public SfxUInt16Item { public: XGradientStepCountItem( sal_uInt16 nStepCount = 0 ); virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override; virtual bool GetPresentation( SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper& ) const override; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ cib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen
2024-05-12WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-09loplugin:ostr in jvmfwkNoel Grandin
2023-04-11accept aarch64 JDK for win/aarch64Christian Lohmaier
2023-03-30loplugin:stringadd in variousNoel Grandin
2022-10-18tdf#151545: Restrict JvmfwkUtil_isLoadableJVM to macOS x86-64Stephan Bergmann
2022-09-23Fix a misuse of two-argument std string_view rfindStephan Bergmann
2022-06-21clang-tidy modernize-pass-by-value in io..jvmfwkNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-04Some JREs need the bin/server/jvm.dll path after allStephan Bergmann
2022-04-15use more string_view in jvmfwkNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-10loplugin:stringviewparamStephan Bergmann
2022-03-15Allow for java.version consisting of four dotted segmentsStephan Bergmann
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-02-22Replace some fprintf with SAL_WARNStephan Bergmann
2022-02-22Remove a debug-style fprintfStephan Bergmann