Searched refs:rThisRowInfo (Results 1 – 3 of 3) sorted by relevance
1432 RowInfo& rThisRowInfo = pRowInfo[nArrY]; in DrawRotatedFrame() local1437 long nRowHeight = rThisRowInfo.nHeight; in DrawRotatedFrame()1438 if ( rThisRowInfo.nRotMaxCol != SC_ROTMAX_NONE && in DrawRotatedFrame()1439 ( rThisRowInfo.bChanged || rPrevRowInfo.bChanged || in DrawRotatedFrame()1442 SCROW nY = rThisRowInfo.nRowNo; in DrawRotatedFrame()1451 CellInfo* pInfo = &rThisRowInfo.pCellInfo[nArrX]; in DrawRotatedFrame()1549 if ( rThisRowInfo.bChanged ) in DrawRotatedFrame()1608 CellInfo& rInfo = rThisRowInfo.pCellInfo[nArrX]; in DrawRotatedFrame()
1111 RowInfo& rThisRowInfo = pRowInfo[nArrY]; in GetOutputArea() local1176 if ( rThisRowInfo.nRowNo == nCellY ) in GetOutputArea()1179 nMergeSizeY += rThisRowInfo.nHeight; in GetOutputArea()1246 if ( rThisRowInfo.nRowNo == nCellY && nRightX >= nX1 && nRightX <= nX2 ) in GetOutputArea()1247 rThisRowInfo.pCellInfo[nRightX].bHideGrid = sal_True; in GetOutputArea()1252 if ( rThisRowInfo.nRowNo == nCellY && nLeftX >= nX1 && nLeftX <= nX2 ) in GetOutputArea()1253 rThisRowInfo.pCellInfo[nLeftX].bHideGrid = sal_True; in GetOutputArea()1266 rThisRowInfo.pCellInfo[nRightX+1].nClipMark |= SC_CLIPMARK_RIGHT; in GetOutputArea()1273 rThisRowInfo.pCellInfo[nLeftX+1].nClipMark |= SC_CLIPMARK_LEFT; in GetOutputArea()
904 RowInfo& rThisRowInfo = pRowInfo[ nCellInfoY ]; in FillInfo() local909 const CellInfo& rInfo = rThisRowInfo.pCellInfo[ nCellInfoX ]; in FillInfo()934 … SCROW nCurrDocRow = static_cast< SCROW >( (nCellInfoY > 0) ? rThisRowInfo.nRowNo : (nY1 - 1) ); in FillInfo()
Completed in 37 milliseconds