Searched refs:nFuncEnd (Results 1 – 2 of 2) sorted by relevance
1176 xub_StrLen nFuncEnd = 0; in lcl_ParseFunction() local1178 bParsed = lcl_Dequote( rList, nStartPos, nFuncEnd, aFuncStr ); in lcl_ParseFunction()1181 nFuncEnd = rList.Search( static_cast<sal_Unicode>(']'), nStartPos ); in lcl_ParseFunction()1182 if ( nFuncEnd != STRING_NOTFOUND ) in lcl_ParseFunction()1184 aFuncStr = rList.Copy( nStartPos, nFuncEnd - nStartPos ); in lcl_ParseFunction()1201 while ( nFuncEnd < nListLen && rList.GetChar(nFuncEnd) == ' ' ) in lcl_ParseFunction()1202 ++nFuncEnd; in lcl_ParseFunction()1203 rEndPos = nFuncEnd; in lcl_ParseFunction()1248 xub_StrLen nFuncEnd = 0; in lcl_IsAtStart() local1250 nQuoteEnd = nFuncEnd; in lcl_IsAtStart()[all …]
659 SCROW nFuncEnd; member784 aRowEntry.nFuncEnd = nRow-1; in DoSubTotals()806 if ( aRowEntry.nDestRow <= iMove->nFuncEnd ) in DoSubTotals()807 ++iMove->nFuncEnd; in DoSubTotals()883 aRef.Ref2.nRow = iEntry->nFuncEnd; in DoSubTotals()
Completed in 55 milliseconds