Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/app/
H A Ddbggui.cxx496 ListBox maLstBox; member in DbgWindow
505 void Update() { WorkWindow::Update(); maLstBox.Update(); } in Update()
600 maLstBox( this, WB_AUTOHSCROLL ) in DbgWindow()
604 maLstBox.Show(); in DbgWindow()
605 maLstBox.SetPosPixel( Point( 0, 0 ) ); in DbgWindow()
642 maLstBox.SetSizePixel( GetOutputSizePixel() ); in Resize()
652 if ( maLstBox.GetEntryData( nFirst ) != NULL ) in GetAssertionEntryRange()
656 sal_uInt16 nEntryCount = maLstBox.GetEntryCount(); in GetAssertionEntryRange()
660 if ( maLstBox.GetEntryData( nLast ) != NULL ) in GetAssertionEntryRange()
672 if ( maLstBox.IsWindowOrChild( rNEvt.GetWindow() ) ) in PreNotify()
[all …]