Lines Matching refs:GetFldMgr
116 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset()
129 nTypeId = GetFldMgr().GetTypeId(i); in Reset()
145 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset()
159 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset()
242 GetFldMgr().GetSubTypes(nTypeId, aLst); in IMPL_LINK()
247 nCount = GetFldMgr().GetFormatCount(nTypeId, sal_False, IsFldDlgHtmlMode()); in IMPL_LINK()
258 nPos = aSelectionLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK()
288 String sFmt(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK()
291 aSelectionLB.SelectEntry(GetFldMgr().GetFormatStr(nTypeId, GetCurField()->GetFormat())); in IMPL_LINK()
530 sal_uInt16 nSize = GetFldMgr().GetFormatCount(nTypeId, sal_False, IsFldDlgHtmlMode()); in FillFormatLB()
534 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in FillFormatLB()
535 sal_uInt16 nFmtId = GetFldMgr().GetFormatId( nTypeId, i ); in FillFormatLB()