# # 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_CustomTarget_CustomTarget,vcl/workben)) fuzzer_PYTHONCOMMAND := $(call gb_ExternalExecutable_get_command,python) fuzzer_Native_cxx=$(call gb_CustomTarget_get_workdir,vcl/workben)/native-calc.cxx $(fuzzer_Native_cxx): $(SRCDIR)/solenv/bin/native-code.py | $(call gb_CustomTarget_get_workdir,vcl/workben)/.dir $(call gb_Helper_abbreviate_dirs, $(fuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -g core -g calc) > $@ # vim: set noet sw=4 ts=4: 'aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
AgeCommit message (Expand)Author
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-24Introduce OStringCharStephan Bergmann
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-09-27tdf#42949 Fix IWYU warnings in xmlhelp/Gabor Kelemen
2019-07-18cid#704106 Unchecked return valueCaolán McNamara
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-02-21loplugin:unusedfields in xmlhelp,xmlsecurityNoel Grandin
2018-10-10Set up our own libxslt security context in xmlhelp, as per #i117643.Damjan Jovanovic
2018-09-08loplugin:useuniqueptr in xmlhelpNoel Grandin
2018-07-31Fix typosAndrea Gelmini
2018-07-11clean up UNO available() implementationsNoel Grandin
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-04loplugin:unusedfieldsNoel Grandin
2017-12-29loplugin:passstuffbyref improved return in xmlhelp,slideshowNoel Grandin
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-02loplugin:casttovoid: xmlhelpStephan Bergmann
2017-06-16loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin
2017-06-01use OStringBuffer instead of manual buffer managementNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin
2017-01-09New loplugin:externvar: xmlhelpStephan Bergmann
2016-10-24loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin
2016-09-19Replace local ASCII function with rtl/character.hxxArnaud Versini
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-05-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin
2016-03-08new loplugin:constantparamNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-25com::sun::star->css in xmlhelpNoel Grandin
2015-11-24loplugin:unusedfields in xmlhelp/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27xmlhelp: apparently "picture.jar" hasn't existed for a long timeMichael Stahl
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann