Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: ucb ::
|
| struct SearchInfo |
|
- Description
- information needed to (recursively) search an object.
|
| Elements' Summary |
| Criteria |
the search criteria.
|
| Recursion |
the mode of recursion to use.
|
| IncludeBase |
whether to include the object itself in the search or only (some of)
its sub-objects.
|
| RespectFolderViewRestrictions |
whether to respect the "view restrictions" specified for the folders
hierarchically contained within an object (e.g., only searches through
subscribed folders).
|
| RespectDocViewRestrictions |
whether to respect the "view restrictions" specified for the documents
hierarchically contained within an object (e.g., only searches through
marked documents).
|
| FollowIndirections |
whether to follow indirections (link objects) and search through their
respective targets also.
|
| Elements' Details |
| Criteria
|
| Recursion
|
IncludeBase
boolean IncludeBase;
- Description
- whether to include the object itself in the search or only (some of)
its sub-objects.
|
|
RespectFolderViewRestrictions
boolean RespectFolderViewRestrictions;
- Description
- whether to respect the "view restrictions" specified for the folders
hierarchically contained within an object (e.g., only searches through
subscribed folders).
|
|
RespectDocViewRestrictions
boolean RespectDocViewRestrictions;
- Description
- whether to respect the "view restrictions" specified for the documents
hierarchically contained within an object (e.g., only searches through
marked documents).
|
|
FollowIndirections
boolean FollowIndirections;
- Description
- whether to follow indirections (link objects) and search through their
respective targets also.
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.