summaryrefslogtreecommitdiff
path: root/registry/util/reg.map
blob: 7b9a3f502626352b136a94f52a8fcf99a4201f10 (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
#
# 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
UDK_3_0_0 {
    global:
        initRegistry_Api;
        initRegistryTypeWriter_Api;
        initRegistryTypeReader_Api;
        reg_createKey;
        reg_openKey;
        reg_openSubKeys;
        reg_closeSubKeys;
        reg_deleteKey;
        reg_closeKey;
        reg_getKeyName;
        reg_setValue;
        reg_setLongListValue;
        reg_setStringListValue;
        reg_setUnicodeListValue;
        reg_getValueInfo;
        reg_getValue;
        reg_getLongListValue;
        reg_getStringListValue;
        reg_getUnicodeListValue;
        reg_freeValueList;
        reg_getKeyType;
        reg_getResolvedKeyName;
        reg_loadKey;
        reg_saveKey;
        reg_mergeKey;
        reg_createRegistry;
        reg_openRootKey;
        reg_getName;
        reg_isReadOnly;
        reg_openRegistry;
        reg_closeRegistry;
        reg_destroyRegistry;
        reg_dumpRegistry;
    local:
        *;
};

UDK_3.1 {
    global:
        typereg_reader_create;
        typereg_reader_acquire;
        typereg_reader_release;
        typereg_reader_getVersion;
        typereg_reader_getDocumentation;
        typereg_reader_getFileName;
        typereg_reader_getTypeClass;
        typereg_reader_isPublished;
        typereg_reader_getTypeName;
        typereg_reader_getSuperTypeCount;
        typereg_reader_getSuperTypeName;
        typereg_reader_getFieldCount;
        typereg_reader_getFieldDocumentation;
        typereg_reader_getFieldFileName;
        typereg_reader_getFieldFlags;
        typereg_reader_getFieldName;
        typereg_reader_getFieldTypeName;
        typereg_reader_getFieldValue;
        typereg_reader_getMethodCount;
        typereg_reader_getMethodDocumentation;
        typereg_reader_getMethodFlags;
        typereg_reader_getMethodName;
        typereg_reader_getMethodReturnTypeName;
        typereg_reader_getMethodParameterCount;
        typereg_reader_getMethodParameterFlags;
        typereg_reader_getMethodParameterName;
        typereg_reader_getMethodParameterTypeName;
        typereg_reader_getMethodExceptionCount;
        typereg_reader_getMethodExceptionTypeName;
        typereg_reader_getReferenceCount;
        typereg_reader_getReferenceDocumentation;
        typereg_reader_getReferenceFlags;
        typereg_reader_getReferenceSort;
        typereg_reader_getReferenceTypeName;
        typereg_writer_create;
        typereg_writer_destroy;
        typereg_writer_setSuperTypeName;
        typereg_writer_setFieldData;
        typereg_writer_setMethodData;
        typereg_writer_setMethodParameterData;
        typereg_writer_setMethodExceptionTypeName;
        typereg_writer_setReferenceData;
        typereg_writer_getBlob;
} UDK_3_0_0;
tr> 2014-12-18unotest: Use appropriate OUString functions on string constantsStephan Bergmann 2014-12-11java: reduce visibility of fields and methodsNoel Grandin 2014-11-19tweak the assert message so its readable when an errors happensCaolán McNamara 2014-11-18java: make fields final where possibleNoel Grandin 2014-11-05markup with event type not checker typeCaolán McNamara 2014-10-30document array_vs_singleton dismissalsCaolán McNamara 2014-10-22framework, unotest: do not override UserInstallation from environmentMichael Stahl 2014-10-07fdo84315: add integration test for basic LibreOffice Base functionalityBjoern Michaelsen 2014-10-01unotest: the assigned value is never usedRobert Antoni Buj i Gelonch 2014-10-01fdo#82577: Handle TimeNoel Grandin 2014-09-29unotest: remove import from the same packageRobert Antoni Buj i Gelonch 2014-08-20java: remove unnecessary constructor declarationsNoel Grandin 2014-08-19java: no need to instantiate String objects directlyNoel Grandin 2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin 2014-08-12java: remove useless javadoc tagsNoel Grandin 2014-08-12java: add @Override annotation to overriding methodsNoel Grandin 2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin 2014-08-08java: remove unnecessary semi-colonsNoel Grandin 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-06-13loplugin:staticcallStephan Bergmann 2014-06-04Demystify magic poniesStephan Bergmann 2014-05-29Detach all DocBasicItem objects upon process termination.Kohei Yoshida 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-04-12macros_test: use "css" short formTomaž Vajngerl