22 module
com { module sun { module star { module util {
26 published constants SearchFlags
const long REG_NOSUB
Flag for "regular expression" search / No register information or backreferences, i...
Definition: SearchFlags.idl:55
const long REG_NOT_BEGINOFLINE
The first character in the string is not the beginning of the line therefore ^ will not match with fi...
Definition: SearchFlags.idl:82
const long NORM_WORD_ONLY
Flag for normal (Boyer-Moore) search / Search for word only.
Definition: SearchFlags.idl:40
Definition: Ambiguous.idl:20
const long WILD_MATCH_SELECTION
Flag for wildcards search if entire selection must match the pattern.
Definition: SearchFlags.idl:136
const long REG_NEWLINE
Flag for "regular expression" search / Special new line treatment.
Definition: SearchFlags.idl:76
const long REG_EXTENDED
Flag for "regular expression" search / Interpret as extended regular expression.
Definition: SearchFlags.idl:47
const long REG_NOT_ENDOFLINE
The last character in the string is not the end of the line therefore $ will not match with last char...
Definition: SearchFlags.idl:87
const long ALL_IGNORE_CASE
Definition: SearchFlags.idl:37
const long LEV_RELAXED
Flag for "Weighted Levenshtein Distance" search / Relaxed checking of limit, split weigh pools...
Definition: SearchFlags.idl:120