Included Services - Summary |
HierarchyElement |
is the basic service for accessing information about an element in the
hierarchy.
|
Included Services - Details |
HierarchyElement
- Description
- is the basic service for accessing information about an element in the
hierarchy.
|
|
Exported Interfaces - Details |
::com::sun::star::container::XChild
- Description
- provides access to the containing set object.
In this service, this interface is mandatory
::com::sun::star::container::XChild::getParent()
returns NULL, if the object is currently not contained in a container.
An implementation may also support
::com::sun::star::container::XChild::setParent().
If it does, changing the parent has the effect of first removing the object
from its old parent (if any) and then inserting it into the new parent
(unless that is NULL) under the same name. The new parent must be part of
the same hierarchy as the old one. The name of the object must have been set
before.
|
|
::com::sun::star::lang::XComponent
- Description
- allows controlling or observing the lifetime of the object.
Clients may dispose of the object using
::com::sun::star::lang::XComponent::dispose(), only if
the object is currently not contained in a container (
::com::sun::star::container::XChild::getParent()
returns NULL).
Clients may register an ::com::sun::star::lang::XEventListener
to be notified, if the object is removed from its container by an outside source.
|
|
XTemplateInstance
- Description
- provides information about the type of the element.
Set elements have a predetermined structure (their type),
that is described by and can be generated from a template.
If the object was created using interface
::com::sun::star::lang::XSingleServiceFactory
on an implementation of SetUpdate, this interface describes the
same template as interface XTemplateContainer on that
SetUpdate.
If the object was created using interface
::com::sun::star::lang::XMultiServiceFactory
on an implementation of SetUpdate, this interface describes the
template whose name was used as a service identifier for the factory method.
Otherwise, the semantics of the information provided about the template depends on the
implementation.
@ see com::sun::star::configuration::XTemplateContainer
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.