19 #ifndef __com_sun_star_ucb_SearchInfo_idl__
20 #define __com_sun_star_ucb_SearchInfo_idl__
27 module
com { module sun { module star { module ucb {
35 sequence<com::sun::star::ucb::SearchCriterium>
Criteria;
sequence< com::sun::star::ucb::SearchCriterium > Criteria
the search criteria.
Definition: SearchInfo.idl:35
information needed to (recursively) search an object.
Definition: SearchInfo.idl:31
boolean RespectDocViewRestrictions
whether to respect the "view restrictions" specified for the documents hierarchically contained withi...
Definition: SearchInfo.idl:56
– idl definition –
Definition: Ambiguous.idl:22
com::sun::star::ucb::SearchRecursion Recursion
the mode of recursion to use.
Definition: SearchInfo.idl:39
boolean RespectFolderViewRestrictions
whether to respect the "view restrictions" specified for the folders hierarchically contained within ...
Definition: SearchInfo.idl:50
boolean FollowIndirections
whether to follow indirections (link objects) and search through their respective targets also...
Definition: SearchInfo.idl:61
SearchRecursion
the various modes of recursion when searching through a hierarchical object.
Definition: SearchRecursion.idl:31
boolean IncludeBase
whether to include the object itself in the search or only (some of) its sub-objects.
Definition: SearchInfo.idl:44