Home
last modified time | relevance | path

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

/aoo42x/main/framework/source/services/
H A Dbackingwindow.cxx448 maWelcomeSize = Size( maWelcome.GetTextWidth( maWelcomeString ), maWelcome.GetTextHeight() ); in initControls()
449 maWelcomeSize.Width() = (maWelcomeSize.Width() * 20)/19; in initControls()
451 nYPos += (maWelcomeSize.Height()*3)/2; in initControls()
453 if( maControlRect.GetWidth() < mnBtnPos + maWelcomeSize.Width() + 20 ) in initControls()
454 maControlRect.Right() = maControlRect.Left() + maWelcomeSize.Width() + mnBtnPos + 20; in initControls()
456 nYPos += maWelcomeSize.Height(); in initControls()
803 const long nWDelta = maWelcomeSize.Height(); in Resize()
804 const long nW2Delta = (maWelcomeSize.Height()*3)/2; in Resize()
825 … Size( maControlRect.GetWidth() - mnBtnPos - 5, (maWelcomeSize.Height()*20)/19 ) ); in Resize()
H A Dbackingwindow.hxx91 Size maWelcomeSize; member in framework::BackingWindow

Completed in 42 milliseconds