# -*- 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_CppunitTest_CppunitTest,tools_unique_id)) $(eval $(call gb_CppunitTest_set_include,tools_unique_id,\ $$(INCLUDE) \ -I$(SRCDIR)/tools/inc \ )) $(eval $(call gb_CppunitTest_add_exception_objects,tools_unique_id, \ tools/qa/cppunit/UniqueIdTest \ )) $(eval $(call gb_CppunitTest_use_libraries,tools_unique_id, \ tl \ test \ unotest \ )) # vim: set noet sw=4 ts=4: is.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idlc/source/astenum.cxx
AgeCommit message (Expand)Author
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin
2016-10-06Simplify AstExpression::compareStephan Bergmann
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-04-09convert RegError to scoped enumNoel Grandin
2015-04-09convert RegValueType to scoped enumNoel Grandin
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-07create clang plugin to warn about C-style castsNoel Grandin
2014-05-19fix-includes.pl: idlcThomas Arnhold
2014-02-17idlc: sal_Bool -> boolStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák