LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface of Mission Taker. More...
import <XMissionTaker.idl;
Public Member Functions | |
boolean | endMission () |
Forces a mission to make an end. | |
![]() | |
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. | |
Interface of Mission Taker.
This interface is used to control a mission.
boolean endMission | ( | ) |
Forces a mission to make an end.
TRUE
if the mission is completed successfully, FALSE
otherwise.