# -*- 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,idl)) $(eval $(call gb_Module_add_targets_for_build,idl,\ Executable_svidl \ )) # vim: set noet sw=4 ts=4: ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jvmfwk/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-06-13 06:56:54 +0000
committerOliver Bolte <obo@openoffice.org>2007-06-13 06:56:54 +0000
commit45e3446b445702d05ce1679a1e759f14a739334a (patch)
tree692d23d8629a64cefcf63af3b1d594c66b2a44b4 /jvmfwk/inc
parent2c05f137bdabccb793188038f09df524f0665e39 (diff)
INTEGRATION: CWS jl64 (1.13.80); FILE MERGED tle='2017-04-04 16:12:11 +0000'>2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann 2017-03-23Remove unused #include <ctype.h>Stephan Bergmann 2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann 2017-02-16convert HelpProcessingErrorClass to scoped enumNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin 2017-01-19New loplugin:dynexcspec: Add @throws documentation, helpcompilerStephan Bergmann 2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin 2016-10-16clang-cl loplugin: helpcompilerStephan Bergmann 2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin 2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu 2016-02-24convert TokenTypes to scoped enumNoel Grandin 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-01-18Remove unused FILE_WRITING BasicCodeTagger::TaggerExceptionStephan Bergmann 2015-11-30loplugin:unusedfieldsNoel Grandin 2015-11-20loplugin:unusedfields helpcompilerNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06coverity#1338258 Uncaught exceptionCaolán McNamara 2015-11-06coverity#1338235 Uncaught exceptionCaolán McNamara 2015-09-17boost->stdCaolán McNamara 2015-07-30loplugin:unusedmethodsNoel Grandin 2015-06-28coverity#1308500 Uncaught exceptionCaolán McNamara 2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-07loplugin:staticmethodsNoel Grandin 2015-03-09V801: Decreased performanceCaolán McNamara