/* -*- 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 . */ #pragma once #include #include #include #include // SdrGrafTransparenceItem - class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) SdrGrafTransparenceItem final : public SdrPercentItem { public: SdrGrafTransparenceItem( sal_uInt16 nTransparencePercent = 0 ) : SdrPercentItem( SDRATTR_GRAFTRANSPARENCE, nTransparencePercent ) {} virtual SdrGrafTransparenceItem* Clone( SfxItemPool* pPool = nullptr ) const override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ o/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-05Simplify O(U)String::number implementationMike Kaganski
2023-03-24Introduce query() and queryThrow() to css::uno::AnyMike Kaganski
2023-03-24These must be constMike Kaganski
2023-03-23Introduce non-static query() and queryThrow() to css::uno::ReferenceMike Kaganski
2023-03-23tdf#154319: fix TOC field codes parsingMike Kaganski
2022-11-30tdf#152289: implement external glossary relations roundtripMike Kaganski
2022-05-20optimise Any::operator=(&&) a littleNoel Grandin
2022-05-05Deprecate css::uno::makeAny; completely disable it for LIBO_INTERNAL_ONLYStephan Bergmann
2022-05-02Add css::uno::Any(OUStringNumber) overloadStephan Bergmann
2022-02-15LIBO_INTERNAL_ONLY stuff does not need to be SAL_CALLNoel Grandin
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2022-01-09uno sequences with different sizes are not equalLuboš Luňák
2021-12-20Add css::uno::Sequence move assignment operatorStephan Bergmann
2021-11-12Add a comment clarifying intended replacement for non-const operator[]Mike Kaganski
2021-11-05Drop non-const Sequence::operator[] in internal codeMike Kaganski
2021-10-28Prepare for removal of non-const operator[] from Sequence in includeMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-06-24remove uno::Type move constructorNoel Grandin
2021-06-24uno::Type needs a move operatorNoel Grandin
2021-02-16loplugin:referencecasting in reportdesignNoel
2021-02-01tdf#130978 Add a comment to each published APImsrijita18
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2020-09-25cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara
2020-09-22__coverity_tainted_data_sanitize__ can't be constCaolán McNamara
2020-09-20fix __coverity_tainted_data_sanitize__ signatureCaolán McNamara
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-23Make css::uno::Reference upcast ctor LIBO_INTERNAL_ONLYStephan Bergmann
2019-12-06loplugin:nullptrStephan Bergmann
2019-12-03Adapt to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-08-30loplugin:noexceptmove in AnyNoel Grandin
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-08-26Introduce Sequence::size() instead of specialization of std::sizeMike Kaganski
2019-08-26Generalize comphelper::concatSequences to accept other container typesMike Kaganski
2019-08-25cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara
2019-06-30Fix typoAndrea Gelmini
2019-06-30Fix typoAndrea Gelmini
2019-06-30Fix typoAndrea Gelmini
2019-06-30Fix typoAndrea Gelmini
2019-06-01Sequence: Fix typo in commentsMichael Weghorn
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin