# -*- 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,i18npool)) $(eval $(call gb_Module_add_targets,i18npool,\ CustomTarget_breakiterator \ CustomTarget_collator \ CustomTarget_indexentry \ CustomTarget_localedata \ CustomTarget_textconversion \ Library_i18npool \ Library_i18nsearch \ Library_localedata_en \ Library_localedata_es \ Library_localedata_euro \ Library_localedata_others \ )) $(eval $(call gb_Module_add_targets_for_build,i18npool,\ Executable_gencoll_rule \ Executable_genconv_dict \ Executable_genindex_data \ Executable_saxparser \ Rdb_saxparser \ )) $(eval $(call gb_Module_add_check_targets,i18npool,\ CppunitTest_i18npool_breakiterator \ CppunitTest_i18npool_characterclassification \ CppunitTest_i18npool_ordinalsuffix \ CppunitTest_i18npool_textsearch \ CppunitTest_i18npool_calendar \ CppunitTest_i18npool_defaultnumberingprovider \ CppunitTest_i18npool_indexentry \ CppunitTest_i18npool_transliteration \ )) # vim: set noet sw=4 ts=4: -5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorLaurent Balland <laurent.balland@mailo.fr>2023-05-20 16:47:16 +0200
committerEike Rathke <erack@redhat.com>2023-05-26 23:57:16 +0200
commit2b3b4026a5c6a1b92c0b29b94dd62a4c3c7b9fad (patch)
tree4365fbabe2ded26f94cc1456893b25587520ca11 /uitest
parent75cca3bdea8e929bdca590710dc3f44481a72ace (diff)
tdf#154131 Add Detect scientific number option
Add a sub case of Detect special numbers for import CSV (SC_IMPORTFILE), paste unformated text (SC_PASTETEXT) and text to columns (SC_TEXTTOCOLUMNS). Following cases are treated: - If "Detect special numbers" is true, then "Detect scientific numbers" must be true and all special formats are treated (date, time, scientific notation) in addition to basic decimal numbers. - If "Detect special numbers" is false and "Detect scientific numbers" is true only scientific notation is treated in addition to basic decimal numbers. - If "Detect special numbers" and "Detect scientific numbers" are both false only basic decimal numbers are recognized as numbers. It is the new case treated by this change The new option bDetectScientificNumber is append to ASCII options Change-Id: I73dff9f75d2c7b07ce155daa29dcc4ca9f288664 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152072 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'uitest')