summaryrefslogtreecommitdiff
path: root/Package_html_dynamic.mk
blob: 98874fcf47c83ef1c0f7529d97a8ede42f06b1bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
#
# 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_Package_Package,helpcontent2_html_dynamic,$(gb_CustomTarget_workdir)/helpcontent2/help3xsl))

$(eval $(call gb_Package_use_customtarget,helpcontent2_html_dynamic,helpcontent2/help3xsl))

$(eval $(call gb_Package_add_files,helpcontent2_html_dynamic,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION)), \
    hid2file.js \
    languages.js \
    default.css \
    help2.js \
    $(if $(HELP_ONLINE),tdf_matomo.js) \
))

# vim: set noet sw=4 ts=4:
e/pivotcharts'>feature/pivotcharts LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessiblePreviewTable.cxx
AgeCommit message (Expand)Author
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-02-21tdf#42949 Fix IWYU warnings in sc/source/ui/[a-c]*Gabor Kelemen
2019-02-09loplugin:indentation in scNoel Grandin
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-06-28loplugin:useuniqueptr in ScAccessiblePreviewTableNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-03TypedWhichId in scNoel Grandin
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-26loplugin:oncevar in scNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-02untranslated strings are just stringsCaolán McNamara