Age | Commit message (Collapse) | Author |
|
|
|
|
|
While introducing Calendar2 and the XCalendar3 interface anyway, as well the
"one letter" narrow month names sometimes needed in calendaring can be added.
These are not always the first capitalized letters of the months in all
locales, and might even not necessarily be just one character.
Introduces a new struct css::i18n::Calendar2 that is not derived from
css::i18n::Calendar because it uses a new struct css::i18n::CalendarItem2 to
hold the NarrowName elements.
In locale data the elements DaysOfMonth, MonthsOfYear and GenitiveMonths now
have an optional element DefaultNarrowName. If not specified, the first
character of DefaultFullName is taken.
LocaleDataWrapper and CalendarWrapper use and return the new Calendar2 and
sequences of CalendarItem2 structs. Application code adapted.
The number formatter now displays narrow month names (genitive if applicable)
for the MMMMM code, previously it displayed the first 16 bit code point of the
full name (not even utf-16 aware).
Narrow day names currently are not used, except in svtools' Calendar control.
|
|
|
|
|
|
|
|
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
|
|
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
|
|
|
|
2008/04/01 15:20:04 thb 1.19.10.3: #i85898# Stripping all external header guards
2008/04/01 12:31:13 thb 1.19.10.2: #i85898# Stripping all external header guards
2008/03/31 16:01:16 rt 1.19.10.1: #i87441# Change license header to LPGL v3.
|
|
2008/01/08 04:20:50 khong 1.17.64.1: i78055 move simple collator tailoring to localedata
|
|
2007/12/14 11:43:22 bm 1.17.68.5: #i84276# make cachedItem a member of the LocaleData class again
2007/12/14 10:52:58 bm 1.17.68.4: #i84276# use more safe singleton implementation
2007/12/06 17:08:28 iha 1.17.68.3: #i84276# avoid repeated loading and unloading of localedata lib
2007/12/05 19:34:12 iha 1.17.68.2: #i84276# avoid repeated loading and unloading of localedata lib - reorganize for solaris compiler
2007/12/05 18:02:16 iha 1.17.68.1: #i84276# avoid repeated loading and unloading of localedata lib
|
|
2006/12/06 05:52:38 khong 1.16.54.1: #i64400# add an optional breakiterator entry in localedata
|
|
2006/05/24 00:26:06 sb 1.12.14.4: RESYNC: (1.14-1.15); FILE MERGED
2006/04/07 21:03:50 sb 1.12.14.3: RESYNC: (1.13-1.14); FILE MERGED
2006/01/25 22:02:44 sb 1.12.14.2: RESYNC: (1.12-1.13); FILE MERGED
2005/11/10 10:14:58 pl 1.12.14.1: #i53898# removed warnings
|
|
2006/03/03 12:13:02 er 1.14.10.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly
|
|
2006/01/10 23:15:20 khong 1.12.36.1: #i60331 extract index data to external library
|
|
2005/12/07 16:53:54 pmladek 1.12.34.1: #i58972#
Added missing declarations; It was necessary because friend function declaration did not longer invoked implicit declaration of the function in gcc-4.1
|
|
2005/09/05 17:47:26 rt 1.11.54.1: #i54170# Change license header: remove SISSL
|
|
2004/06/14 22:42:36 khong 1.10.2.1: #i29964# #i29965# fix indexentrysupplier crash on window platform
|
|
2004/04/09 20:10:41 khong 1.9.2.1: #i25323# generate index table from ICU collator for western languages
|
|
2003/12/17 20:08:42 khong 1.8.6.1: #i22138# #112506# migrate to ICU collator and remove link to tool library
|
|
2003/08/12 15:12:50 obo 1.7.88.1: #11136# .net 2003
|
|
|
|
|
|
|
|
|
|
oustrings with char*
|
|
|
|
|