Lines Matching refs:aTypeLB

68 	aTypeLB		(this, SW_RES(LB_DBTYPE)),  in SwFldDBPage()
112 aTypeLB.SetUpdateMode(sal_False); in Reset()
113 sal_uInt16 nOldPos = aTypeLB.GetSelectEntryPos(); in Reset()
116 aTypeLB.Clear(); in Reset()
128 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset()
129 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset()
135 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset()
136 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset()
141 aTypeLB.SelectEntryPos(GetTypeSel()); in Reset()
158 aTypeLB.SelectEntryPos(nOldPos); in Reset()
186 for(i = 0; i < aTypeLB.GetEntryCount(); i++) in Reset()
187 if(nVal == (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(i)) in Reset()
189 aTypeLB.SelectEntryPos(i); in Reset()
197 aTypeLB.SetUpdateMode(sal_True); in Reset()
198 aTypeLB.SetSelectHdl(LINK(this, SwFldDBPage, TypeHdl)); in Reset()
199 aTypeLB.SetDoubleClickHdl(LINK(this, SwFldDBPage, InsertHdl)); in Reset()
232 sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(GetTypeSel()); in FillItemSet()
313 SetTypeSel(aTypeLB.GetSelectEntryPos()); in IMPL_LINK()
318 aTypeLB.SelectEntryPos(0); in IMPL_LINK()
327 sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(GetTypeSel()); in IMPL_LINK()
451 sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(GetTypeSel()); in CheckInsert()
487 sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(GetTypeSel()); in IMPL_LINK()
553 sal_uInt16 nTypeSel = aTypeLB.GetSelectEntryPos(); in FillUserData()
558 nTypeSel = (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData( nTypeSel ); in FillUserData()
568 aTypeLB.SelectEntryPos(aTypeLB.GetEntryPos( (const void*) nData )); in ActivateMailMergeAddress()
569 aTypeLB.GetSelectHdl().Call(&aTypeLB); in ActivateMailMergeAddress()