Lines Matching refs:pThisRowInfo

1024 sal_Bool ScOutputData::IsEmptyCellText( RowInfo* pThisRowInfo, SCCOL nX, SCROW nY )  in IsEmptyCellText()  argument
1029 if ( pThisRowInfo && nX <= nX2 ) in IsEmptyCellText()
1030 bEmpty = pThisRowInfo->pCellInfo[nX+1].bEmptyCellText; in IsEmptyCellText()
1034 if ( !bEmpty && ( nX < nX1 || nX > nX2 || !pThisRowInfo ) ) in IsEmptyCellText()
1374 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in DrawStrings() local
1375 if ( pThisRowInfo->bChanged ) in DrawStrings()
1377 SCROW nY = pThisRowInfo->nRowNo; in DrawStrings()
1385 CellInfo* pInfo = &pThisRowInfo->pCellInfo[nX+1]; in DrawStrings()
1422 while (nTempX > 0 && IsEmptyCellText( pThisRowInfo, nTempX, nY )) in DrawStrings()
1426 !IsEmptyCellText( pThisRowInfo, nTempX, nY ) && in DrawStrings()
1443 while (nTempX < nLastContentCol && IsEmptyCellText( pThisRowInfo, nTempX, nY )) in DrawStrings()
1447 !IsEmptyCellText( pThisRowInfo, nTempX, nY ) && in DrawStrings()
1477 pCell = pThisRowInfo->pCellInfo[nCellX+1].pCell; in DrawStrings()
1489 CellInfo& rCellInfo = pThisRowInfo->pCellInfo[nCellX+1]; in DrawStrings()
1659 RowInfo* pMarkRowInfo = ( nCellY == nY ) ? pThisRowInfo : &pRowInfo[0]; in DrawStrings()
2152 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in DrawEdit() local
2156 if ( pThisRowInfo->bChanged || nArrY==0 ) in DrawEdit()
2163 CellInfo* pInfo = &pThisRowInfo->pCellInfo[nX+1]; in DrawEdit()
2166 SCROW nY = pThisRowInfo->nRowNo; in DrawEdit()
2186 else if ( nX == nX2 && !pThisRowInfo->pCellInfo[nX+1].pCell ) in DrawEdit()
2191 while (nTempX < nLastContentCol && IsEmptyCellText( pThisRowInfo, nTempX, nY )) in DrawEdit()
2195 !IsEmptyCellText( pThisRowInfo, nTempX, nY ) && in DrawEdit()
2217 CellInfo& rCellInfo = pThisRowInfo->pCellInfo[nCellX+1]; in DrawEdit()
2743 pClipMarkCell = &pThisRowInfo->pCellInfo[nX+1]; in DrawEdit()
3028 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in DrawRotated() local
3029 long nCellHeight = (long) pThisRowInfo->nHeight; in DrawRotated()
3032 if ( ( pThisRowInfo->bChanged || nArrY==0 ) && pThisRowInfo->nRotMaxCol != SC_ROTMAX_NONE ) in DrawRotated()
3039 CellInfo* pInfo = &pThisRowInfo->pCellInfo[nX+1]; in DrawRotated()
3042 SCROW nY = pThisRowInfo->nRowNo; in DrawRotated()
3076 if ( !pCell || IsEmptyCellText( pThisRowInfo, nX, nY ) ) in DrawRotated()