20module
com { module sun { module star { module inspection {
22interface XObjectInspectorModel;
23interface XObjectInspectorUI;
100 void inspect( [in] sequence< com::sun::star::uno::XInterface > Objects )
thrown to indicate a general veto.
Definition VetoException.idl:29
With this interface, components viewed in a Frame can serve events (by supplying dispatches).
Definition XController.idl:34
provides XDispatch interfaces for certain functions which are useful at the UI.
Definition XDispatchProvider.idl:30
describes the model of an ObjectInspector
Definition XObjectInspectorModel.idl:31
grants access to certain aspects of the user interface of an object inspector
Definition XObjectInspectorUI.idl:38
describes the main interface of an ObjectInspector.
Definition XObjectInspector.idl:32
XObjectInspectorUI InspectorUI
provides access to the user interface of the object inspector.
Definition XObjectInspector.idl:79
XObjectInspectorModel InspectorModel
provides access to the current model of the inspector
Definition XObjectInspector.idl:68
void inspect([in] sequence< com::sun::star::uno::XInterface > Objects)
inspects a new collection of one or more objects.
Definition Ambiguous.idl:20