Lines Matching refs:pIdentifierBox
1155 ComboBox* pIdentifierBox; member in SwCreateAuthEntryDlg_Impl
1661 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()
1757 pIdentifierBox->Show(); in SwCreateAuthEntryDlg_Impl()
1758 pIdentifierBox->SetHelpId(aCurInfo.pHelpId); in SwCreateAuthEntryDlg_Impl()
1815 delete pIdentifierBox; in ~SwCreateAuthEntryDlg_Impl()
1830 DBG_ASSERT(pIdentifierBox, "No ComboBox"); in GetEntryText()
1831 sRet = pIdentifierBox->GetText(); in GetEntryText()