Home
last modified time | relevance | path

Searched refs:bNeedsQuote (Results 1 – 1 of 1) sorted by path

/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx1830 bool bNeedsQuote = !((aRes.TokenType & KParseType::IDENTNAME) && aRes.EndPos == rString.Len()); in CheckTabQuotes() local
1841 if( bNeedsQuote ) in CheckTabQuotes()
1851 if ( !bNeedsQuote && CharClass::isAsciiNumeric( rString ) ) in CheckTabQuotes()
1854 bNeedsQuote = true; in CheckTabQuotes()
1857 if( bNeedsQuote ) in CheckTabQuotes()

Completed in 33 milliseconds