Searched refs:mpListBox (Results 1 – 3 of 3) sorted by relevance
123 mpTabCtrlData->mpListBox = NULL; in ImplInit()133 mpTabCtrlData->mpListBox->Show(); in ImplInit()263 if( mpTabCtrlData->mpListBox ) in ~TabControl()1034 if( mpTabCtrlData->mpListBox ) in KeyInput()1249 if( mpTabCtrlData->mpListBox ) in Resize()1305 if( ! mpTabCtrlData->mpListBox ) in GetFocus()1322 if( ! mpTabCtrlData->mpListBox ) in LoseFocus()1678 if( mpTabCtrlData->mpListBox ) in InsertPage()1682 mpTabCtrlData->mpListBox->SetDropDownLineCount( mpTabCtrlData->mpListBox->GetEntryCount() ); in InsertPage()1723 … mpTabCtrlData->mpListBox->SetDropDownLineCount( mpTabCtrlData->mpListBox->GetEntryCount() ); in RemovePage()[all …]
836 AtomContainerTreeListBox* mpListBox[2]; member in MSViewerWorkWindow899 mpListBox[nPane]->SetRootAtom( pDocument->getRootAtom() ); in View()900 mpListBox[nPane]->Expand( mpListBox[nPane]->GetEntry(0) ); in View()901 mpListBox[nPane]->Show(); in View()951 mpListBox[nPane] = new AtomContainerTreeListBox( this ); in MSViewerWorkWindow()952 mpListBox[nPane]->SetSelectHdl( LINK( this, MSViewerWorkWindow, implSelectHdl ) ); in MSViewerWorkWindow()1004 int nPane = (pListBox == mpListBox[1]) ? 1 : 0; in IMPL_LINK()1005 SvLBoxEntry* pEntry = mpListBox[nPane]->FirstSelected(); in IMPL_LINK()1027 …inerTreeListBox* pDestinationListBox = (pPair->first == mpListBox[0]) ? mpListBox[1] : mpListBox[0… in Sync()1096 delete mpListBox[nPane]; in ~MSViewerWorkWindow()[all …]
1370 layout::ListBox *mpListBox; member in SortListBox1375 mpListBox->RemoveEntry( nPos ); in upPressed()1377 mpListBox->SelectEntryPos( nPos ); in upPressed()1383 mpListBox->RemoveEntry( nPos ); in downPressed()1385 mpListBox->SelectEntryPos( nPos ); in downPressed()1390 mpListBox->RemoveEntry( nPos ); in removePressed()1417 mpListBox( pListBox ) in SortListBox()1443 delete mpListBox; in ~SortListBox()1452 USHORT pos = mpListBox->GetSelectEntryPos(); in IMPL_LINK()1461 USHORT pos = mpListBox->GetSelectEntryPos(); in IMPL_LINK()[all …]
Completed in 39 milliseconds