# -*- 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_Executable_Executable,gbuildtojson)) $(eval $(call gb_Executable_add_exception_objects,gbuildtojson,\ solenv/gbuildtojson/gbuildtojson \ )) # vim:set noet sw=4 ts=4: title='lo/core' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sax/source/fastparser/fastparser.cxx
AgeCommit message (Expand)Author
2021-02-09ofz#26944Noel Grandin
2019-11-20tdf#128820: use wps namespace for simple text shapesMike Kaganski
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen
2019-09-14shave 10% off load time of large docx fileNoel Grandin
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov