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;
- 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
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.