summaryrefslogtreecommitdiff
path: root/javaunohelper/Jar_juh.mk
blob: cf469200cd49df2481a1dc0e2ac84bcec1f473fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- 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_Jar_Jar,juh))

$(eval $(call gb_Jar_add_manifest_classpath,juh, \
    libreoffice.jar \
))

$(eval $(call gb_Jar_set_manifest,juh,$(SRCDIR)/javaunohelper/util/manifest))

# vim:set noet sw=4 ts=4:
w in INetURLObjectNoel Grandin 2022-04-11use more string_viewNoel Grandin 2022-04-02use more string_viewNoel Grandin 2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin 2022-02-16Extend loplugin:stringview to OUStringBuffer::copyStephan Bergmann 2022-02-08 Simplify sequence of PropertyValue in linguisting/reportdesign/sc/sfx2Julien Nabet 2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen 2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski 2021-12-22loplugin:flatten in l10ntools..lotuswordproNoel Grandin 2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin 2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann 2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in LinguPropsNoel Grandin 2021-11-27use more OInterfaceContainerHelper3 in linguisticNoel Grandin 2021-11-19loplugin:stringliteraldefine in linguistcNoel Grandin 2021-11-15rtl::Static->thread-safe static in linguisticNoel Grandin 2021-10-30Prepare for removal of non-const operator[] from Sequence in linguisticMike Kaganski 2021-10-19Ditch that CharClass constructing ToLower() nonsenseEike Rathke 2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski 2021-10-12loplugin:moveparam in variousNoel Grandin 2021-10-09Typo *ropertie -> *ropertyJulien Nabet 2021-10-09Simplify SvXMLExport::AddAttribute overloadsMike Kaganski 2021-10-04drop 'using namespace std' in l*Julien Nabet 2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann 2021-09-28gives names to all the Idles and TasksNoel Grandin 2021-09-21reduce cost of some getProperty calls (tdf#125892)Noel Grandin 2021-09-17speedup toUpperCase when called in parallelNoel Grandin