interface XStatusIndicator in module com::sun::star::task::

(Global Index)

Syntax

interface XStatusIndicator : com::sun::star::uno::XInterface ;

Description

controls a status indicator which displays progress of longer actions to the user.

See also

XStatusIndicatorSupplier

Method Summary

start TODO

end TODO

setText TODO

setValue TODO

reset TODO

Method Details



start

Syntax

oneway void start (
string aText,
long nRange );

Description

TODO


end

Syntax

oneway void end ();

Description

TODO


setText

Syntax

oneway void setText (
string aText );

Description

TODO


setValue

Syntax

oneway void setValue (
long nValue );

Description

TODO


reset

Syntax

oneway void reset ();

Description

TODO

Top of Page