Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1222 xub_StrLen nQuoteEnd = 0; in lcl_IsAtStart() local
1226 bParsed = lcl_Dequote( rList, 0, nQuoteEnd, aDequoted ); in lcl_IsAtStart()
1238 if ( lcl_Dequote( rList, nStartPos, nQuoteEnd, aDequoted ) ) in lcl_IsAtStart()
1242 while ( nQuoteEnd < nListLen && rList.GetChar(nQuoteEnd) == ' ' ) in lcl_IsAtStart()
1243 ++nQuoteEnd; in lcl_IsAtStart()
1246 if ( nQuoteEnd < nListLen && rList.GetChar(nQuoteEnd) == ';' && pFunc ) in lcl_IsAtStart()
1249 if ( lcl_ParseFunction( rList, nQuoteEnd + 1, nFuncEnd, *pFunc ) ) in lcl_IsAtStart()
1250 nQuoteEnd = nFuncEnd; in lcl_IsAtStart()
1252 if ( nQuoteEnd < nListLen && rList.GetChar(nQuoteEnd) == ']' ) in lcl_IsAtStart()
1254 ++nQuoteEnd; // include the closing bracket for the matched length in lcl_IsAtStart()
[all …]

Completed in 17 milliseconds