------------------------------------------------------------------------ * Stop / Think * You need to choose either a pure MPLv2 header (from the top), or an MPLv2 on ALv2 header (from the bottom). If the new module you created is based in any way on an existing module, then: a) if that module has an MPLv2 on ALv2 header - please use this option or b) if the module is entirely your own work, and/or based on an existing MPLv2 header - please use that header. Otherwise, use the pure MPLv2 header for new code. For any questions please contact me directly: michael.meeks@collabora.com. Thanks ! ------------------------------------------------------------------------ For all entirely new, original source files created by LibreOffice hackers: ------------------------------------------------------------------------ For C/C++/Java/IDL etc. /* -*- 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/. */ ... /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ For makefiles: # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. # ... # vim: set noet sw=4 ts=4: For XML / .component: ------------------------------------------------------------------------ For source files which may contain code from the Apache Software Foundation: ------------------------------------------------------------------------ For C/C++/Java/IDL etc. /* -*- 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 . */ ... /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ For makefiles, perl, scripts etc. # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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 . # ... # vim: set noet sw=4 ts=4: For XML / .component: >distro/collabora/viewer2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/UnoControls/source/controls/progressmonitor.cxx
AgeCommit message (Expand)Author
2019-09-30loplugin:duplicate-defines in UnoControlsNoel Grandin
2019-08-24loplugin:returnconstval in UnoControlsNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): UnoControlsStephan Bergmann
2019-05-17tdf#42949 Fix IWYU warnings in UnoControls/Gabor Kelemen
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-04-03Fix typoAndrea Gelmini
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin
2018-04-16loplugin:useuniqueptr in ProgressMonitorNoel Grandin
2018-03-13Sorry, could not resist: Drive-by cosmetic changesTor Lillqvist
2018-01-27Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: UnoControlsStephan Bergmann
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-06-09UnoControls: replace double checked locking patternsJochen Nitschke
2017-04-24loplugin:checkunusedparams in i18nlangtag and l10ntoolsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe
2016-12-09Catch some misuses of VclPtr constructionStephan Bergmann
2016-10-03Fix typosAndrea Gelmini
2016-07-15tdf#100726: Improve readability of OUString concatenation a bitnadith
2016-04-21clang-tidy modernize-loop-convert in a*Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-19cleanup some local var declarationsNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-02-09Fix of a few typosAndrea Gelmini
2014-12-16Daft += "\0" triggers assertStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-15UnoControls: sal_False/True -> false/trueStephan Bergmann
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-04-27automaticly -> automatically.Jan Holesovsky
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-18UnoControls: sal_Bool -> boolStephan Bergmann
2014-02-12fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..Alexandre Vicenzi
2014-01-21bool improvementsStephan Bergmann
2013-12-19Remove odd service names (that duplicate type names)Stephan Bergmann
2013-12-19Clean up UnoControls/source/controls/ furtherStephan Bergmann
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin
2012-09-15Fix some "Variables reassigned a value before the old one has been used"Julien Nabet
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
2012-08-08remove include comments and boxesThomas Arnhold
2012-07-03re-base on ALv2 code.Michael Meeks