# -*- 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,sp2bv)) $(eval $(call gb_Executable_use_api,sp2bv,\ udkapi \ )) $(eval $(call gb_Executable_use_libraries,sp2bv,\ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Executable_add_exception_objects,sp2bv,\ cpputools/source/sp2bv/sp2bv \ )) # vim:set noet sw=4 ts=4:
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/sdi
a href='/cgit/lo/core/commit/writerperfect/inc?h=co-6.0-38&id=bff4c13475957863bfa7da5bc3bcf82a64a7503a'>Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code
AgeCommit message (Expand)Author
2019-10-11lok: Disable autocorrect dialog from native context menu.Michael Meeks
2019-09-23Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth
2019-06-08Auto redaction dialog first iterationMuhammet Kara
2019-05-23sw: add IgnoreComments parameter to .uno:PasteMiklos Vajna
2019-05-17Resolves: tdf#69042 - Add a "What's New" infobarheiko tietze
2019-02-23Add style options to redaction exportMuhammet Kara
2019-01-31Support bitmap PDF export for RedactionMuhammet Kara
2019-01-03Redaction: First stepsMuhammet Kara
2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze
Stephan Bergmann
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-10-06astyleDavid Tardon
2015-09-17convert Link<> to typedNoel Grandin
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin