# # 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # use strict; use warnings; use lib ("$ENV{SRCDIR}/solenv/bin/modules"); use installer qw(main); exit main(); ption value='distro/allotropia/zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-09-04tdf#147021 use std::size instead of SAL_N_ELEMENTSAdam Seskunas
2023-05-09tdf#104487 - Function wizard: remember last used function categoryAndreas Heinisch
2023-05-03Formula W.: tdf#78826 colons tdf#150045 sec. labelsAdolfo Jayme Barrientos
2023-05-03Resolves tdf#101876 - Resizing function wizard contentHeiko Tietze
2023-04-18formula: fix crash in FormulaDlg_Impl::UpdateSelectionXisco Fauli
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-23jsdialog: enable function wizardSzymon Kłos
2023-03-07no need to allocate these separatelyNoel Grandin
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-17Obtain actual 0-parameter count for OR(), AND() and 1-parameter functionsEike Rathke
2023-02-14osl::Mutex->std::mutex in OpCodeMapDataNoel Grandin
2023-01-01Resolves: tdf#151886 Use default locale with English function names againEike Rathke
2022-12-20tdf#146781 sc: update extended tip for function description searchStéphane Guillou
2022-12-15crashtesting: assert seen on loading forum-mso-en4-573860.xlsxEike Rathke
2022-12-14upgrade tag names with new version of gladeStéphane Guillou
2022-09-28use more string_view in formulaNoel Grandin
2022-09-19small opt in FormulaTokenIteratorNoel Grandin
2022-09-06A ColRowName (label) is a QuotedLabel is a SingleQuotedEike Rathke
2022-09-01Resolves: tdf#142293 Implement the temporariness of GetOpCodeMap()Eike Rathke
2022-09-01Related: tdf#142293 Introduce a protected FormulaCompiler::GetFinalOpCodeMap()Eike Rathke