Lines Matching refs:LogicToPixel

205 	Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) );  in AddCellRange()
231 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddColHeaders()
239 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddRowHeaders()
246 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddHeaderFooter()
257 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddNoteMark()
264 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddNoteText()
355 Size aOffsetPixel = pWindow->LogicToPixel( aOffsetLogic, aCellMapMode ); in GetOffsetPixel()
356 Size aSizePixel = pWindow->LogicToPixel( aSizeLogic, aCellMapMode ); in GetOffsetPixel()
624 long nPixelStart = pWindow->LogicToPixel( Size( nPosX, 0 ), aCellMapMode ).Width(); in GetTableInfo()
625 long nPixelEnd = pWindow->LogicToPixel( Size( nNextX, 0 ), aCellMapMode ).Width() - 1; in GetTableInfo()
643 long nPixelStart = pWindow->LogicToPixel( Size( nPosX, 0 ), aCellMapMode ).Width(); in GetTableInfo()
644 long nPixelEnd = pWindow->LogicToPixel( Size( nNextX, 0 ), aCellMapMode ).Width() - 1; in GetTableInfo()
691 long nPixelStart = pWindow->LogicToPixel( Size( 0, nPosY ), aCellMapMode ).Height(); in GetTableInfo()
692 … long nPixelEnd = pWindow->LogicToPixel( Size( 0, nNextY ), aCellMapMode ).Height() - 1; in GetTableInfo()
712 long nPixelStart = pWindow->LogicToPixel( Size( 0, nPosY ), aCellMapMode ).Height(); in GetTableInfo()
713 … long nPixelEnd = pWindow->LogicToPixel( Size( 0, nNextY ), aCellMapMode ).Height() - 1; in GetTableInfo()