# -*- 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_Module_Module,onlineupdate)) ifneq ($(ENABLE_ONLINE_UPDATE_MAR),) $(eval $(call gb_Module_add_targets,onlineupdate,\ StaticLibrary_libmar \ StaticLibrary_libmarverify \ StaticLibrary_updatehelper \ $(if $(filter WNT,$(OS)),\ Executable_update_service \ WinResTarget_updater )\ Executable_test_updater_dialog \ Executable_mar \ Executable_updater \ Executable_mbsdiff \ CustomTarget_generated \ )) endif # vim: set noet sw=4 ts=4: eoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/bitmap/Octree.hxx
AgeCommit message (Expand)Author
2024-03-16reduce symbol visibility in vclNoel Grandin
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen
2022-01-17Avoid -Werror=dangling-pointer=Stephan Bergmann
2021-05-05sal_uLong->sal_Int32 in BitmapNoel Grandin
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2019-11-03make some classes module-privateNoel Grandin
2019-09-28loplugin:constmethod in vclNoel Grandin
2019-09-09use unique_ptr in OctreeNoel Grandin
2019-07-19loplugin:constantparamNoel Grandin
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2019-04-14Octree: more clean-up, avoid memset, prefix member varsTomaž Vajngerl
2019-04-14put Octree classes out of formatting blacklistTomaž Vajngerl
2019-04-14move octree to bitmap folder, and *octree headers to inc/bitmapTomaž Vajngerl