summaryrefslogtreecommitdiff
path: root/javaunohelper/Library_juhx.mk
blob: 1a24e5ef54f2561220251a0f5d4c1bd98483a44b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- 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_Library_Library,juhx))

$(eval $(call gb_Library_use_internal_comprehensive_api,juhx,\
    udkapi \
))

$(eval $(call gb_Library_use_libraries,juhx,\
    cppu \
    cppuhelper \
    jvmaccess \
    sal \
    salhelper \
))

$(eval $(call gb_Library_add_exception_objects,juhx,\
    javaunohelper/source/bootstrap \
    javaunohelper/source/javaunohelper \
    javaunohelper/source/vm \
))

# vim:set noet sw=4 ts=4:
68ec95b3f80408ae50897b043eed69a07d084df9'>made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke 2014-03-05remove unused code formula::FormulaDlg::CheckMatrix()Noel Grandin 2014-02-26Remove visual noise from formulaAlexander Wilms 2014-02-24coverity#735751 Dereference after null checkCaolán McNamara 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-21vcl: sal_Bool -> boolStephan Bergmann 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert 2014-02-19sal_Bool->boolNoel Grandin 2014-02-19sal_Bool->boolNoel Grandin 2014-02-19sal_Bool->boolNoel Grandin 2014-02-18sal_Bool->boolNoel Grandin 2014-02-09coverity#1169835 Improper use of negative valueCaolán McNamara 2014-01-29coverity#1158192 Improper use of negative valueCaolán McNamara 2014-01-28bool improvementsStephan Bergmann 2014-01-18Window::PreNotify should return boolStephan Bergmann 2014-01-17Window::Notify should return bool, reduxStephan Bergmann 2013-12-04remove usage of STRING_NOTFOUND in formula.cxxNoel Grandin 2013-12-04remove condition that cannot be hitNoel Grandin 2013-12-03convert formula::FormEditData from xub_StrLen->sal_Int32Noel Grandin 2013-12-03convert formula::FormulaDlg_Impl from xub_StrLen->sal_Int32Noel Grandin 2013-12-03convert FormulaHelper from xub_StrLen to sal_Int32Noel Grandin 2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin 2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin 2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin 2013-12-01Remove useless comments in funcutil.Tomaž Vajngerl 2013-11-26Integrate branch of IAccessible2Steve Yin 2013-11-11remove unnecessary use of OUString constructorNoel Grandin 2013-11-05convert xub_StrLen to sal_Int32Noel Grandin 2013-10-14CID#736176 aArgInput is only 4 items, what's with the loop over 5 elementsCaolán McNamara 2013-10-01convert remains of String to OUString in formula moduleNoel Grandin 2013-09-17convert the rest of the formula module from String to OUStringNoel Grandin 2013-09-17convert formula/source/ui/dlg/funcpage.hxx from String to OUStringNoel Grandin 2013-09-17convert formula/source/ui/dlg/parawin.hxx from String to OUStringNoel Grandin 2013-09-17convert include/formula/IFunctionDescription.hxx from String to OUStringNoel Grandin 2013-09-17convert include/formula/formdata.hxx from String to OUStringNoel Grandin 2013-09-17convert include/formula/formula.hxx from String to OUStringNoel Grandin 2013-09-17convert include/formula/formulahelper.hxx from String to OUStringNoel Grandin 2013-09-03Remove more unused methodsMarcos Paulo de Souza 2013-08-13XubString->OUStringCaolán McNamara 2013-08-12XubString->OUStringCaolán McNamara 2013-08-08tweak comment translationsMichael Stahl 2013-07-22fdo#46037: no more comphelper/configurationhelper.hxx in formula moduleJulien Nabet