# -*- 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_UnpackedTarball_UnpackedTarball,zlib)) $(eval $(call gb_UnpackedTarball_set_tarball,zlib,$(ZLIB_TARBALL))) $(eval $(call gb_UnpackedTarball_set_post_action,zlib,\ mkdir -p x64 && \ cp $(addsuffix .c,adler32 compress crc32 deflate inffast inflate inftrees trees zutil) x64 \ )) # vim: set noet sw=4 ts=4: 1a38ceb6866248ec30f6fe58cd3adc1b910eec'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/anchoreddrawobject.hxx
AgeCommit message (Expand)Author
2021-04-19sw: layout: if fly's anchor moves forward, move fly off SwPageFrameMichael Stahl
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-06make some classes module-privateNoel Grandin
2019-11-04loplugin:finalclasses in sw/incNoel Grandin
2019-08-24loplugin:returnconstval in swNoel Grandin
2019-08-12Fix typosAndrea Gelmini