LibreOffice
LibreOffice 5.3 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
SearchInfo Struct Referencepublished

information needed to (recursively) search an object. More...

import "SearchInfo.idl";

Public Attributes

sequence
< com::sun::star::ucb::SearchCriterium
Criteria
 the search criteria. More...
 
com::sun::star::ucb::SearchRecursion Recursion
 the mode of recursion to use. More...
 
boolean IncludeBase
 whether to include the object itself in the search or only (some of) its sub-objects. More...
 
boolean RespectFolderViewRestrictions
 whether to respect the "view restrictions" specified for the folders hierarchically contained within an object (e.g., only searches through subscribed folders). More...
 
boolean RespectDocViewRestrictions
 whether to respect the "view restrictions" specified for the documents hierarchically contained within an object (e.g., only searches through marked documents). More...
 
boolean FollowIndirections
 whether to follow indirections (link objects) and search through their respective targets also. More...
 

Detailed Description

information needed to (recursively) search an object.

Member Data Documentation

the search criteria.

boolean FollowIndirections

whether to follow indirections (link objects) and search through their respective targets also.

boolean IncludeBase

whether to include the object itself in the search or only (some of) its sub-objects.

the mode of recursion to use.

boolean RespectDocViewRestrictions

whether to respect the "view restrictions" specified for the documents hierarchically contained within an object (e.g., only searches through marked documents).

boolean RespectFolderViewRestrictions

whether to respect the "view restrictions" specified for the folders hierarchically contained within an object (e.g., only searches through subscribed folders).


The documentation for this struct was generated from the following file: