Lines Matching refs:aAutoTextLB
690 SvLBoxEntry* pEntry = aAutoTextLB.First(); in ClearUserData()
694 pEntry = aAutoTextLB.Next(pEntry); in ClearUserData()
705 SvLBoxEntry* pEntry = aAutoTextLB.InsertEntry( pNames[ i ] ); in SetUserData()
715 aAutoTextLB(this, SW_RES( LB_AUTO_TEXT )), in SwVisitingCardPage()
723 aAutoTextLB.SetStyle( aAutoTextLB.GetStyle() | WB_HSCROLL ); in SwVisitingCardPage()
724 aAutoTextLB.SetSpaceBetweenEntries(0); in SwVisitingCardPage()
725 aAutoTextLB.SetSelectionMode( SINGLE_SELECTION ); in SwVisitingCardPage()
726 aAutoTextLB.SetHelpId(HID_BUSINESS_CARD_CONTENT); in SwVisitingCardPage()
729 aAutoTextLB.SetSelectHdl(LINK(this, SwVisitingCardPage, AutoTextSelectHdl)); in SwVisitingCardPage()
734 aAutoTextLB.Show(); in SwVisitingCardPage()
786 SvLBoxEntry* pSelEntry = aAutoTextLB.FirstSelected(); in FillItemSet()
858 if(lcl_FindBlock(aAutoTextLB, aLabItem.sGlossaryBlockName)) in Reset()
860 SvLBoxEntry* pSelEntry = aAutoTextLB.FirstSelected(); in Reset()
864 lcl_SelectBlock(aAutoTextLB, aLabItem.sGlossaryBlockName); in Reset()
865 AutoTextSelectHdl(&aAutoTextLB); in Reset()