LibreOffice Module svtools (master) 1
Functions | Variables
rtfkeywd.cxx File Reference
#include <o3tl/string_view.hxx>
#include <rtl/ustring.hxx>
#include <svtools/rtfkeywd.hxx>
#include <svtools/rtftoken.h>
#include <algorithm>
#include <string_view>
Include dependency graph for rtfkeywd.cxx:

Go to the source code of this file.

Functions

int GetRTFToken (std::u16string_view rSearch)
 

Variables

static bool bSortKeyWords = false
 
static RTF_TokenEntry aRTFTokenTab []
 

Function Documentation

◆ GetRTFToken()

int GetRTFToken ( std::u16string_view  rSearch)

Variable Documentation

◆ aRTFTokenTab

RTF_TokenEntry aRTFTokenTab[]
static

Definition at line 42 of file rtfkeywd.cxx.

Referenced by GetRTFToken().

◆ bSortKeyWords

bool bSortKeyWords = false
static

Definition at line 40 of file rtfkeywd.cxx.

Referenced by GetHTMLToken(), and GetRTFToken().