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

service StatusIndicatorFactory
Supported Interface
XStatusIndicatorFactory


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