Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1176 xub_StrLen nFuncEnd = 0; in lcl_ParseFunction() local
1178 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() local
1250 nQuoteEnd = nFuncEnd; in lcl_IsAtStart()
[all …]
H A Dtable3.cxx659 SCROW nFuncEnd; member
784 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 26 milliseconds