summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-07-08 12:49:30 +0200
committerEike Rathke <erack@redhat.com>2013-07-08 12:54:37 +0200
commit9c773140935c056896c79c8380640918b6ea161e (patch)
treecaffedde52f44d47c5811ff215a246e0d3003f67 /i18npool
parentf5cf90a534c93eb3285dcada88268dc44e882462 (diff)
updated documentation pointers with opengrok
Change-Id: I8ae4302f5391bf3d11490cd8b46a20f94bfb6ce7
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/locale.dtd21
1 files changed, 13 insertions, 8 deletions
diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd
index dbff1ec5b91d..ed10682a8b61 100644
--- a/i18npool/source/localedata/data/locale.dtd
+++ b/i18npool/source/localedata/data/locale.dtd
@@ -159,7 +159,8 @@
Note: The brackets and the leading $ character are mandatory, the
hyphen-minus separates the currency symbol from the hexagesimal MS-LCID,
letters contained in the LCID have to be in upper case, leading zeros are
- to be omitted. LCIDs are defined in include/i18nlangtag/lang.h
+ to be omitted. LCIDs are defined in include/i18nlangtag/lang.h (
+ http://opengrok.libreoffice.org/xref/core/include/i18nlangtag/lang.h )
-->
<!ELEMENT DateAcceptancePattern (#PCDATA)>
@@ -204,7 +205,8 @@
All:
The format indices 0..49 are reserved and, for backwards compatibility,
MUST be used as stated in
- offapi/com/sun/star/i18n/NumberFormatIndex.idl.
+ offapi/com/sun/star/i18n/NumberFormatIndex.idl (
+ http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/i18n/NumberFormatIndex.idl )
Note that indices 10 ("# ?/?"), 11 ("# ??/??"), 48 (BOOLEAN) and 49 (@
Text) are generated internally, as they aren't locale dependent, and
must not be used in locale data XML files. All other formats have to be
@@ -277,11 +279,12 @@
formatindices 12, 13, 14, 15, 17 with [$xxx-yyy] notation must use the
xxx currency symbol that has the attribute
usedInCompatibleFormatCodes="true". The hexadecimal yyy LANGID must be
- properly set. It can be found in project util module tools file
- tools/inc/lang.hxx. You may verify the proper use of the xxx currency
- symbol with the AWK script
- i18npool/source/localedata/data/currency-check.awk, it mustn't display
- any output. If it does, then there's something wrong.
+ properly set. It can be found in the file include/i18nlangtag/lang.h (
+ http://opengrok.libreoffice.org/xref/core/include/i18nlangtag/lang.h )
+ You may verify the proper use of the xxx currency symbol with the AWK
+ script i18npool/source/localedata/data/currency-check.awk, it mustn't
+ display any output. If it does, then there's something wrong.
+
-->
<!ELEMENT FormatCode (#PCDATA)>
@@ -585,7 +588,9 @@
<!--
In numbering levels, the NumType attribute is a value of the constants
- defined in offapi/com/sun/star/style/NumberingType.idl
+ defined in offapi/com/sun/star/style/NumberingType.idl (
+ http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/style/NumberingType.idl
+ )
-->
<!ELEMENT LC_NumberingLevel (NumberingLevel* )>