:: com :: sun :: star :: frame ::

service DispatchRecorderSupplier
Description
provides a ::com::sun::star::frame::DispatchRecorder

This supplier regulate macro recording of ::com::sun::star::frame::XDispatch::dispatch() calls. For that it capsulate a reference to a ::com::sun::star::frame::DispatchRecorder . Such recorder is used internaly and can be used externaly too. A supplier will be available on a ::com::sun::star::frame::Frame if recording was enabled, otherwise not. A frame supports a special property for that. This modular concept of recorder, supplier and frame makes it possible to implement local recording on one frame; global recording by using all currently opened frames or only some of them; and so on.

See also
::com::sun::star::frame::DispatchRecorder
See also
::com::sun::star::frame::Frame
Since
OpenOffice 1.1.2

Exported Interfaces
::com::sun::star::frame::XDispatchRecorderSupplier
Description
provides access to a ::com::sun::star::frame::DispatchRecorder and helps on recording

 
Top of Page