LibreOffice Module svtools (master) 1
Macros | Variables
parrtf.cxx File Reference
#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>
Include dependency graph for parrtf.cxx:

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
 

Macro Definition Documentation

◆ RTF_ISALPHA

#define RTF_ISALPHA (   c)    rtl::isAsciiAlpha(c)

Definition at line 37 of file parrtf.cxx.

◆ RTF_ISDIGIT

#define RTF_ISDIGIT (   c)    rtl::isAsciiDigit(c)

Definition at line 36 of file parrtf.cxx.

Variable Documentation

◆ MAX_STRING_LEN

const int MAX_STRING_LEN = 1024

Definition at line 34 of file parrtf.cxx.

Referenced by SvRTFParser::ScanText().