Searched refs:nRasterIndex (Results 1 – 1 of 1) sorted by relevance
2031 sal_uInt16 nRasterIndex = 0; in LoadColAttr() local2039 sal_uInt16 nRasterIndexOld = nRasterIndex; in LoadColAttr()2063 switch ( aRaster.pData[ nRasterIndex ].Value ) in LoadColAttr()2079 if( aRaster.pData[ nRasterIndex ].Row < aColor.pData[ nColorIndex ].Row ) in LoadColAttr()2081 nEnd = static_cast<SCROW>(aRaster.pData[ nRasterIndex ].Row); in LoadColAttr()2082 if( nRasterIndex < ( aRaster.Count - 1 ) ) in LoadColAttr()2083 nRasterIndex++; in LoadColAttr()2094 if( nRasterIndex < ( aRaster.Count - 1 ) ) in LoadColAttr()2095 nRasterIndex++; in LoadColAttr()2106 if( nColorIndexOld != nColorIndex || nRasterIndexOld != nRasterIndex ) in LoadColAttr()[all …]
Completed in 22 milliseconds