22 module
com { module sun { module star { module util {
boolean SearchCaseSensitive
If TRUE, the case of the letters is important for the match.
Definition: SearchDescriptor.idl:39
boolean SearchSimilarityRelax
If TRUE, all similarity rules are applied together.
Definition: SearchDescriptor.idl:93
boolean SearchStyles
If TRUE, it is searched for positions where the paragraph style with the name of the search pattern i...
Definition: SearchDescriptor.idl:55
Definition: Ambiguous.idl:20
specifies a string search operation.
Definition: XSearchDescriptor.idl:27
boolean SearchRegularExpression
If TRUE, the search string is evaluated as a regular expression.
Definition: SearchDescriptor.idl:50
boolean SearchWildcard
If TRUE, the search string is evaluated as a wildcard pattern.
Definition: SearchDescriptor.idl:124
short SearchSimilarityAdd
specifies the number of characters that must be added to match the search pattern.
Definition: SearchDescriptor.idl:103
boolean SearchSimilarity
If TRUE, a "similarity search" is performed.
Definition: SearchDescriptor.idl:76
describes what and how to search within a container.
Definition: SearchDescriptor.idl:27
short SearchSimilarityExchange
This property specifies the number of characters that must be replaced to match the search pattern...
Definition: SearchDescriptor.idl:108
boolean SearchBackwards
If TRUE, the search is done backwards in the document.
Definition: SearchDescriptor.idl:31
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:45
long WildcardEscapeCharacter
Specifies the character used to escape special characters in wildcards.
Definition: SearchDescriptor.idl:130
boolean SearchWords
If TRUE, only complete words will be found.
Definition: SearchDescriptor.idl:43
short SearchSimilarityRemove
This property specifies the number of characters that may be ignored to match the search pattern...
Definition: SearchDescriptor.idl:98