import "SearchOptions.idl";
 
  
| Public Attributes | |
| SearchAlgorithms | algorithmType | 
| search type | |
| long | searchFlag | 
| some flags - can be mixed | |
| string | searchString | 
| The text or pattern to be searched. | |
| string | replaceString | 
| The replacement text (is for optional replacing - SearchOption is only the data container for it) | |
| ::com::sun::star::lang::Locale | Locale | 
| The locale for case insensitive search. | |
| long | changedChars | 
| This many characters can be different (as a replacement) between the found word and the search pattern in a "Weighted Levenshtein
Distance" search. | |
| long | deletedChars | 
| This many characters can be missing in the found word in a "Weighted Levenshtein Distance" search. | |
| long | insertedChars | 
| This many characters can be additional in the found word in a "Weighted Levenshtein Distance" search. | |
| long | transliterateFlags | 
| Flags for the transliteration. | |
| SearchAlgorithms algorithmType | 
search type
| long changedChars | 
This many characters can be different (as a replacement) between the found word and the search pattern in a "Weighted Levenshtein Distance" search.
| long deletedChars | 
This many characters can be missing in the found word in a "Weighted Levenshtein Distance" search.
| long insertedChars | 
This many characters can be additional in the found word in a "Weighted Levenshtein Distance" search.
The locale for case insensitive search.
| string replaceString | 
The replacement text (is for optional replacing - SearchOption is only the data container for it)
| long searchFlag | 
some flags - can be mixed
| string searchString | 
The text or pattern to be searched.
| long transliterateFlags | 
Flags for the transliteration.
Same meaning as the enum of com::sun::star::i18n::TransliterationModules