Lines Matching refs:nValue

202 		long nValue = ( ( const SdrMeasureLineDistItem* )pItem )->GetValue();  in Reset()  local
203 SetMetricValue( aMtrFldLineDist, nValue, eUnit ); in Reset()
217 long nValue = ( ( const SdrMeasureHelplineOverhangItem* )pItem )->GetValue(); in Reset() local
218 SetMetricValue( aMtrFldHelplineOverhang, nValue, eUnit ); in Reset()
232 long nValue = ( ( const SdrMeasureHelplineDistItem* )pItem )->GetValue(); in Reset() local
233 SetMetricValue( aMtrFldHelplineDist, nValue, eUnit ); in Reset()
247 long nValue = ( ( const SdrMeasureHelpline1LenItem* )pItem )->GetValue(); in Reset() local
248 SetMetricValue( aMtrFldHelpline1Len, nValue, eUnit ); in Reset()
262 long nValue = ( ( const SdrMeasureHelpline2LenItem* )pItem )->GetValue(); in Reset() local
263 SetMetricValue( aMtrFldHelpline2Len, nValue, eUnit ); in Reset()
290 sal_Int16 nValue = ( ( const SdrMeasureDecimalPlacesItem* )pItem )->GetValue(); in Reset() local
291 aMtrFldDecimalPlaces.SetValue( nValue ); in Reset()
446 sal_Int32 nValue; in FillItemSet() local
451 nValue = GetCoreValue( aMtrFldLineDist, eUnit ); in FillItemSet()
452 rAttrs.Put( SdrMeasureLineDistItem( nValue ) ); in FillItemSet()
458 nValue = GetCoreValue( aMtrFldHelplineOverhang, eUnit ); in FillItemSet()
459 rAttrs.Put( SdrMeasureHelplineOverhangItem( nValue ) ); in FillItemSet()
465 nValue = GetCoreValue( aMtrFldHelplineDist, eUnit ); in FillItemSet()
466 rAttrs.Put( SdrMeasureHelplineDistItem( nValue ) ); in FillItemSet()
472 nValue = GetCoreValue( aMtrFldHelpline1Len, eUnit ); in FillItemSet()
473 rAttrs.Put( SdrMeasureHelpline1LenItem( nValue ) ); in FillItemSet()
479 nValue = GetCoreValue( aMtrFldHelpline2Len, eUnit ); in FillItemSet()
480 rAttrs.Put( SdrMeasureHelpline2LenItem( nValue ) ); in FillItemSet()
493 nValue = static_cast<sal_Int32>(aMtrFldDecimalPlaces.GetValue()); in FillItemSet()
496 sal::static_int_cast< sal_Int16 >( nValue ) ) ); in FillItemSet()
715 sal_Int32 nValue = GetCoreValue( aMtrFldLineDist, eUnit ); in IMPL_LINK() local
716 aAttrSet.Put( SdrMeasureLineDistItem( nValue ) ); in IMPL_LINK()
721 sal_Int32 nValue = GetCoreValue( aMtrFldHelplineOverhang, eUnit ); in IMPL_LINK() local
722 aAttrSet.Put( SdrMeasureHelplineOverhangItem( nValue) ); in IMPL_LINK()
727 sal_Int32 nValue = GetCoreValue( aMtrFldHelplineDist, eUnit ); in IMPL_LINK() local
728 aAttrSet.Put( SdrMeasureHelplineDistItem( nValue) ); in IMPL_LINK()
733 sal_Int32 nValue = GetCoreValue( aMtrFldHelpline1Len, eUnit ); in IMPL_LINK() local
734 aAttrSet.Put( SdrMeasureHelpline1LenItem( nValue ) ); in IMPL_LINK()
739 sal_Int32 nValue = GetCoreValue( aMtrFldHelpline2Len, eUnit ); in IMPL_LINK() local
740 aAttrSet.Put( SdrMeasureHelpline2LenItem( nValue ) ); in IMPL_LINK()
752 sal_Int16 nValue = sal::static_int_cast< sal_Int16 >( in IMPL_LINK() local
754 aAttrSet.Put( SdrMeasureDecimalPlacesItem( nValue ) ); in IMPL_LINK()