Lines Matching refs:nVal
244 sal_Int64 nVal = OutputDevice::LogicToLogic( lValue, (MapUnit)eMapUnit, MAP_100TH_MM ); in SetWidthSelect() local
245 nVal = maMFWidth.Normalize( nVal ); in SetWidthSelect()
246 maMFWidth.SetValue( nVal, FUNIT_100TH_MM ); in SetWidthSelect()
284 …long nVal = LogicToLogic((long)(unsigned long)maVSWidth.GetItemData( iPos ) , MAP_POINT, (MapUnit)… in IMPL_LINK() local
285 nVal = maMFWidth.Denormalize(nVal); in IMPL_LINK()
286 XLineWidthItem aWidthItem( nVal ); in IMPL_LINK()
289 mrLinePropertyPanel.SetWidth(nVal); in IMPL_LINK()
298 long nVal = LogicToLogic(mnCustomWidth , MAP_POINT, (MapUnit)meMapUnit); in IMPL_LINK() local
299 nVal = maMFWidth.Denormalize(nVal); in IMPL_LINK()
300 XLineWidthItem aWidthItem( nVal ); in IMPL_LINK()
302 mrLinePropertyPanel.SetWidth(nVal); in IMPL_LINK()
336 long nVal = LogicToLogic( nTmp, MAP_POINT, (MapUnit)meMapUnit ); in IMPL_LINK() local
337 sal_Int32 nNewWidth = (short)maMFWidth.Denormalize( nVal ); in IMPL_LINK()