Lines Matching refs:pFixedTexts
1153 FixedText* pFixedTexts[AUTH_FIELD_END]; member in SwCreateAuthEntryDlg_Impl
1699 pFixedTexts[nIndex] = new FixedText(this); in SwCreateAuthEntryDlg_Impl()
1701 pFixedTexts[nIndex]->SetZOrder( pRefWindow, WINDOW_ZORDER_BEHIND ); in SwCreateAuthEntryDlg_Impl()
1703 pFixedTexts[nIndex]->SetZOrder( 0, WINDOW_ZORDER_FIRST ); in SwCreateAuthEntryDlg_Impl()
1705 pRefWindow = pFixedTexts[nIndex]; in SwCreateAuthEntryDlg_Impl()
1707 pFixedTexts[nIndex]->SetSizePixel(aFixedTextSize); in SwCreateAuthEntryDlg_Impl()
1708 pFixedTexts[nIndex]->SetPosPixel(bLeft ? aTL1 : aTL2); in SwCreateAuthEntryDlg_Impl()
1709 pFixedTexts[nIndex]->SetText(SW_RES(STR_AUTH_FIELD_START + aCurInfo.nToxField)); in SwCreateAuthEntryDlg_Impl()
1710 pFixedTexts[nIndex]->Show(); in SwCreateAuthEntryDlg_Impl()
1776 pFixedTexts[nIndex]->Enable(sal_False); in SwCreateAuthEntryDlg_Impl()
1811 delete pFixedTexts[i]; in ~SwCreateAuthEntryDlg_Impl()