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. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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.