Lines Matching refs:nStart

507 		SCROW nStart=0;  in ApplyStyleArea()  local
522 SCROW nY1 = nStart; in ApplyStyleArea()
524 nStart = pData[nPos].nRow + 1; in ApplyStyleArea()
537 Search( nStart, nPos ); in ApplyStyleArea()
563 Search(nStart, nPos); in ApplyStyleArea()
569 while ((nStart <= nEndRow) && (nPos < nCount)); in ApplyStyleArea()
607 SCROW nStart=0; in ApplyLineStyleArea() local
629 SCROW nY1 = nStart; in ApplyLineStyleArea()
688 nStart = pData[nPos].nRow + 1; in ApplyLineStyleArea()
695 Search( nStart, nPos ); in ApplyLineStyleArea()
705 Search(nStart, nPos); in ApplyLineStyleArea()
716 nStart = pData[nPos].nRow + 1; in ApplyLineStyleArea()
720 while ((nStart <= nEndRow) && (nPos < nCount)); in ApplyLineStyleArea()
737 SCROW nStart=0; in ApplyCacheArea() local
755 SCROW nY1 = nStart; in ApplyCacheArea()
757 nStart = pData[nPos].nRow + 1; in ApplyCacheArea()
764 Search( nStart, nPos ); in ApplyCacheArea()
798 Search(nStart, nPos); in ApplyCacheArea()
807 nStart = pData[nPos].nRow + 1; in ApplyCacheArea()
811 while (nStart <= nEndRow); in ApplyCacheArea()
866 SCROW nStart=0; in MergePatternArea() local
902 nStart = pData[nPos].nRow + 1; in MergePatternArea()
905 while (nStart <= nEndRow); in MergePatternArea()
1746 SCROW nStart = 0; in FindStyleSheet() local
1756 rUsedRows.setTrue(nStart, nEnd); in FindStyleSheet()
1773 Search(nStart, nPos); in FindStyleSheet()
1778 nStart = nEnd + 1; in FindStyleSheet()
1864 SCSIZE nStart = 0; in GetFirstVisibleAttr() local
1873 nStart = nVisStart; in GetFirstVisibleAttr()
1875 while ( nStart < nCount && !bFound ) in GetFirstVisibleAttr()
1877 if ( pData[nStart].pPattern->IsVisible() ) in GetFirstVisibleAttr()
1879 rFirstRow = nStart ? ( pData[nStart-1].nRow + 1 ) : 0; in GetFirstVisibleAttr()
1883 ++nStart; in GetFirstVisibleAttr()
2198 SCROW nStart; in DeleteRow() local
2200 nStart = 0; in DeleteRow()
2202 nStart = pData[nStartIndex-1].nRow + 1; in DeleteRow()
2204 if (nStart < nStartRow) in DeleteRow()
2296 SCROW nStart = nStartRow; in MoveTo() local
2302 rAttrArray.SetPatternArea( nStart, Min( (SCROW)pData[i].nRow, (SCROW)nEndRow ), in MoveTo()
2305 nStart = Max( (SCROW)nStart, (SCROW)(pData[i].nRow + 1) ); in MoveTo()
2444 SCROW nStart = nIndex ? pData[nIndex-1].nRow+1 : 0; in SearchStyle() local
2445 if (nRow >= nStart && nRow <= pData[nIndex].nRow) in SearchStyle()