summaryrefslogtreecommitdiff
path: root/AllLangHelp_schart.mk
blob: dcf29846b28dd3b3dd7130ad498f04931a373e1a (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# -*- 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_AllLangHelp_AllLangHelp,schart))

$(eval $(call gb_AllLangHelp_set_treefile,schart,helpcontent2/source/auxiliary/schart))

$(eval $(call gb_AllLangHelp_use_linked_modules,schart,\
	shared \
))

$(eval $(call gb_AllLangHelp_add_helpfiles,schart,\
    helpcontent2/source/text/schart/00/00000004 \
    helpcontent2/source/text/schart/01/03010000 \
    helpcontent2/source/text/schart/01/04010000 \
    helpcontent2/source/text/schart/01/04020000 \
    helpcontent2/source/text/schart/01/04030000 \
    helpcontent2/source/text/schart/01/04040000 \
    helpcontent2/source/text/schart/01/04050000 \
    helpcontent2/source/text/schart/01/04050100 \
    helpcontent2/source/text/schart/01/04060000 \
    helpcontent2/source/text/schart/01/04070000 \
    helpcontent2/source/text/schart/01/05010000 \
    helpcontent2/source/text/schart/01/05010100 \
    helpcontent2/source/text/schart/01/05010200 \
    helpcontent2/source/text/schart/01/05020000 \
    helpcontent2/source/text/schart/01/05020100 \
    helpcontent2/source/text/schart/01/05020101 \
    helpcontent2/source/text/schart/01/05020200 \
    helpcontent2/source/text/schart/01/05020201 \
    helpcontent2/source/text/schart/01/05030000 \
    helpcontent2/source/text/schart/01/05040000 \
    helpcontent2/source/text/schart/01/05040100 \
    helpcontent2/source/text/schart/01/05040200 \
    helpcontent2/source/text/schart/01/05040201 \
    helpcontent2/source/text/schart/01/05040202 \
    helpcontent2/source/text/schart/01/05050000 \
    helpcontent2/source/text/schart/01/05050100 \
    helpcontent2/source/text/schart/01/05060000 \
    helpcontent2/source/text/schart/01/05070000 \
    helpcontent2/source/text/schart/01/05080000 \
    helpcontent2/source/text/schart/01/05120000 \
    helpcontent2/source/text/schart/01/choose_chart_type \
    helpcontent2/source/text/schart/01/smooth_line_properties \
    helpcontent2/source/text/schart/01/stepped_line_properties \
    helpcontent2/source/text/schart/01/three_d_view \
    helpcontent2/source/text/schart/01/type_area \
    helpcontent2/source/text/schart/01/type_bubble \
    helpcontent2/source/text/schart/01/type_column_bar \
    helpcontent2/source/text/schart/01/type_column_line \
    helpcontent2/source/text/schart/01/type_line \
    helpcontent2/source/text/schart/01/type_net \
    helpcontent2/source/text/schart/01/type_pie \
    helpcontent2/source/text/schart/01/type_stock \
    helpcontent2/source/text/schart/01/type_xy \
    helpcontent2/source/text/schart/01/wiz_chart_elements \
    helpcontent2/source/text/schart/01/wiz_chart_type \
    helpcontent2/source/text/schart/01/wiz_data_range \
    helpcontent2/source/text/schart/01/wiz_data_series \
    helpcontent2/source/text/schart/02/01190000 \
    helpcontent2/source/text/schart/02/01200000 \
    helpcontent2/source/text/schart/02/01210000 \
    helpcontent2/source/text/schart/02/01220000 \
    helpcontent2/source/text/schart/02/02020000 \
    helpcontent2/source/text/schart/04/01020000 \
    helpcontent2/source/text/schart/main0000 \
    helpcontent2/source/text/schart/main0202 \
    helpcontent2/source/text/schart/main0503 \
))

# vim: set noet sw=4 ts=4:
ion value='libreoffice-24-8'>libreoffice-24-8 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/x11
AgeCommit message (Expand)Author
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-21Assume that all modern X servers have a unified display areaNoel Grandin
2023-01-12merge duplicate CairoTextRender implsCaolán McNamara
2023-01-11drop newly unused codeCaolán McNamara
2022-11-29New loplugin:crosscastStephan Bergmann
2022-04-10tdf#143148 Use pragma once instead of include guards in xlimits.hxx fileBehrad Khorram
2021-06-28loplugin:finalclasses in vclNoel Grandin
2020-12-14loplugin:unusedmethodsNoel
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer
2020-09-30make OutputDevice::Flush() also flush SkiaLuboš Luňák
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2019-11-27loplugin:finalclasses in vclNoel Grandin
2019-11-27move opengl vcl files to opengl/Luboš Luňák
2019-11-15make some classes module-privateNoel Grandin
2019-11-03find symbols that can be privateNoel Grandin
2019-10-04loplugin:unusedmethodsNoel Grandin
2019-10-03loplugin:unusedmethodsNoel Grandin
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2018-10-06Add GlyphCache instance to GenericUnixSalDataJan-Marek Glogowski
2018-01-24loplugin:unused-returns in vclNoel Grandin
2017-11-11Replace list by vector for ShowNativeDialog (vcl)Julien Nabet
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-08-08loplugin:constantparamNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-04tdf#97228 Moved class ControlCacheKey in a seperate include file.Huzaifa Iftikhar
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-02-15rename X11WindowProvider to a NativeWindowHandle providerCaolán McNamara
2016-01-11vcl: move vcl/generic/app/ files to vcl/unx/generic/appChris Sherlock