# # 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 . # $(eval $(call gb_Module_Module,officecfg)) include $(SRCDIR)/officecfg/files.mk $(eval $(call gb_Module_add_targets,officecfg,\ CustomTarget_registry \ Package_misc \ Configuration_officecfg \ )) $(eval $(call gb_Module_add_check_targets,officecfg,\ CppunitTest_officecfg_cppheader_test \ )) # vim: set noet sw=4 ts=4: value='distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)Author
2017-08-31loplugin:constparams: winaccessibility (clang-cl)Stephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-17loplugin:unnecessaryparen: winaccessibility (clang-cl)Stephan Bergmann
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-03loplugin:oncevar (clang-cl): winaccessibilityStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-11Clean up uses of SAL_U/SAL_W: winaccessibilityStephan Bergmann
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-06Use OUString function variants that take a (narrow) string literalStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann
2017-04-03use actual UNO enums in vcl..xmlsecurityNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-15loplugin:unncessaryoverride (clang-cl)Stephan Bergmann
2017-03-11Fix typosAndrea Gelmini
2017-03-11Fix (German?) spelling mistakes in comments: s/save/safe (the adjective)Tor Lillqvist
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara
2017-03-02Fix typosAndrea Gelmini
2017-02-12Typo: (De)SelectMutipleChidren->(De)SelectMultipleChidrenJulien Nabet
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2017-01-06loplugin:salboolStephan Bergmann
2016-12-16loplugin:unnecessaryoverride (clang-cl)Stephan Bergmann
2016-11-11loplugin:vclwidgetsStephan Bergmann
2016-11-08typo fix: ressource -> resourceAndras Timar
2016-10-15clang-cl loplugin: winaccessibilityStephan Bergmann
2016-10-14Fix GetMnemonicCharStephan Bergmann
2016-10-11cppcheck: uninitMemberVarJochen Nitschke
2016-10-10cppcheck: variableScopeJochen Nitschke
2016-10-02cppcheck invalidPrintfArgTypeJochen Nitschke