summaryrefslogtreecommitdiff
path: root/svtools/UIConfig_svt.mk
blob: 04ce14b676583c9d0d92b11957346661e1e0bfe6 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# -*- 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_UIConfig_UIConfig,svt))

$(eval $(call gb_UIConfig_add_uifiles,svt,\
	svtools/uiconfig/ui/addresstemplatedialog \
	svtools/uiconfig/ui/calendar \
	svtools/uiconfig/ui/checkboxcontrol \
	svtools/uiconfig/ui/combocontrol \
	svtools/uiconfig/ui/datewindow \
	svtools/uiconfig/ui/editcontrol \
	svtools/uiconfig/ui/emptypage \
	svtools/uiconfig/ui/fileviewmenu \
	svtools/uiconfig/ui/fixedimagecontrol \
	svtools/uiconfig/ui/fixedtextcontrol \
	svtools/uiconfig/ui/graphicexport \
	svtools/uiconfig/ui/interimparent \
	svtools/uiconfig/ui/inputbox \
	svtools/uiconfig/ui/javadisableddialog \
	svtools/uiconfig/ui/listcontrol \
	svtools/uiconfig/ui/linewindow \
	svtools/uiconfig/ui/managedtoolbar \
	svtools/uiconfig/ui/placeedit \
	svtools/uiconfig/ui/printersetupdialog \
	svtools/uiconfig/ui/querydeletedialog \
	svtools/uiconfig/ui/restartdialog \
	svtools/uiconfig/ui/scrollbars \
	svtools/uiconfig/ui/spinfieldcontrol \
	svtools/uiconfig/ui/subtoolbar \
	svtools/uiconfig/ui/tabbuttons \
	svtools/uiconfig/ui/tabbuttonsmirrored \
	svtools/uiconfig/ui/tabbaredit \
	svtools/uiconfig/ui/textviewcontrol \
	svtools/uiconfig/ui/thineditcontrol \
))

# vim: set noet sw=4 ts=4:
4.cxx?id=f5dd4faef6c6ee23bb33a0662087e1892db78b3d'>SfxMedium::GetItemSet never returns nullptrMike Kaganski 2023-02-28tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir 2023-02-23related tdf#148966: rework sdr compatibility flagsSarper Akdemir 2023-02-17tdf#149756 tdf#152545 PPTX import: position of standard connector - part2Tibor Nagy 2023-01-20tdf#148000 impress: Handle linebreaks on fontwork.Attila Szűcs 2022-12-16sd: check SfxViewFrame::Current()Caolán McNamara 2022-08-01tdf#138868 SdNavigator: track object selected on canvasJim Raykowski 2022-07-30tdf#118696 better fix for sd Navigator object selectionJim Raykowski 2022-04-14use more string_view in sdNoel Grandin 2022-03-25tdf#96389 Use default tab stop value of MSO for pptx import.Gülşah Köse 2022-03-02use SfxItemSet::GetItemIfSet in sdNoel Grandin