LibreOffice
LibreOffice 24.2 SDK API Reference
|
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... | |
information needed to (recursively) search an object.
sequence<com::sun::star::ucb::SearchCriterium> Criteria |
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.
com::sun::star::ucb::SearchRecursion Recursion |
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).