LibreOffice Module comphelper (master) 1
Classes | Enumerations
syntaxhighlight.hxx File Reference
#include <rtl/ustring.hxx>
#include <comphelper/comphelperdllapi.h>
#include <vector>
#include <memory>
Include dependency graph for syntaxhighlight.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HighlightPortion
 
class  SyntaxHighlighter
 

Enumerations

enum class  TokenType {
  Unknown ,
  Identifier ,
  Whitespace ,
  Number ,
  String ,
  EOL ,
  Comment ,
  Error ,
  Operator ,
  Keywords ,
  Parameter ,
  LAST = Parameter
}
 
enum class  HighlighterLanguage {
  Basic ,
  SQL
}
 

Enumeration Type Documentation

◆ HighlighterLanguage

enum class HighlighterLanguage
strong
Enumerator
Basic 
SQL 

Definition at line 58 of file syntaxhighlight.hxx.

◆ TokenType

enum class TokenType
strong
Enumerator
Unknown 
Identifier 
Whitespace 
Number 
String 
EOL 
Comment 
Error 
Operator 
Keywords 
Parameter 
LAST 

Definition at line 29 of file syntaxhighlight.hxx.