1 # -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 # This file contains all dialogs that the unit tests in the module
11 # will work on if it is in script mode. It will read one-by-one,
12 # try to open it and create a screenshot that will be saved in
13 # workdir/screenshots using the pattern of the ui-file name.
16 # - empty lines are allowed
17 # - lines starting with '#' are treated as comment
18 # - all other lines should contain a *.ui filename in the same
19 # notation as in the dialog constructors (see code)
22 # The 'known' dialogs which have a hard-coded representation
23 # in registerKnownDialogsByID/createDialogByID
26 cui/ui/formatcellsdialog.ui
30 # Dialogs without a hard-coded representation. These will
31 # be visualized using a fallback based on VclBuilder
34 # currently deactivated, leads to problems and the test to not work
35 # This is typically a hint that these should be hard-coded in the
36 # test case since they need some document and model data to work
38 # cui/ui/bitmaptabpage.ui
39 # cui/ui/connpooloptions.ui <- not calling DriverListControl::Init for
40 # ConnectionPoolOptionsPage::m_pDriverList leaves its BrowseBox::mvCols empty, causing "implicit
41 # conversion from type 'int' of value -1 (32-bit, signed) to type 'sal_uInt16' (aka 'unsigned
42 # short') changed the value to 65535 (16-bit, unsigned)" when calling
43 # GetColumnId( static_cast<sal_uInt16>(mvCols.size()) - 1 );
44 # in BrowseBox::AutoSizeLastColumn (svtools/source/brwbox/brwbox1.cxx) with Clang
45 # -fsanitize=implicit-signed-integer-truncation
46 # cui/ui/thesaurus.ui <- problems under Linux
48 # this is part 1. in order to help the build time when building all
49 # lang, the list of ui is split in multiple parts to balance the run time
50 # or all the tests, which improve the overall elapsed time
51 # of make screenshot on big machines
55 cui/ui/aboutconfigdialog.ui
56 cui/ui/aboutconfigvaluedialog.ui
58 cui/ui/accelconfigpage.ui
59 cui/ui/acorexceptpage.ui
60 cui/ui/acoroptionspage.ui
61 cui/ui/acorreplacepage.ui
63 cui/ui/applyautofmtpage.ui
64 cui/ui/applylocalizedpage.ui
67 cui/ui/asiantypography.ui
68 cui/ui/assigncomponentdialog.ui
69 cui/ui/autocorrectdialog.ui
70 cui/ui/backgroundpage.ui
71 cui/ui/baselinksdialog.ui
72 cui/ui/blackorwhitelistentrydialog.ui
73 cui/ui/borderareatransparencydialog.ui
74 cui/ui/borderbackgrounddialog.ui
76 cui/ui/breaknumberoption.ui
77 cui/ui/calloutdialog.ui
79 cui/ui/cellalignment.ui
81 cui/ui/charnamepage.ui
82 cui/ui/colorconfigwin.ui
84 cui/ui/colorpickerdialog.ui
86 cui/ui/connectortabpage.ui
89 cui/ui/customizedialog.ui
90 cui/ui/databaselinkdialog.ui
91 cui/ui/dbregisterpage.ui
92 cui/ui/dimensionlinestabpage.ui
93 cui/ui/distributiondialog.ui
94 cui/ui/distributionpage.ui
95 cui/ui/editdictionarydialog.ui
96 cui/ui/editmodulesdialog.ui
98 cui/ui/embossdialog.ui
99 cui/ui/eventassigndialog.ui
100 cui/ui/eventassignpage.ui