Searched refs:nLeftX (Results 1 – 2 of 2) sorted by relevance
1234 SCCOL nLeftX = nCellX; in GetOutputArea() local1250 while ( nLeftMissing > 0 && nLeftX > 0 && ( bOverwrite || IsAvailable( nLeftX-1, nCellY ) ) ) in GetOutputArea()1252 if ( rThisRowInfo.nRowNo == nCellY && nLeftX >= nX1 && nLeftX <= nX2 ) in GetOutputArea()1253 rThisRowInfo.pCellInfo[nLeftX].bHideGrid = sal_True; in GetOutputArea()1255 --nLeftX; in GetOutputArea()1256 long nAdd = (long) ( pDoc->GetColWidth( nLeftX, nTab ) * nPPTX ); in GetOutputArea()1271 …if ( nLeftMissing > 0 && bMarkClipped && nLeftX >= nX1 && nLeftX <= nX2 && !bBreak && !bCellIsValu… in GetOutputArea()1273 rThisRowInfo.pCellInfo[nLeftX+1].nClipMark |= SC_CLIPMARK_LEFT; in GetOutputArea()
2363 long nLeftX = nFrameStartX; in PrintPage() local2369 nLeftX -= nOneX; in PrintPage()2375 pDev->DrawRect( Rectangle( nLeftX, nTopY, nRightX, nBottomY ) ); in PrintPage()
Completed in 42 milliseconds