# -*- 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_Module_Module,cross_toolset)) $(eval $(call gb_Module_add_moduledirs,cross_toolset,\ basegfx \ binaryurp \ bridges \ cli_ure \ codemaker \ comphelper \ cppu \ cppuhelper \ external \ i18nlangtag \ i18nutil \ i18npool \ instsetoo_native \ idl \ io \ javaunohelper \ jurt \ jvmaccess \ jvmfwk \ l10ntools \ o3tl \ offapi \ officecfg \ oovbaapi \ pch \ registry \ remotebridges \ ridljar \ sal \ salhelper \ sax \ setup_native \ shell \ solenv \ soltools \ stoc \ store \ tools \ ucbhelper \ udkapi \ unoidl \ unoil \ unotest \ unotools \ ure \ xmlreader \ $(if $(WITH_GALLERY_BUILD), \ avmedia \ basic \ canvas \ configmgr \ connectivity \ cppcanvas \ docmodel \ drawinglayer \ editeng \ emfio \ filter \ framework \ linguistic \ officecfg \ oox \ package \ postprocess \ sfx2 \ shell \ sot \ svgio \ svl \ svtools \ svx \ toolkit \ ucb \ unoxml \ uui \ vcl \ xmloff \ xmlscript \ ) \ $(call gb_Helper_optionals_or,HELPTOOLS XMLHELP,helpcompiler) \ $(call gb_Helper_optional,XMLHELP,xmlhelp) \ $(call gb_Helper_optional,QADEVOOO,qadevOOo) \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: istro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2022-06-03Add binary operators to ForceArrayReturn handling, tdf#149378 follow-upEike Rathke
2022-06-03Propagate ForceArrayReturn only for Value parameters, tdf#149378 follow-upEike Rathke
2022-06-03Propagate inline array only for Value parameters, tdf#149378 follow-upEike Rathke
2022-06-02Resolves: tdf#149378 Force array input if outer function returns array/matrixEike Rathke
2022-04-26add o3tl::toUInt32Noel Grandin
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin
2021-12-20Recheck include/[e-r]* with IWYUGabor Kelemen
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin
2021-11-24loplugin:stringliteraldefine in formual,fpickerNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in formulaMike Kaganski
2021-10-11loplugin:moveparam in formulaNoel Grandin
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin
2021-09-04store ScTokenArray by value in SharedFormulaBufferNoel Grandin
2021-08-06cid#1489780 Explicit null dereferencedCaolán McNamara
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin