import "Quickstart.idl";
Public Member Functions | |
createDefault () | |
createAndSetVeto ([in] boolean p1, [in] boolean p2, [in] boolean DisableVeto) | |
The first two parameters are ignored. | |
createStart ([in] boolean bQuickstart) | |
createAutoStart ([in] boolean bQuickstart, [in] boolean bAutostart) | |
![]() | |
void | setFastPropertyValue ([in] long nHandle, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
sets the value to the property with the specified name. | |
any | getFastPropertyValue ([in] long nHandle) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
![]() | |
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. | |
createAndSetVeto | ( | [in] boolean | p1, |
[in] boolean | p2, | ||
[in] boolean | DisableVeto ) |
The first two parameters are ignored.
createAutoStart | ( | [in] boolean | bQuickstart, |
[in] boolean | bAutostart ) |
createDefault | ( | ) |
createStart | ( | [in] boolean | bQuickstart | ) |