Home
last modified time | relevance | path

Searched refs:pFixedTexts (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1153 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()
[all …]

Completed in 22 milliseconds