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
113
114
115
116
117
118 | #include <sal/types.h>
#include <stdio.h>
extern "C" {
static const sal_Unicode langID[] = {0x65, 0x6e, 0x0};
static const sal_Unicode langDefaultName[] = {0x45, 0x6e, 0x67, 0x6c, 0x69, 0x73, 0x68, 0x0};
static const sal_Unicode countryID[] = {0x4d, 0x59, 0x0};
static const sal_Unicode countryDefaultName[] = {0x4d, 0x61, 0x6c, 0x61, 0x79, 0x73, 0x69, 0x61, 0x0};
static const sal_Unicode Variant[] = {0x0};
static const sal_Unicode* LCInfoArray[] = {
langID,
langDefaultName,
countryID,
countryDefaultName,
Variant
};
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getLCInfo_en_MY(sal_Int16& count)<--- The function 'getLCInfo_en_MY' is never used.
{
count = 0;
return (sal_Unicode**)LCInfoArray;
}
extern sal_Unicode ** SAL_CALL getLocaleItem_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getLocaleItem_en_MY(sal_Int16& count)<--- The function 'getLocaleItem_en_MY' is never used.
{
return getLocaleItem_en_GB(count);
}
static const sal_Unicode replaceTo0[] = {0x5b, 0x24, 0x52, 0x4d, 0x2d, 0x34, 0x34, 0x30, 0x39, 0x5d, 0x0};
extern sal_Unicode const * const * SAL_CALL getAllFormats0_en_GB(sal_Int16& count, const sal_Unicode*& from, const sal_Unicode*& to);
SAL_DLLPUBLIC_EXPORT sal_Unicode const * const * SAL_CALL getAllFormats0_en_MY(sal_Int16& count, const sal_Unicode*& from, const sal_Unicode*& to)<--- The function 'getAllFormats0_en_MY' is never used.
{
to = replaceTo0;
const sal_Unicode* tmp;
return getAllFormats0_en_GB(count, from, tmp);
}
extern sal_Unicode ** SAL_CALL getDateAcceptancePatterns_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getDateAcceptancePatterns_en_MY(sal_Int16& count)<--- The function 'getDateAcceptancePatterns_en_MY' is never used.
{
return getDateAcceptancePatterns_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getCollatorImplementation_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getCollatorImplementation_en_MY(sal_Int16& count)<--- The function 'getCollatorImplementation_en_MY' is never used.
{
return getCollatorImplementation_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getCollationOptions_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getCollationOptions_en_MY(sal_Int16& count)<--- The function 'getCollationOptions_en_MY' is never used.
{
return getCollationOptions_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getSearchOptions_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getSearchOptions_en_MY(sal_Int16& count)<--- The function 'getSearchOptions_en_MY' is never used.
{
return getSearchOptions_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getIndexAlgorithm_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getIndexAlgorithm_en_MY(sal_Int16& count)<--- The function 'getIndexAlgorithm_en_MY' is never used.
{
return getIndexAlgorithm_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getUnicodeScripts_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getUnicodeScripts_en_MY(sal_Int16& count)<--- The function 'getUnicodeScripts_en_MY' is never used.
{
return getUnicodeScripts_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getFollowPageWords_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getFollowPageWords_en_MY(sal_Int16& count)<--- The function 'getFollowPageWords_en_MY' is never used.
{
return getFollowPageWords_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getAllCalendars_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getAllCalendars_en_MY(sal_Int16& count)<--- The function 'getAllCalendars_en_MY' is never used.
{
return getAllCalendars_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getAllCurrencies_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getAllCurrencies_en_MY(sal_Int16& count)<--- The function 'getAllCurrencies_en_MY' is never used.
{
return getAllCurrencies_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getTransliterations_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getTransliterations_en_MY(sal_Int16& count)<--- The function 'getTransliterations_en_MY' is never used.
{
return getTransliterations_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getForbiddenCharacters_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getForbiddenCharacters_en_MY(sal_Int16& count)<--- The function 'getForbiddenCharacters_en_MY' is never used.
{
return getForbiddenCharacters_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getBreakIteratorRules_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getBreakIteratorRules_en_MY(sal_Int16& count)<--- The function 'getBreakIteratorRules_en_MY' is never used.
{
return getBreakIteratorRules_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getReservedWords_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getReservedWords_en_MY(sal_Int16& count)<--- The function 'getReservedWords_en_MY' is never used.
{
return getReservedWords_en_GB(count);
}
// ---> ContinuousNumbering
extern const sal_Unicode *** SAL_CALL getContinuousNumberingLevels_en_GB(sal_Int16& nStyles, sal_Int16& nAttributes);
SAL_DLLPUBLIC_EXPORT const sal_Unicode *** SAL_CALL getContinuousNumberingLevels_en_MY(sal_Int16& nStyles, sal_Int16& nAttributes)<--- The function 'getContinuousNumberingLevels_en_MY' is never used.
{
return getContinuousNumberingLevels_en_GB(nStyles, nAttributes);
}
// ---> OutlineNumbering
extern const sal_Unicode **** SAL_CALL getOutlineNumberingLevels_en_GB(sal_Int16& nStyles, sal_Int16& nLevels, sal_Int16& nAttributes);
SAL_DLLPUBLIC_EXPORT const sal_Unicode **** SAL_CALL getOutlineNumberingLevels_en_MY(sal_Int16& nStyles, sal_Int16& nLevels, sal_Int16& nAttributes)<--- The function 'getOutlineNumberingLevels_en_MY' is never used.
{
return getOutlineNumberingLevels_en_GB(nStyles, nLevels, nAttributes);
}
} // extern "C"
|