Home
last modified time | relevance | path

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

/aoo42x/main/framework/source/services/
H A Dbackingwindow.cxx150 maButtonImageSize( 10, 10 ), in BackingWindow()
257 maButtonImageSize.Width() += 12; in BackingWindow()
258 maButtonImageSize.Height() += 12; in BackingWindow()
532 nYPos += maButtonImageSize.Height() + 10; in initControls()
539 nYPos += maButtonImageSize.Height() + 10; in initControls()
547 nYPos += 3*maButtonImageSize.Height() / 2; in initControls()
610 if( aImgSize.Width() > maButtonImageSize.Width() ) in loadImage()
611 maButtonImageSize.Width() = aImgSize.Width(); in loadImage()
612 if( aImgSize.Height() > maButtonImageSize.Height() ) in loadImage()
613 maButtonImageSize.Height() = aImgSize.Height(); in loadImage()
[all …]
H A Dbackingwindow.hxx123 Size maButtonImageSize; member in framework::BackingWindow

Completed in 22 milliseconds