Home
last modified time | relevance | path

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

/aoo4110/main/framework/source/services/
H A Dbackingwindow.cxx371 if( !! maBackgroundMiddle ) in initBackground()
372 aMiddleSize = maBackgroundMiddle.GetSizePixel(); in initBackground()
374 maBackgroundMiddle = BitmapEx( FwkResId( BMP_BACKING_BACKGROUND_MIDDLE ) ); in initBackground()
377 maBackgroundMiddle.Scale( aMiddleSize ); in initBackground()
590 maBackgroundMiddle.GetSizePixel().Height() ); in initControls()
598 maBackgroundMiddle.Scale( aMiddleSegmentSize ); in initControls()
601 maBackgroundMiddle = BitmapEx(); in initControls()
685 if( !!maBackgroundMiddle ) in Paint()
687 aDev.DrawBitmapEx( aTL, maBackgroundMiddle ); in Paint()
688 aTL.X() += maBackgroundMiddle.GetSizePixel().Width(); in Paint()
H A Dbackingwindow.hxx106 BitmapEx maBackgroundMiddle; member in framework::BackingWindow

Completed in 23 milliseconds