office-gobmx/svl/source/numbers
Eike Rathke 3b5ee26d2c added partitive case month names
* Locale data:
  * nominative (nouns) month names always given in <MonthsOfYear>
    element
  * optional genitive case month names in <GenitiveMonths> element,
    following the <MonthsOfYear> element; if not given take nominative
    names
  * optional partitive case month names in <PartitiveMonths> element,
    following the <GenitiveMonths> element, or following the
    <MonthsOfYear> element if the <GenitiveMonths> element is not
    present; if not given take genitive case names, or nominative if
    genitive names aren't defined
    * currently known partitive case matters in Finnish locales

* Rules for use of nominative / genitive / partitive case month names in
  number formatter:
  * no day of month (D or DD) present in format code => MMM or MMMM
    display nominative month name (noun)
  * day of month (D or DD) after MMM or MMMM => genitive name
    * no genitive names defined => nominative names
  * day of month (D or DD) before MMM or MMMM => partitive name
    * no partitive names defined => genitive names
      * no genitive names defined => nominative names
2011-11-22 14:52:41 +01:00
..
numfmuno.cxx Number formatter sal_Bool -> bool clean-up and cosmetics 2011-08-10 01:32:41 +02:00
numfmuno.hxx
numhead.cxx callcatcher: remove unused methods 2011-08-08 13:04:48 +01:00
numhead.hxx callcatcher: remove unused methods 2011-08-08 13:04:48 +01:00
numuno.cxx use tunnel pattern here 2011-06-01 15:21:55 +01:00
supservs.cxx
supservs.hxx
zforfind.cxx added partitive case month names 2011-11-22 14:52:41 +01:00
zforfind.hxx added partitive case month names 2011-11-22 14:52:41 +01:00
zforlist.cxx Support rtl::OUString reference here as well. 2011-11-04 22:40:27 -04:00
zformat.cxx added partitive case month names 2011-11-22 14:52:41 +01:00
zforscan.cxx removed unused stuff from number formatter 2011-08-12 18:39:08 +02:00
zforscan.hxx removed unused stuff from number formatter 2011-08-12 18:39:08 +02:00