Home
last modified time | relevance | path

Searched refs:mpListBox (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/control/ !
H A Dtabctrl.cxx78 ListBox* mpListBox; member
121 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 …]
/trunk/main/toolkit/workben/layout/ !
H A Deditor.cxx1370 layout::ListBox *mpListBox; member in SortListBox
1375 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 …]
/trunk/main/svx/workben/msview/ !
H A Dmsview.cxx836 AtomContainerTreeListBox* mpListBox[2]; member in MSViewerWorkWindow
899 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 …]

Completed in 123 milliseconds