summaryrefslogtreecommitdiff
path: root/scripting/Package_ScriptsPython.mk
blob: 9d401d38349b46fc0186df0b7d018ccbd6ce7cba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- 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,scripting_ScriptsPython,$(SRCDIR)/scripting/examples))

$(eval $(call gb_Package_add_files_with_dir,scripting_ScriptsPython,$(LIBO_SHARE_FOLDER)/Scripts,\
	python/Capitalise.py \
	python/HelloWorld.py \
	python/InsertText.py \
	python/NamedRanges.py \
	python/SetCellColor.py \
	python/TableSample.py \
))

# vim: set noet sw=4 ts=4:
:47 +0200'>2024-06-06tdf#137543 - Add new LET function to CalcBalazs Varga 2024-05-15tdf#126573 Add Excel2021 array function UNIQUE to CalcBalazs Varga 2024-05-08tdf#126573 Add Excel2021 array function RANDARRAY to CalcBalazs Varga 2024-04-26tdf#126573 Add Excel2021 array function SEQUENCE to CalcBalazs Varga 2024-04-15Related: tdf#160056 FormulaResult may ref an initial interpreter FormulaTokenCaolán McNamara 2024-04-13Related: tdf#160056 rename/rework GetDoubleAsReference to SetDoubleCaolán McNamara 2024-04-13Related: tdf#160056 elide ref counting for initial tokensCaolán McNamara 2024-03-26loplugin:finalmethodsNoel Grandin 2024-03-26tdf#126573 Add Excel2021 array function SORTBY to CalcBalazs Varga 2024-03-25tdf#126573 Add Excel2021 array function SORT to CalcBalazs Varga 2024-03-13reduce symbol visibility in --enable-mergelibs=more modeNoel Grandin 2024-03-12GetNonEndOfPathToken can be privateCaolán McNamara 2024-03-01tdf#126573 Add Excel2021 array function FILTER to CalcBalazs Varga 2024-02-18tdf#128425 Add Excel2021 function XMATCH to CalcBalazs Varga 2024-01-31tdf#127293 Add Excel2021 function XLOOKUP to CalcWinfried Donkers 2023-09-23tdf#146619 Recheck include/[e-j]* with IWYUGabor Kelemen 2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski 2023-02-27can use a reference instead of a pointerCaolán McNamara 2023-02-26no need to hold SvtSysLocale by std::unique_ptrNoel Grandin 2023-02-23Resolves: tdf#153767 Try harder to import OOXML bool shared formula resultEike Rathke 2023-01-01Resolves: tdf#151886 Use default locale with English function names againEike Rathke 2022-09-28use more string_view in formulaNoel Grandin 2022-09-01Related: tdf#142293 Introduce a protected FormulaCompiler::GetFinalOpCodeMap()Eike Rathke