Searched refs:aCurInfo (Results 1 – 1 of 1) sorted by relevance
1697 const TextInfo aCurInfo = aTextInfoArr[nIndex]; in SwCreateAuthEntryDlg_Impl() local1709 pFixedTexts[nIndex]->SetText(SW_RES(STR_AUTH_FIELD_START + aCurInfo.nToxField)); in SwCreateAuthEntryDlg_Impl()1712 if( AUTH_FIELD_AUTHORITY_TYPE == aCurInfo.nToxField ) in SwCreateAuthEntryDlg_Impl()1719 if(pFields[aCurInfo.nToxField].Len()) in SwCreateAuthEntryDlg_Impl()1721 … sal_uInt16 nIndexPos = static_cast< sal_uInt16 >(pFields[aCurInfo.nToxField].ToInt32()); in SwCreateAuthEntryDlg_Impl()1730 pTypeListBox->SetHelpId(aCurInfo.pHelpId); in SwCreateAuthEntryDlg_Impl()1733 else if(AUTH_FIELD_IDENTIFIER == aCurInfo.nToxField && !m_bNewEntryMode) in SwCreateAuthEntryDlg_Impl()1752 pIdentifierBox->SetText(pFields[aCurInfo.nToxField]); in SwCreateAuthEntryDlg_Impl()1758 pIdentifierBox->SetHelpId(aCurInfo.pHelpId); in SwCreateAuthEntryDlg_Impl()1767 pEdits[nIndex]->SetText(pFields[aCurInfo.nToxField]); in SwCreateAuthEntryDlg_Impl()[all …]