Lines Matching refs:Rectangle
680 Rectangle aTextRect( Point( 0, 0 ), aCurSize ); in ImplUpdateEntryMetrics()
968 Rectangle aRect( aPoint, GetOutputSizePixel() ); in MouseMove()
1246 Rectangle aRect( aPoint, GetOutputSizePixel() ); in Tracking()
1790 Rectangle aRect( Point( 0, nY ), Size( nWidth, pEntry->mnHeight ) ); in ImplPaint()
1901 Rectangle aTextRect( Point( mnBorder - mnLeft, nY ), in DrawEntry()
1956 ImplDoPaint( Rectangle( Point( 0, 0 ), GetOutputSize() ), true ); in FillLayoutData()
1961 void ImplListBoxWindow::ImplDoPaint( const Rectangle& rRect, bool bLayout ) in ImplDoPaint()
1993 void ImplListBoxWindow::Paint( const Rectangle& rRect ) in Paint()
2171 Rectangle ImplListBoxWindow::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle()
2177 Rectangle aRect( Point( 0, nY ), aSz ); in GetBoundingRectangle()
2895 Rectangle aCtrlRegion( aPoint - GetPosPixel(), pWin->GetSizePixel() ); in ImplDraw()
2913 Rectangle aParentRect( Point( 0, 0 ), pWin->GetSizePixel() ); in ImplDraw()
2967 void ImplWin::Paint( const Rectangle& ) in Paint() argument
3036 … Rectangle aTextRect( Point( nBorder, 0 ), Size( aOutSz.Width()-2*nBorder, aOutSz.Height() ) ); in DrawEntry()
3187 …SetPosPixel( ImplCalcPos( this, Rectangle( aPos, GetParent()->GetSizePixel() ), FLOATWIN_POPUPMODE… in SetPosSizePixel()
3301 Rectangle aRect( aPos, aSz ); in StartFloat()