Lines Matching refs:InsertEntry
138 nPos = aTypeLB.InsertEntry(SW_RESSTR(FMT_REF_PAGE)); in Reset()
145 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset()
159 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset()
256 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
258 nPos = aSelectionLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK()
270 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
280 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
289 nPos = aSelectionLB.InsertEntry(sFmt); in IMPL_LINK()
302 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
476 sal_uInt16 nPos = aSelectionLB.InsertEntry(SwFieldType::GetTypeStr(nTypeId)); in AddSubType()
534 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in FillFormatLB()