# -*- 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_UITest_UITest,writer_demo)) $(eval $(call gb_UITest_add_modules,writer_demo,$(SRCDIR)/uitest,\ writer_tests/ \ )) # vim: set noet sw=4 ts=4: c98e3d6fb78025066f we're not in DOS anymore, Dorothy Change-Id: I79926e0d694163940ba7ebf20419724dd0a486f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100721 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
we're not in DOS anymore, Dorothy

Change-Id: I79926e0d694163940ba7ebf20419724dd0a486f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100721
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
loplugin:flatten in xml/chart 2020-08-06T06:40:03+00:00 Noel Grandin noel.grandin@collabora.co.uk 2020-08-05T18:34:12+00:00 c2864be448b52cdac0f8712708cb6c988155fdc8 Change-Id: I6545b719af4d1250c236b2d48af666c78c3e157c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100189 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I6545b719af4d1250c236b2d48af666c78c3e157c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100189
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
convert XML_STYLE_FAMILY to scoped enum 2020-02-15T06:02:36+00:00 Noel Grandin noel.grandin@collabora.co.uk 2020-02-14T14:53:39+00:00 aa58c380894dd384f6ce1efc62b3932136f2f477 Change-Id: I5335b0190a2f5a8111993c0c9c224c8a6a8f0cfb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88723 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I5335b0190a2f5a8111993c0c9c224c8a6a8f0cfb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88723
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxx 2019-09-30T08:03:30+00:00 Gabor Kelemen kelemen.gabor2@nisz.hu 2019-09-27T21:08:16+00:00 f0e0fb71fc6eefc65afdf1650100ffd4c64c18d0 Also checked xmloff/qa Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I843917d255f841066ace8d944aa1d00f1b718108 Reviewed-on: https://gerrit.libreoffice.org/79773 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Also checked xmloff/qa

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I843917d255f841066ace8d944aa1d00f1b718108
Reviewed-on: https://gerrit.libreoffice.org/79773
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Simplify containers iterations in xmloff/source/[c-d]* 2018-09-25T06:55:12+00:00 Arkadiy Illarionov qarkai@gmail.com 2018-09-19T05:25:34+00:00 daf44342ca82c5b0e79da88b7f9dbf28f6d43a8b Use range-based loop or replace with STL functions. Change-Id: I2af2d739d55a0bf480bb6e9d57b49dd16806af30 Reviewed-on: https://gerrit.libreoffice.org/60734 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Use range-based loop or replace with STL functions.

Change-Id: I2af2d739d55a0bf480bb6e9d57b49dd16806af30
Reviewed-on: https://gerrit.libreoffice.org/60734
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
loplugin:includeform: xmloff 2017-10-23T20:45:46+00:00 Stephan Bergmann sbergman@redhat.com 2017-10-23T20:27:32+00:00 3ff3a053712665402a05e1e2471807d65879b8d0 Change-Id: I9e55142a7904c426fce49f68f1790365ea490fab
Change-Id: I9e55142a7904c426fce49f68f1790365ea490fab
clean-up: unused using declarations and includes 2016-04-18T07:25:24+00:00 Jochen Nitschke j.nitschke+logerrit@ok.de 2016-04-17T17:20:37+00:00 150ac9cf05ed9da6a2af5bc3f820280fd853e519 Searched source for using declarations. Checked if those symbols reappear in the source file, even in comments or dead code but not in #include statements. If they don't reappear, remove the declaration. Remove includes whose symbol got removed. Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0 Reviewed-on: https://gerrit.libreoffice.org/24148 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Searched source for using declarations.
Checked if those symbols reappear in the source file,
even in comments or dead code but not in #include statements.
If they don't reappear, remove the declaration.
Remove includes whose symbol got removed.

Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0
Reviewed-on: https://gerrit.libreoffice.org/24148
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
drop UniReference in favour of rtl::Reference 2014-07-02T13:23:52+00:00 Noel Grandin noel@peralex.com 2014-06-30T07:53:06+00:00 4ff115b3e7ff9c73dcc98fc6e7109f499ea81cfe since they're doing the same thing. Change-Id: I76134b6b848db8628f315fe5bd9eb972a6bf0cb6
since they're doing the same thing.

Change-Id: I76134b6b848db8628f315fe5bd9eb972a6bf0cb6