Elements' Details |
algorithmType
|
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
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.