Home
last modified time | relevance | path

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

/trunk/main/svtools/workben/
H A Dsvdem.cxx192 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()
732 aBar.Show(); in MyWin()
1103 Size aSize = aBar.GetSizePixel(); in Resize()
[all …]
/trunk/main/starmath/source/
H A Dnode.cxx2325 Rectangle aBar(aBarPos, Size( nBarWidth, nBarHeight) ); in Draw() local
2330 Point aDrawPos( rDev.PixelToLogic(rDev.LogicToPixel(aBar.TopLeft())) ); in Draw()
2332 aBar.SetPos( aDrawPos ); in Draw()
2334 rDev.DrawRect( aBar ); in Draw()

Completed in 36 milliseconds