Lines Matching refs:aValue

294                     uno::Any aValue( GetPropertySet()->getPropertyValue( aPropName ));  in FillSpecialItem()  local
295 if( aValue.hasValue()) in FillSpecialItem()
298 aItem.PutValue( aValue, MID_NAME ); in FillSpecialItem()
306 if( (aValue >>= aName) && in FillSpecialItem()
330 uno::Any aValue( GetPropertySet()->getPropertyValue( aPropName ) ); in FillSpecialItem() local
331 if( hasLongOrShortValue(aValue) ) in FillSpecialItem()
333 nStepCount = getShortForLongAlso(aValue); in FillSpecialItem()
473 uno::Any aValue; in ApplySpecialItem() local
487 aValue <<= aMode; in ApplySpecialItem()
488 if( aValue != GetPropertySet()->getPropertyValue( aModePropName )) in ApplySpecialItem()
490 GetPropertySet()->setPropertyValue( aModePropName, aValue ); in ApplySpecialItem()
505 aValue <<= aMode; in ApplySpecialItem()
506 if( aValue != GetPropertySet()->getPropertyValue( aModePropName )) in ApplySpecialItem()
508 GetPropertySet()->setPropertyValue( aModePropName, aValue ); in ApplySpecialItem()
529 rItem.QueryValue( aValue, MID_NAME )) in ApplySpecialItem()
536 aValue >>= aPreferredName; in ApplySpecialItem()
537 aValue <<= PropertyHelper::addTransparencyGradientUniqueNameToTable( in ApplySpecialItem()
540 if( aValue != GetPropertySet()->getPropertyValue( aPropName )) in ApplySpecialItem()
542 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
578 aValue <<= nStepCount; in ApplySpecialItem()
579 if( aValue != GetPropertySet()->getPropertyValue( aPropName )) in ApplySpecialItem()
581 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
602 if( rItem.QueryValue( aValue, MID_NAME )) in ApplySpecialItem()
604 if( aValue != GetPropertySet()->getPropertyValue( aPropName )) in ApplySpecialItem()
610 aValue >>= aPreferredName; in ApplySpecialItem()
611 aValue <<= PropertyHelper::addLineDashUniqueNameToTable( in ApplySpecialItem()
614 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
635 if( rItem.QueryValue( aValue, MID_NAME )) in ApplySpecialItem()
637 if( aValue != GetPropertySet()->getPropertyValue( aPropName )) in ApplySpecialItem()
643 aValue >>= aPreferredName; in ApplySpecialItem()
644 aValue <<= PropertyHelper::addGradientUniqueNameToTable( in ApplySpecialItem()
647 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
668 if( rItem.QueryValue( aValue, MID_NAME )) in ApplySpecialItem()
670 if( aValue != GetPropertySet()->getPropertyValue( aPropName )) in ApplySpecialItem()
676 aValue >>= aPreferredName; in ApplySpecialItem()
677 aValue <<= PropertyHelper::addHatchUniqueNameToTable( in ApplySpecialItem()
680 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
696 if( rItem.QueryValue( aValue, MID_NAME )) in ApplySpecialItem()
698 if( aValue != GetPropertySet()->getPropertyValue( C2U( "FillBitmapName" ))) in ApplySpecialItem()
704 aValue >>= aPreferredName; in ApplySpecialItem()
705 aValue <<= PropertyHelper::addBitmapUniqueNameToTable( in ApplySpecialItem()
708 GetPropertySet()->setPropertyValue( C2U( "FillBitmapName" ), aValue ); in ApplySpecialItem()
732 if( rItem.QueryValue( aValue )) in ApplySpecialItem()
734 OSL_ENSURE( ! aValue.isExtractableTo( in ApplySpecialItem()
738 if( aValue >>= nValue ) in ApplySpecialItem()
742 aValue <<= nValueToSet; in ApplySpecialItem()
744 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
769 if( rItem.QueryValue( aValue )) in ApplySpecialItem()
771 OSL_ENSURE( ! aValue.isExtractableTo( in ApplySpecialItem()
775 if( aValue >>= nValue ) in ApplySpecialItem()
779 aValue <<= nValueToSet; in ApplySpecialItem()
781 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()