21module
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 generated_idl_chapter_refs.idl:891
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
represents the environment for a desktop component
Definition generated_idl_chapter_refs.idl:874
represents the structure of a Uniform Resource Locator.
Definition generated_idl_chapter_refs.idl:3995