:: com :: sun :: star :: task ::

unpublished service StatusIndicatorFactory
Supported Interface
XStatusIndicatorFactory
Usage Restrictions
not published
Since
LibreOffice 4.1


Constructors' Summary
createWithFrame  
createWithWindow  
Constructors' Details
createWithFrame
createWithFrame( [in] ::com::sun::star::frame::XFrame  Frame,
[in] boolean  DisableReschedule,
[in] boolean  AllowParentShow );

createWithWindow
createWithWindow( [in] ::com::sun::star::awt::XWindow  ParentWindow,
[in] boolean  DisableReschedule,
[in] boolean  AllowParentShow );


 
Top of Page