Lines Matching refs:nPixelStart
118 while ( nEnd > 0 && pColInfo[nEnd-1].nPixelStart > rPixelArea.Right() ) in LimitToArea()
145 while ( nEnd > 0 && pRowInfo[nEnd-1].nPixelStart > rPixelArea.Bottom() ) in LimitToArea()
624 long nPixelStart = pWindow->LogicToPixel( Size( nPosX, 0 ), aCellMapMode ).Width(); in GetTableInfo() local
627 aRepeatRect.Left() + nPixelStart, in GetTableInfo()
643 long nPixelStart = pWindow->LogicToPixel( Size( nPosX, 0 ), aCellMapMode ).Width(); in GetTableInfo() local
646 aMainRect.Left() + nPixelStart, in GetTableInfo()
691 long nPixelStart = pWindow->LogicToPixel( Size( 0, nPosY ), aCellMapMode ).Height(); in GetTableInfo() local
694 aRepeatRect.Top() + nPixelStart, in GetTableInfo()
712 long nPixelStart = pWindow->LogicToPixel( Size( 0, nPosY ), aCellMapMode ).Height(); in GetTableInfo() local
715 aMainRect.Top() + nPixelStart, in GetTableInfo()
757 …aClipRect = Rectangle( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nP… in GetHeaderCellOutputRect()