# -*- 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_Jar_Jar,smoketest)) $(eval $(call gb_Jar_add_sourcefiles,smoketest, \ smoketest/org/libreoffice/smoketest/Services \ smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment \ )) $(eval $(call gb_Jar_set_componentfile,smoketest,smoketest/org/libreoffice/smoketest/smoketest,OOO)) $(eval $(call gb_Jar_set_manifest,smoketest,$(SRCDIR)/smoketest/org/libreoffice/smoketest/manifest)) $(eval $(call gb_Jar_set_packageroot,smoketest,org)) $(eval $(call gb_Jar_use_jars,smoketest, \ libreoffice \ )) # vim: set noet sw=4 ts=4: -4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/ndole.hxx
AgeCommit message (Expand)Author
2024-05-13Revert "reduce symbol visibility in sw"Thorsten Behrens
2024-03-13reduce symbol visibility in swNoel Grandin
2024-01-28Set chart outliner background to the page bg to resolve 'auto' colorCaolán McNamara
2023-04-14add a route to get writer Floating Frame links under 'manage links'Caolán McNamara
2022-10-25tdf#149189 detect and handle graphic change on Sw OLEArmin Le Grand (allotropia)
2022-08-13pass SwNode instead of SwNodeIndex to SwNode constructorsNoel Grandin
2022-08-04clang-tidy modernize-pass-by-value in swNoel Grandin
2021-11-25sw: allow viewing OLE objects in protected sectionsMiklos Vajna
2021-02-05cid#1472781 silence Uncaught exceptionCaolán McNamara
2021-01-09~SwModify: do not silently tolerate clients registered past deathBjoern Michaelsen
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara
2019-12-05make some classes module privateNoel Grandin
2019-11-27crashtesting: export of fdo50613-3.odt to docx crashesCaolán McNamara