Home
last modified time | relevance | path

Searched refs:aEffectiveValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/forms/source/component/
H A DFormattedField.cxx888 Any aEffectiveValue; in write() local
891 …try { aEffectiveValue = m_xAggregateSet->getPropertyValue(PROPERTY_EFFECTIVE_VALUE); } catch(Excep… in write()
896 switch (aEffectiveValue.getValueType().getTypeClass()) in write()
900 _rxOutStream->writeUTF(::comphelper::getString(aEffectiveValue)); in write()
904 _rxOutStream->writeDouble(::comphelper::getDouble(aEffectiveValue)); in write()
907 …DBG_ASSERT(!aEffectiveValue.hasValue(), "FmXFormattedModel::write : unknown property value type !"… in write()
964 Any aEffectiveValue; in read() local
970 aEffectiveValue <<= _rxInStream->readUTF(); in read()
973 aEffectiveValue <<= (double)_rxInStream->readDouble(); in read()
988 m_xAggregateSet->setPropertyValue(PROPERTY_EFFECTIVE_VALUE, aEffectiveValue); in read()
/trunk/main/toolkit/source/controls/
H A Dformattedcontrol.cxx212 Any aEffectiveValue; in impl_updateTextFromValue_nothrow() local
213 getFastPropertyValue( aEffectiveValue, BASEPROPERTY_EFFECTIVE_VALUE ); in impl_updateTextFromValue_nothrow()
216 if ( !( aEffectiveValue >>= sStringValue ) ) in impl_updateTextFromValue_nothrow()
219 if ( aEffectiveValue >>= nDoubleValue ) in impl_updateTextFromValue_nothrow()

Completed in 18 milliseconds