Home
last modified time | relevance | path

Searched refs:nLeftX (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1234 SCCOL nLeftX = nCellX; in GetOutputArea() local
1250 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()
H A Dprintfun.cxx2363 long nLeftX = nFrameStartX; in PrintPage() local
2369 nLeftX -= nOneX; in PrintPage()
2375 pDev->DrawRect( Rectangle( nLeftX, nTopY, nRightX, nBottomY ) ); in PrintPage()

Completed in 81 milliseconds