Methods' Summary |
append |
appends the specified Frame to the list of sub-frames.
|
queryFrames |
provides access to the list of all currently existing
frames inside this container and her sub frames
|
remove |
removes the frame from its container.
|
Methods' Details |
append
void |
append( |
[in] XFrame |
xFrame ); |
- Description
- appends the specified Frame to the list of sub-frames.
- Parameter xFrame
- new frame for inserting into this container
|
|
queryFrames
sequence< XFrame > |
queryFrames( |
[in] long |
nSearchFlags ); |
- Description
- provides access to the list of all currently existing
frames inside this container and her sub frames
- Parameter nSearchFlags
- use combinations of FrameSearchFlag to specify which
frames should be found
- Returns
- all frames of this container and all available frames of the whole frame tree
which match search parameter SearchFlags
|
|
remove
void |
remove( |
[in] XFrame |
xFrame ); |
- Description
- removes the frame from its container.
Note:
- The method XComponent::dispose() is not called implicitly
by this method.
- The creator attribute of the frame must be reset by the caller of
this method.
- Parameter xFrame
- frame which should be removed from this container
|
|
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.