summaryrefslogtreecommitdiff
path: root/xmloff/CustomTarget_generated.mk
blob: e0949f80853b4b579875c3f58cd2f72cf76d7ff0 (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,xmloff/generated))

#Generates a hashtable for the odf-tags
xmloff_SRC := $(SRCDIR)/xmloff/source/token
xmloff_MISC := $(gb_CustomTarget_workdir)/xmloff/generated/misc
xmloff_INC := $(gb_CustomTarget_workdir)/xmloff/generated
xmloff_GENHEADERPATH := $(xmloff_INC)/xmloff/token

$(eval $(call gb_CustomTarget_token_hash,xmloff/generated,tokenhash.inc,tokenhash.gperf))
$(eval $(call gb_CustomTarget_generate_tokens,xmloff/generated,xmloff,xmloff/source/token,tokens,token,tokenhash.gperf))

$(call gb_CustomTarget_get_target,xmloff/generated) : \
	$(xmloff_INC)/tokenhash.inc \
	$(xmloff_INC)/tokennames.inc \
	$(xmloff_GENHEADERPATH)/tokens.hxx \

# vim: set noet sw=4 ts=4:
:16:30 +0100'>2022-11-08Update handling of AntiAliasing settings and processor2dArmin Le Grand (allotropia) 2022-06-15clang-tidy modernize-pass-by-value in drawinglayerNoel Grandin 2022-01-14Recheck modules d* with IWYUGabor Kelemen 2021-11-09rtl::Static to thread-safe staticNoel Grandin 2021-10-29Prepare for removal of non-const operator[] from Sequence in drawinglayerMike Kaganski 2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin 2021-08-20-Werror,-Wunused-private-fieldStephan Bergmann 2021-08-20loplugin:unusedmethodsNoel Grandin 2021-08-20loplugin:unusedfieldsNoel Grandin 2021-07-31drawinglayer: extract Prop. Value conversion from ViewInformation2DTomaž Vajngerl 2021-07-31drawinglayer: remove extendedInformation from ViewInformation2DTomaž Vajngerl 2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann 2020-04-19loplugin:flatten in drawinglayerNoel Grandin 2020-03-07clean-up namespaces viewinformation2d.{cxx,hxx}Tomaž Vajngerl 2020-03-07remove viewinformation2d.{cxx,hxx} from clang-format blacklistTomaž Vajngerl 2020-03-07convert static functions for property names to constexpr consts.Tomaž Vajngerl 2020-01-31new loplugin:namespaceindentationNoel Grandin 2020-01-20clang-tidy modernize-concat-nested-namespace in drawinglayerNoel Grandin 2019-11-22tdf#42949 Fix IWYU warnings in drawinglayer/Gabor Kelemen 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): drawinglayerStephan Bergmann 2019-03-20tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen 2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen 2018-01-29clang-tidy modernize-use-equals-default in drawinglayerJochen Nitschke 2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist 2017-03-25Fix typosAndrea Gelmini 2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist 2016-08-25cid#1371276 Missing move assignment operatorNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-02-05Fix typosAndrea Gelmini 2015-09-12drawinglayer: com::sun::star->cssNoel Grandin 2015-04-27More loplugin:simplifyboolStephan Bergmann 2014-11-05fdo#38835 strip out OUString globalsNoel Grandin 2014-04-07drawinglayer: sal_Bool->boolNoel Grandin 2014-02-27Remove visual noise from drawinglayerAlexander Wilms 2013-10-02-Werror,-Wunused-variableStephan Bergmann 2013-09-05clean up after my cow wrapper changesThomas Arnhold