LibreOffice
LibreOffice 24.8 SDK API Reference
|
provides access to the parent of the object. More...
import <XChild.idl;
Public Member Functions | |
com::sun::star::uno::XInterface | getParent () |
grants access to the object containing this content. | |
void | setParent ([in] com::sun::star::uno::XInterface Parent) raises ( com::sun::star::lang::NoSupportException ) |
sets the parent to this object. | |
![]() | |
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. | |
provides access to the parent of the object.
This interface normally is only supported if the objects all have exactly one dedicated parent container.
com::sun::star::uno::XInterface getParent | ( | ) |
grants access to the object containing this content.
void setParent | ( | [in] com::sun::star::uno::XInterface | Parent | ) | ||
raises | ( | com::sun::star::lang::NoSupportException ) |
sets the parent to this object.
com::sun::star::lang::NoSupportException | if the name of this object cannot be changed. |