# -*- 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/. # $(eval $(call gb_Executable_Executable,bestreversemap)) $(eval $(call gb_Executable_use_libraries,bestreversemap,\ sal \ )) $(eval $(call gb_Executable_add_exception_objects,bestreversemap,\ tools/source/reversemap/bestreversemap \ )) # vim: set noet sw=4 ts=4: s='form'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/csvcontrol.hxx
AgeCommit message (Expand)Author
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-07-23Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: scStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-10-12convert CSV_DIFF constants to typed_flags_setNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-03-29tdf#96099 fixes trivial typedefs, ::std::vector<OUString>Apachev Ivan
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2015-10-21refactor out some com::sun::star typedefsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-22convert Link<> to typedNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-05-02Unwind odd reference handling with csvcontrol.Michael Meeks
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-09vcl: VclPtr conversion in scNoel Grandin