Lines Matching refs:nPos

121 	sal_uInt16 nPos, nTypeId;  in Reset()  local
138 nPos = aTypeLB.InsertEntry(SW_RESSTR(FMT_REF_PAGE)); in Reset()
139 aTypeLB.SetEntryData(nPos, (void*)USHRT_MAX); in Reset()
145 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset()
146 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset()
159 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset()
160 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset()
249 sal_uInt16 nPos; in IMPL_LINK() local
256 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
258 nPos = aSelectionLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK()
260 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in IMPL_LINK()
270 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
271 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in IMPL_LINK()
273 aSelectionLB.SelectEntryPos(nPos); in IMPL_LINK()
275 aSelectionLB.SelectEntryPos(nPos); in IMPL_LINK()
280 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
281 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in IMPL_LINK()
283 aSelectionLB.SelectEntryPos(nPos); in IMPL_LINK()
289 nPos = aSelectionLB.InsertEntry(sFmt); in IMPL_LINK()
290 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in IMPL_LINK()
302 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
303 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in IMPL_LINK()
476 sal_uInt16 nPos = aSelectionLB.InsertEntry(SwFieldType::GetTypeStr(nTypeId)); in AddSubType() local
477 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in AddSubType()
486 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK() local
487 if(nPos == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
488 nPos = 0; in IMPL_LINK()
490 sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in IMPL_LINK()
534 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in FillFormatLB() local
536 aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>( nFmtId )); in FillFormatLB()
538 aFormatLB.SelectEntryPos( nPos ); in FillFormatLB()
567 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK() local
568 if(nPos == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
569 nPos = 0; in IMPL_LINK()
571 nTypeId = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in IMPL_LINK()
604 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in FillItemSet() local
605 if(nPos == LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
606 nPos = 0; in FillItemSet()
607 nTypeId = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in FillItemSet()
617 sal_uInt16 nPos = aFormatLB.GetSelectEntryPos(); in FillItemSet() local
618 if(nPos != LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
619 nFormat = (sal_uInt16)(sal_uLong)aFormatLB.GetEntryData(nPos); in FillItemSet()
624 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in FillItemSet() local
625 if(nPos != LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
626 nSubType = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in FillItemSet()