#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"
Go to the source code of this file.
◆ LOOP_CHECK
◆ 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;
Definition at line 40 of file parcss1.cxx.
◆ LOOP_CHECK_DECL
◆ LOOP_CHECK_RESTART
◆ MAX_LEN
const sal_Int32 MAX_LEN = 1024 |