Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1169 const xub_StrLen nListLen = rList.Len(); in lcl_ParseFunction() local
1170 while ( nStartPos < nListLen && rList.GetChar(nStartPos) == ' ' ) in lcl_ParseFunction()
1177 if ( nStartPos < nListLen && rList.GetChar(nStartPos) == '\'' ) in lcl_ParseFunction()
1201 while ( nFuncEnd < nListLen && rList.GetChar(nFuncEnd) == ' ' ) in lcl_ParseFunction()
1232 const xub_StrLen nListLen = rList.Len(); in lcl_IsAtStart() local
1233 while ( nStartPos < nListLen && rList.GetChar(nStartPos) == ' ' ) in lcl_IsAtStart()
1242 while ( nQuoteEnd < nListLen && rList.GetChar(nQuoteEnd) == ' ' ) in lcl_IsAtStart()
1246 if ( nQuoteEnd < nListLen && rList.GetChar(nQuoteEnd) == ';' && pFunc ) in lcl_IsAtStart()
1252 if ( nQuoteEnd < nListLen && rList.GetChar(nQuoteEnd) == ']' ) in lcl_IsAtStart()

Completed in 29 milliseconds