# -*- 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 . # $(eval $(call gb_Module_Module,tools)) $(eval $(call gb_Module_add_targets,tools,\ CustomTarget_reversemap \ Library_tl \ StaticLibrary_ooopathutils \ )) $(eval $(call gb_Module_add_targets_for_build,tools,\ Executable_bestreversemap \ )) $(eval $(call gb_Module_add_check_targets,tools,\ CppunitTest_tools_test \ )) # vim: set noet sw=4 ts=4: option value='distro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Expand)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-03coverity#1403731 Explicit null dereferencedCaolán McNamara
2017-04-01use weak attribute for Linux tooCaolán McNamara
2017-03-30tdf#39468 Translate German commentsJens Carl
2017-03-29loplugin:unusedmethodsNoel Grandin
2017-03-28remove enum slot code from sfx2Noel Grandin
2017-03-28remove PseudoSlot support from idl compilerNoel Grandin
2017-03-28remove unhandled SID commands from sfx2Noel Grandin
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-23Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-23Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-23This code trades in 'char' entities disguised as 'int'Stephan Bergmann
2017-03-23Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-22create SfxDisableFlags enumNoel Grandin
2017-02-27Remove unused forward declarationStephan Bergmann
2017-02-25SvTokenStream::nBufPos should be sal_Int32Stephan Bergmann