Home
last modified time | relevance | path

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

/aoo42x/main/basic/source/comp/
H A Dio.cxx63 if( !IsEoln( Peek() ) ) in Print()
74 if( IsEoln( Peek() ) ) break; in Print()
102 if( IsEoln( Peek() ) ) break; in Write()
337 if( IsEoln( eCurTok ) ) in Close()
349 if( IsEoln( Peek() ) ) in Close()
H A Dparser.cxx290 if( IsEoln( eTok ) ) in TestComma()
308 if( !IsEoln( Next() ) ) in TestEoln()
311 while( !IsEoln( Next() ) ) {} in TestEoln()
356 if( IsEoln( eCurTok ) ) in Parse()
370 if( IsEoln( eCurTok ) ) in Parse()
H A Dloops.cxx39 if( IsEoln( Next() ) ) in If()
158 if( IsEoln( eTok ) ) in DoLoop()
449 else if( !IsEoln( eTok ) ) in Select()
H A Dexprtree.cxx964 if( ( bBracket && eTok == RPAREN ) || pParser->IsEoln( eTok ) ) in SbiParameters()
1061 if( ( bBracket && eTok == RPAREN ) || pParser->IsEoln( eTok ) ) in SbiParameters()
1072 if( ( bBracket && eTok == RPAREN ) || pParser->IsEoln( eTok ) ) in SbiParameters()
H A Dtoken.cxx489 bEos = IsEoln( eCurTok ); in Next()
647 bEos = IsEoln( eCurTok ); in Next()
/aoo42x/main/basic/source/inc/
H A Dtoken.hxx170 static sal_Bool IsEoln( SbiToken t ) in IsEoln() function in SbiTokenizer

Completed in 29 milliseconds