summaryrefslogtreecommitdiff
path: root/sw/UIConfig_swform.mk
blob: 359a35a31a30f9db282ca6cde8b8de14a82b958d (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# -*- 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,modules/swform))

$(eval $(call gb_UIConfig_add_menubarfiles,modules/swform,\
	sw/uiconfig/swform/menubar/menubar \
))

$(eval $(call gb_UIConfig_add_statusbarfiles,modules/swform,\
	sw/uiconfig/swform/statusbar/statusbar \
))

$(eval $(call gb_UIConfig_add_toolbarfiles,modules/swform,\
	sw/uiconfig/swform/toolbar/alignmentbar \
	sw/uiconfig/swform/toolbar/arrowshapes \
	sw/uiconfig/swform/toolbar/basicshapes \
	sw/uiconfig/swform/toolbar/bezierobjectbar \
	sw/uiconfig/swform/toolbar/calloutshapes \
	sw/uiconfig/swform/toolbar/colorbar \
	sw/uiconfig/swform/toolbar/drawbar \
	sw/uiconfig/swform/toolbar/drawingobjectbar \
	sw/uiconfig/swform/toolbar/drawtextobjectbar \
	sw/uiconfig/swform/toolbar/extrusionobjectbar \
	sw/uiconfig/swform/toolbar/flowchartshapes \
	sw/uiconfig/swform/toolbar/fontworkobjectbar \
	sw/uiconfig/swform/toolbar/fontworkshapetype \
	sw/uiconfig/swform/toolbar/formcontrols \
	sw/uiconfig/swform/toolbar/formdesign \
	sw/uiconfig/swform/toolbar/formsfilterbar \
	sw/uiconfig/swform/toolbar/formsnavigationbar \
	sw/uiconfig/swform/toolbar/formtextobjectbar \
	sw/uiconfig/swform/toolbar/frameobjectbar \
	sw/uiconfig/swform/toolbar/fullscreenbar \
	sw/uiconfig/swform/toolbar/graffilterbar \
	sw/uiconfig/swform/toolbar/graphicobjectbar \
	sw/uiconfig/swform/toolbar/insertbar \
	sw/uiconfig/swform/toolbar/insertobjectbar \
	sw/uiconfig/swform/toolbar/mediaobjectbar \
	sw/uiconfig/swform/toolbar/moreformcontrols \
	sw/uiconfig/swform/toolbar/numobjectbar \
	sw/uiconfig/swform/toolbar/oleobjectbar \
	sw/uiconfig/swform/toolbar/optimizetablebar \
	sw/uiconfig/swform/toolbar/previewobjectbar \
	sw/uiconfig/swform/toolbar/standardbar \
	sw/uiconfig/swform/toolbar/starshapes \
	sw/uiconfig/swform/toolbar/symbolshapes \
	sw/uiconfig/swform/toolbar/tableobjectbar \
	sw/uiconfig/swform/toolbar/textobjectbar \
	sw/uiconfig/swform/toolbar/toolbar \
	sw/uiconfig/swform/toolbar/viewerbar \
))

# vim: set noet sw=4 ts=4:
x?h=cp-24.04.5-2&id=11e52fe2979b0947814a49b9c17ec373795cbf8e'>introduce Degree100 strong_int typeNoel Change-Id: I78f837a1340be0ca5c49097f543a481b7b43a632 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108367 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-12-22rename members of GeoStat classNoel to make it obvious what they are used for. Change-Id: I8ed825ea0131faa969fa3fd69cd64d195ef61b6b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108145 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin This reverts commit 1397a1c8e4995b0dd336478e564880fe8ad91d1d. Reason for revert: Some discussion required Change-Id: Id39ee8260790e0722c5bf8338b0b76ca34da83d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105539 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-11-12remove BigInt::operator tools::Long()Noel which was introduced in commit adf0738d2dbfa742d0e9ef130954fb4638a8e90d Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Wed Jan 3 14:25:15 2018 +0200 long->sal_Int32 in BigInt presumably to make the conversion easier. Instead just fix the call-sites to select a better conversion, BigInt only returns 32-bits of precision anyway. Change-Id: I2e4354bcfded01763fe3312a715ef37800297876 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105602 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-10-26switching long to a 64-bit type on 64-bit windowsNoel (*) create a rewriting plugin to do most of the work, heavily based on the fakebool plugin (*) but there are still a number of "long"s in the codebase that will need to be done by hand (*) the plugin needs lots of handholding, due to needing to add #include and update macros Change-Id: I8184d7000ca482c0469514bb73178c3a1123b1e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104203 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-10-13static_cast after dynamic_castNoel Change-Id: If93fa126f10393a250cc1ad64bee28e84c42a6b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104226 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-01-08 tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten Change-Id: Ic0cde7c087d54a80a57d2a2574fa1f3932192367 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86311 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de> 2019-10-09rename ImpTakeDescriptionStr -> ImpGetDescriptionStrNoel Grandin and make it return the result, rather than doing it via an awkward out-parameter Change-Id: Ia47c66b4f1bae781a679f2f4311e321fdc947928 Reviewed-on: https://gerrit.libreoffice.org/80547 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin Improve the conversion method to do something reasonable with empty Rectangle. Use the conversion method in more places. Change-Id: I48c13f3d6dae71f39f03f7939101e545c8125503 Reviewed-on: https://gerrit.libreoffice.org/71853 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> 2019-02-13Pointer is pointlessNoel Grandin since it is just a wrapper around PointerStyle Change-Id: I51f065e0d4ad8bd91f5c84c5819048c720a19267 Reviewed-on: https://gerrit.libreoffice.org/67711 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-09-25loplugin:useuniqueptr in SdrHdlListNoel Grandin Change-Id: I83241bd2ed172594704f4b115b584dc39b234086 Reviewed-on: https://gerrit.libreoffice.org/60959 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-09-21remove SdrObject::GetHdl in favour of AddToHdlListNoel Grandin the code already says that using GetHdl is inefficient, and client code should be using AddToHdlList, so just drop the bad one Change-Id: I88c43154c8cc0988127b9292e4cda28917f54eb9 Reviewed-on: https://gerrit.libreoffice.org/60792 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen Found by searching for the header names and the localization functions: git grep -l -e \<svx/dialmgr.hxx\> -e \<svx/strings.hrc\> -e svdglob.hxx | xargs grep -c -e SvxResId -e SvxResLocale -e ImpGetResStr | grep :0$ | grep -v /pch Change-Id: I45c979589165086288030031e713d536005a9833 Reviewed-on: https://gerrit.libreoffice.org/53241 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> 2018-02-21loplugin:changetoolsgen in svxNoel Grandin and fix the regex in the plugin for matching += operator Change-Id: I26b3e3fac1d4ef3e756cc9431b983b5f27ee76d6 Reviewed-on: https://gerrit.libreoffice.org/50037 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>