Home
last modified time | relevance | path

Searched refs:mpListBox (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vcl/source/control/
H A Dtabctrl.cxx80 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()
[all …]
/AOO41X/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()
953 mpListBox[nPane]->SetExpandingHdl( LINK( this, MSViewerWorkWindow, implExpandingHdl ) ); in MSViewerWorkWindow()
954 mpListBox[nPane]->SetCollapsingHdl( LINK( this, MSViewerWorkWindow, implCollapsingHdl ) ); in MSViewerWorkWindow()
1004 int nPane = (pListBox == mpListBox[1]) ? 1 : 0; in IMPL_LINK()
1005 SvLBoxEntry* pEntry = mpListBox[nPane]->FirstSelected(); in IMPL_LINK()
[all …]
/AOO41X/main/toolkit/workben/layout/
H A Deditor.cxx1370 layout::ListBox *mpListBox; member in SortListBox
1374 XubString str = mpListBox->GetSelectEntry(); in upPressed()
1375 mpListBox->RemoveEntry( nPos ); in upPressed()
1376 nPos = mpListBox->InsertEntry( str, nPos-1 ); in upPressed()
1377 mpListBox->SelectEntryPos( nPos ); in upPressed()
1382 XubString str = mpListBox->GetSelectEntry(); in downPressed()
1383 mpListBox->RemoveEntry( nPos ); in downPressed()
1384 nPos = mpListBox->InsertEntry( str, nPos+1 ); in downPressed()
1385 mpListBox->SelectEntryPos( nPos ); in downPressed()
1390 mpListBox->RemoveEntry( nPos ); in removePressed()
[all …]