office-gobmx/offapi
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
..
com/sun/star added partitive case month names 2011-11-22 14:52:41 +01:00
prj offapi: empty d.lst and add missing IDLs to makefile 2011-11-21 22:45:51 +01:00
type_reference offapi: update type reference: 2011-11-21 22:46:24 +01:00
util offapi: kill dmakefiles 2011-11-21 22:45:58 +01:00
Makefile tweak gbuild standart Makefile to allow partial build in unsourced env 2011-11-16 06:18:54 -06:00
Module_offapi.mk
Package_offapi_idl.mk
Package_offapi_inc.mk
UnoApi_offapi.mk offapi: css.chart2.MutableDataSequence unused, looks obsolete 2011-11-21 22:45:59 +01:00
UnoApi_types.mk