Lines Matching refs:nW
173 sal_uInt16 nW = rPool.GetWhich( SID_ATTR_GRAF_CROP ); in Reset() local
174 if( SFX_ITEM_SET == rSet.GetItemState( nW, sal_True, &pItem)) in Reset()
176 FieldUnit eUnit = MapToFieldUnit( rSet.GetPool()->GetMetric( nW )); in Reset()
198 nW = rPool.GetWhich( SID_ATTR_PAGE_SIZE ); in Reset()
199 if ( SFX_ITEM_SET == rSet.GetItemState( nW, sal_False, &pItem ) ) in Reset()
202 FieldUnit eUnit = MapToFieldUnit( rSet.GetPool()->GetMetric( nW )); in Reset()
219 MapMode( (MapUnit)rSet.GetPool()->GetMetric( nW ) ) ); in Reset()
258 sal_uInt16 nW = rPool.GetWhich( SID_ATTR_GRAF_FRMSIZE ); in FillItemSet() local
259 FieldUnit eUnit = MapToFieldUnit( rSet.GetPool()->GetMetric( nW )); in FillItemSet()
261 SvxSizeItem aSz( nW ); in FillItemSet()
268 pExSet->GetItemState( nW, sal_False, &pItem ) ) in FillItemSet()
271 aSz = (const SvxSizeItem&)GetItemSet().Get( nW ); in FillItemSet()
293 sal_uInt16 nW = rPool.GetWhich( SID_ATTR_GRAF_CROP ); in FillItemSet() local
294 FieldUnit eUnit = MapToFieldUnit( rSet.GetPool()->GetMetric( nW )); in FillItemSet()
295 SvxGrfCrop* pNew = (SvxGrfCrop*)rSet.Get( nW ).Clone(); in FillItemSet()