Lines Matching refs:aOldValue

135     uno::Any aOldValue( xPropertySet->getPropertyValue(aPropertyName) );  in lcl_NumberFormatFromItemToPropertySet()  local
139 if( aValue != aOldValue || in lcl_NumberFormatFromItemToPropertySet()
140 …hart::DataSeriesHelper::hasAttributedDataPointDifferentValue( xSeries, aPropertyName, aOldValue ) ) in lcl_NumberFormatFromItemToPropertySet()
146 else if( aOldValue != aValue ) in lcl_NumberFormatFromItemToPropertySet()
182 uno::Any aOldValue( xPropertySet->getPropertyValue(aPropertyName) ); in lcl_UseSourceFormatFromItemToPropertySet() local
186 if( aNewValue != aOldValue || in lcl_UseSourceFormatFromItemToPropertySet()
187 …hart::DataSeriesHelper::hasAttributedDataPointDifferentValue( xSeries, aPropertyName, aOldValue ) ) in lcl_UseSourceFormatFromItemToPropertySet()
193 else if( aOldValue != aNewValue ) in lcl_UseSourceFormatFromItemToPropertySet()
327 uno::Any aOldValue( GetPropertySet()->getPropertyValue( C2U( "Label" ) )); in ApplySpecialItem() local
329 if( aOldValue >>= aLabel ) in ApplySpecialItem()
340 … DataSeriesHelper::hasAttributedDataPointDifferentValue( xSeries, C2U( "Label" ), aOldValue ) ) in ApplySpecialItem()
372 rtl::OUString aOldValue; in ApplySpecialItem() local
375 GetPropertySet()->getPropertyValue( C2U( "LabelSeparator" ) ) >>= aOldValue; in ApplySpecialItem()
379 if( !aOldValue.equals(aNewValue) || in ApplySpecialItem()
380 …sAttributedDataPointDifferentValue( xSeries, C2U( "LabelSeparator" ), uno::makeAny( aOldValue ) ) ) in ApplySpecialItem()
386 else if( !aOldValue.equals(aNewValue) ) in ApplySpecialItem()