# -*- 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_CustomTarget_CustomTarget,i18npool/textconversion)) $(call gb_CustomTarget_get_target,i18npool/textconversion) : \ $(patsubst %.dic,$(gb_CustomTarget_workdir)/i18npool/textconversion/%.cxx,$(notdir \ $(wildcard $(SRCDIR)/i18npool/source/textconversion/data/*.dic))) $(gb_CustomTarget_workdir)/i18npool/textconversion/%.cxx : \ $(SRCDIR)/i18npool/source/textconversion/data/%.dic \ $(call gb_Executable_get_runtime_dependencies,genconv_dict) \ | $(gb_CustomTarget_workdir)/i18npool/textconversion/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CDC,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),CDC) $(call gb_Helper_abbreviate_dirs, \ $(call gb_Helper_execute,genconv_dict) $* $< $@ ) $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),CDC) # vim: set noet sw=4 ts=4: lue='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)Author
2023-07-01cid#1533667 silence Uninitialized scalar variableCaolán McNamara
2023-06-27add an --enable-cairo-rgba to set the order of pixels for internal cairoCaolán McNamara
2023-06-09notify async password changeJaume Pujantell
2023-06-05Missing include (for std::find_if)Stephan Bergmann
2023-06-05lok: callback to send the updated theme palette when theme changesTomaž Vajngerl
2023-06-02lok: accessibility event listener for focused paragraphMarco Cecchetti
2023-04-01Add LoKit callback for application color changeParis Oplopoios
2023-03-11tilebench: allow save after rendering, and better load fail diagnostic.Michael Meeks
2023-03-10sw lok: notify clients about view option changesParis Oplopoios
2023-01-09Missing includeStephan Bergmann
2022-12-20Async PDFExport dialog and parent methodsNickWingate
2022-11-30libreofficekit: add a way to invoke getCommandValues()Miklos Vajna
2022-11-15gtktiledviewer: Don't call updateClientZoom until zoom is initializedMike Kaganski
2022-10-28lok: You can't assume that destroyView would only destroy one viewMike Kaganski
2022-10-26gtktiledviewer: don't crash on sidebar creationMike Kaganski
2022-10-26Enable gtktiledviewer on WindowsMike Kaganski
2022-10-26lok: support embedded mediaAshod Nakashian
2022-10-25Consistently set document view also for zoom eventMike Kaganski
2022-10-24_MSC_VER is more appropriate to guard MSVC-specific #pragmaMike Kaganski
2022-10-24Avoid "deprecated" warning on Windows, tooMike Kaganski
2022-10-22g_get_real_name is a proper match for passwd::pw_gecosMike Kaganski
2022-10-22Use g_get_user_name instead of access through getpwuidMike Kaganski
2022-10-21Missing dependencyMike Kaganski
2022-10-21documentLoadWithOptions takes URLsMike Kaganski
2022-10-20sw content controls, alias: add LOK APIMiklos Vajna
2022-09-07apply ui-rulesCaolán McNamara
2022-09-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroRadhey Parekh
2022-08-25Tell LibreOfficeKit clients what fonts in a document are missing on the machineTor Lillqvist
2022-06-23clang-tidy modernize-pass-by-value in libreofficekitNoel Grandin
2022-06-01sw content controls, date: add LOK APIMiklos Vajna
2022-05-23sw content controls, picture: add LOK APIMiklos Vajna
2022-05-21lok-calc: new callback for print rangesDennis Francis
2022-05-13sw content controls, dropdown: add LOK APIMiklos Vajna
2022-04-22sw content controls: add LOK APIMiklos Vajna