Searched refs:pTypeListBox (Results 1 – 1 of 1) sorted by relevance
1154 ListBox* pTypeListBox; member in SwCreateAuthEntryDlg_Impl1660 pTypeListBox(0), in SwCreateAuthEntryDlg_Impl()1714 pTypeListBox = new ListBox(this, WB_DROPDOWN|WB_BORDER); in SwCreateAuthEntryDlg_Impl()1715 pTypeListBox->SetZOrder( pRefWindow, WINDOW_ZORDER_BEHIND ); in SwCreateAuthEntryDlg_Impl()1716 pRefWindow = pTypeListBox; in SwCreateAuthEntryDlg_Impl()1718 pTypeListBox->InsertEntry(String(SW_RES(STR_AUTH_TYPE_START + j))); in SwCreateAuthEntryDlg_Impl()1722 pTypeListBox->SelectEntryPos(nIndexPos); in SwCreateAuthEntryDlg_Impl()1726 pTypeListBox->SetSizePixel(aTmp); in SwCreateAuthEntryDlg_Impl()1727 pTypeListBox->SetPosPixel(bLeft ? aTR1 : aTR2); in SwCreateAuthEntryDlg_Impl()1728 pTypeListBox->Show(); in SwCreateAuthEntryDlg_Impl()[all …]