summaryrefslogtreecommitdiff
path: root/i18npool/CustomTarget_textconversion.mk
blob: 7bd13171035f88cd671a2b0e6afb50d49b75e092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*- 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:
n Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann 2015-04-18cui: convert new to ::Create.Michael Meeks 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in cuiNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-09-12cui: sal_Bool -> boolStephan Bergmann 2014-06-24RID_SVXDLG_NEWHYPERLINK conversion to .uiSzymon Kłos 2014-04-16cui: sal_Bool->boolNoel Grandin 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2013-11-18missing resourceCaolán McNamara 2013-10-28fixincludeguards.sh: cuiThomas Arnhold 2013-10-16remove SID_INTERNET_ONLINEThomas Arnhold 2013-10-01convert CUI module from String to OUStringNoel Grandin 2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara 2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara 2013-07-31InsertTarget UniString->OUStringCaolán McNamara 2012-10-04re-base on ALv2 code. Includes:Michael Meeks 2012-08-12Modifiying some comments to follow the Doxygen standardsFaisal M. Al-Otaibi 2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann 2011-06-17small improvement of Insert -> Hyperlink -> Internet dialogAndras Timar 2011-06-16remove Telnet option from Insert Hyperlink dialogAndras Timar 2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud 2011-02-15accfixes: merged to m100Malte Timmermann [mt] 2011-01-20accfixes: added more accessibility information and fixed tab orders in multip...Malte Timmermann [mt] 2011-01-14removetooltypes01: #i112600# remove tooltypes from cuiMikhail Voytenko 2010-10-28add modelines to .hxx files as wellCaolán McNamara 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2009-10-31#i106421#: move svx/source/cui to cuiMathias Bauer