LibreOffice
LibreOffice 24.2 SDK API Reference
|
Constants that define the search algorithm to be used with com::sun::star::util::SearchOptions2::SearchAlgorithms2. More...
Variables | |
const short | ABSOLUTE = 1 |
Literal. More... | |
const short | REGEXP = 2 |
Regular expression. More... | |
const short | APPROXIMATE = 3 |
Weighted Levenshtein Distance. More... | |
const short | WILDCARD = 4 |
Wildcards '*' and '?' An escape character is defined by setting com::sun::star::util::SearchOptions2::WildcardEscapeCharacter. More... | |
Constants that define the search algorithm to be used with com::sun::star::util::SearchOptions2::SearchAlgorithms2.
const short ABSOLUTE = 1 |
Literal.
const short APPROXIMATE = 3 |
Weighted Levenshtein Distance.
const short REGEXP = 2 |
Regular expression.
const short WILDCARD = 4 |
Wildcards '*' and '?' An escape character is defined by setting com::sun::star::util::SearchOptions2::WildcardEscapeCharacter.