Lines Matching refs:nX
1561 SCCOL nX; in GetScrPos() local
1565 for (nX=nPosX; nX<nWhereX && (bAllowNeg || nScrPosX<=aScrSize.Width()); nX++) in GetScrPos()
1567 if ( nX > MAXCOL ) in GetScrPos()
1571 nTSize = pDoc->GetColWidth( nX, nTabNo ); in GetScrPos()
1580 for (nX=nPosX; nX>nWhereX;) in GetScrPos()
1582 --nX; in GetScrPos()
1583 nTSize = pDoc->GetColWidth( nX, nTabNo ); in GetScrPos()
1653 SCsCOL nX; in CellsAtX() local
1658 nX = nPosX; // vorwaerts in CellsAtX()
1660 nX = nPosX-1; // rueckwaerts in CellsAtX()
1663 for ( ; nScrPosX<=nScrSizeX && !bOut; nX = sal::static_int_cast<SCsCOL>(nX + nDir) ) in CellsAtX()
1665 SCsCOL nColNo = nX; in CellsAtX()
1680 nX = sal::static_int_cast<SCsCOL>( nX - nPosX ); in CellsAtX()
1682 nX = (nPosX-1)-nX; in CellsAtX()
1684 if (nX>0) --nX; in CellsAtX()
1685 return nX; in CellsAtX()
1756 sal_Bool ScViewData::GetMergeSizePixel( SCCOL nX, SCROW nY, long& rSizeXPix, long& rSizeYPix ) in GetMergeSizePixel() argument
1758 const ScMergeAttr* pMerge = (const ScMergeAttr*) pDoc->GetAttr( nX,nY,nTabNo, ATTR_MERGE ); in GetMergeSizePixel()
1765 nOutWidth += ToPixel( pDoc->GetColWidth(nX+i,nTabNo), nPPTX ); in GetMergeSizePixel()
1787 rSizeXPix = ToPixel( pDoc->GetColWidth( nX, nTabNo ), nPPTX ); in GetMergeSizePixel()
3012 for (SCCOL nX=pTabData[nTab]->nPosX[SC_SPLIT_LEFT]; nX<nFix; nX++) in UpdateFixX() local
3014 sal_uInt16 nTSize = pLocalDoc->GetColWidth( nX, nTab ); in UpdateFixX()