Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Dbackingwindow.cxx149 maButtonImageSize( 10, 10 ), in BackingWindow()
256 maButtonImageSize.Width() += 12; in BackingWindow()
257 maButtonImageSize.Height() += 12; in BackingWindow()
531 nYPos += maButtonImageSize.Height() + 10; in initControls()
538 nYPos += maButtonImageSize.Height() + 10; in initControls()
546 nYPos += 3 * maButtonImageSize.Height() / 2; in initControls()
609 if( aImgSize.Width() > maButtonImageSize.Width() ) in loadImage()
610 maButtonImageSize.Width() = aImgSize.Width(); in loadImage()
611 if( aImgSize.Height() > maButtonImageSize.Height() ) in loadImage()
612 maButtonImageSize.Height() = aImgSize.Height(); in loadImage()
[all …]
H A Dbackingwindow.hxx121 Size maButtonImageSize; member in framework::BackingWindow