Searched refs:pMetricItem (Results 1 – 2 of 2) sorted by relevance
354 const SfxUInt16Item* pMetricItem = (const SfxUInt16Item*)pItem; in ApplyItemSet() local355 ::SetDfltMetric((FieldUnit)pMetricItem->GetValue(), !bTextDialog); in ApplyItemSet()359 const SfxUInt16Item* pMetricItem = (const SfxUInt16Item*)pItem; in ApplyItemSet() local360 FieldUnit eUnit = (FieldUnit)pMetricItem->GetValue(); in ApplyItemSet()368 const SfxUInt16Item* pMetricItem = (const SfxUInt16Item*)pItem; in ApplyItemSet() local369 FieldUnit eUnit = (FieldUnit)pMetricItem->GetValue(); in ApplyItemSet()
4039 SFX_ITEMSET_ARG (&aSet,pMetricItem,SfxAllEnumItem,SID_METRIC_ITEM,sal_False); in PageCreated()4055 if (pMetricItem) in PageCreated()4056 SetMetric(static_cast<FieldUnit>(pMetricItem->GetValue())); in PageCreated()4065 SFX_ITEMSET_ARG (&aSet,pMetricItem,SfxAllEnumItem,SID_METRIC_ITEM,sal_False); in PageCreated()4067 if (pMetricItem) in PageCreated()4068 SetMetric(static_cast<FieldUnit>(pMetricItem->GetValue())); in PageCreated()
Completed in 33 milliseconds