Constants |
AUTO |
[ DEPRECATED ]
no longer supported
|
PARENT |
allows search on the parent frames
|
SELF |
includes the start frame himself
|
CHILDREN |
includes all child frames of the start frame
|
CREATE |
frame will be created if not found
|
SIBLINGS |
includes the direct siblings of the start frame
|
TASKS |
allow the search outside the current sub task tree of the whole possible frame tree
|
ALL |
includes all frames except frames in other tasks sub trees
but doesn't create any new frame
|
GLOBAL |
searches in the whole hierarchy of frames
but doesn't create any new frame
|
Constants' Details |
AUTO
const long AUTO = 0;
- Usage Restrictions
- deprecated
- Description
- no longer supported
Using of this flag will do nothing. Use right combination of other flags
instead of this one.
|
|
PARENT
const long PARENT = 1;
- Description
- allows search on the parent frames
|
|
SELF
const long SELF = 2;
- Description
- includes the start frame himself
|
|
CHILDREN
const long CHILDREN = 4;
- Description
- includes all child frames of the start frame
Note: That means all direct children and of course her children too.
Search doesn't stop at the next level inside the tree!
|
|
CREATE
const long CREATE = 8;
- Description
- frame will be created if not found
|
|
SIBLINGS
const long SIBLINGS = 16;
- Description
- includes the direct siblings of the start frame
Normally it's interpreted as search on the direct children of the parent
only. But in combination with e.g. the CHILDREN flag it can include all
children of it too.
|
|
TASKS
const long TASKS = 32;
- Description
- allow the search outside the current sub task tree of the whole possible frame tree
If this flag isn't present, any search from bottom to top has to stop, if a top frame
will be reached. It doesn't influence a search from top to bottom.
But it can be used at the root of the frame tree to search on direct children of it only.
Because the direct children of the root node are the root's of the task sub trees, which
are top frames too. Instead of using the CHILDREN flag there, it's possible so to suppress
a deeper search so.
|
|
ALL
const long ALL = 23;
- Description
- includes all frames except frames in other tasks sub trees
but doesn't create any new frame
|
|
GLOBAL
const long GLOBAL = 55;
- Description
- searches in the whole hierarchy of frames
but doesn't create any new frame
|
|
Top of Page
Copyright © 2000, 2014 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.