Home
last modified time | relevance | path

Searched refs:pMetricItem (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sw/source/ui/app/
H A Dappopt.cxx354 const SfxUInt16Item* pMetricItem = (const SfxUInt16Item*)pItem; in ApplyItemSet() local
355 ::SetDfltMetric((FieldUnit)pMetricItem->GetValue(), !bTextDialog); in ApplyItemSet()
359 const SfxUInt16Item* pMetricItem = (const SfxUInt16Item*)pItem; in ApplyItemSet() local
360 FieldUnit eUnit = (FieldUnit)pMetricItem->GetValue(); in ApplyItemSet()
368 const SfxUInt16Item* pMetricItem = (const SfxUInt16Item*)pItem; in ApplyItemSet() local
369 FieldUnit eUnit = (FieldUnit)pMetricItem->GetValue(); in ApplyItemSet()
/aoo4110/main/cui/source/tabpages/
H A Dnumpages.cxx4039 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 34 milliseconds