Text Document Controller

From OpenOffice.org Wiki

Jump to: navigation, search
PAGE_TITLE: VGV4dCBEb2N1bWVudCBDb250cm9sbGVy

The text document model knows its controller and it can lock the controller to block user interaction. The appropriate methods in the model's com.sun.star.frame.XModel interface are:

 void lockControllers()
 void unlockControllers()
 boolean hasControllersLocked()
 com::sun::star::frame::XController getCurrentController()
 void setCurrentController( [in] com::sun::star::frame::XController xController)

The controller returned by getCurrentController() shares the following interfaces with all other document controllers in OpenOffice.org:

Document controllers are explained in the Office Development.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools