Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
 
| Elements' Summary | 
| algorithmType | search type | 
| searchFlag | some flags - can be mixed | 
| searchString | The text or pattern to be searched. | 
| replaceString | The replacement text
 (is for optional replacing - SearchOption is only the data container for it) | 
| Locale | The locale for case insensitive search. | 
| changedChars | This many characters can be different (as a replacement) between 
 the found word and the search pattern in a "Weighted Levenshtein 
 Distance" search. | 
| deletedChars | This many characters can be missing in the found word in a 
 "Weighted Levenshtein Distance" search. | 
| insertedChars | This many characters can be additional in the found word in a 
 "Weighted Levenshtein Distance" search. | 
| transliterateFlags | Flags for the transliteration. Same meaning as the enum of
 ::com::sun::star::i18n::TransliterationModules | 
| Elements' Details | 
| algorithmType | 
| searchFlag 
| long searchFlag; 
 
Descriptionsome flags - can be mixed
 See alsoSearchFlags |  | 
| searchString 
| string searchString; 
 
DescriptionThe text or pattern to be searched.  |  | 
| replaceString 
| string replaceString; 
 
DescriptionThe replacement text
 (is for optional replacing - SearchOption is only the data container for it)  |  | 
| Locale 
| ::com::sun::star::lang::Locale Locale; 
 
DescriptionThe locale for case insensitive search.  |  | 
| changedChars 
| long changedChars; 
 
DescriptionThis many characters can be different (as a replacement) between 
 the found word and the search pattern in a "Weighted Levenshtein 
 Distance" search.  |  | 
| deletedChars 
| long deletedChars; 
 
DescriptionThis many characters can be missing in the found word in a 
 "Weighted Levenshtein Distance" search.  |  | 
| insertedChars 
| long insertedChars; 
 
DescriptionThis many characters can be additional in the found word in a 
 "Weighted Levenshtein Distance" search.  |  | 
| transliterateFlags 
| long transliterateFlags; 
 
DescriptionFlags for the transliteration. Same meaning as the enum of
 ::com::sun::star::i18n::TransliterationModules
  |  | 
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.