Lines Matching refs:pSelEntry
81 pSelEntry (0), in SwFldDokInfPage()
121 pSelEntry = 0; in Reset()
184 pSelEntry = pEntry; in Reset()
201 pSelEntry = pEntry; in Reset()
206 if (pSelEntry != 0) in Reset()
208 aTypeTLB.Select(pSelEntry); in Reset()
209 nSubType = (sal_uInt16)(sal_uLong)pSelEntry->GetUserData(); in Reset()
213 pSelEntry = aTypeTLB.GetEntry(0); in Reset()
214 nSubType = (sal_uInt16)(sal_uLong)pSelEntry->GetUserData(); in Reset()
218 if ( pSelEntry ) in Reset()
243 SvLBoxEntry* pOldEntry = pSelEntry; in IMPL_LINK()
246 pSelEntry = aTypeTLB.FirstSelected(); in IMPL_LINK()
248 if(!pSelEntry) in IMPL_LINK()
250 pSelEntry = aTypeTLB.GetEntry(0); in IMPL_LINK()
251 aTypeTLB.Select(pSelEntry); in IMPL_LINK()
255 if (pOldEntry != pSelEntry) in IMPL_LINK()
256 FillSelectionLB((sal_uInt16)(sal_uLong)pSelEntry->GetUserData()); in IMPL_LINK()
268 sal_uInt16 nSubType = (sal_uInt16)(sal_uLong)pSelEntry->GetUserData(); in IMPL_LINK()
285 ::rtl::OUString sName = aTypeTLB.GetEntryText(pSelEntry); in IMPL_LINK()
465 if (!pSelEntry || (sal_uInt16)(sal_uLong)pSelEntry->GetUserData() == USHRT_MAX) in FillItemSet()
469 sal_uInt16 nSubType = (sal_uInt16)(sal_uLong)pSelEntry->GetUserData(); in FillItemSet()
477 aName = aTypeTLB.GetEntryText(pSelEntry); in FillItemSet()