Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/window/
H A Dtoolbox.cxx423 Size aLineSz( aFullSz ); in ImplDrawGradientBackground() local
436 aLineSz.Height() = nLineSize; in ImplDrawGradientBackground()
441 aLineSz.Width() = nLineSize; in ImplDrawGradientBackground()
448 Size aTopLineSz( aLineSz ); in ImplDrawGradientBackground()
449 Size aBottomLineSz( aLineSz ); in ImplDrawGradientBackground()
493 aLineSz.Height() += TB_LINESPACING; in ImplDrawGradientBackground()
499 aLineSz.Width() += TB_LINESPACING; in ImplDrawGradientBackground()
518 pThis->DrawGradient( Rectangle( 0, y, aLineSz.Width(), y+aLineSz.Height()), g); in ImplDrawGradientBackground()
519 y += aLineSz.Height(); in ImplDrawGradientBackground()
538 pThis->DrawGradient( Rectangle( x, 0, x+aLineSz.Width(), aLineSz.Height()), g); in ImplDrawGradientBackground()
[all …]

Completed in 36 milliseconds