:: com :: sun :: star :: oooimprovement ::

unpublished interface XCore
Usage Restrictions
not published
Description
specifies the interface used to query the Core status
Since
OOo 3.0

Methods' Summary
inviteUser shows a dialog inviting the user to take part  
Attributes' Summary
SessionLogEventCount Count of Events logged in the current session  
UiEventsLoggerEnabled returns the current status of the Core  
Methods' Details
inviteUser
void
inviteUser();

Description
shows a dialog inviting the user to take part
Attributes' Details
SessionLogEventCount
[ readonly ] long SessionLogEventCount;
Description
Count of Events logged in the current session
UiEventsLoggerEnabled
[ readonly ] boolean UiEventsLoggerEnabled;
Description
returns the current status of the Core
Top of Page