# -*- 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_Library_Library,invocadapt)) $(eval $(call gb_Library_use_external,invocadapt,boost_headers)) $(eval $(call gb_Library_use_udk_api,invocadapt)) $(eval $(call gb_Library_use_libraries,invocadapt,\ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,invocadapt,stoc/source/invocation_adapterfactory/invocadapt)) $(eval $(call gb_Library_add_exception_objects,invocadapt,\ stoc/source/invocation_adapterfactory/iafactory \ )) # vim:set noet sw=4 ts=4: -2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/swg
AgeCommit message (Expand)Author
2024-11-27disable autotext atevent.xml in kit modeCaolán McNamara
2024-11-12It's not really an error to not have atevent.xml in an autotextCaolán McNamara
2024-11-12sw: use SAL_RET_MAYBENULL in GetDocShell()Xisco Fauli
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-11-07loplugin:passstuffbyref in swNoel Grandin
2024-09-12Optimize TokenMap and AttributeList in oox and xoMike Kaganski
2024-08-14use less exception throwing for flow controlNoel Grandin
2024-06-13loplugin:ostr in sw/../coreNoel Grandin
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2024-01-11tdf#156769 - Escape the question mark in the storage nameAndreas Heinisch
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: swStephan Bergmann
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin
2023-02-21tdf#153728 Can't assign macro to autotextNoel Grandin
2022-12-31Related: tdf#150687 add info to warning as to what is not foundCaolán McNamara
2022-11-28Resolves: tdf#147203 allow dnd between autotext categoriesCaolán McNamara