Top   Module   Use   Manual   Index 

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

struct SearchOptions




Elements

com::sun::star::util::SearchAlgorithms algorithmType
Description
search type, can be: ABSOLUTE, REGEXP, APPROXIMATE
long searchFlag
Description
some flags - can be mixed
See also
SearchFlags
string searchString
Description
the search text
string replaceString
Description
the replace text (is for optional replacing - SearchOption is only the data container for it)
com::sun::star::lang::Locale Locale
Description
this is the language for case insensitive search
long changedChars
Description
this many characters can be different between the found and search word in a "Weight Levenshtein-Distance"
long deletedChars
Description
this many characters can be missed in the found word in a "Weight Levenshtein-Distance"
long insertedChars
Description
this many characters can be additional in the found word in a "Weight Levenshtein-Distance"
long transliterateFlags
Description
asian flags for the transliteration. Same meaning as the enum of TransliteratorModule
See also
com/sun/star/i18n/XTransliteration.idl
Top of Page