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
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.