Lines Matching refs:aAutoTextLB
696 SvLBoxEntry* pEntry = aAutoTextLB.First(); in ClearUserData()
700 pEntry = aAutoTextLB.Next(pEntry); in ClearUserData()
711 SvLBoxEntry* pEntry = aAutoTextLB.InsertEntry( pNames[ i ] ); in SetUserData()
721 aAutoTextLB(this, SW_RES( LB_AUTO_TEXT )), in SwVisitingCardPage()
729 aAutoTextLB.SetStyle( aAutoTextLB.GetStyle() | WB_HSCROLL ); in SwVisitingCardPage()
730 aAutoTextLB.SetSpaceBetweenEntries(0); in SwVisitingCardPage()
731 aAutoTextLB.SetSelectionMode( SINGLE_SELECTION ); in SwVisitingCardPage()
732 aAutoTextLB.SetHelpId(HID_BUSINESS_CARD_CONTENT); in SwVisitingCardPage()
735 aAutoTextLB.SetSelectHdl(LINK(this, SwVisitingCardPage, AutoTextSelectHdl)); in SwVisitingCardPage()
740 aAutoTextLB.Show(); in SwVisitingCardPage()
792 SvLBoxEntry* pSelEntry = aAutoTextLB.FirstSelected(); in FillItemSet()
864 if(lcl_FindBlock(aAutoTextLB, aLabItem.sGlossaryBlockName)) in Reset()
866 SvLBoxEntry* pSelEntry = aAutoTextLB.FirstSelected(); in Reset()
870 lcl_SelectBlock(aAutoTextLB, aLabItem.sGlossaryBlockName); in Reset()
871 AutoTextSelectHdl(&aAutoTextLB); in Reset()