Lines Matching refs:nArrY

843 sal_Bool ScOutputData::GetMergeOrigin( SCCOL nX, SCROW nY, SCSIZE nArrY,  in GetMergeOrigin()  argument
851 CellInfo* pInfo = &pRowInfo[nArrY].pCellInfo[nX+1]; in GetMergeOrigin()
880 bHOver = pRowInfo[nArrY].pCellInfo[rOverX+1].bHOverlapped; in GetMergeOrigin()
881 bVOver = pRowInfo[nArrY].pCellInfo[rOverX+1].bVOverlapped; in GetMergeOrigin()
901 if (nArrY>0) in GetMergeOrigin()
902 --nArrY; // lokale Kopie ! in GetMergeOrigin()
907 pRowInfo[nArrY].nRowNo == rOverY) in GetMergeOrigin()
910 bHOver = pRowInfo[nArrY].pCellInfo[rOverX+1].bHOverlapped; in GetMergeOrigin()
911 bVOver = pRowInfo[nArrY].pCellInfo[rOverX+1].bVOverlapped; in GetMergeOrigin()
1103 void ScOutputData::GetOutputArea( SCCOL nX, SCSIZE nArrY, long nPosX, long nPosY, in GetOutputArea() argument
1111 RowInfo& rThisRowInfo = pRowInfo[nArrY]; in GetOutputArea()
1136 SCSIZE nCompArr = nArrY; in GetOutputArea()
1372 for (SCSIZE nArrY=1; nArrY+1<nArrCount; nArrY++) in DrawStrings() local
1374 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in DrawStrings()
1404 sal_Bool bVisChanged = !pRowInfo[nArrY-1].bChanged; in DrawStrings()
1405 if (GetMergeOrigin( nX,nY, nArrY, nOverX,nOverY, bVisChanged )) in DrawStrings()
1571 GetOutputArea( nX, nArrY, nPosX, nPosY, nCellX, nCellY, nNeededWidth, in DrawStrings()
1895 nPosY += pRowInfo[nArrY].nHeight; in DrawStrings()
2150 for (SCSIZE nArrY=0; nArrY+1<nArrCount; nArrY++) // 0 fuer Reste von zusammengefassten in DrawEdit() local
2152 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in DrawEdit()
2154 if (nArrY==1) nRowPosY = nScrY; // vorher wird einzeln berechnet in DrawEdit()
2156 if ( pThisRowInfo->bChanged || nArrY==0 ) in DrawEdit()
2173 if ( nArrY == 0 ) in DrawEdit()
2328 SCSIZE nArrYForPos = nArrY; in DrawEdit()
2740 pClipMarkCell = &pRowInfo[(nArrY != 0) ? nArrY : 1].pCellInfo[nClipX+1]; in DrawEdit()
2756 if (nArrY==0 || bVisChanged) in DrawEdit()
2979 nRowPosY += pRowInfo[nArrY].nHeight; in DrawEdit()
3026 for (SCSIZE nArrY=0; nArrY+1<nArrCount; nArrY++) // 0 fuer Reste von zusammengefassten in DrawRotated() local
3028 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in DrawRotated()
3030 if (nArrY==1) nRowPosY = nScrY; // vorher wird einzeln berechnet in DrawRotated()
3032 if ( ( pThisRowInfo->bChanged || nArrY==0 ) && pThisRowInfo->nRotMaxCol != SC_ROTMAX_NONE ) in DrawRotated()
3403 GetOutputArea( nX, nArrY, nCellStartX, nPosY, nCellX, nCellY, nNeededWidth, in DrawRotated()
3454 if (nArrY==0 || bVisChanged) in DrawRotated()
3675 nRowPosY += pRowInfo[nArrY].nHeight; in DrawRotated()