Lines Matching refs:aThirdKeyLB
2134 aThirdKeyLB(this, SW_RES(LB_THIRDKEY )), in SwTOXEntryTabPage()
2253 nPos = aThirdKeyLB.InsertEntry(sNoCharSortKey); in SwTOXEntryTabPage()
2254 …aThirdKeyLB.SetEntryData(nPos, reinterpret_cast< void * >(sal::static_int_cast< sal_uIntPtr >(USHR… in SwTOXEntryTabPage()
2264 nPos = aThirdKeyLB.InsertEntry(sTmp); in SwTOXEntryTabPage()
2265 aThirdKeyLB.SetEntryData(nPos, pEntryData); in SwTOXEntryTabPage()
2269 aThirdKeyLB.SelectEntryPos(0); in SwTOXEntryTabPage()
2413 aThirdKeyLB.SelectEntryPos( in ActivatePage()
2414 aThirdKeyLB.GetEntryPos((void*)(sal_uInt32)pKey->eField)); in ActivatePage()
2469 lcl_ChgXPos(aThirdKeyLB, nDiff); in ActivatePage()
2474 lcl_ChgWidth(aThirdKeyLB, -nDiff); in ActivatePage()
2514 aThirdKeyLB.Show( bToxIsAuthorities ); in ActivatePage()
2566 aKey3.eField = (ToxAuthorityField)(sal_uIntPtr)aThirdKeyLB.GetEntryData( in UpdateDescriptor()
2567 aThirdKeyLB.GetSelectEntryPos()); in UpdateDescriptor()
2829 aThirdKeyLB.Enable(bEnable); in IMPL_LINK()