19#ifndef __com_sun_star_frame_XDispatchRecorder_idl__
20#define __com_sun_star_frame_XDispatchRecorder_idl__
27module
com { module sun { module star { module frame {
29 published
interface XFrame;
84 [in] sequence<com::sun::star::beans::PropertyValue> Arguments);
104 [in] sequence<com::sun::star::beans::PropertyValue> Arguments);
provides recording functionality of dispatches
Definition XDispatchRecorder.idl:48
void endRecording()
stops the recording process
void startRecording([in] com::sun::star::frame::XFrame Frame)
initializes the recorder by passing the frame for which all macro statements shall be recorded
string getRecordedMacro()
returns the recorded source code
void recordDispatchAsComment([in] com::sun::star::util::URL URL, [in] sequence< com::sun::star::beans::PropertyValue > Arguments)
records a single dispatch call identified by its command URL, but comments it out
void recordDispatch([in] com::sun::star::util::URL URL, [in] sequence< com::sun::star::beans::PropertyValue > Arguments)
records a single dispatch call identified by its command URL
a frame object can be considered to be an "anchor" object where a component can be attached to.
Definition XFrame.idl:44
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22
represents the environment for a desktop component
Definition Frame.idl:41
represents the structure of a Uniform Resource Locator.
Definition URL.idl:44