Difference between revisions of "Documentation/DevGuide/Drawings/Drawing and Presentation Document Controller"
From Apache OpenOffice Wiki
< Documentation | DevGuide
OOoWikiBot (talk | contribs) m (FINAL VERSION FOR L10N) |
m |
||
| Line 8: | Line 8: | ||
{{DISPLAYTITLE:Drawing and Presentation Document Controller}} | {{DISPLAYTITLE:Drawing and Presentation Document Controller}} | ||
The controller is available at the <code>XModel</code> interface of the document model: | The controller is available at the <code>XModel</code> interface of the document model: | ||
| − | + | <syntaxhighlight lang="idl"> | |
| − | com::sun::star::frame::XController getCurrentController() | + | com::sun::star::frame::XController getCurrentController()</syntaxhighlight> |
{{PDL1}} | {{PDL1}} | ||
[[Category:Documentation/Developer's Guide/Drawing Documents and Presentation Documents]] | [[Category:Documentation/Developer's Guide/Drawing Documents and Presentation Documents]] | ||
Latest revision as of 15:02, 20 December 2020
The controller is available at the XModel interface of the document model:
com::sun::star::frame::XController getCurrentController()
| Content on this page is licensed under the Public Documentation License (PDL). |