Searched refs:aBar (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/svtools/workben/ |
| H A D | svdem.cxx | 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() [all …]
|
| /AOO41X/main/starmath/source/ |
| H A D | node.cxx | 2285 Rectangle aBar(aBarPos, Size( nBarWidth, nBarHeight) ); in Draw() local 2290 Point aDrawPos( rDev.PixelToLogic(rDev.LogicToPixel(aBar.TopLeft())) ); in Draw() 2292 aBar.SetPos( aDrawPos ); in Draw() 2294 rDev.DrawRect( aBar ); in Draw()
|