Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/svrtf/
H A Dparrtf.cxx65 switch( nNextCh ) in _GetNextToken()
70 switch( nNextCh = GetNextChar() ) in _GetNextToken()
80 nNextCh = '\\'; in _GetNextToken()
84 bNextCh = 0 == nNextCh; in _GetNextToken()
103 if( RTF_ISALPHA( nNextCh ) ) in _GetNextToken()
112 *(pStr + nStrLen++) = nNextCh; in _GetNextToken()
119 nNextCh = GetNextChar(); in _GetNextToken()
120 } while( RTF_ISALPHA( nNextCh ) ); in _GetNextToken()
130 if( '-' == nNextCh ) in _GetNextToken()
133 nNextCh = GetNextChar(); in _GetNextToken()
[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()
/AOO41X/main/svtools/source/svhtml/
H A Dparhtml.cxx337 nNextCh = GetNextChar(); in CallParser()
457 switch( nNextCh ) in ScanText()
469 if( '#' == (nNextCh = GetNextChar()) ) in ScanText()
471 nNextCh = GetNextChar(); in ScanText()
474 const sal_Bool bIsHex( 'x' == nNextCh ); in ScanText()
475 const sal_Bool bIsDecOrHex( bIsHex || HTML_ISDIGIT(nNextCh) ); in ScanText()
480 nNextCh = GetNextChar(); in ScanText()
481 while ( HTML_ISHEXDIGIT(nNextCh) ) in ScanText()
484 ( nNextCh <= '9' in ScanText()
485 ? sal_Unicode( nNextCh - '0' ) in ScanText()
[all …]
/AOO41X/main/svtools/inc/svtools/
H A Dsvparser.hxx68 sal_Unicode nNextCh; // Akt. Zeichen fuer die "lex" member in SvParser
/AOO41X/main/editeng/source/rtf/
H A Drtfgrf.cxx437 nNextCh = GetNextChar(); in ReadBmpData()
/AOO41X/main/sw/source/filter/rtf/
H A Drtfnum.cxx448 if (nNextCh=='}') break; // #118989# empty listnames in ReadListTable()