Lines Matching refs:mpListBox

77     ListBox*                        mpListBox;  member
120 mpTabCtrlData->mpListBox = NULL; in ImplInit()
126 mpTabCtrlData->mpListBox = new ListBox( this, WB_DROPDOWN ); in ImplInit()
127 mpTabCtrlData->mpListBox->SetPosSizePixel( Point( 0, 0 ), Size( 200, 20 ) ); in ImplInit()
128 mpTabCtrlData->mpListBox->SetSelectHdl( LINK( this, TabControl, ImplListBoxSelectHdl ) ); in ImplInit()
129 mpTabCtrlData->mpListBox->Show(); in ImplInit()
259 if( mpTabCtrlData->mpListBox ) in ~TabControl()
260 delete mpTabCtrlData->mpListBox; in ~TabControl()
689 if ( !GetPageCount() || mpTabCtrlData->mpListBox ) in ImplShowFocus()
987 SelectTabPage( GetPageId( mpTabCtrlData->mpListBox->GetSelectEntryPos() ) ); in IMPL_LINK()
1012 if( mpTabCtrlData->mpListBox == NULL ) in MouseButtonDown()
1028 if( mpTabCtrlData->mpListBox ) in KeyInput()
1029 mpTabCtrlData->mpListBox->KeyInput( rKEvt ); in KeyInput()
1173 if ( !mpTabCtrlData->maItemList.empty() && mpTabCtrlData->mpListBox == NULL ) in ImplPaint()
1243 if( mpTabCtrlData->mpListBox ) in Resize()
1247 long nPrefWidth = mpTabCtrlData->mpListBox->GetOptimalSize( WINDOWSIZE_PREFERRED ).Width(); in Resize()
1252 mpTabCtrlData->mpListBox->SetPosSizePixel( aNewPos, aNewSize ); in Resize()
1299 if( ! mpTabCtrlData->mpListBox ) in GetFocus()
1306 if( mpTabCtrlData->mpListBox->IsReallyVisible() ) in GetFocus()
1307 mpTabCtrlData->mpListBox->GrabFocus(); in GetFocus()
1316 if( ! mpTabCtrlData->mpListBox ) in LoseFocus()
1411 …if( (mpTabCtrlData->mpListBox == NULL) && (rCEvt.GetCommand() == COMMAND_CONTEXTMENU) && (GetPageC… in Command()
1457 if( mpTabCtrlData->mpListBox ) in StateChanged()
1661 if( mpTabCtrlData->mpListBox ) in InsertPage()
1662 mpTabCtrlData->mpListBox->InsertEntry( rText ); in InsertPage()
1669 if( mpTabCtrlData->mpListBox ) in InsertPage()
1670 mpTabCtrlData->mpListBox->InsertEntry( rText, nPos); in InsertPage()
1672 if( mpTabCtrlData->mpListBox ) in InsertPage()
1675 mpTabCtrlData->mpListBox->SelectEntryPos( 0 ); in InsertPage()
1676 mpTabCtrlData->mpListBox->SetDropDownLineCount( mpTabCtrlData->mpListBox->GetEntryCount() ); in InsertPage()
1695 if( mpTabCtrlData->mpListBox ) // reposition/resize listbox in InsertPage()
1714 if( mpTabCtrlData->mpListBox ) in RemovePage()
1716 mpTabCtrlData->mpListBox->RemoveEntry( nPos ); in RemovePage()
1717 … mpTabCtrlData->mpListBox->SetDropDownLineCount( mpTabCtrlData->mpListBox->GetEntryCount() ); in RemovePage()
1756 if( mpTabCtrlData->mpListBox ) in Clear()
1757 mpTabCtrlData->mpListBox->Clear(); in Clear()
1778 if( mpTabCtrlData->mpListBox ) in EnablePage()
1779 mpTabCtrlData->mpListBox->SetEntryFlags( GetPagePos( i_nPageId ), in EnablePage()
1898 if( mpTabCtrlData->mpListBox ) in SelectTabPage()
1899 mpTabCtrlData->mpListBox->SelectEntryPos( GetPagePos( nPageId ) ); in SelectTabPage()
1964 if( mpTabCtrlData->mpListBox ) in SetPageText()
1967 mpTabCtrlData->mpListBox->RemoveEntry( nPos ); in SetPageText()
1968 mpTabCtrlData->mpListBox->InsertEntry( rText, nPos ); in SetPageText()