Difference between revisions of "Documentation/DevGuide/Text/Text Document Controller"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
m
 
Line 16: Line 16:
 
   void setCurrentController( [in] com::sun::star::frame::XController xController)
 
   void setCurrentController( [in] com::sun::star::frame::XController xController)
  
The controller returned by <code>getCurrentController()</code> shares the following interfaces with all other document controllers in {{PRODUCTNAME}}:
+
The controller returned by <code>getCurrentController()</code> shares the following interfaces with all other document controllers in {{AOo}}:
  
 
* <idl>com.sun.star.frame.XController</idl>
 
* <idl>com.sun.star.frame.XController</idl>

Latest revision as of 16:22, 15 December 2020



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 Apache OpenOffice:

Document controllers are explained in the Office Development.

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