Searched refs:pIdentifierBox (Results 1 – 1 of 1) sorted by relevance
1155 ComboBox* pIdentifierBox; member in SwCreateAuthEntryDlg_Impl1661 pIdentifierBox(0), in SwCreateAuthEntryDlg_Impl()1735 pIdentifierBox = new ComboBox(this, WB_BORDER|WB_DROPDOWN); in SwCreateAuthEntryDlg_Impl()1736 pIdentifierBox->SetZOrder( pRefWindow, WINDOW_ZORDER_BEHIND ); in SwCreateAuthEntryDlg_Impl()1737 pRefWindow = pIdentifierBox; in SwCreateAuthEntryDlg_Impl()1739 pIdentifierBox->SetSelectHdl(LINK(this, in SwCreateAuthEntryDlg_Impl()1750 pIdentifierBox->InsertEntry(*aIds.GetObject(n)); in SwCreateAuthEntryDlg_Impl()1752 pIdentifierBox->SetText(pFields[aCurInfo.nToxField]); in SwCreateAuthEntryDlg_Impl()1755 pIdentifierBox->SetSizePixel(aTmp); in SwCreateAuthEntryDlg_Impl()1756 pIdentifierBox->SetPosPixel(bLeft ? aTR1 : aTR2); in SwCreateAuthEntryDlg_Impl()[all …]