Searched refs:nExternalValue (Results 1 – 1 of 1) sorted by relevance
62 double nExternalValue = 0; in translateExternalDoubleToControlIntValue() local63 if ( _rExternalValue >>= nExternalValue ) in translateExternalDoubleToControlIntValue()65 if ( ::rtl::math::isInf( nExternalValue ) ) in translateExternalDoubleToControlIntValue()68 ::rtl::OUString sLimitPropertyName = ::rtl::math::isSignBitSet( nExternalValue ) in translateExternalDoubleToControlIntValue()75 nControlValue = (sal_Int32)::rtl::math::round( nExternalValue ); in translateExternalDoubleToControlIntValue()
Completed in 18 milliseconds