Home
last modified time | relevance | path

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

/trunk/main/vcl/source/app/
H A Ddbggui.cxx518 ListBox maListBox; member in DbgInfoDialog
1341 maListBox( this, WB_BORDER | WB_AUTOHSCROLL ), in DbgInfoDialog()
1351 maListBox.SetControlFont( aFont ); in DbgInfoDialog()
1353 maListBox.SetPosSizePixel( Point( 5, 5 ), Size( 630, 380 ) ); in DbgInfoDialog()
1354 maListBox.Show(); in DbgInfoDialog()
1366 maListBox.SetUpdateMode( sal_False ); in SetInfoText()
1367 maListBox.Clear(); in SetInfoText()
1389 maListBox.InsertEntry( aTempStr ); in SetInfoText()
1403 maListBox.InsertEntry( aTempStr ); in SetInfoText()
1406 maListBox.InsertEntry( aTextParagraph ); in SetInfoText()
[all …]
/trunk/main/cui/source/customize/
H A Dmacropg.cxx143maListBox.SetTab( i, PixelToLogic( aSz, MapMode( MAP_APPFONT ) ).Width(), MAP_APPFONT ); in IMPL_LINK()
156 if ( rNEvt.GetWindow() != &maListBox ) in Notify()
157 maListBox.GrabFocus(); in Notify()
166 maListBox( this, WB_HSCROLL | WB_CLIPCHILDREN | WB_TABSTOP ) in _HeaderTabListBox()
168 maListBox.SetHelpId( HID_MACRO_HEADERTABLISTBOX ); in _HeaderTabListBox()
171 maListBox.EnableCellFocus(); in _HeaderTabListBox()
190 maListBox.SetPosSizePixel( aPnt, aSize ); in ConnectElements()
195 maListBox.InitHeaderBar( &maHeaderBar ); in ConnectElements()
200 maListBox.Show( bVisible, nFlags ); in Show()
206 maListBox.Enable( bEnable, bChild ); in Enable()
/trunk/main/cui/source/inc/
H A Dheadertablistbox.hxx35 SvHeaderTabListBox maListBox; member in _HeaderTabListBox
55 return maListBox; in GetListBox()

Completed in 38 milliseconds