LibreOffice Module sw (master) 1
Macros | Variables
parcss1.cxx File Reference
#include <o3tl/string_view.hxx>
#include <osl/diagnose.h>
#include <rtl/character.hxx>
#include <rtl/ustrbuf.hxx>
#include <tools/color.hxx>
#include <tools/solar.h>
#include <svtools/htmltokn.h>
#include <comphelper/string.hxx>
#include "parcss1.hxx"
Include dependency graph for parcss1.cxx:

Go to the source code of this file.

Macros

#define LOOP_CHECK
 
#define LOOP_CHECK_DECL    sal_Int32 nOldInPos = SAL_MAX_INT32;
 
#define LOOP_CHECK_RESTART    nOldInPos = SAL_MAX_INT32;
 
#define LOOP_CHECK_CHECK(where)
 

Variables

const sal_Int32 MAX_LEN = 1024
 

Macro Definition Documentation

◆ LOOP_CHECK

#define LOOP_CHECK

Definition at line 32 of file parcss1.cxx.

◆ LOOP_CHECK_CHECK

#define LOOP_CHECK_CHECK (   where)
Value:
OSL_ENSURE( nOldInPos!=m_nInPos || m_cNextCh==sal_Unicode(EOF), where ); \
if( nOldInPos==m_nInPos && m_cNextCh!=sal_Unicode(EOF) ) \
break; \
else \
nOldInPos = m_nInPos;
sal_uInt16 sal_Unicode

Definition at line 40 of file parcss1.cxx.

◆ LOOP_CHECK_DECL

#define LOOP_CHECK_DECL    sal_Int32 nOldInPos = SAL_MAX_INT32;

Definition at line 36 of file parcss1.cxx.

◆ LOOP_CHECK_RESTART

#define LOOP_CHECK_RESTART    nOldInPos = SAL_MAX_INT32;

Definition at line 38 of file parcss1.cxx.

Variable Documentation

◆ MAX_LEN

const sal_Int32 MAX_LEN = 1024

Definition at line 55 of file parcss1.cxx.