Kaydet (Commit) 37aeda6b authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

Eliminate some doxygen warnings in offapi doc

Change-Id: I9fc1053db98dd0aa90f6c9fb863dc3fdfa3cffe6
üst 41eabf7b
...@@ -103,37 +103,37 @@ interface XResource; ...@@ -103,37 +103,37 @@ interface XResource;
configuration change request is executed, not when the configuration change request is executed, not when the
requestResourceActivation() call is made.</p> requestResourceActivation() call is made.</p>
<p>The ConfigurationChangeEvent::ResourceId member is set to the requested <p>The ConfigurationChangeEvent::ResourceId member is set to the requested
resource. The #ResourceObject member is not resource. The ResourceObject member is not
set.</p></li> set.</p></li>
<li>ResourceDeactivationRequested is sent when the <li>ResourceDeactivationRequested is sent when the
deactivation of a resource has been requested and the resource is active deactivation of a resource has been requested and the resource is active
in the requested configuration. The event is sent when the in the requested configuration. The event is sent when the
configuration change request is executed that is created when for configuration change request is executed that is created when for
example requestResourceDeactivation() is called.</p> example requestResourceDeactivation() is called.</p>
<p>The #ResourceId member is set to the requested <p>The ResourceId member is set to the requested
resource. The #ResourceObject member is not resource. The ResourceObject member is not
set.</p></li> set.</p></li>
<li>ConfigurationUpdateStart is sent before the update of <li>ConfigurationUpdateStart is sent before the update of
the current configuration starts.</p> the current configuration starts.</p>
<p>The requested configuration is available in the <p>The requested configuration is available in the
ConfigurationChangeEvent::Configuration member. The ConfigurationChangeEvent::Configuration member. The
#ResourceId and #ResourceObject members ResourceId and ResourceObject members
are not set.</p></li> are not set.</p></li>
<li>ConfigurationUpdateEnd is sent after the update of <li>ConfigurationUpdateEnd is sent after the update of
the current configuration ends.</p> the current configuration ends.</p>
<p>The requested configuration is <p>The requested configuration is
available in the ConfigurationChangeEvent::Configuration member. available in the ConfigurationChangeEvent::Configuration member.
The #ResourceId and #ResourceObject members are not set.</p></li> The ResourceId and ResourceObject members are not set.</p></li>
<li>ResourceActivation is sent when a resource is <li>ResourceActivation is sent when a resource is
activated, i.e. when a new object of a resource is created (or taken activated, i.e. when a new object of a resource is created (or taken
from a cash).</p> from a cash).</p>
<p>The #ResourceId and #ResourceObject <p>The ResourceId and ResourceObject
members are set to the XResourceId and object reference of members are set to the XResourceId and object reference of
the activated resource.</p></li> the activated resource.</p></li>
<li>ResourceDeactivation is sent when a resource is <li>ResourceDeactivation is sent when a resource is
deactivated, i.e. when an object that previously was part of the deactivated, i.e. when an object that previously was part of the
configuration is removed from the configuration.</p> configuration is removed from the configuration.</p>
<p>The #ResourceId and #ResourceObject <p>The ResourceId and ResourceObject
members are set to XResourceId and object reference of the members are set to XResourceId and object reference of the
deactivated resource.</p></li> deactivated resource.</p></li>
</ul></p> </ul></p>
......
...@@ -22,19 +22,19 @@ module com { module sun { module star { module i18n { ...@@ -22,19 +22,19 @@ module com { module sun { module star { module i18n {
<p> Similar to <p> Similar to
::com::sun::star::i18n::Calendar this provides ::com::sun::star::i18n::Calendar this provides
additional members with a sequence of possessive (genitive case) and additional members with a sequence of possessive (genitive case) and
partitive case month names for locales that use them, for example partitive case month names for locales that use them, for example
Slavic locales. If a locale does not provide the possessive form in Slavic locales. If a locale does not provide the possessive form in
#GenitiveMonths, the names are identical to the #GenitiveMonths, the names are identical to the
nominative case nouns in Calendar::Months. If a 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 #PartitiveMonths, the names are identical to
#GenitiveMonths. </p> #GenitiveMonths. </p>
<p> The sequences are of type <p> The sequences are of type
com::sun::star::i18n::CalendarItem2 instead of com::sun::star::i18n::CalendarItem2 instead of
com::sun::star::i18n::CalendarItem, with the com::sun::star::i18n::CalendarItem, with the
additional #NarrowName member. additional NarrowName member.
@see XLocaleData @see XLocaleData
for links to DTD of XML locale data files. for links to DTD of XML locale data files.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment