Lines Matching refs:maWelcome
137 maWelcome( this, WB_LEFT ), in BackingWindow()
212 maWelcome.SetPaintTransparent( sal_True ); in BackingWindow()
395 maWelcome.SetControlForeground( maWelcomeTextColor ); in initBackground()
396 maWelcome.SetBackground(); in initBackground()
439 maWelcome.SetText( maWelcomeString ); in initControls()
443 maWelcome.SetFont( maTextFont ); in initControls()
445 long nW = (maWelcome.GetFontMetric().GetWidth()*95)/100; in initControls()
448 maWelcome.SetFont( maTextFont ); in initControls()
449 maWelcome.SetControlFont( maTextFont ); in initControls()
450 maWelcomeSize = Size( maWelcome.GetTextWidth( maWelcomeString ), maWelcome.GetTextHeight() ); in initControls()
479 maWelcome.Show(); in initControls()
826 maWelcome.SetPosSizePixel( Point( maControlRect.Left() + mnBtnPos, nYPos ), in Resize()