/* -*- 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, SfxItemType::SdrGrafTransparenceItemType ) {} virtual SdrGrafTransparenceItem* Clone( SfxItemPool* pPool = nullptr ) const override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ reoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
2024-03-02Allow building with Java 8Fridrich Štrba
2024-02-22fix dodgy unit testNoel Grandin
2023-11-09enable unchecked lint for our java codeNoel Grandin
2023-11-02'new Character' is deprecated in JavaNoel Grandin
2023-11-02'new Double' is deprecated in JavaNoel Grandin
2023-11-02'new Float' is deprecated in JavaNoel Grandin
2023-10-02drop use of urp: followed by newline of spaceCaolán McNamara
2023-09-30cid#1545655 Dm: Dubious method usedCaolán McNamara
2023-09-30cid#1545766 silence Unguarded readCaolán McNamara
2023-09-29cid#1546393 SBSC: String concatenation in loop using + operatorCaolán McNamara
2023-09-05call WebSocketClient.close from XConnection.closeCaolán McNamara
2023-09-05websocket URP flush hangs with large bufferCaolán McNamara
2023-09-03each websocket URP message is taking a full secondCaolán McNamara
2023-09-01prefix the UNO-Url example with recommended 'uno:'Caolán McNamara
2023-09-01Fix typoAndrea Gelmini
2023-09-01Add a FunctionBasedURPConnection and a websocket URP connectorSkyler Grey
2023-09-01tdf#149069 Revert "ridljar: check UnoClassLoader used for NativeLibraryLoader"Hossein
2023-02-28InputStreamToXInputStreamAdapter.readBytes() should read...Damjan Jovanovic
2023-02-28Fix the java.lang.NullPointerException in readBytes() and readSomeBytes()...Damjan Jovanovic
2023-02-28fix up misleading mismatching indent and add mode linesCaolán McNamara
2022-08-13warning: empty <p> tagCaolán McNamara
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
2021-08-19ridljar: check that UnoClassLoader is used for NativeLibraryLoaderMichael Stahl