Lines Matching refs:SfxUInt16Item
203 pRet->Put(SfxUInt16Item( FN_HSCROLL_METRIC, static_cast< sal_uInt16 >(eUnit))); in CreateItemSet()
208 pRet->Put(SfxUInt16Item( FN_VSCROLL_METRIC, static_cast< sal_uInt16 >(eUnit) )); in CreateItemSet()
209 pRet->Put(SfxUInt16Item( SID_ATTR_METRIC, static_cast< sal_uInt16 >(pPref->GetMetric()) )); in CreateItemSet()
217 pRet->Put( SfxUInt16Item( SID_ATTR_DEFTABSTOP, (sal_uInt16)::GetTabDist(rDefTabs))); in CreateItemSet()
220 pRet->Put(SfxUInt16Item( SID_ATTR_DEFTABSTOP, (sal_uInt16)pPref->GetDefTab())); in CreateItemSet()
284 pRet->Put(SfxUInt16Item(SID_HTML_MODE, HTMLMODE_ON)); in CreateItemSet()
354 const SfxUInt16Item* pMetricItem = (const SfxUInt16Item*)pItem; in ApplyItemSet()
359 const SfxUInt16Item* pMetricItem = (const SfxUInt16Item*)pItem; in ApplyItemSet()
368 const SfxUInt16Item* pMetricItem = (const SfxUInt16Item*)pItem; in ApplyItemSet()
377 sal_uInt16 nTabDist = ((const SfxUInt16Item*)pItem)->GetValue(); in ApplyItemSet()
533 …aSet.Put (SfxUInt16Item(SID_FONTMODE_TYPE, RID_SW_TP_STD_FONT_CJK == nId ? FONT_GROUP_CJK : FONT_G… in CreateTabPage()