LibreOffice
LibreOffice 24.2 SDK API Reference
|
Makes it possible to end a dialog and set a help id. More...
Public Member Functions | |
void | endDialog ([in] long Result) |
hides the dialog and then causes XDialog::execute() to return with the given result value. | |
void | setHelpId ([in] string Id) |
sets the help id so that the standard help button action will show the appropriate help page. | |
![]() | |
void | setTitle ([in] string Title) |
sets the title of the dialog. | |
string | getTitle () |
gets the title of the dialog. | |
short | execute () |
runs the dialog modally: shows it, and waits for the execution to end. | |
void | endExecute () |
hides the dialog and then causes XDialog::execute() to return. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
Makes it possible to end a dialog and set a help id.
void endDialog | ( | [in] long | Result | ) |
hides the dialog and then causes XDialog::execute() to return with the given result value.
void setHelpId | ( | [in] string | Id | ) |
sets the help id so that the standard help button action will show the appropriate help page.