bump product version to 7.2.5.1
[LibreOffice.git] / vcl / workben / localestub / localedata_en_GM.cxx
blob318e82e3f88d25360e2a5adf215ebdc8faadff28
1 #include <sal/types.h>
4 #include <stdio.h>
6 extern "C" {
8 static const sal_Unicode langID[] = {0x65, 0x6e, 0x0};
9 static const sal_Unicode langDefaultName[] = {0x45, 0x6e, 0x67, 0x6c, 0x69, 0x73, 0x68, 0x0};
10 static const sal_Unicode countryID[] = {0x47, 0x4d, 0x0};
11 static const sal_Unicode countryDefaultName[] = {0x47, 0x61, 0x6d, 0x62, 0x69, 0x61, 0x0};
12 static const sal_Unicode Variant[] = {0x0};
14 static const sal_Unicode* LCInfoArray[] = {
15 langID,
16 langDefaultName,
17 countryID,
18 countryDefaultName,
19 Variant
22 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getLCInfo_en_GM(sal_Int16& count)
24 count = 0;
25 return (sal_Unicode**)LCInfoArray;
27 extern sal_Unicode ** SAL_CALL getLocaleItem_en_GB(sal_Int16& count);
28 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getLocaleItem_en_GM(sal_Int16& count)
30 return getLocaleItem_en_GB(count);
32 static const sal_Unicode replaceTo0[] = {0x5b, 0x24, 0x44, 0x2d, 0x39, 0x30, 0x30, 0x39, 0x5d, 0x0};
33 extern sal_Unicode const * const * SAL_CALL getAllFormats0_en_GB(sal_Int16& count, const sal_Unicode*& from, const sal_Unicode*& to);
34 SAL_DLLPUBLIC_EXPORT sal_Unicode const * const * SAL_CALL getAllFormats0_en_GM(sal_Int16& count, const sal_Unicode*& from, const sal_Unicode*& to)
36 to = replaceTo0;
37 const sal_Unicode* tmp;
38 return getAllFormats0_en_GB(count, from, tmp);
40 extern sal_Unicode ** SAL_CALL getDateAcceptancePatterns_en_GB(sal_Int16& count);
41 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getDateAcceptancePatterns_en_GM(sal_Int16& count)
43 return getDateAcceptancePatterns_en_GB(count);
45 extern sal_Unicode ** SAL_CALL getCollatorImplementation_en_GB(sal_Int16& count);
46 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getCollatorImplementation_en_GM(sal_Int16& count)
48 return getCollatorImplementation_en_GB(count);
50 extern sal_Unicode ** SAL_CALL getCollationOptions_en_GB(sal_Int16& count);
51 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getCollationOptions_en_GM(sal_Int16& count)
53 return getCollationOptions_en_GB(count);
55 extern sal_Unicode ** SAL_CALL getSearchOptions_en_GB(sal_Int16& count);
56 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getSearchOptions_en_GM(sal_Int16& count)
58 return getSearchOptions_en_GB(count);
60 extern sal_Unicode ** SAL_CALL getIndexAlgorithm_en_GB(sal_Int16& count);
61 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getIndexAlgorithm_en_GM(sal_Int16& count)
63 return getIndexAlgorithm_en_GB(count);
65 extern sal_Unicode ** SAL_CALL getUnicodeScripts_en_GB(sal_Int16& count);
66 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getUnicodeScripts_en_GM(sal_Int16& count)
68 return getUnicodeScripts_en_GB(count);
70 extern sal_Unicode ** SAL_CALL getFollowPageWords_en_GB(sal_Int16& count);
71 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getFollowPageWords_en_GM(sal_Int16& count)
73 return getFollowPageWords_en_GB(count);
75 extern sal_Unicode ** SAL_CALL getAllCalendars_en_GB(sal_Int16& count);
76 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getAllCalendars_en_GM(sal_Int16& count)
78 return getAllCalendars_en_GB(count);
80 static const sal_Unicode defaultCurrency0[] = {1};
81 static const sal_Unicode defaultCurrencyUsedInCompatibleFormatCodes0[] = {1};
82 static const sal_Unicode defaultCurrencyLegacyOnly0[] = {0};
83 static const sal_Unicode currencyID0[] = {0x47, 0x4d, 0x44, 0x0};
84 static const sal_Unicode currencySymbol0[] = {0x44, 0x0};
85 static const sal_Unicode bankSymbol0[] = {0x47, 0x4d, 0x44, 0x0};
86 static const sal_Unicode currencyName0[] = {0x44, 0x61, 0x6c, 0x61, 0x73, 0x69, 0x0};
87 static const sal_Unicode currencyDecimalPlaces0[] = {2};
89 static const sal_Int16 currencyCount = 1;
91 static const sal_Unicode* currencies[] = {
92 currencyID0,
93 currencySymbol0,
94 bankSymbol0,
95 currencyName0,
96 defaultCurrency0,
97 defaultCurrencyUsedInCompatibleFormatCodes0,
98 currencyDecimalPlaces0,
99 defaultCurrencyLegacyOnly0,
102 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getAllCurrencies_en_GM(sal_Int16& count)
104 count = currencyCount;
105 return (sal_Unicode**)currencies;
107 extern sal_Unicode ** SAL_CALL getTransliterations_en_GB(sal_Int16& count);
108 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getTransliterations_en_GM(sal_Int16& count)
110 return getTransliterations_en_GB(count);
112 extern sal_Unicode ** SAL_CALL getForbiddenCharacters_en_GB(sal_Int16& count);
113 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getForbiddenCharacters_en_GM(sal_Int16& count)
115 return getForbiddenCharacters_en_GB(count);
117 extern sal_Unicode ** SAL_CALL getBreakIteratorRules_en_GB(sal_Int16& count);
118 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getBreakIteratorRules_en_GM(sal_Int16& count)
120 return getBreakIteratorRules_en_GB(count);
122 extern sal_Unicode ** SAL_CALL getReservedWords_en_GB(sal_Int16& count);
123 SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getReservedWords_en_GM(sal_Int16& count)
125 return getReservedWords_en_GB(count);
127 // ---> ContinuousNumbering
128 extern const sal_Unicode *** SAL_CALL getContinuousNumberingLevels_en_GB(sal_Int16& nStyles, sal_Int16& nAttributes);
129 SAL_DLLPUBLIC_EXPORT const sal_Unicode *** SAL_CALL getContinuousNumberingLevels_en_GM(sal_Int16& nStyles, sal_Int16& nAttributes)
131 return getContinuousNumberingLevels_en_GB(nStyles, nAttributes);
133 // ---> OutlineNumbering
134 extern const sal_Unicode **** SAL_CALL getOutlineNumberingLevels_en_GB(sal_Int16& nStyles, sal_Int16& nLevels, sal_Int16& nAttributes);
135 SAL_DLLPUBLIC_EXPORT const sal_Unicode **** SAL_CALL getOutlineNumberingLevels_en_GM(sal_Int16& nStyles, sal_Int16& nLevels, sal_Int16& nAttributes)
137 return getOutlineNumberingLevels_en_GB(nStyles, nLevels, nAttributes);
139 } // extern "C"