Lines Matching refs:aCurInfo
1697 const TextInfo aCurInfo = aTextInfoArr[nIndex]; in SwCreateAuthEntryDlg_Impl() local
1709 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()
1769 pEdits[nIndex]->SetHelpId(aCurInfo.pHelpId); in SwCreateAuthEntryDlg_Impl()
1770 if(AUTH_FIELD_IDENTIFIER == aCurInfo.nToxField) in SwCreateAuthEntryDlg_Impl()
1837 const TextInfo aCurInfo = aTextInfoArr[nIndex]; in GetEntryText() local
1838 if(aCurInfo.nToxField == eField) in GetEntryText()