|
LibreOffice Module svtools (master) 1
|
#include <o3tl/string_view.hxx>#include <rtl/ustring.hxx>#include <svtools/rtfkeywd.hxx>#include <svtools/rtftoken.h>#include <algorithm>#include <string_view>Go to the source code of this file.
Functions | |
| int | GetRTFToken (std::u16string_view rSearch) |
Variables | |
| static bool | bSortKeyWords = false |
| static RTF_TokenEntry | aRTFTokenTab [] |
| int GetRTFToken | ( | std::u16string_view | rSearch | ) |
Definition at line 1173 of file rtfkeywd.cxx.
References aRTFTokenTab, bSortKeyWords, o3tl::compareToIgnoreAsciiCase(), and findCompare().
Referenced by SvRTFParser::GetNextToken_().
|
static |
Definition at line 42 of file rtfkeywd.cxx.
Referenced by GetRTFToken().
|
static |
Definition at line 40 of file rtfkeywd.cxx.
Referenced by GetHTMLToken(), and GetRTFToken().