:: com :: sun :: star :: util ::

struct SearchOptions2
Base Hierarchy
SearchOptions2SearchOptions

Elements' Summary
AlgorithmType2 Search type, one of com::sun::star::util::SearchAlgorithms2 constants. This is preferred over the content of the SearchAlgorithms SearchOptions::algorithmType enum field.  
WildcardEscapeCharacter The escape character to be used with a com::sun::star::util::SearchAlgorithms2::WILDCARD search.  
Elements' Details
AlgorithmType2
short AlgorithmType2;
Description
Search type, one of com::sun::star::util::SearchAlgorithms2 constants. This is preferred over the content of the SearchAlgorithms SearchOptions::algorithmType enum field.
WildcardEscapeCharacter
long WildcardEscapeCharacter;
Description
The escape character to be used with a com::sun::star::util::SearchAlgorithms2::WILDCARD search.

A Unicode character, if not 0 escapes the special meaning of a question mark, asterisk or escape character that follows immediately after the escape character. If 0 defines no escape character is used.

Common values are '\' (U+005C REVERSE SOLIDUS) aka backslash in text processing context, or '~' (U+007E TILDE) in spreadsheet processing context.

Top of Page