|
LibreOffice Module comphelper (master) 1
|
#include <rtl/ustring.hxx>#include <comphelper/comphelperdllapi.h>#include <vector>#include <memory>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 } |
|
strong |
| Enumerator | |
|---|---|
| Basic | |
| SQL | |
Definition at line 58 of file syntaxhighlight.hxx.
|
strong |
| Enumerator | |
|---|---|
| Unknown | |
| Identifier | |
| Whitespace | |
| Number | |
| String | |
| EOL | |
| Comment | |
| Error | |
| Operator | |
| Keywords | |
| Parameter | |
| LAST | |
Definition at line 29 of file syntaxhighlight.hxx.