# -*- 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_Executable_Executable,langsupport)) $(eval $(call gb_Executable_set_targettype_gui,langsupport,YES)) $(eval $(call gb_Executable_set_include,langsupport,\ $$(INCLUDE) \ -I$(SRCDIR)/svtools/inc \ -I$(SRCDIR)/svtools/source/inc \ )) $(eval $(call gb_Executable_use_external,langsupport,boost_headers)) $(eval $(call gb_Executable_use_sdk_api,langsupport)) $(eval $(call gb_Executable_use_libraries,langsupport,\ comphelper \ cppu \ cppuhelper \ i18nlangtag \ sal \ svt \ tl \ ucbhelper \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_exception_objects,langsupport,\ svtools/langsupport/langsupport \ )) # vim: set noet sw=4 ts=4: stro/allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/PageSizePopup.hxx
AgeCommit message (Expand)Author
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer
2020-01-16rename a createPopupWindow so we can remove 'using createPopupWindow'Caolán McNamara
2020-01-14weld PageSizePopupCaolán McNamara
2020-01-14rework PageSizePopup to be a PopupWindowControllerCaolán McNamara
2019-11-04loplugin:finalclasses in sw/incNoel Grandin
2019-11-03make some classes module-privateNoel Grandin
2018-01-24Fix some IWYU warningsMiklos Vajna
2017-10-23loplugin:includeform: swStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-12Page size popup converted to use outside sidebarSzymon Kłos