/* -*- 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 . */ /* not protected, do only include once! */ #if defined(_WIN32) #define Folder WIN_Folder #define GradientStyle_RECT WIN_GradientStyle_RECT #ifndef IN # define IN #endif #ifndef OUT # define OUT #endif #if !defined STRICT # define STRICT #endif #define WIN32_LEAN_AND_MEAN #include #include #include #include #include #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ on value='distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2019-01-24Clean up dead uses of DISABLE_ATLStephan Bergmann
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2019-01-10o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-22pvs-studio: V716 Suspicious type conversion in return statementCaolán McNamara
2018-10-11Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-17loplugin:simplifyconstruct (clang-cl)Stephan Bergmann
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-23Fix typosAndrea Gelmini
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov
2018-03-17Use for-range loops in embeddedobj, embedserv and formulaJulien Nabet
2018-02-01embedserv: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-24loplugin:emptyif (clang-cl)Stephan Bergmann
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann
2017-12-11loplugin:salcall (clang-cl)Stephan Bergmann
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann