|
LibreOffice Module svtools (master) 1
|
#include <sal/config.h>#include <sal/log.hxx>#include <comphelper/scopeguard.hxx>#include <rtl/character.hxx>#include <rtl/strbuf.hxx>#include <rtl/tencinfo.h>#include <rtl/ustrbuf.hxx>#include <tools/stream.hxx>#include <tools/debug.hxx>#include <svtools/rtftoken.h>#include <svtools/parrtf.hxx>Go to the source code of this file.
Macros | |
| #define | RTF_ISDIGIT(c) rtl::isAsciiDigit(c) |
| #define | RTF_ISALPHA(c) rtl::isAsciiAlpha(c) |
Variables | |
| const int | MAX_STRING_LEN = 1024 |
| #define RTF_ISALPHA | ( | c | ) | rtl::isAsciiAlpha(c) |
Definition at line 37 of file parrtf.cxx.
| #define RTF_ISDIGIT | ( | c | ) | rtl::isAsciiDigit(c) |
Definition at line 36 of file parrtf.cxx.
| const int MAX_STRING_LEN = 1024 |
Definition at line 34 of file parrtf.cxx.
Referenced by SvRTFParser::ScanText().