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()
68 switch( nNextCh = GetNextChar() ) in _GetNextToken()
78 nNextCh = '\\'; in _GetNextToken()
82 bNextCh = 0 == nNextCh; in _GetNextToken()
101 if( RTF_ISALPHA( nNextCh ) ) in _GetNextToken()
110 *(pStr + nStrLen++) = nNextCh; in _GetNextToken()
117 nNextCh = GetNextChar(); in _GetNextToken()
118 } while( RTF_ISALPHA( nNextCh ) ); in _GetNextToken()
128 if( '-' == nNextCh ) in _GetNextToken()
131 nNextCh = GetNextChar(); in _GetNextToken()
[all …]
H A Dsvparser.cxx54 sal_Unicode nNextCh; // akt. Zeichen member
179 nNextCh = GetNextChar(); in RereadLookahead()
544 pImplData->nNextCh = nNextCh; in SaveState()
559 nNextCh = pImplData->nNextCh; in RestoreState()
/trunk/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 …]
/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.cxx436 nNextCh = GetNextChar(); in ReadBmpData()
/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx448 if (nNextCh=='}') break; // #118989# empty listnames in ReadListTable()