/trunk/main/framework/source/fwe/classes/ |
H A D | actiontriggerpropertyset.cxx | 407 const Reference< XBitmap > aCurrentValue , in impl_tryToChangeProperty() 421 if( aValue != aCurrentValue ) in impl_tryToChangeProperty() 424 aOldValue <<= aCurrentValue ; in impl_tryToChangeProperty() 442 const Reference< XInterface > aCurrentValue , in impl_tryToChangeProperty() 456 if( aValue != aCurrentValue ) in impl_tryToChangeProperty() 459 aOldValue <<= aCurrentValue ; in impl_tryToChangeProperty()
|
H A D | actiontriggerseparatorpropertyset.cxx | 311 sal_Int16 aCurrentValue , in impl_tryToChangeProperty() argument 325 if( aValue != aCurrentValue ) in impl_tryToChangeProperty() 328 aOldValue <<= aCurrentValue ; in impl_tryToChangeProperty()
|
/trunk/main/xmloff/source/forms/ |
H A D | propertyexport.cxx | 295 Any aCurrentValue = m_xProps->getPropertyValue( _rPropertyName ); in exportBooleanPropertyAttribute() local 296 if (aCurrentValue.hasValue()) in exportBooleanPropertyAttribute() 298 bCurrentValue = ::cppu::any2bool(aCurrentValue); in exportBooleanPropertyAttribute() 475 Any aCurrentValue = m_xProps->getPropertyValue(sPropertyName); in exportGenericPropertyAttribute() local 476 if (!aCurrentValue.hasValue()) in exportGenericPropertyAttribute() 480 ::rtl::OUString sValue = implConvertAny(aCurrentValue); in exportGenericPropertyAttribute() 481 if (!sValue.getLength() && (TypeClass_STRING == aCurrentValue.getValueTypeClass())) in exportGenericPropertyAttribute()
|
/trunk/main/forms/source/component/ |
H A D | ListBox.cxx | 1011 const ORowSetValue aCurrentValue( getFirstSelectedValue() ); in commitControlValueToDbColumn() local 1012 if ( aCurrentValue != m_aSaveValue ) in commitControlValueToDbColumn() 1014 if ( aCurrentValue.isNull() ) in commitControlValueToDbColumn() 1020 m_xColumnUpdate->updateObject( aCurrentValue.makeAny() ); in commitControlValueToDbColumn() 1027 m_aSaveValue = aCurrentValue; in commitControlValueToDbColumn() 1045 ORowSetValue aCurrentValue; in translateDbColumnToControlValue() local 1046 … aCurrentValue.fill( impl_hasBoundComponent() ? m_nBoundColumnType : getFieldType(), m_xColumn ); in translateDbColumnToControlValue() 1049 if ( aCurrentValue.isNull() ) in translateDbColumnToControlValue() 1060 …lueList::const_iterator curValuePos = ::std::find( aValues.begin(), aValues.end(), aCurrentValue ); in translateDbColumnToControlValue() 1068 m_aSaveValue = aCurrentValue; in translateDbColumnToControlValue()
|
H A D | FormComponent.cxx | 945 Any aCurrentValue = getPropertyDefaultByHandle( _nHandle ); in getPropertyStateByHandle() local 949 const_cast< void* >( aCurrentValue.getValue() ), aCurrentValue.getValueType().getTypeLibType(), in getPropertyStateByHandle()
|
/trunk/main/comphelper/source/property/ |
H A D | propertystatecontainer.cxx | 165 Any aCurrentValue; getFastPropertyValue( aCurrentValue, _nHandle ); in getPropertyStateByHandle() local 169 const_cast< void* >( aCurrentValue.getValue() ), aCurrentValue.getValueType().getTypeLibType(), in getPropertyStateByHandle()
|
H A D | propstate.cxx | 164 Any aCurrentValue = getPropertyDefaultByHandle( _nHandle ); in getPropertyStateByHandle() local 168 … const_cast< void* >( aCurrentValue.getValue() ), aCurrentValue.getValueType().getTypeLibType(), in getPropertyStateByHandle()
|
H A D | propagg.cxx | 999 Any aCurrentValue; in convertFastPropertyValue() local 1000 getFastPropertyValue( aCurrentValue, _nHandle ); in convertFastPropertyValue() 1001 …bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, aCurrentValue, aProperty.Type… in convertFastPropertyValue()
|
/trunk/main/forms/source/xforms/ |
H A D | propertysetbase.cxx | 140 Any aCurrentValue; in initializePropertyValueCache() local 141 getFastPropertyValue( aCurrentValue, nHandle ); in initializePropertyValueCache() 146 m_aCache.insert( PropertyValueCache::value_type( nHandle, aCurrentValue ) ); in initializePropertyValueCache()
|
/trunk/main/framework/inc/ |
H A D | properties.h | 310 static sal_Bool willPropertyBeChanged( const css::uno::Any& aCurrentValue , in willPropertyBeChanged() argument 322 bChanged = !(aCurrentValue==aNewValue); in willPropertyBeChanged() 326 aOldValue = aCurrentValue; in willPropertyBeChanged()
|
/trunk/main/framework/source/fwi/classes/ |
H A D | propertysethelper.cxx | 236 css::uno::Any aCurrentValue = impl_getPropertyValue(aPropInfo.Name, aPropInfo.Handle); in setPropertyValue() local 245 sal_Bool bWillBeChanged = (aCurrentValue != aValue); in setPropertyValue() 253 aEvent.OldValue = aCurrentValue; in setPropertyValue()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | statement.cxx | 277 Any aCurrentValue = m_xAggregateAsSet->getPropertyValue( sPropName ); in convertFastPropertyValue() local 278 if ( aCurrentValue != rValue ) in convertFastPropertyValue() 280 rOldValue = aCurrentValue; in convertFastPropertyValue()
|
/trunk/main/framework/inc/classes/ |
H A D | actiontriggerseparatorpropertyset.hxx | 99 sal_Bool impl_tryToChangeProperty( sal_Int16 aCurrentValue ,
|
H A D | actiontriggerpropertyset.hxx | 102 sal_Bool impl_tryToChangeProperty( const rtl::OUString& aCurrentValue ,
|