LibreOffice Module sw (master)
1
|
#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.
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 |
#define LOOP_CHECK |
Definition at line 32 of file parcss1.cxx.
#define LOOP_CHECK_CHECK | ( | where | ) |
Definition at line 40 of file parcss1.cxx.
Referenced by CSS1Parser::ParseDeclaration(), CSS1Parser::ParseRule(), CSS1Parser::ParseSelector(), CSS1Parser::ParseStyleOption(), and CSS1Parser::ParseStyleSheet().
#define LOOP_CHECK_DECL sal_Int32 nOldInPos = SAL_MAX_INT32; |
Definition at line 36 of file parcss1.cxx.
Referenced by CSS1Parser::ParseDeclaration(), CSS1Parser::ParseRule(), CSS1Parser::ParseSelector(), CSS1Parser::ParseStyleOption(), and CSS1Parser::ParseStyleSheet().
#define LOOP_CHECK_RESTART nOldInPos = SAL_MAX_INT32; |
Definition at line 38 of file parcss1.cxx.
Referenced by CSS1Parser::ParseRule(), and CSS1Parser::ParseStyleSheet().
const sal_Int32 MAX_LEN = 1024 |
Definition at line 55 of file parcss1.cxx.
Referenced by CSS1Parser::GetNextToken().