Go to the source code of this file.
| Modules | |
| module | com | 
| module | com::sun | 
| module | com::sun::star | 
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::util | 
| Miscellaneous interfaces for sorting, connecting objects etc. | |
| Constant Groups | |
| constants | com::sun::star::util::SearchAlgorithms2 | 
| Constants that define the search algorithm to be used with com::sun::star::util::SearchOptions2::SearchAlgorithms2. | |
| Variables | |
| const short | ABSOLUTE = 1 | 
| Literal. | |
| const short | REGEXP = 2 | 
| Regular expression. | |
| const short | APPROXIMATE = 3 | 
| Weighted Levenshtein Distance. | |
| const short | WILDCARD = 4 | 
| Wildcards '*' and '? | |