Home
last modified time | relevance | path

Searched refs:nPixelStart (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sc/source/ui/view/
H A Dprevloc.cxx118 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 …]
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewHeaderCell.cxx330 …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 DAccessiblePreviewTable.cxx513 …> 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()
/aoo41x/main/sc/source/ui/inc/
H A Dprevloc.hxx51 long nPixelStart; member
58 nPixelStart = nStart; in Set()

Completed in 28 milliseconds