summaryrefslogtreecommitdiff
path: root/svl/CppunitTest_svl_items.mk
blob: c75f56bfef71cb63b8e79de34d6b70c5e3570fea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- 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_CppunitTest,svl_items))

$(eval $(call gb_CppunitTest_use_external,svl_items,boost_headers))

$(eval $(call gb_CppunitTest_use_sdk_api,svl_items))

$(eval $(call gb_CppunitTest_add_exception_objects,svl_items, \
	svl/qa/unit/items/test_IndexedStyleSheets \
))

$(eval $(call gb_CppunitTest_use_libraries,svl_items, \
	svl \
	comphelper \
	sal \
	salhelper \
	cppu \
	cppuhelper \
))

# vim: set noet sw=4 ts=4:
oration'>Mike Kaganski 2023-10-05SW comments: Provide parent / child relations without position.Gökay Şatır 2023-10-04uitest: add load properties parametersHenry Castro 2023-10-04uitest: flush print messagesHenry Castro 2023-10-04uitest: add signal_handler functionHenry Castro 2023-09-28UITest_impress_demo: use oneprocess modeMiklos Vajna 2023-09-21UITest_writer_tests7: use oneprocess modeMiklos Vajna 2023-09-18tdf#111705: Add Arabic math symbols to the symbols catalogueKhaled Hosny 2023-09-18starmath: Show editing window by default againKhaled Hosny 2023-09-13starmath: Hide editing window by default and add a menu item to showKhaled Hosny 2023-09-05starmath: Always insert using SmCursor when inline editing is enabledKhaled Hosny 2023-05-26tdf#154131 Add Detect scientific number optionLaurent Balland 2023-04-13tdf#154451 uitest: use more oneprocess modeMiklos Vajna 2023-03-22sw floattable: fix current page number when editing document with a split flyMiklos Vajna 2023-03-20uitest: add a way to optionally use the same soffice process for a testsuiteMiklos Vajna 2023-02-21tdf#152850: Fix bad scoping of MathML frac commandDowwdyJ 2023-02-07uitest: reset value when changing the measurement unitXisco Fauli 2023-01-31uitest: remove wait_until_file_is_availableXisco Fauli 2022-12-19tdf#152295 sw sd UI: don't reset tiled image size by Area tabTibor Nagy 2022-11-15tdf#132293 remove unused imports from uitestBogdan B 2022-10-17tdf#132293 remove unused imports and variablesRakielle 2022-09-26Use Markdown instead of reStructuredTextHossein 2022-09-05tdf#97361 replace getCellByPosition with access by subscriptChenxiong Qi 2022-08-26tdf#150489: Drop Elements docking windowMike Kaganski 2022-06-13uitest: sc: reset values in paste special dialogXisco Fauli 2022-06-02Use IconView in SmElementsControlMike Kaganski 2022-05-17Improve version checkMike Kaganski 2022-05-17use exec_module on newer Python (>3.3) to avoid DeprecationWarningNoel Grandin 2022-03-14tdf#128610: math: add UItestXisco Fauli 2022-03-10tdf#140386: math: Add UItestXisco Fauli 2022-03-10uitest: math: at least execute the test on linuxXisco Fauli 2022-03-07tdf#147755: math: Add UItestXisco Fauli 2022-02-28uitest: fix sporadic UITest_impress_demo failuresXisco Fauli 2022-02-25uitest: introduce wait_until_file_is_availableXisco Fauli 2022-02-25uitest: unify code and use while True everywhereXisco Fauli 2022-02-25uitest: remove debug optionXisco Fauli 2022-02-24uitest: try harder to close the dialog when it fails ...Xisco Fauli 2022-02-19uilogger: improve language in commentsIlmari Lauhakangas 2022-02-19uilogger: make vertical tab handling more robustIlmari Lauhakangas 2022-02-03ignore ~ backup files when searching for .py uitest filesLuboš Luňák