From 37aeda6be1c636270a7c270facf478b5b97f9997 Mon Sep 17 00:00:00 2001
From: Norbert Thiebaud
The ConfigurationChangeEvent::ResourceId member is set to the requested - resource. The #ResourceObject member is not + resource. The ResourceObject member is not set.
The #ResourceId member is set to the requested - resource. The #ResourceObject member is not +
The ResourceId member is set to the requested + resource. The ResourceObject member is not set.
The requested configuration is available in the ConfigurationChangeEvent::Configuration member. The - #ResourceId and #ResourceObject members + ResourceId and ResourceObject members are not set.
The requested configuration is available in the ConfigurationChangeEvent::Configuration member. - The #ResourceId and #ResourceObject members are not set.
The #ResourceId and #ResourceObject +
The ResourceId and ResourceObject members are set to the XResourceId and object reference of the activated resource.
The #ResourceId and #ResourceObject +
The ResourceId and ResourceObject members are set to XResourceId and object reference of the deactivated resource.
Similar to ::com::sun::star::i18n::Calendar this provides - additional members with a sequence of possessive (genitive case) and - partitive case month names for locales that use them, for example - Slavic locales. If a locale does not provide the possessive form in + additional members with a sequence of possessive (genitive case) and + partitive case month names for locales that use them, for example + Slavic locales. If a locale does not provide the possessive form in #GenitiveMonths, the names are identical to the nominative case nouns in Calendar::Months. If a - locale does not provide the partitive case in + locale does not provide the partitive case in #PartitiveMonths, the names are identical to #GenitiveMonths.
The sequences are of type com::sun::star::i18n::CalendarItem2 instead of com::sun::star::i18n::CalendarItem, with the - additional #NarrowName member. + additional NarrowName member. @see XLocaleData for links to DTD of XML locale data files. -- cgit