# -*- 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_Library_Library,forui)) $(eval $(call gb_Library_set_include,forui,\ $$(INCLUDE) \ -I$(SRCDIR)/formula/inc \ )) $(eval $(call gb_Library_add_defs,forui,\ -DFORMULA_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_external,forui,boost_headers)) $(eval $(call gb_Library_use_sdk_api,forui)) $(eval $(call gb_Library_use_libraries,forui,\ comphelper \ cppu \ cppuhelper \ for \ sal \ sfx \ svl \ svt \ tl \ utl \ vcl \ i18nlangtag \ )) $(eval $(call gb_Library_add_exception_objects,forui,\ formula/source/ui/dlg/formula \ formula/source/ui/dlg/FormulaHelper \ formula/source/ui/dlg/funcpage \ formula/source/ui/dlg/funcutl \ formula/source/ui/dlg/parawin \ formula/source/ui/dlg/structpg \ )) # vim: set noet sw=4 ts=4: ge-Id: I7b2680898dbfc49185fb949349d81f4ac615a470 Reviewed-on: https://gerrit.libreoffice.org/38593 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I7b2680898dbfc49185fb949349d81f4ac615a470
Reviewed-on: https://gerrit.libreoffice.org/38593
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
clang-tidy: readability-else-after-return 2017-04-12T08:11:34+00:00 Noel Grandin noel.grandin@collabora.co.uk 2017-04-06T08:47:24+00:00 992a33313046f4a4d322db9464c474e7429a019a run it against sal,cppu,cppuhelper I had to run this multiple times to catch all the cases in each module, and it requires some hand-tweaking of the resulting output - clang-tidy is not very good about cleaning up trailing spaces, and aligning things nicely. Change-Id: I00336345f5f036e12422b98d66526509380c497a Reviewed-on: https://gerrit.libreoffice.org/36194 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
run it against sal,cppu,cppuhelper

I had to run this multiple times to catch all the cases in each module,
and it requires some hand-tweaking of the resulting output - clang-tidy
is not very good about cleaning up trailing spaces, and aligning
things nicely.

Change-Id: I00336345f5f036e12422b98d66526509380c497a
Reviewed-on: https://gerrit.libreoffice.org/36194
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Unwind occurrences of deprecated sal_sChar, sal_uChar 2013-11-27T11:52:32+00:00 Stephan Bergmann sbergman@redhat.com 2013-11-27T11:52:17+00:00 a39d07e13495cd06df7169b7778c8d07018794c5 Change-Id: I76be464200d486efef9c8a7e957c310c9adae3b8
Change-Id: I76be464200d486efef9c8a7e957c310c9adae3b8