# -*- 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_Package_Package,librelogo_properties,$(call gb_CustomTarget_get_workdir,librelogo/locproperties))) $(eval $(call gb_Package_add_files,librelogo_properties,$(LIBO_SHARE_FOLDER)/Scripts/python/LibreLogo,\ $(foreach lang,$(subst -,_,$(gb_TRANS_LANGS)),LibreLogo_$(lang).properties) \ )) # vim:set noet sw=4 ts=4: 41dabbb7502af87986'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)Author
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-10Resolves: #i122368# convert inc paths into short form on windows...Jürgen Schmidt
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-19fix-includes.pl: idlcThomas Arnhold
2014-05-13Revert "CID#705985 ensure umask for mkstemp"Stephan Bergmann
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni
2014-04-19fixincludeguards.sh: idl and idlcThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-24callcatcher: update unused codeCaolán McNamara
2014-03-12loplugin:literaltoboolconversionStephan Bergmann
2014-03-08coverity#707935 Uninitialized scalar fieldCaolán McNamara
2014-02-17idlc: sal_Bool -> boolStephan Bergmann
2014-02-06Typo: atribute(s) -> attribute(s)Julien Nabet
2014-02-06Fix spelling errrorTor Lillqvist
2014-01-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#440064 Logically dead codeCaolán McNamara
2014-01-25coverity#440240 Dereference after null checkNorbert Thiebaud
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-26Duplicate base checking code already covers check for opt base != XInterfaceStephan Bergmann
2013-11-25Fix fn declaration parameter names to match fn definitionStephan Bergmann
2013-11-25Fix unoidl sourceprovider interface base and member checksStephan Bergmann
2013-11-22Fix unoidl sourceprovider polystruct argument checksStephan Bergmann
2013-11-22Fix unoidl sourceprovider "published" checksStephan Bergmann
2013-11-22constant.tests idlc/unoidl diffs:Stephan Bergmann
2013-11-22attributes.tests idlc/unoidl diffs:Stephan Bergmann
2013-11-22Add exectest.pl OLD-/NEW-FAILURE for deliberate idlc/unoidl diffsStephan Bergmann
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist