office-gobmx/unotools/source
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
..
accessibility
config callcatcher: remove some unused code 2011-11-19 21:11:01 +00:00
i18n added partitive case month names 2011-11-22 14:52:41 +01:00
misc callcatcher: remove various unused MultiAtomProvider methods 2011-11-22 12:46:43 +00:00
streaming
ucbhelper Resolves fdo#41295 tmp name reuse in mass pdf export 2011-11-21 12:56:43 +00:00