# -*- 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,lockfile)) $(eval $(call gb_Executable_set_include,lockfile, \ -I$(SRCDIR)/solenv/lockfile \ -I$(BUILDDIR)/solenv/lockfile \ )) $(eval $(call gb_Executable_add_cobjects,lockfile, \ solenv/lockfile/dotlockfile \ solenv/lockfile/lockfile \ , $(gb_COMPILEROPTFLAGS) \ )) # vim: set noet sw=4 ts=4: d26cea958e554678154bedf379'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Expand)Author
2022-06-17Drop a bogus slashMike Kaganski
2022-06-17Drop wrong '@returns' documentationMike Kaganski
2022-06-17Change '@returns' into '@param'Mike Kaganski
2022-06-17Drop useless '@returns `VOID`'Mike Kaganski
2022-06-16Next release is 7.5Samuel Mehrbrodt
2022-06-16tdf#128150 Add OOXML import/export for "use background fill"Samuel Mehrbrodt
2022-06-16Fix typoAndrea Gelmini
2022-06-16Fix typoAndrea Gelmini
2022-06-16Fix typoAndrea Gelmini
2022-06-16Fix typoAndrea Gelmini
2022-06-16Fix typoAndrea Gelmini
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann
2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh
2022-05-30offapi: fix util::XCacheInfo header/footerMiklos Vajna
2022-05-30framework: fix crash on Writer startup when using --enable-ext-wiki-publisherMiklos Vajna
2022-05-26tdf#149324 sw offapi xmloff: add option to not hyphenate short wordsLászló Németh
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh
2022-05-03tdf#99708 Save formula bar height to documentSamuel Mehrbrodt
2022-04-26Extend UNO API for custom jump listsSamuel Mehrbrodt
2022-04-19Extend insertDocumentFromURL documentationSamuel Mehrbrodt
2022-04-15warning: found </li> tag without matching <li>Caolán McNamara
2022-04-14warning: explicit link request to 'ItemState' could not be resolvedCaolán McNamara