Lines Matching refs:nPixelEnd
113 while ( nStart < nCols && pColInfo[nStart].nPixelEnd < rPixelArea.Left() ) in LimitToArea()
140 while ( nStart < nRows && pRowInfo[nStart].nPixelEnd < rPixelArea.Top() ) in LimitToArea()
625 long nPixelEnd = pWindow->LogicToPixel( Size( nNextX, 0 ), aCellMapMode ).Width() - 1; in GetTableInfo() local
628 aRepeatRect.Left() + nPixelEnd ); in GetTableInfo()
644 long nPixelEnd = pWindow->LogicToPixel( Size( nNextX, 0 ), aCellMapMode ).Width() - 1; in GetTableInfo() local
647 aMainRect.Left() + nPixelEnd ); in GetTableInfo()
692 … long nPixelEnd = pWindow->LogicToPixel( Size( 0, nNextY ), aCellMapMode ).Height() - 1; in GetTableInfo() local
695 aRepeatRect.Top() + nPixelEnd ); in GetTableInfo()
713 … long nPixelEnd = pWindow->LogicToPixel( Size( 0, nNextY ), aCellMapMode ).Height() - 1; in GetTableInfo() local
716 aMainRect.Top() + nPixelEnd ); in GetTableInfo()
757 … = Rectangle( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nPixelEnd ); in GetHeaderCellOutputRect()