summaryrefslogtreecommitdiff
path: root/jvmfwk/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
commit/scripting/examples?id=8c9cc54bd7b6f3ba723d7a42ccc6a5372a80f970'>tdf#128463: Rewrite NamedRanges.py to make it work when run from UIKevin Suo 2020-12-31tdf#128463: Make SetCellColor python example actually do sthKevin Suo 2020-10-10Improve example python code in scripting.Kevin Suo 2019-06-05python: add sample python script to insert/replace textAshod Nakashian 2019-02-18Fix product nameSamuel Mehrbrodt 2018-12-09Fixed typo, deleted whitespaceMatthias Seidel 2018-05-09Use the . separator between sheet name and cell range instead of ! to match UITor Lillqvist 2018-03-28Add mode lines and license blurbTor Lillqvist 2018-03-28Add DeleteNamedRange functionTor Lillqvist 2018-03-28Add another sample Python script, to handle named ranges in spreadsheetsTor Lillqvist 2018-03-27Add another sample Python scriptTor Lillqvist 2018-01-24scripting: add missing vim modelines to python filesMiklos Vajna 2016-10-01Fix typosAndrea Gelmini 2016-01-10Fix typosAndrea Gelmini 2015-03-25TyposJulien Nabet 2015-03-02pyuno, scripting: remove executable bits from python, js, bsh filesMichael Stahl 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-10-14fix import location of XScriptContextNoel Grandin 2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch 2014-08-20java: remove unnecessary return statementsNoel Grandin 2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin 2014-08-19java: no need to instantiate String objects directlyNoel Grandin 2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin 2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin 2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin 2014-08-14java: remove commented out codeNoel Grandin 2014-08-05java: remove commented out codeNoel Grandin