Searched refs:nPixelStart (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | prevloc.cxx | 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() [all …]
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessiblePreviewHeaderCell.cxx | 330 …aCellRect = Rectangle( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nP… in GetBoundingBoxOnScreen() 355 …Rectangle aCellRect( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nPix… in GetBoundingBox()
|
H A D | AccessiblePreviewTable.cxx | 513 …> 0 && nRows > 0 && aMovedPoint.X >= pColInfo[0].nPixelStart && aMovedPoint.Y >= pRowInfo[0].nPixe… in getAccessibleAtPoint() 735 aRect = Rectangle( pColInfo[0].nPixelStart, in GetBoundingBox() 736 pRowInfo[0].nPixelStart, in GetBoundingBox()
|
/trunk/main/sc/source/ui/inc/ |
H A D | prevloc.hxx | 51 long nPixelStart; member 58 nPixelStart = nStart; in Set()
|
Completed in 21 milliseconds