Searched refs:aPixelRect (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sc/source/ui/view/ |
| H A D | prevloc.cxx | 55 Rectangle aPixelRect; member 63 aPixelRect( rPixel ), in ScPreviewLocationEntry() 205 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddCellRange() local 206 …aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_CELLRANGE, aPixelRect, rRange, bRepCol, bRepR… in AddCellRange() 211 aDrawRectangle[nDrawRanges] = aPixelRect; in AddCellRange() 231 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddColHeaders() local 232 …aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_COLHEADER, aPixelRect, aRange, bRepCol, sal_F… in AddColHeaders() 239 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddRowHeaders() local 240 …aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_ROWHEADER, aPixelRect, aRange, sal_False, bRe… in AddRowHeaders() 246 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddHeaderFooter() local [all …]
|
| /trunk/main/vcl/source/gdi/ |
| H A D | outdev6.cxx | 446 Rectangle aPixelRect( ImplLogicToDevicePixel( aLogicPolyRect ) ); in DrawTransparent() local 451 aPixelRect.Left(), aPixelRect.Top(), in DrawTransparent() 456 aPixelRect.getWidth(), aPixelRect.getHeight(), in DrawTransparent()
|
| H A D | outdev3.cxx | 7553 Rectangle aPixelRect; in GetTextBoundRect() local 7556 bRet = pSalLayout->GetBoundRect( *mpGraphics, aPixelRect ); in GetTextBoundRect() 7565 aPixelRect.Left() in GetTextBoundRect() 7566 = static_cast< long >(aPixelRect.Left() * fFactor); in GetTextBoundRect() 7567 aPixelRect.Right() in GetTextBoundRect() 7568 = static_cast< long >(aPixelRect.Right() * fFactor); in GetTextBoundRect() 7569 aPixelRect.Top() in GetTextBoundRect() 7570 = static_cast< long >(aPixelRect.Top() * fFactor); in GetTextBoundRect() 7571 aPixelRect.Bottom() in GetTextBoundRect() 7572 = static_cast< long >(aPixelRect.Bottom() * fFactor); in GetTextBoundRect() [all …]
|