Lines Matching refs:nEnd

1761 		SCROW nEnd;  in LoadColAttr()  local
1769 nEnd = 0; in LoadColAttr()
1774 nEnd = static_cast<SCROW>(pColData->Row); in LoadColAttr()
1775 if ((nStart <= nEnd) && (pColData->Value)) in LoadColAttr()
1795 pDoc->ApplyPatternAreaTab(Col, nStart, Col, nEnd, Tab, aScPattern); in LoadColAttr()
1798 nStart = nEnd + 1; in LoadColAttr()
1803 nEnd = 0; in LoadColAttr()
1808 nEnd = static_cast<SCROW>(pColData->Row); in LoadColAttr()
1809 if ((nStart <= nEnd) && (pColData->Value)) in LoadColAttr()
1815 pDoc->ApplyPatternAreaTab(Col, nStart, Col, nEnd, Tab, aScPattern); in LoadColAttr()
1817 nStart = nEnd + 1; in LoadColAttr()
1822 nEnd = 0; in LoadColAttr()
1827 nEnd = static_cast<SCROW>(pColData->Row); in LoadColAttr()
1829 if ((nStart <= nEnd) && (nValue1)) in LoadColAttr()
1840 pDoc->ApplyPatternAreaTab(Col, nStart, Col, nEnd, Tab, aScPattern); in LoadColAttr()
1842 nStart = nEnd + 1; in LoadColAttr()
1847 nEnd = 0; in LoadColAttr()
1852 nEnd = static_cast<SCROW>(pColData->Row); in LoadColAttr()
1854 if ((nStart <= nEnd) && (nValue1)) in LoadColAttr()
1900 pDoc->ApplyPatternAreaTab(Col, nStart, Col, nEnd, Tab, aScPattern); in LoadColAttr()
1902 nStart = nEnd + 1; in LoadColAttr()
1915 nEnd = 0; in LoadColAttr()
1969 nEnd = static_cast<SCROW>(pColData->Row); in LoadColAttr()
1975 nEnd = static_cast<SCROW>(aFrameColor.pData[ nColorIndex ].Row); in LoadColAttr()
1981 nEnd = nFrmColRow; in LoadColAttr()
1987 if( ( nStart <= nEnd ) && ( nValue != 0 ) ) in LoadColAttr()
2010 pDoc->ApplyPatternAreaTab( Col, nStart, Col, nEnd, Tab, aScPattern ); in LoadColAttr()
2012 nStart = nEnd + 1; in LoadColAttr()
2034 nEnd = 0; in LoadColAttr()
2081 nEnd = static_cast<SCROW>(aRaster.pData[ nRasterIndex ].Row); in LoadColAttr()
2087 nEnd = static_cast<SCROW>(aColor.pData[ nColorIndex ].Row); in LoadColAttr()
2093 nEnd = static_cast<SCROW>(aColor.pData[ nColorIndex ].Row); in LoadColAttr()
2099 if( nStart <= nEnd ) in LoadColAttr()
2100 pDoc->ApplyPatternAreaTab( Col, nStart, Col, nEnd, Tab, aScPattern ); in LoadColAttr()
2102 nStart = nEnd + 1; in LoadColAttr()
2120 nEnd = 0; in LoadColAttr()
2125 nEnd = static_cast<SCROW>(pColData->Row); in LoadColAttr()
2127 if ((nStart <= nEnd) && (nValue1)) in LoadColAttr()
2135 pDoc->ApplyPatternAreaTab(Col, nStart, Col, nEnd, Tab, aScPattern); in LoadColAttr()
2137 nStart = nEnd + 1; in LoadColAttr()
2142 nEnd = 0; in LoadColAttr()
2145 nEnd = static_cast<SCROW>(aFlag.pData[i].Row); in LoadColAttr()
2146 if ((nStart <= nEnd) && (aFlag.pData[i].Value != 0)) in LoadColAttr()
2154 pDoc->ApplyPatternAreaTab(Col, nStart, Col, nEnd, Tab, aScPattern); in LoadColAttr()
2156 nStart = nEnd + 1; in LoadColAttr()
2161 nEnd = 0; in LoadColAttr()
2165 nEnd = static_cast<SCROW>(aPattern.pData[i].Row); in LoadColAttr()
2166 if ((nStart <= nEnd) && (aPattern.pData[i].Value != 0)) in LoadColAttr()
2176 pDoc->ApplyStyleAreaTab(Col, nStart, Col, nEnd, Tab, *pStyle); in LoadColAttr()
2179 nStart = nEnd + 1; in LoadColAttr()