# -*- 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,lotuswordpro)) ifeq ($(ENABLE_LWP),TRUE) $(eval $(call gb_Module_add_targets,lotuswordpro,\ Library_lwpft \ )) $(eval $(call gb_Module_add_check_targets,lotuswordpro,\ CppunitTest_lotuswordpro_test_lotuswordpro \ )) endif # vim: set noet sw=4 ts=4: t'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptblcell.cxx
AgeCommit message (Expand)Author
2020-11-19tdf#123936 Formatting files in module lotuswordpro with clang-formatPhilipp Hofer
2020-06-08tdf#42949 Fix IWYU warnings in lotuswordpro/*/*cxxGabor Kelemen
2020-04-21tdf#42949 Fix IWYU warnings in lotuswordpro/source/filter/*hxxGabor Kelemen
2018-01-12More loplugin:cstylecast: lotuswordproStephan Bergmann
2017-10-23loplugin:includeform: lotuswordproStephan Bergmann
2017-08-01loplugin:constparams in lotuswordproNoel Grandin
2017-01-11new loplugin: useuniqueptr: lotuswordproNoel Grandin
2016-10-19loplugin:expandablemethodds in lotuswordpro..packageNoel Grandin
2015-12-12check all obj().get() casts with dynamic_castCaolán McNamara
2015-07-17remove pointless comments in lotuswordproNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann
2014-03-02coverity#738753: Unitialized scalar fieldNorbert Thiebaud
2014-03-02coverity#738754: Unitialized scalar fieldNorbert Thiebaud
2014-03-02coverity#738755: Unitialized scalar fieldNorbert Thiebaud
2014-03-02coverity#738756: Unitialized scalar fieldNorbert Thiebaud
2014-02-26Remove visual noise from lotuswordproAlexander Wilms
2013-03-19reduce whitespaces between include and filenameThomas Arnhold