# -*- 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_WinResTarget_WinResTarget,sweb/launcher)) $(eval $(call gb_WinResTarget_set_include,sweb/launcher,\ $$(INCLUDE) \ -I$(SRCDIR)/sysui/desktop \ )) $(eval $(call gb_WinResTarget_add_defs,sweb/launcher,\ -DRES_APP_ICON=icons/writer_app.ico \ )) $(eval $(call gb_WinResTarget_add_dependencies,sweb/launcher,\ sysui/desktop/icons/writer_app.ico \ )) $(eval $(call gb_WinResTarget_set_rcfile,sweb/launcher,desktop/win32/source/applauncher/launcher)) # vim: set ts=4 sw=4 et: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extras/source/autotext/lang/si
graphic stuff from svtools to vcl
AgeCommit message (Expand)Author
2022-12-07tdf#53023 - Remove last empty paragraph from auto textAndreas Heinisch
2022-12-07Revert "tdf#53023 - Remove last empty paragraph from auto text"Andreas Heinisch
2022-12-06tdf#53023 - Remove last empty paragraph from auto textAndreas Heinisch
2022-02-10simplify autotextshare makefile/only build what's packagedChristian Lohmaier
2021-09-06remove unnecessary settings.xml from autotextJustin Luth
2019-09-24Improve FN AutoText for siLaurent BP
2019-09-08tdf#81436 Add default Autotext to all l10nLaurent BP
Tomaž Vajngerl
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-09-18make sure the test is not executed before the libs have been builtMarkus Mohrhard
2016-07-27add uui component to some other placesCaolán McNamara
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-04-12lok context menu: unit testPranav Kant
2016-04-07CppunitTest_desktop_lib: avoid #include "../..." style includeMiklos Vajna
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-14CppunitTest_desktop_lib: add Writer comments textcaseMiklos Vajna
2015-10-22desktop: add lok::Document::paste() testcaseMiklos Vajna
2015-10-20lok::Document::saveAs: add Writer/Impress/Draw png mappingMiklos Vajna
2015-10-08CppunitTest_desktop_lib: add Calc find-all testcaseMiklos Vajna
2015-09-09LOK: moved the decalaration of LibLODocument_Impl to make it visibleMihai Varga