Lines Matching refs:mpListBox

80     ListBox*                        mpListBox;  member
123 mpTabCtrlData->mpListBox = NULL; in ImplInit()
130 mpTabCtrlData->mpListBox = new ListBox( this, WB_DROPDOWN ); in ImplInit()
131 mpTabCtrlData->mpListBox->SetPosSizePixel( Point( 0, 0 ), Size( 200, 20 ) ); in ImplInit()
132 mpTabCtrlData->mpListBox->SetSelectHdl( LINK( this, TabControl, ImplListBoxSelectHdl ) ); in ImplInit()
133 mpTabCtrlData->mpListBox->Show(); in ImplInit()
263 if( mpTabCtrlData->mpListBox ) in ~TabControl()
264 delete mpTabCtrlData->mpListBox; in ~TabControl()
693 if ( !GetPageCount() || mpTabCtrlData->mpListBox ) in ImplShowFocus()
992 SelectTabPage( GetPageId( mpTabCtrlData->mpListBox->GetSelectEntryPos() ) ); in IMPL_LINK()
1018 if( mpTabCtrlData->mpListBox == NULL ) in MouseButtonDown()
1034 if( mpTabCtrlData->mpListBox ) in KeyInput()
1035 mpTabCtrlData->mpListBox->KeyInput( rKEvt ); in KeyInput()
1179 if ( !mpTabCtrlData->maItemList.empty() && mpTabCtrlData->mpListBox == NULL ) in ImplPaint()
1249 if( mpTabCtrlData->mpListBox ) in Resize()
1253 long nPrefWidth = mpTabCtrlData->mpListBox->GetOptimalSize( WINDOWSIZE_PREFERRED ).Width(); in Resize()
1258 mpTabCtrlData->mpListBox->SetPosSizePixel( aNewPos, aNewSize ); in Resize()
1305 if( ! mpTabCtrlData->mpListBox ) in GetFocus()
1312 if( mpTabCtrlData->mpListBox->IsReallyVisible() ) in GetFocus()
1313 mpTabCtrlData->mpListBox->GrabFocus(); in GetFocus()
1322 if( ! mpTabCtrlData->mpListBox ) in LoseFocus()
1417 …if( (mpTabCtrlData->mpListBox == NULL) && (rCEvt.GetCommand() == COMMAND_CONTEXTMENU) && (GetPageC… in Command()
1463 if( mpTabCtrlData->mpListBox ) in StateChanged()
1667 if( mpTabCtrlData->mpListBox ) in InsertPage()
1668 mpTabCtrlData->mpListBox->InsertEntry( rText ); in InsertPage()
1675 if( mpTabCtrlData->mpListBox ) in InsertPage()
1676 mpTabCtrlData->mpListBox->InsertEntry( rText, nPos); in InsertPage()
1678 if( mpTabCtrlData->mpListBox ) in InsertPage()
1681 mpTabCtrlData->mpListBox->SelectEntryPos( 0 ); in InsertPage()
1682 mpTabCtrlData->mpListBox->SetDropDownLineCount( mpTabCtrlData->mpListBox->GetEntryCount() ); in InsertPage()
1701 if( mpTabCtrlData->mpListBox ) // reposition/resize listbox in InsertPage()
1720 if( mpTabCtrlData->mpListBox ) in RemovePage()
1722 mpTabCtrlData->mpListBox->RemoveEntry( nPos ); in RemovePage()
1723 … mpTabCtrlData->mpListBox->SetDropDownLineCount( mpTabCtrlData->mpListBox->GetEntryCount() ); in RemovePage()
1762 if( mpTabCtrlData->mpListBox ) in Clear()
1763 mpTabCtrlData->mpListBox->Clear(); in Clear()
1784 if( mpTabCtrlData->mpListBox ) in EnablePage()
1785 mpTabCtrlData->mpListBox->SetEntryFlags( GetPagePos( i_nPageId ), in EnablePage()
1904 if( mpTabCtrlData->mpListBox ) in SelectTabPage()
1905 mpTabCtrlData->mpListBox->SelectEntryPos( GetPagePos( nPageId ) ); in SelectTabPage()
1970 if( mpTabCtrlData->mpListBox ) in SetPageText()
1973 mpTabCtrlData->mpListBox->RemoveEntry( nPos ); in SetPageText()
1974 mpTabCtrlData->mpListBox->InsertEntry( rText, nPos ); in SetPageText()