Searched refs:nLoopStart (Results 1 – 3 of 3) sorted by relevance
114 xub_StrLen nLoopStart = nStartPos; in ToggleRel() local115 while ( nLoopStart <= nEndPos ) in ToggleRel()119 xub_StrLen nEStart = nLoopStart; in ToggleRel()128 aSep = aFormula.Copy( nLoopStart, nEStart-nLoopStart ); in ToggleRel()152 nLoopStart = nEEnd; in ToggleRel()
1058 sal_uLong nLoopStart = (sal_uLong) fIntStart; in ScVDB() local1064 for (sal_uLong i = nLoopStart + 1; i <= nLoopEnd; i++) in ScVDB()1069 if ( i == nLoopStart+1 ) in ScVDB()
1175 sal_uInt16 nLoopStart(0); in DoConvertToPolyObj() local1190 nLoopStart = 1; in DoConvertToPolyObj()1222 nLoopStart = 2; in DoConvertToPolyObj()1254 nLoopStart = 2; in DoConvertToPolyObj()1257 for(;nLoopStart<nCount;nLoopStart++) in DoConvertToPolyObj()1260 aPolyPoly.append(aTmpPolyPolygon[nLoopStart].getB2DPolygon()); in DoConvertToPolyObj()
Completed in 51 milliseconds