Lines Matching refs:aBar
192 StatusBar aBar; member in MyWin
690 aBar( this, WB_BORDER | WB_3DLOOK | WB_RIGHT ), in MyWin()
725 aBar.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "Ready" ) ) ); in MyWin()
726 aBar.InsertItem( 1, 35 ); in MyWin()
727 aBar.InsertItem( 2, 55 ); in MyWin()
728 aBar.InsertItem( 3, 55 ); in MyWin()
729 aBar.SetItemText( 1, XubString( RTL_CONSTASCII_USTRINGPARAM( "Text" ) ) ); in MyWin()
730 aBar.SetItemText( 2, XubString( RTL_CONSTASCII_USTRINGPARAM( "21.01.93" ) ) ); in MyWin()
731 aBar.SetItemText( 3, XubString( RTL_CONSTASCII_USTRINGPARAM( "12:00:00" ) ) ); in MyWin()
732 aBar.Show(); in MyWin()
1103 Size aSize = aBar.GetSizePixel(); in Resize()
1104 aBar.SetPosSizePixel( Point( 0, aWinSize.Height()-aSize.Height() ), in Resize()