# -*- 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,jvmaccess)) ifeq ($(ENABLE_JAVA),TRUE) $(eval $(call gb_Module_add_targets,jvmaccess,\ )) $(eval $(call gb_Module_add_targets,jvmaccess,\ Library_jvmaccess \ )) endif # vim:set noet sw=4 ts=4: /lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/lotuswordpro/qa
AgeCommit message (Expand)Author
2020-06-08tdf#42949 Fix IWYU warnings in lotuswordpro/*/*cxxGabor Kelemen
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl
2020-02-10use color instead of intXisco Fauli
2020-02-08ofz#20504 Indirect-leakCaolán McNamara
2020-02-07ofz#20517 null-dereferenceCaolán McNamara
2020-02-07test: move component context from subclasses to BootstrapFixtureMiklos Vajna
2020-02-05LWP: add unittest for char/para propertiesXisco Fauli
2020-02-04tdf#129993: Add unittestXisco Fauli
2020-02-04ofz#20507 infinite table conversionCaolán McNamara
2020-01-29Revert "ofz#20267 Indirect-leak"Caolán McNamara
2020-01-28ofz#20267 Indirect-leakCaolán McNamara
2020-01-20Resolves: tdf#130093 some lwp file not loadingCaolán McNamara
2018-04-30ofz#8095 avoid recurse to deathCaolán McNamara
2018-03-25ofz#7109 infinite regressCaolán McNamara
2018-03-21ofz#7043 already registeredCaolán McNamara
2018-02-12ofz#6208 Indirect-leakCaolán McNamara
2017-03-14ofz#866 crash in LwpFormulaInfo::ReadArgumentsCaolán McNamara
2017-03-02avoid recursive register styleCaolán McNamara
2016-05-09fftester: subtable is a subtable of itselfCaolán McNamara
2016-05-08fftester: fail on double parse of the same tableCaolán McNamara
2016-05-05fftester: double use of XFTable, ref this upCaolán McNamara
2016-04-09pCont can be nullCaolán McNamara
2016-04-08foundry may be nullCaolán McNamara
2016-04-04currentlayout may be nullCaolán McNamara
2016-04-04hold bullet para by referenceCaolán McNamara
2016-04-03subtable corruption is possibleCaolán McNamara
2016-03-15recurse protection for XFConvertCaolán McNamara
2016-03-11tweat ExtMargins with same recurse protection as MarginsCaolán McNamara
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann
2016-03-08avoid infinite regress in busted documentsCaolán McNamara
2016-03-07lwp: fix infinite recurseCaolán McNamara
2016-03-07improve defaultparams lopluginNoel Grandin
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin