21 module
com { module sun { module star { module frame {
23 published
interface XFrame;
78 [in] sequence<com::sun::star::beans::PropertyValue> Arguments);
98 [in] sequence<com::sun::star::beans::PropertyValue> Arguments);
provides recording functionality of dispatches
Definition: XDispatchRecorder.idl:42
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:39
base interface of all UNO interfaces
Definition: XInterface.idl:46
Definition: Ambiguous.idl:20
represents the environment for a desktop component
Definition: Frame.idl:36
represents the structure of a Uniform Resource Locator.
Definition: URL.idl:42