LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
SearchOptions Struct Referencepublished

import "SearchOptions.idl";

Inheritance diagram for SearchOptions:
SearchOptions2

Public Attributes

SearchAlgorithms algorithmType
 search type
long searchFlag
 some flags - can be mixed
string searchString
 The text or pattern to be searched.
string replaceString
 The replacement text (is for optional replacing - SearchOption is only the data container for it)
::com::sun::star::lang::Locale Locale
 The locale for case insensitive search.
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.
long transliterateFlags
 Flags for the transliteration.

Member Data Documentation

◆ algorithmType

SearchAlgorithms algorithmType

search type

◆ changedChars

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.

◆ deletedChars

long deletedChars

This many characters can be missing in the found word in a "Weighted Levenshtein Distance" search.

◆ insertedChars

long insertedChars

This many characters can be additional in the found word in a "Weighted Levenshtein Distance" search.

◆ Locale

The locale for case insensitive search.

◆ replaceString

string replaceString

The replacement text (is for optional replacing - SearchOption is only the data container for it)

◆ searchFlag

long searchFlag

some flags - can be mixed

See also
SearchFlags

◆ searchString

string searchString

The text or pattern to be searched.

◆ transliterateFlags

long transliterateFlags

Flags for the transliteration.

Same meaning as the enum of com::sun::star::i18n::TransliterationModules


The documentation for this struct was generated from the following file: