Difference between revisions of "Documentation/DevGuide/Drawings/Drawing and Presentation Document Controller"
From Apache OpenOffice Wiki
< Documentation | DevGuide
m (1 revision(s)) |
m |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 5: | Line 5: | ||
|NextPage=Documentation/DevGuide/Drawings/Setting the Current Page | |NextPage=Documentation/DevGuide/Drawings/Setting the Current Page | ||
}} | }} | ||
| − | {{DISPLAYTITLE:Drawing and Presentation Document Controller}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Drawings/{{SUBPAGENAME}}}} |
| + | {{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()</syntaxhighlight> | ||
| − | + | {{PDL1}} | |
| − | + | [[Category:Documentation/Developer's Guide/Drawing Documents and Presentation Documents]] | |
| − | [[Category: 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). |