summaryrefslogtreecommitdiff
path: root/officecfg/files.mk
blob: cd5843e2d8cc3482ad1a8a3f6cd6793e2506c62a (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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
#
# 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/.
#

officecfg_XCSFILES := \
    Inet \
    Interaction \
    LDAP \
    Office/Accelerators \
    Office/Addons \
    Office/BasicIDE \
    Office/Calc \
    Office/CalcAddIns \
    Office/Canvas \
    Office/Chart \
    Office/Commands \
    Office/Common \
    Office/Compatibility \
    Office/DataAccess \
    Office/DataAccess/Drivers \
    Office/Draw \
    Office/Embedding \
    Office/Events \
    Office/ExtendedColorScheme \
    Office/ExtensionDependencies \
    Office/ExtensionManager \
    Office/FormWizard \
    Office/Histories \
    Office/Impress \
    Office/Java \
    Office/Jobs \
    Office/Labels \
    Office/Linguistic \
    Office/Logging \
    Office/Math \
    Office/OptionsDialog \
    Office/Paths \
    Office/PresentationMinimizer \
    Office/PresenterScreen \
    Office/ProtocolHandler \
    Office/Recovery \
    Office/ReportDesign \
    Office/Scripting \
    Office/Security \
    Office/TableWizard \
    Office/TypeDetection \
    Office/UI \
    Office/UI/BaseWindowState \
    Office/UI/BasicIDECommands \
    Office/UI/BasicIDEWindowState \
    Office/UI/BibliographyCommands \
    Office/UI/BibliographyWindowState \
    Office/UI/CalcCommands \
    Office/UI/CalcWindowState \
    Office/UI/Category \
    Office/UI/ChartCommands \
    Office/UI/ChartWindowState \
    Office/UI/Commands \
    Office/UI/Controller \
    Office/UI/DbBrowserWindowState \
    Office/UI/DbQueryWindowState \
    Office/UI/DbRelationWindowState \
    Office/UI/DbReportWindowState \
    Office/UI/DbTableDataWindowState \
    Office/UI/DbTableWindowState \
    Office/UI/DbuCommands \
    Office/UI/DrawImpressCommands \
    Office/UI/DrawWindowState \
    Office/UI/Effects \
    Office/UI/Factories \
    Office/UI/GenericCategories \
    Office/UI/GenericCommands \
    Office/UI/GlobalSettings \
    Office/UI/ImpressWindowState \
    Office/UI/Infobar \
    Office/UI/MathCommands \
    Office/UI/MathWindowState \
    Office/UI/ReportCommands \
    Office/UI/Sidebar \
    Office/UI/StartModuleCommands \
    Office/UI/StartModuleWindowState \
    Office/UI/ToolbarMode \
    Office/UI/WindowContentFactories \
    Office/UI/WindowState \
    Office/UI/WriterCommands \
    Office/UI/WriterFormWindowState \
    Office/UI/WriterGlobalWindowState \
    Office/UI/WriterReportWindowState \
    Office/UI/WriterWebWindowState \
    Office/UI/WriterWindowState \
    Office/UI/XFormsWindowState \
    Office/Update \
    Office/Views \
    Office/Writer \
    Office/WriterWeb \
    Setup \
    System \
    TypeDetection/Filter \
    TypeDetection/GraphicFilter \
    TypeDetection/Misc \
    TypeDetection/Types \
    TypeDetection/UISort \
    UserProfile \
    VCL \
    ucb/Configuration \
    ucb/Hierarchy \
    ucb/Store \

d8d607dd3249a3496497d'>Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann 2014-10-08spelling: instanciated -> instantiatedNoel Grandin 2014-04-06Kill superfluous vertical whitespaceTor Lillqvist 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-18Use SolarMutexGuard directlyStephan Bergmann 2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann 2014-03-17Consolidate framework::{Read,Write}GuardStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky 2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky 2014-01-17fwk: Use constructor feature for JobDispatch.Matúš Kukan 2013-12-20typo fixesAndras Timar