Home
last modified time | relevance | path

Searched refs:aCurrentValue (Results 1 – 14 of 14) sorted by relevance

/trunk/main/framework/source/fwe/classes/
H A Dactiontriggerpropertyset.cxx407 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 Dactiontriggerseparatorpropertyset.cxx311 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 Dpropertyexport.cxx295 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 DListBox.cxx1011 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
1046aCurrentValue.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 DFormComponent.cxx945 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 Dpropertystatecontainer.cxx165 Any aCurrentValue; getFastPropertyValue( aCurrentValue, _nHandle ); in getPropertyStateByHandle() local
169 const_cast< void* >( aCurrentValue.getValue() ), aCurrentValue.getValueType().getTypeLibType(), in getPropertyStateByHandle()
H A Dpropstate.cxx164 Any aCurrentValue = getPropertyDefaultByHandle( _nHandle ); in getPropertyStateByHandle() local
168 … const_cast< void* >( aCurrentValue.getValue() ), aCurrentValue.getValueType().getTypeLibType(), in getPropertyStateByHandle()
H A Dpropagg.cxx999 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 Dpropertysetbase.cxx140 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 Dproperties.h310 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 Dpropertysethelper.cxx236 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 Dstatement.cxx277 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 Dactiontriggerseparatorpropertyset.hxx99 sal_Bool impl_tryToChangeProperty( sal_Int16 aCurrentValue ,
H A Dactiontriggerpropertyset.hxx102 sal_Bool impl_tryToChangeProperty( const rtl::OUString& aCurrentValue ,

Completed in 82 milliseconds