doxygen warns on missing annotations for the parameters
Change-Id: I3008c622179a417b9ab2076b2284be5ff296448e Reviewed-on: https://gerrit.libreoffice.org/79467 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
1a13394cdd
commit
bd776896c2
@ -33,14 +33,16 @@ module com { module sun { module star { module document {
|
|||||||
interface XShapeEventBroadcaster : com::sun::star::document::XEventBroadcaster
|
interface XShapeEventBroadcaster : com::sun::star::document::XEventBroadcaster
|
||||||
{
|
{
|
||||||
/** registers the given listener
|
/** registers the given listener
|
||||||
|
@param Shape
|
||||||
|
the shape to be listened
|
||||||
@param Listener
|
@param Listener
|
||||||
listener which is interested on such events
|
listener which is interested on such events
|
||||||
*/
|
*/
|
||||||
void addShapeEventListener( [in] com::sun::star::drawing::XShape Shape, [in] XShapeEventListener Listener );
|
void addShapeEventListener( [in] com::sun::star::drawing::XShape Shape, [in] XShapeEventListener Listener );
|
||||||
|
|
||||||
/** unregisters the given listener
|
/** unregisters the given listener
|
||||||
|
@param Shape
|
||||||
|
the shape with the listener to be removed
|
||||||
@param Listener
|
@param Listener
|
||||||
listener which isn't interested on such events any longer
|
listener which isn't interested on such events any longer
|
||||||
*/
|
*/
|
||||||
|
@ -51,6 +51,8 @@ interface XCalendar4 : com::sun::star::i18n::XCalendar3
|
|||||||
|
|
||||||
/** Load the default calendar for the given locale with a given time zone.
|
/** Load the default calendar for the given locale with a given time zone.
|
||||||
|
|
||||||
|
@param rLocale
|
||||||
|
the locale for the calendar
|
||||||
@param TimeZone
|
@param TimeZone
|
||||||
If empty, the system's time zone is used.
|
If empty, the system's time zone is used.
|
||||||
Else specified as "Region/City" name like "Europe/Berlin",
|
Else specified as "Region/City" name like "Europe/Berlin",
|
||||||
@ -62,6 +64,14 @@ interface XCalendar4 : com::sun::star::i18n::XCalendar3
|
|||||||
|
|
||||||
/** Load a specific calendar for the given locale with a given time zone.
|
/** Load a specific calendar for the given locale with a given time zone.
|
||||||
|
|
||||||
|
@param uniqueID
|
||||||
|
the uniqueID for the calendar.
|
||||||
|
As of 2019-09-25, we can specify ROC, dangi, buddhist, gengou,
|
||||||
|
gregorian, hanja, hanja_yoil, hijri, jewish.
|
||||||
|
If the calendar for the specified uniqueID is not found,
|
||||||
|
gregorian is used.
|
||||||
|
@param rLocale
|
||||||
|
the locale for the calendar
|
||||||
@param TimeZone
|
@param TimeZone
|
||||||
If empty, the system's time zone is used.
|
If empty, the system's time zone is used.
|
||||||
Else specified as "Region/City" name like "Europe/Berlin",
|
Else specified as "Region/City" name like "Europe/Berlin",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user