Lines Matching refs:nCellX

1104                                   SCCOL nCellX, SCROW nCellY, long nNeeded,  in GetOutputArea()  argument
1117 while ( nCellX > nCompCol ) in GetOutputArea()
1126 while ( nCellX < nCompCol ) in GetOutputArea()
1169 long nColWidth = ( nCellX+i <= nX2 ) ? in GetOutputArea()
1170 pRowInfo[0].pCellInfo[nCellX+i+1].nWidth : in GetOutputArea()
1171 (long) ( pDoc->GetColWidth( sal::static_int_cast<SCCOL>(nCellX+i), nTab ) * nPPTX ); in GetOutputArea()
1233 SCCOL nRightX = nCellX; in GetOutputArea()
1234 SCCOL nLeftX = nCellX; in GetOutputArea()
1388 SCCOL nCellX = nX; // position where the cell really starts in DrawStrings() local
1407 nCellX = nOverX; in DrawStrings()
1429 nCellX = nTempX; in DrawStrings()
1450 nCellX = nTempX; in DrawStrings()
1466 if ( bDoCell && bEditMode && nCellX == nEditCol && nCellY == nEditRow ) in DrawStrings()
1476 if ( nCellY == nY && nCellX == nX && nCellX >= nX1 && nCellX <= nX2 ) in DrawStrings()
1477 pCell = pThisRowInfo->pCellInfo[nCellX+1].pCell; in DrawStrings()
1479 GetVisibleCell( nCellX, nCellY, nTab, pCell ); // get from document in DrawStrings()
1487 if ( nCellY == nY && nCellX >= nX1 && nCellX <= nX2 ) in DrawStrings()
1489 CellInfo& rCellInfo = pThisRowInfo->pCellInfo[nCellX+1]; in DrawStrings()
1497 pPattern = pDoc->GetPattern( nCellX, nCellY, nTab ); in DrawStrings()
1498 pCondSet = pDoc->GetCondResult( nCellX, nCellY, nTab ); in DrawStrings()
1503 pPattern = pDoc->GetPattern( nCellX, nCellY, nTab ); in DrawStrings()
1504 pCondSet = pDoc->GetCondResult( nCellX, nCellY, nTab ); in DrawStrings()
1571 GetOutputArea( nX, nArrY, nPosX, nPosY, nCellX, nCellY, nNeededWidth, in DrawStrings()
1658 SCCOL nMarkX = ( nCellX <= nX2 ) ? nCellX : nX2; in DrawStrings()
2168 SCCOL nCellX = nX; // position where the cell really starts in DrawEdit() local
2181 nCellX = nOverX; in DrawEdit()
2198 nCellX = nTempX; in DrawEdit()
2207 if ( bDoCell && bEditMode && nCellX == nEditCol && nCellY == nEditRow ) in DrawEdit()
2214 if ( nCellY == nY && nCellX >= nX1 && nCellX <= nX2 && in DrawEdit()
2215 !pDoc->ColHidden(nCellX, nTab) ) in DrawEdit()
2217 CellInfo& rCellInfo = pThisRowInfo->pCellInfo[nCellX+1]; in DrawEdit()
2224 pPattern = pDoc->GetPattern( nCellX, nCellY, nTab ); in DrawEdit()
2225 pCondSet = pDoc->GetCondResult( nCellX, nCellY, nTab ); in DrawEdit()
2226 GetVisibleCell( nCellX, nCellY, nTab, pCell ); in DrawEdit()
2349 GetOutputArea( nXForPos, nArrYForPos, nPosX, nPosY, nCellX, nCellY, 0, in DrawEdit()
2377 … Rectangle aUtilRect = ScEditUtil( pDoc, nCellX, nCellY, nTab, Point(0,0), pFmtDevice, in DrawEdit()
2566 GetOutputArea( nXForPos, nArrYForPos, nPosX, nPosY, nCellX, nCellY, nNeededPixel, in DrawEdit()
3394 SCCOL nCellX = nX; in DrawRotated() local
3403 GetOutputArea( nX, nArrY, nCellStartX, nPosY, nCellX, nCellY, nNeededWidth, in DrawRotated()