Home
last modified time | relevance | path

Searched refs:nNextCh (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svtools/source/svrtf/
H A Dparrtf.cxx63 switch( nNextCh ) in _GetNextToken()
78 nNextCh = '\\'; in _GetNextToken()
238 nRet = nNextCh; in _GetNextToken()
277 nRet = nNextCh; in _GetNextToken()
310 if( nNextCh >= '0' && nNextCh <= '9' ) in GetHexValue()
312 else if( nNextCh >= 'a' && nNextCh <= 'f' ) in GetHexValue()
314 else if( nNextCh >= 'A' && nNextCh <= 'F' ) in GetHexValue()
417 if( '-' == nNextCh || RTF_ISDIGIT( nNextCh ) ) in ScanText()
498 (RTF_ISALPHA(nNextCh) || RTF_ISDIGIT(nNextCh)) && in ScanText()
544 while (nNextCh==0xa || nNextCh==0xd) in SkipGroup()
[all …]
H A Dsvparser.cxx55 sal_Unicode nNextCh; // akt. Zeichen member
180 nNextCh = GetNextChar(); in RereadLookahead()
545 pImplData->nNextCh = nNextCh; in SaveState()
560 nNextCh = pImplData->nNextCh; in RestoreState()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx457 switch( nNextCh ) in ScanText()
521 nNextCh = 0U; in ScanText()
650 nNextCh = 0U; in ScanText()
796 nNextCh = ' '; in ScanText()
820 } while ( ' ' == nNextCh || '\t' == nNextCh || in ScanText()
821 '\r' == nNextCh || '\n' == nNextCh || in ScanText()
855 } while( HTML_ISALPHA( nNextCh ) || HTML_ISDIGIT( nNextCh ) ); in ScanText()
924 while( (HTML_ISALPHA(nNextCh) || '-'==nNextCh) && in _GetNextRawToken()
1148 if( HTML_ISALPHA( nNextCh ) || '!'==nNextCh ) // fix #26984# in _GetNextToken()
1156 } while( '>' != nNextCh && !HTML_ISSPACE( nNextCh ) && in _GetNextToken()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dsvparser.hxx66 sal_Unicode nNextCh; // Akt. Zeichen fuer die "lex" member in SvParser
/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx437 nNextCh = GetNextChar(); in ReadBmpData()
/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx448 if (nNextCh=='}') break; // #118989# empty listnames in ReadListTable()

Completed in 38 milliseconds