# -*- 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_CppunitTest_CppunitScreenShot,xmlsecurity_dialogs_test)) $(eval $(call gb_CppunitTest_add_exception_objects,xmlsecurity_dialogs_test, \ xmlsecurity/qa/unit/xmlsecurity-dialogs-test \ )) $(eval $(call gb_CppunitTest_use_sdk_api,xmlsecurity_dialogs_test)) $(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\ -I$(SRCDIR)/xmlsecurity/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_libraries,xmlsecurity_dialogs_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ i18nlangtag \ i18nutil \ msfilter \ oox \ sal \ salhelper \ sax \ sfx \ sot \ svl \ svt \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_use_external,xmlsecurity_dialogs_test,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,xmlsecurity_dialogs_test)) $(eval $(call gb_CppunitTest_use_ure,xmlsecurity_dialogs_test)) $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,xmlsecurity_dialogs_test)) $(eval $(call gb_CppunitTest_use_rdb,xmlsecurity_dialogs_test,services)) $(eval $(call gb_CppunitTest_use_configuration,xmlsecurity_dialogs_test)) $(eval $(call gb_CppunitTest_use_uiconfigs,xmlsecurity_dialogs_test,\ xmlsec \ )) # vim: set noet sw=4 ts=4: n value='distro/cib/libreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)Author
2023-11-01tdf#156449 Preserve '0' or '?' in exponentLaurent Balland
2023-11-01tdf#153993 Extend ODF: lowercase for exponent charLaurent Balland
2023-10-29sc: Test numeric conditional format text rule exports correctlyParis Oplopoios
2023-10-28Remove executable bit on ods filesAndrea Gelmini
2023-10-26tdf#157897 - Clear print ranges before adding additional onesAndreas Heinisch
2023-10-26tdf#153519 use new IdleTask::waitUntilIdleDispatchedNoel Grandin
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann
2023-10-19UITest_sw_navigator: avoid oneprocessXisco Fauli
2023-10-17tdf#157786: sc_datetime_functions: Add unittestXisco Fauli
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-15Follow-up: tdf#156985 Use SC_USE_SSE2 to determine which KahanSum::add() to useEike Rathke
2023-10-14tdf#141908: CppUnittests: replace usage of sal_Int32 with colorsJoel Puronaho
2023-10-11tdf#132293 remove unused imports from uitestAnkit_Jaipuriar
2023-10-11tdf#156815 Reset solver settings when a sheet is renamedRafael Lima
2023-10-09tdf#100034 tdf#157318 XLSX export: fix lost named ranges associated to sheetsRafael Lima
2023-10-08make testCondFormatFormulaListenerXLSX reliableCaolán McNamara
2023-10-07loplugin:ostrStephan Bergmann
2023-10-07tdf#157568 After deleting the content of a cell by pressing the delete..Noel Grandin
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-10-06uitest: add "Silent" property parameterHenry Castro
2023-10-06sc: qa: add loadWithParams and SaveWithParamsHenry Castro
2023-10-01tdf#154449 Add support for hidden named rangesRafael Lima
2023-09-29Drop some newly obsolete __cplusplus version checksStephan Bergmann
2023-09-26tdf#148959 cui: fix hiding semi-transparent UI for chart axis fontMiklos Vajna
2023-09-18Schedule conditional formating repaint after filtering is completedSzymon Kłos
2023-09-14sc: add test for the row import default index issueTomaž Vajngerl
2023-09-09disable more flaky navigator UITestNoel Grandin
2023-09-08disable more flakey navigator UITestNoel Grandin
2023-09-04tdf#156985: sc_ucalc_formula2: Add unittestXisco Fauli
2023-09-04limit tests giving dubious results to x86_64Dan Horák
2023-09-01various theme and complex color related fixesTomaž Vajngerl
2023-09-01sc: add ODF import/export of the Theme + testsTomaž Vajngerl
2023-08-31Related: tdf#156985 Adjust doc layout to what FunctionsTest::load() expectsEike Rathke
2023-08-31tdf#150815 sc: fix repainting sparklineTibor Nagy
2023-08-31Related: tdf#156985 Do not fail for first empty check cell in test failure caseEike Rathke
2023-08-31disable failing inputline UITestNoel Grandin
2023-08-28Shared string shouldn't account preserve space propertyParis Oplopoios
2023-08-28sc: Fix wrapText not being applied correctly on exportParis Oplopoios
2023-08-27lok: notify only affected tabs on cell resizeSzymon Kłos
2023-08-27Change theme location to SdrModel and SdrPage (master page only)Tomaž Vajngerl
2023-08-25tdf#152724 Extend ODF for blank width "_x"Laurent Balland
2023-08-24