Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dcompiler.cxx1980 int nRefInName = 0; in NextSymbol() local
2291 if ((nMask & SC_COMPILER_C_ODF_RBRACKET) && !(nRefInName & kOpen)) in NextSymbol()
2293 DBG_ASSERT( nRefInName & (kPast | kDefName), in NextSymbol()
2300 else if (cSheetSep == c && nRefInName == 0) in NextSymbol()
2304 nRefInName |= kPast; in NextSymbol()
2306 nRefInName |= kMarkAhead; in NextSymbol()
2308 else if (!(nRefInName & kPast) || (nRefInName & (kMarkAhead | kDefName))) in NextSymbol()
2312 if (SC_COMPILER_FILE_TAB_SEP == c && (nRefInName & kFileSep)) in NextSymbol()
2313 nRefInName = 0; in NextSymbol()
2314 else if ('$' == c && '$' == pSrc[0] && !(nRefInName & kOpen)) in NextSymbol()
[all …]