Searched refs:aEffectiveValue (Results 1 – 2 of 2) sorted by relevance
888 Any aEffectiveValue; in write() local891 …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() local970 aEffectiveValue <<= _rxInStream->readUTF(); in read()973 aEffectiveValue <<= (double)_rxInStream->readDouble(); in read()988 m_xAggregateSet->setPropertyValue(PROPERTY_EFFECTIVE_VALUE, aEffectiveValue); in read()
212 Any aEffectiveValue; in impl_updateTextFromValue_nothrow() local213 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 11 milliseconds