Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dmenu.cxx544 long lastSize; member in DecoToolBox
577 lastSize = -1; in ImplInit()
627 if( !nMaxHeight && lastSize != -1 ) in SetImages()
628 nMaxHeight = lastSize + border; // don't change anything if called with 0 in SetImages()
633 if( (lastSize != nMaxHeight - border) || bForce ) in SetImages()
635 lastSize = nMaxHeight - border; in SetImages()
644 aBmpExDst.SetSizePixel( Size( lastSize, lastSize ) ); in SetImages()
647 Rectangle aDestRect( Point((lastSize - maImage.GetSizePixel().Width())/2, in SetImages()
648 (lastSize - maImage.GetSizePixel().Height())/2 ), in SetImages()

Completed in 37 milliseconds