# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Matúš Kukan # Portions created by the Initial Developer are Copyright (C) 2011 the # Initial Developer. All Rights Reserved. # # Major Contributor(s): # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Module_Module,scripting)) ifneq ($(DISABLE_SCRIPTING),TRUE) $(eval $(call gb_Module_add_targets,scripting,\ $(if $(SOLAR_JAVA),\ Jar_HelloWorld \ Jar_Highlight \ Jar_MemoryUsage \ Jar_ScriptFramework \ $(if $(filter $(ENABLE_SCRIPTING_BEANSHELL),YES),\ Jar_ScriptProviderForBeanShell \ Rdb_scriptproviderforbeanshell \ ) \ Jar_ScriptProviderForJava \ $(if $(filter $(ENABLE_SCRIPTING_JAVASCRIPT),YES),\ Jar_ScriptProviderForJavaScript \ Rdb_scriptproviderforjavascript \ ) \ Zip_ScriptsJava \ ) \ $(if $(filter $(ENABLE_SCRIPTING_PYTHON),YES),\ Package_scriptproviderforpython \ ) \ Library_basprov \ Library_dlgprov \ Library_protocolhandler \ Library_scriptframe \ Library_stringresource \ Library_vbaevents \ Pyuno_mailmerge \ Zip_scriptbindinglib \ Zip_ScriptsBeanShell \ Zip_ScriptsJavaScript \ Zip_ScriptsPython \ )) endif # vim: set noet sw=4 ts=4: /collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfoundry.cxx
AgeCommit message (Expand)Author
2023-03-06no need to allocate these separatelyNoel Grandin
2020-11-24FindActuralStyleName->FindActualStyleNameNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-06-12drop misleading commentDavid Tardon
2020-06-08tdf#42949 Fix IWYU warnings in lotuswordpro/*/*cxxGabor Kelemen
2020-04-06tdf#42949 Fix IWYU warnings in lotuswordpro/inc/*Gabor Kelemen
2020-01-29tdf#129993 broken tables opening LWP fileNoel Grandin
2018-06-25Fix typosAndrea Gelmini
2018-04-03loplugin:useuniqueptr in XFStyleContainerNoel Grandin
2017-10-23loplugin:includeform: lotuswordproStephan Bergmann
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-02-28fix leakCaolán McNamara
2016-11-18includes should be at the top of the fileNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in lotuswordproNoel Grandin
2015-12-12check all obj().get() casts with dynamic_castCaolán McNamara
2015-12-10need dynamic casts here, etc.Caolán McNamara
2015-12-09guard against infinite recursion on registering stylesCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-17remove pointless comments in lotuswordproNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14coverity#738972 Use after freeCaolán McNamara
2014-10-31Removed duplicated includesAndrea Gelmini
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann
2014-03-17lotuswordpro: prefer passing OUString by referenceNoel Grandin
2014-02-26Remove visual noise from lotuswordproAlexander Wilms