Searched refs:mpListBox (Results 1 – 3 of 3) sorted by relevance
78 ListBox* mpListBox; member121 mpTabCtrlData->mpListBox = NULL; in ImplInit()131 mpTabCtrlData->mpListBox->Show(); in ImplInit()261 if( mpTabCtrlData->mpListBox ) in ~TabControl()1032 if( mpTabCtrlData->mpListBox ) in KeyInput()1247 if( mpTabCtrlData->mpListBox ) in Resize()1461 if( mpTabCtrlData->mpListBox ) in StateChanged()1665 if( mpTabCtrlData->mpListBox ) in InsertPage()1673 if( mpTabCtrlData->mpListBox ) in InsertPage()1676 if( mpTabCtrlData->mpListBox ) in InsertPage()[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 61 milliseconds