# -*- 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_InstallModule_InstallModule,scp2/extensions)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_bsh)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_rhino)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_numbertext)) $(eval $(call gb_InstallModule_add_scpfiles,scp2/extensions,\ scp2/source/extensions/file_extensions \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/extensions,\ scp2/source/extensions/module_extensions \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: 'distro/allotropia/zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/cellform.hxx
AgeCommit message (Expand)Author
2021-11-08optimize VLOOKUP by returning SharedString if possible (tdf#139444)Luboš Luňák
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski