Here is a UNO dispatch commands list (under construction) for the application foundations.
Topics
About: UNO (Universal Network Objects)
About: LibreOffice
About: Apache OpenOffice
The table of contents of this article
Starting Context
- The reader has knowledge on what UNO dispatch commands are.
Target Context
- The reader will know the URLs and the contents of UNO dispatch commands.
Orientation
There are some articles that explain how to execute any UNO dispatch commands and get the whole available information from the execution, in Java, in C++, in C#, in Python, and in LibreOffice or Apache OpenOffice Basic.
There is the list for Calc of the UNO dispatch commands listed so far in this series.
Main Body
1: The UNO Dispatch Commands List
URL | Description |
---|---|
.uno:About | This command shows the 'About LibreOffice' dialog. |
.uno:Activate | This command activates the frame on which it is executed. |
.uno:Author | This command sets the document author. |
.uno:CloseDoc | This command closes the document contained in the frame. If the document has been modified, a confirmation dialog will be shown. |
.uno:CloseWin | This command closes the window of the frame when the frame is a document frame. |
.uno:Closing | This command gets whether the document is being closed or not, as the related information. |
.uno:Comments | This command sets the document comments. |
.uno:CurrentURL | This command gets the URL of the document file (if the document is associated with a file) as the related information of this command, when the frame is a document frame. |
.uno:DocInfoTitle | This command gets the document title as the related information of this command. |
.uno:ExportDirectToEPUB | This command exports the document to the specified EPUB file, without showing the dialog for configuration. |
.uno:ExportDirectToPDF | This command exports the document to the specified PDF file, without showing the dialog for configuration. |
.uno:ExportTo | This command shows the dialog for exporting the document to the specified file of the specified format or directly does the export, depending on whether the format requires such a dialog to be configured with or not. |
.uno:ExportToEPUB | This command shows the dialog for exporting the document to the specified EPUB file. |
.uno:ExportToPDF | This command shows the dialog for exporting the document to the specified PDF file. |
.uno:FullName | This command gets the document full path, which is the full file path if the document is associate to a file, or the name like 'Untitled 1' otherwise, as the related information. |
.uno:FullScreen | This command changes the full screen mode state of the document. |
.uno:IsLoading | This command gets whether the document is being loaded, as the related information of this command. |
.uno:IsLoadingImages | This command gets whether images are being loaded into the document, as the related information of this command. |
.uno:Keywords | This command sets the keywords of the document. |
.uno:Menubar | The Office instance is in the menu-bars-are-shown mode (the initial mode) or in the menu-bars-are-hidden mode, and when the Office instance has become in the menu-bars-are-shown mode, the menu bars of all the document frames are shown; when the Office instance has become in the menu-bars-are-hidden mode, the menu bars of all the document frames are hidden; when no document is opened, the Office instance is always in the menu-bars-are-shown mode. This command changes the mode if at least one document is opened. When a new document frame has been opened, the menu bar of the new frame is shown whatever mode the Office instance is in. When any document has been closed, the Office instance becomes in the menu-bars-are-shown mode. |
.uno:ModifiedStatus | This command gets whether the document has been modified without having been stored, as the related information of this command. |
.uno:NewWindow | This command shows a new window of the document when the frame is a document frame. |
.uno:Print | This command prints the document contained in the frame. |
.uno:PrintDefault | This command prints the document according to the preset configuration. |
.uno:PrintOut | This command prints out the document according to the preset printer settings. The preset printer settings determine the printer to be used, whether only the selected sheets are printed, etc.. |
.uno:PrinterSetup | This command shows the 'Printer Setup' dialog. |
.uno:Quit | This command tries to shutdown the application. If there are some modified documents opened, the user will be asked what to do with them. |
.uno:ReadOnly | This command gets whether the document is read-only or not, as the related information of this command. |
.uno:Reload | This command reloads the document. |
.uno:Save | This command stores the current document to the original file URL, possibly as a version. |
.uno:SaveACopy | This command shows the 'Save a Copy' dialog for the document. |
.uno:SaveAs | This command stores the document to the specified file URL. |
.uno:SaveAsTemplate | This command shows the "Save As Template" dialog. |
.uno:Saved | This command gets whether the document has been saved for the latest modification or not, as the related information. |
.uno:SetDocumentProperties | This command sets the properties of the document. |
.uno:Signature | This command shows the 'Digital Signatures' dialog, which lets the document be signed. |
.uno:Title | This command sets the document name, which is not the document title (which is shown in the "Description" tab of the "Properties..." dialog), but is the name shown in the title bar of the dialog. |
.uno:VersionDialog | This command shows the document versions dialog. |
.uno:WebHtml | This command shows the HTML version of this document in another application, typically a Web browser. |
<The previous article in this series | The table of contents of this series | The next article in this series>