Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: util ::

struct SearchOptions

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
SearchAlgorithms algorithmType;
Description
search type
searchFlag
long searchFlag;
Description
some flags - can be mixed
See also
SearchFlags
searchString
string searchString;
Description
The text or pattern to be searched.
replaceString
string replaceString;
Description
The replacement text (is for optional replacing - SearchOption is only the data container for it)
Locale
::com::sun::star::lang::Locale Locale;
Description
The locale for case insensitive search.
changedChars
long changedChars;
Description
This 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;
Description
This many characters can be missing in the found word in a "Weighted Levenshtein Distance" search.
insertedChars
long insertedChars;
Description
This many characters can be additional in the found word in a "Weighted Levenshtein Distance" search.
transliterateFlags
long transliterateFlags;
Description
Flags for the transliteration. Same meaning as the enum of ::com::sun::star::i18n::TransliterationModules
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.