22 module
com { module sun { module star { module frame {
68 [in] sequence<com::sun::star::beans::PropertyValue> Arguments);
87 sequence< com::sun::star::beans::PropertyValue >
getArgs();
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
With this interface, components viewed in a Frame can serve events (by supplying dispatches).
Definition XController.idl:34
represents a component which is created from a URL and arguments.
Definition XModel.idl:51
boolean hasControllersLocked()
determines if there is at least one lock remaining.
com::sun::star::uno::XInterface getCurrentSelection()
provides read access on current selection on controller
void disconnectController([in] XController Controller)
is called whenever an existing controller should be deregistered at this model.
XController getCurrentController()
provides access to the controller which currently controls this model
void setCurrentController([in] XController Controller)
sets a registered controller as the current controller.
void lockControllers()
suspends some notifications to the controllers which are used for display updates.
void connectController([in] XController Controller)
is called whenever a new controller is created for this model.
void unlockControllers()
resumes the notifications which were suspended by XModel::lockControllers().
boolean attachResource([in] string URL, [in] sequence< com::sun::star::beans::PropertyValue > Arguments)
informs a model about its resource description.
string getURL()
provides information about the location of this model
sequence< com::sun::star::beans::PropertyValue > getArgs()
provides read access on currently representation of the com::sun::star::document::MediaDescriptor of ...
allows to explicitly free resources and break cyclic references.
Definition XComponent.idl:39
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20
is an abstract service for a component which offers a deeper integration of desktop components than a...
Definition Controller.idl:38