LibreOffice Module svl (master) 1
Classes | Namespaces | Enumerations
srchdefs.hxx File Reference
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for srchdefs.hxx:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< SearchOptionFlags >
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  SearchOptionFlags {
  NONE = 0x0000 ,
  SEARCH = 0x0001 ,
  SEARCHALL = 0x0002 ,
  REPLACE = 0x0004 ,
  REPLACE_ALL = 0x0008 ,
  WHOLE_WORDS = 0x0010 ,
  BACKWARDS = 0x0020 ,
  REG_EXP = 0x0040 ,
  EXACT = 0x0080 ,
  SELECTION = 0x0100 ,
  FAMILIES = 0x0200 ,
  FORMAT = 0x0400 ,
  SIMILARITY = 0x0800 ,
  WILDCARD = 0x1000 ,
  ALL = 0x1fff
}
 

Enumeration Type Documentation

◆ SearchOptionFlags

enum class SearchOptionFlags
strong
Enumerator
NONE 
SEARCH 
SEARCHALL 
REPLACE 
REPLACE_ALL 
WHOLE_WORDS 
BACKWARDS 
REG_EXP 
EXACT 
SELECTION 
FAMILIES 
FORMAT 
SIMILARITY 
WILDCARD 
ALL 

Definition at line 25 of file srchdefs.hxx.