LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"SearchOptions.idl";
Public Attributes | |
SearchAlgorithms | algorithmType |
search type More... | |
long | searchFlag |
some flags - can be mixed More... | |
string | searchString |
The text or pattern to be searched. More... | |
string | replaceString |
The replacement text (is for optional replacing - SearchOption is only the data container for it) More... | |
::com::sun::star::lang::Locale | Locale |
The locale for case insensitive search. More... | |
long | changedChars |
This many characters can be different (as a replacement) between the found word and the search pattern in a "Weighted Levenshtein
Distance" search. More... | |
long | deletedChars |
This many characters can be missing in the found word in a "Weighted Levenshtein Distance" search. More... | |
long | insertedChars |
This many characters can be additional in the found word in a "Weighted Levenshtein Distance" search. More... | |
long | transliterateFlags |
Flags for the transliteration. More... | |
SearchAlgorithms algorithmType |
search type
long changedChars |
This many characters can be different (as a replacement) between the found word and the search pattern in a "Weighted Levenshtein Distance" search.
long deletedChars |
This many characters can be missing in the found word in a "Weighted Levenshtein Distance" search.
long insertedChars |
This many characters can be additional in the found word in a "Weighted Levenshtein Distance" search.
::com::sun::star::lang::Locale Locale |
The locale for case insensitive search.
string replaceString |
The replacement text (is for optional replacing - SearchOption is only the data container for it)
long searchFlag |
some flags - can be mixed
string searchString |
The text or pattern to be searched.
long transliterateFlags |
Flags for the transliteration.
Same meaning as the enum of com::sun::star::i18n::TransliterationModules