Home
last modified time | relevance | path

Searched refs:SEMICOLON (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basic/source/comp/
H A Dio.cxx41 while( Peek() == COMMA || Peek() == SEMICOLON ) in Channel()
71 if( eCurTok == COMMA || eCurTok == SEMICOLON ) in Print()
343 while( Peek() == COMMA || Peek() == SEMICOLON ) in Close()
/trunk/main/dtrans/source/cnttype/
H A Dmcnttype.cxx50 const OUString SEMICOLON = OUString::createFromAscii( ";" ); variable
359 if ( bAfterQuoteSign && ((m_nxtSym == SPACE)||(m_nxtSym == SEMICOLON) ) ) in quotedPValue()
/trunk/main/basic/source/inc/
H A Dtoken.hxx47 HASH = '#', SEMICOLON = ';', enumerator

Completed in 30 milliseconds