/* -*- 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_VCL_EXTOUTDEVDATA_HXX #define INCLUDED_VCL_EXTOUTDEVDATA_HXX #include #include namespace vcl { class VCL_DLLPUBLIC ExtOutDevData { public: TYPEINFO(); virtual ~ExtOutDevData(); }; } #endif // INCLUDED_VCL_EXTOUTDEVDATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ tro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
href='/cgit/lo/core/commit/include/drawinglayer/primitive2d/animatedprimitive2d.hxx?h=libreoffice-7-1&id=233c8aec16faf9302acb3625adcd1df026d59412'>remove animatedprimitive2d.hxx from clang-format blacklist
AgeCommit message (Expand)Author
2016-02-09Remove excess newlinesChris Sherlock
Tomaž Vajngerl
2020-02-04use "pragma once" animatedprimitive2d.hxxTomaž Vajngerl
2020-02-04remove use of macro DeclPrimitive2DIDBlock in drawinglayerTomaž Vajngerl
2019-10-29loplugin:finalclasses in drawinglayerNoel Grandin
2019-03-20tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen
2018-07-23Fix typosAndrea Gelmini
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2016-12-22convert BasePrimitive2D::get2DDecomposition to use a visitorNoel Grandin
2016-12-06Use std::unique_ptr for AnimationEntryMark Page
2016-11-08reduce copying when decomposing drawinglayer primitivesNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist
2016-06-10tdf#99519 Added more intelligent handling of animated GIFsArmin Le Grand
2016-06-03loplugin:constantparamsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-01Remove visual noise from includeAlexander Wilms
2014-01-10Use boolStephan Bergmann