LibreOffice
LibreOffice 5.1 SDK API Reference
Public Attributes | List of all members
SearchOptions Struct Referencepublished

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

Member Data Documentation

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.

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

See also
SearchFlags
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


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