Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/window/
H A Dtoolbox.cxx448 Size aTopLineSz( aLineSz ); in ImplDrawGradientBackground() local
473 aTopLineSz.Height() += pThis->mnBorderY; in ImplDrawGradientBackground()
475 aTopLineSz.Height() += pThis->mnBorderY; in ImplDrawGradientBackground()
481 aTopLineSz.Width() += pThis->mnBorderX; in ImplDrawGradientBackground()
483 aTopLineSz.Width() += pThis->mnBorderX; in ImplDrawGradientBackground()
495 aTopLineSz.Height() += TB_LINESPACING; in ImplDrawGradientBackground()
501 aTopLineSz.Width() += TB_LINESPACING; in ImplDrawGradientBackground()
510 pThis->DrawGradient( Rectangle( 0, y, aTopLineSz.Width(), y+aTopLineSz.Height()), g ); in ImplDrawGradientBackground()
511 y += aTopLineSz.Height(); in ImplDrawGradientBackground()
533 pThis->DrawGradient( Rectangle( x, 0, x+aTopLineSz.Width(), aTopLineSz.Height()), g ); in ImplDrawGradientBackground()
[all …]

Completed in 43 milliseconds